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
calloutId
Callout identifier.
Request
This endpoint expects an object.
exceptionReasonId
notes
Response
Successful.
message
createdExceptionReason
Errors
400
Bad Request Error
401
Unauthorized Error
