Add Case Data

post

/cases/{id}/casedata

Adds case data.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/xml ()
Root Schema : schema
Type: object
Request Body - application/json ()
Root Schema : schema
Type: object
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object
Back to Top

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

Back to Top