Previous Next

Add Case Data

post

/cases/{id}/casedata

Adds case data.

Request

Supported Media Types
  • application/json
  • application/xml
Body Parameter
Root Schema : /paths/~1cases~1{id}~1casedata/post/parameters/0/schema
Example application/json

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

Response

Supported Media Types
  • application/json
  • application/xml
200 Response
Success
Body
Root Schema : /paths/~1cases~1{id}~1casedata/post/responses/200/schema

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