Skip to main content

Cancel Operation

This endpoint allows changing the status of an operation to "canceled", final status for cases where the operation will no longer be completed by the client.


Cancel Operation (PATCH)

Request

ENDPOINT
/commercial_paper/operation/OPERATION-KEY
METHOD
PATCH

Path Params

FieldTypeDescriptionCharacters
OPERATION-KEYstringUnique operation key (UUID v4).36

Request Body

{
"operation_status": "canceled"
}

Request Body Params

FieldTypeDescriptionRequired
operation_statusstringOperation status. Must be set as canceled.Yes

Response

The response body is a complete JSON of the updated operation.