Create callout exception reason

Links the callout to an existing exception reason by exceptionReasonId. The callout ID comes from the path parameter; the request body only needs the reason identifier and optional notes.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

calloutIdintegerRequired
Callout identifier.

Request

This endpoint expects an object.
exceptionReasonIdintegerRequired
notesstringOptional

Response

Successful.
messagestring
createdExceptionReasonobject

Errors

400
Bad Request Error
401
Unauthorized Error