Switch amount template
Switches the amount record to a new template
Switch amount template
POST
https://ris.rightsline.com/v4/amount/:id/switch-template
This endpoint allows you to change the template of an amount.
Path Parameters
Name | Type | Description |
---|---|---|
id* | string | ID of the amount to switch the template of. |
Headers
Name | Type | Description |
---|---|---|
x-api-key | string | Your company's API key. |
Authentication | string | Authentication token. |
Request Body
Name | Type | Description |
---|---|---|
id* | string | ID of the amount to switch the template of. |
newTemplateId* | string | The ID of the new template. |
title | string | Title of the record. |
template.templateId* | string | The current template ID. |
Check the new template before switching
POST
https://ris.rightsline.com/v4/amount/:id/switch-template-check
This endpoint allows you to check what will happen to a record before switching the template.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | ID of the amount to switch the template of. |
Headers
Name | Type | Description |
---|---|---|
x-api-key | string | Your company's API key. |
Authentication | string | Authentication token. |
Request Body
Name | Type | Description |
---|---|---|
id | string | ID of the amount to switch the template of. |
newTemplateId | string | The ID of the new template. |
title | string | Title of the record. |
template.templateId | string | The current template ID. |
Last updated