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.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Request body fields:

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

Request

Responses

Created

Response Headers
    Content-Type