Previous Next

Add Case Data

post
/cases/{id}/casedata
Adds case data.

The following tables summarize the client request.

Supported Media Types
  • application/json
  • application/xml
Body Parameter
Example application/json

{
    "dataName":"customerStatus",
    "dataStr":"<customerStatus> <status>RUBY</status> </customerStatus>",
    "external":"false"
}

The following tables summarize the server response.

Supported Media Types
  • application/json
  • application/xml

200 Response

Success
Body

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