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-KEYMETHOD
PATCHPath Params
| Field | Type | Description | Characters |
|---|---|---|---|
OPERATION-KEY | string | Unique operation key (UUID v4). | 36 |
Request Body
{
"operation_status": "canceled"
}
Request Body Params
| Field | Type | Description | Required |
|---|---|---|---|
operation_status | string | Operation status. Must be set as canceled. | Yes |
Response
The response body is a complete JSON of the updated operation.