UpdateAPIExceptionInput
Input fields
The account number associated with this exception. If none is provided, the field won't be updated.
The ID of the user assigned to handle this exception.If no user is provided, no user will be assigned to the exception.
The new category. If none is provided, the field won't be updated.
The new context. If none is provided, the field won't be updated. This will completely replace the existing context by the new one.
The ID of the API Exception that will be updated.
The new key date. If none is provided, the field won't be updated.
The ID of an operations team to handle this exception. If no team is provided, no team will be assigned to the exception.
The new priority. If none is provided, the field won't be updated.
The new resolution status. If none is provided, the field won't be updated.
The new resolution type. If none is provided, the field won't be updated.
The updated list of tags. If none is provided, the field won't be updated.
Example
{
"accountNumber": "A-F7F6812B",
"assignedUserId": 34777959,
"category": "UNKNOWN",
"context": {"key": "value"},
"id": 56227654,
"keyDate": "1986-06-05",
"operationsTeamId": 32477484,
"priority": "LOW",
"resolutionStatus": "ASSIGNED",
"resolutionType": "AUTOMATIC",
"tags": "MOVE_IN"
}