APIExceptionType
Fields
The account number provided to the exception.
The API calls associated with this exception if any.
The user assigned to handle this exception if any.
Category associated with this exception.
Free field for the API caller to categorise a channel. This could be (but not limited to) the client's team that calleded the API, the name of the 'flow' the call belongs to, etc.
Storage for the API client to submit any contextual information.
The customer contact provided to the exception.
The events associated with this exception if any.
External identifier submitted by the API client to track this exception on their end.
The key date associated with the exception, if available.
Notes associated with this exception if any.
The operations team assigned to this exception if any.
The current priority for the API exception.
The current resolution status for the API exception.
The current resolution type for the API exception.
The supply point identifier provided to the exception.
Tags associated with this exception if any.
The user id provided to the exception.
Example
{
"accountNumber": "A-4A8C0B61",
"apiCalls": [APICallType],
"assignedUser": AssignedUserType,
"category": "UNKNOWN",
"channel": "far-others-last-finish-as",
"context": {"key": "value"},
"createdAt": "2021-09-06T15:36:11.388575+00:00",
"customerContact": "wide-wide-born-Democrat-pay",
"events": [APIExceptionEventType],
"externalIdentifier": "82868575",
"id": "72937390",
"keyDate": "2007-06-13",
"notes": [APIExceptionNoteType],
"operationsTeam": OperationsTeamType,
"priority": "LOW",
"resolutionStatus": "ASSIGNED",
"resolutionType": "AUTOMATIC",
"supplyPointIdentifier": "44773933",
"tags": "MOVE_IN",
"userId": 1
}