Use this API to modify the custom attributes of a closed case. Users can only modify one case at a time.
For this API to execute successfully:
All of the following are required:
id, lastModified, customAttributes
Note: To remove value of any element of type "String", set the value to an empty string (instead of setting the value to null).
No content
Bad Request message
Unauthorized
Forbidden
Not Acceptable
Conflict
Internal server error
{- "id": "1004",
- "lastModified": "2019-05-02T14:36:51.000Z",
- "customAttributes": {
- "customAttribute": [
- {
- "attribName": "customer_rating",
- "attribValues": {
- "attribValue": [
- {
- "value": "5"
}
]
}
}
]
}
}
{- "code": "400-101",
- "developerMessage": "Unsupported query parameter(s) supplied: '<query_parameter>'."
}