Update a deal
Update deal
PUT
https://ris.rightsline.com/v4/deal/:id
Update the characteristics of a deal.
Path Parameters
Name
Type
Description
id
string
The ID of the deal to update.
Headers
Name
Type
Description
x-api-key
string
Your company's API key.
Authentication
string
Authentication token.
Request Body
Name
Type
Description
title
string
The new title of the deal.
template
object
The template of the deal.
template.templateId
string
The unique ID of the template that is assigned to the deal.
characteristics
object
The field values to update on the deal.
parentRelationship
array
Create this deal as a child of other deals.
Last updated