Skip to main content

Specific Document Related Party Registration and Removal

This set of endpoints allows registering and removing related parties to an operation for a specific document of the operation.


Add Related Party to Document (POST)

Request

ENDPOINT
/commercial_paper/operation/OPERATION-KEY/formalization_documentFORMALIZATION-DOCUMENT-KEY/related_party
METHOD
POST

Path Params

FieldTypeDescriptionMax Characters
OPERATION-KEY *stringUnique operation key (UUID v4).36
FORMALIZATION-DOCUMENT-KEY *stringUnique operation document key (UUID v4).36
Request Body
{
"related_party_key": "48e2c597-f2ca-487e-9f06-2b628ecb831e"
}

Request Body Params

FieldTypeDescriptionMax Characters
related_party_key *stringRelated Party Key

Response

STATUS
204

No content is returned in the response body.

Request

ENDPOINT
/commercial_paper/operation/OPERATION-KEY/formalization_document/FORMALIZATION-DOCUMENT-KEY/related_party
METHOD
DELETE

Path Params

FieldTypeDescriptionMax Characters
OPERATION-KEY *stringUnique operation key (UUID v4).36
FORMALIZATION-DOCUMENT-KEY *stringUnique operation document key (UUID v4).36
Request Body
{
"related_party_key": "48e2c597-f2ca-487e-9f06-2b628ecb831e"
}

Response

STATUS
204

No content is returned in the response body.