Change Adhesion Term Template
This endpoint allows changing the Adhesion Term template for a specific operation.
Request
ENDPOINT
/commercial_paper/operation/OPERATION-KEYMETHOD
PATCHPath Params
| Field | Type | Description | Max Characters |
|---|---|---|---|
OPERATION-KEY * | string | Unique operation key (UUID v4). | 36 |
Request Body
{
"adhesion_term_template_key": "48e2c597-f2ca-487e-9f06-2b628ecb831e"
}
Request Body Params
| Field | Type | Description | Required |
|---|---|---|---|
adhesion_term_template_key * | string | Unique key of the new template to be used (UUID v4). | Yes |
Response
The response body is a complete JSON of the updated operation.