Add Case Data
post
/cases/{id}/casedata
Adds case data.
Request
There are no request parameters for this operation.
Supported Media Types
- application/xml
- application/json
Root Schema : schema
Type:
objectRoot Schema : schema
Type:
objectResponse
Supported Media Types
- application/xml
- application/json
200 Response
Success
Root Schema : schema
Type:
objectExamples
The following example shows a request body for adding case data.
{
dataName: "customerStatus"
dataStr: "<customerStatus> <status>RUBY</status> </customerStatus>"
external: false
}
For more information about cURL, see Use cURL