Use this API to modify an existing case. Users can only modify one case at a time. A case can be related to a maximum of 75 other cases.
For this API to execute successfully:
All of the following are required:
id, lastModified
dueDate (must be a future date), owner.user.id, severity, subject, description, solution, relatedCases, customAttributes
Note:
No content
Bad Request message
Unauthorized
Forbidden
Not Acceptable
Conflict
Internal server error
{- "id": "1013",
- "lastModified": "2015-07-30T13:07:40.000Z",
- "dueDate": "2015-11-30T18:30:00.000Z",
- "owner": {
- "user": {
- "id": "1002"
}
}, - "severity": {
- "value": "urgent"
}, - "subject": "Issue with phone: ",
- "description": "Phone issue",
- "solution": "Replace phone :resolution dealing with designated entities and individuals.",
- "relatedCases": {
- "link": [
- {
- "rel": "case",
- "href": "/core/casemgr/v3/case/1002"
}
], - "unlink": [
- {
- "rel": "case",
- "href": "/core/casemgr/v3/case/1001"
}
]
}, - "customAttributes": {
- "customAttribute": [
- {
- "attribName": "customer_rating",
- "attribValues": {
- "attribValue": [
- {
- "value": "5"
}
]
}
}
]
}
}
{- "code": "400-101",
- "developerMessage": "Unsupported query parameter(s) supplied: '<query_parameter>'."
}