Skip to main content

Input fields

accountNumber : String

The account number associated with this exception. If none is provided, the field won't be updated.

assignedUserId : Int

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.

context : JSONString

The new context. If none is provided, the field won't be updated. This will completely replace the existing context by the new one.

id : Int! required

The ID of the API Exception that will be updated.

keyDate : Date

The new key date. If none is provided, the field won't be updated.

operationsTeamId : Int

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.

resolutionStatus : APIExceptionResolutionStatus

The new resolution status. If none is provided, the field won't be updated.

resolutionType : APIExceptionResolutionType

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.

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-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" }