Skip to main content

Create Reimbursement Case Note

POST 

/api/amazon/unified/reimbursement-cases/:reimbursementCase/notes

Adds a user note to a reimbursement case. The note is attributed to the authenticated user and stored with note_type of user.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Request body fields:

  • body (required, string, min 1 character) — the note text.

Request

Responses

Created

Response Headers
    Content-Type