v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
case

Add a partner case comment

This endpoint allows for a comment to be placed on a partner case.

put/v1/cases/{caseId}/comments

Path parameters

caseIdinteger required

Partner Case ID.

Headers

X-External-Correlation-Idstring uuid

Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.

Request body

commentstring

The comment that you want to add to the case. This can include markdown. The maximum size of the comment is 65,535 characters. If additional characters are sent, the field will be truncated.

Example request

{
  "comment": "Please see the attached information as requested.\n\nTransfer Details...."
}

Response

Successfully updated. No response body.