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

NameTypeDescription

charType*

string

Char Type that data default set will apply to. (deal, catalog-item, etc.)

id

Record id to apply data default to.

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

Request Body

NameTypeDescription

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.

{
    "batchId": 48865381,
    "batchStatus": "Created"
}

Sample Apply Data Default Request Body

{
    "id": "0f5ea7c5-e469-ed11-8340-065151be1e5f",
    "copyTitles": true
}

Last updated