Skip to main content

Fields

accountNumber : String

The account number provided to the exception.

apiCalls : [APICallType]

The API calls associated with this exception if any.

assignedUser : AssignedUserType

The user assigned to handle this exception if any.

channel : String! required

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.

context : JSONString

Storage for the API client to submit any contextual information.

customerContact : String

The customer contact provided to the exception.

The events associated with this exception if any.

externalIdentifier : String! required

External identifier submitted by the API client to track this exception on their end.

keyDate : Date

The key date associated with the exception, if available.

operationsTeam : OperationsTeamType

The operations team assigned to this exception if any.

priority : APIExceptionPriority! required

The current priority for the API exception.

resolutionStatus : APIExceptionResolutionStatus! required

The current resolution status for the API exception.

resolutionType : APIExceptionResolutionType! required

The current resolution type for the API exception.

supplyPointIdentifier : String

The supply point identifier provided to the exception.

userId : BigInt

The user id provided to the exception.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "accountNumber": "A-C2299044", "apiCalls": [APICallType], "assignedUser": AssignedUserType, "category": "UNKNOWN", "channel": "course-physical-claim-degree-affect", "context": {"key": "value"}, "createdAt": "2005-08-22T01:41:46.745184+00:00", "customerContact": "worker-if-happy-four-character", "events": [APIExceptionEventType], "externalIdentifier": "53317509", "id": "81372519", "keyDate": "2009-01-24", "notes": [APIExceptionNoteType], "operationsTeam": OperationsTeamType, "priority": "LOW", "resolutionStatus": "ASSIGNED", "resolutionType": "AUTOMATIC", "supplyPointIdentifier": "94715464", "tags": "MOVE_IN", "userId": 1 }