Skip to main content

Change Adhesion Term Template

This endpoint allows changing the Adhesion Term template for a specific operation.

Request

ENDPOINT
/commercial_paper/operation/OPERATION-KEY
METHOD
PATCH

Path Params

FieldTypeDescriptionMax Characters
OPERATION-KEY *stringUnique operation key (UUID v4).36

Request Body
{
"adhesion_term_template_key": "48e2c597-f2ca-487e-9f06-2b628ecb831e"
}

Request Body Params

FieldTypeDescriptionRequired
adhesion_term_template_key *stringUnique key of the new template to be used (UUID v4).Yes

Response

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