For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create a data default

Create a data default set

POST https://ris.rightsline.com/v4/:charType/data-default

Create a new data default for a char type.

Path Parameters

Name
Type
Description

charType*

string

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

Headers

Name
Type
Description

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

Request Body

Name
Type
Description

recordIds*

ids

List of records that the set contains. This will be the table or right record ids.

label*

string

Name of the list, will show in UI.

setCharTypeId*

id

Char Type Id that the recordIds are.

{
    "id": "0f5ea7c5-e469-ed11-8340-065151be1e5f",
    "label": "Test From API"
}
{
    "message": "A valid label must be supplied for the data default."
}
{
    "message": "At lesat one record id is required in 'recordids'."
}
{
    "message": "Valid char type for the data default records must be supplied."
}

Sample Create Data Default Request Body - 2 Table rows, for a table profile

Last updated

Was this helpful?