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:
object
Root Schema : schema
Type:
object
Response
Supported Media Types
- application/xml
- application/json
200 Response
Success
Root Schema : schema
Type:
object
Examples
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