Send Operation for Analysis
This endpoint allows changing an operation's status to "in analysis", sending it to the compliance validation process by the bookkeeper.
Send Operation for Analysis (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": "in_analysis"
}
Request Body Params
| Field | Type | Description | Required |
|---|---|---|---|
operation_status | string | Operation status. Must be set to in_analysis. | Yes |
Response
The response body is a complete JSON of the updated operation.