post https://{hostname}/case-management/v2/cases//files
Adds a file attachment and comment to the created support ticket, reflected in the case's activities
array.
Response
Adds a file attachment and comment to the created support ticket, reflected in the case's activities
array.
xxxxxxxxxx
curl --request POST \
--url https://hostname/case-management/v2/cases/caseId/files \
--header 'accept: application/json' \
--header 'content-type: multipart/form-data'
xxxxxxxxxx
10{
"caseId": "F-CS-1203600",
"links": [
{
"href": "/case-management/v2/cases/F-CS-1203600",
"rel": "parent"
}
],
"statusMessage": "Ticket has been successfully updated with notes"
}