Apply data default
This endpoint returns a batch id, you will need to use the batch GET endpoint to see the full results of this function.
Apply a data default set
POST
https://ris.rightsline.com/v4/:charType/:id/data-default
Apply an existing data default to an existing record.
Path Parameters
Name
Type
Description
charType*
string
Char Type that data default set will apply to. (deal, catalog-item, etc.)
id
Record id to apply data default to.
Headers
Name
Type
Description
x-api-key
string
Your company's API key.
Authentication
string
Authentication token.
Request Body
Name
Type
Description
id*
GUID
Data default GUID.
copyTitles
boolean
Defaults to FALSE. If set to true will use the same titles as the original source records. If false, the new records will have new titles, usually based on the record id.
Sample Apply Data Default Request Body
Last updated