Skip to main content

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-KEY
METHOD
PATCH

Path Params

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

Request Body

{
"operation_status": "in_analysis"
}

Request Body Params

FieldTypeDescriptionRequired
operation_statusstringOperation status. Must be set to in_analysis.Yes

Response

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