Switch deal template
Switches the deal record to a new template
Switch deal template
POST
https://ris.rightsline.com/v4/deal/:id/switch-template
This endpoint allows you to change the template of an deal.
Path Parameters
id*
string
ID of the deal to switch the template of.
Headers
x-api-key
string
Your company's API key.
Authentication
string
Authentication token.
Request Body
id*
string
ID of the deal 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.
copyParties
boolean
Set to false to discrd all parties.
Check the new template before switching
POST
https://ris.rightsline.com/v4/deal/:id/switch-template-check
This endpoint allows you to check what will happen to a record before switching the template.
Path Parameters
id
string
ID of the deal to switch the template of.
Headers
x-api-key
string
Your company's API key.
Authentication
string
Authentication token.
Request Body
id
string
ID of the deal 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