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. |
Sample Create Data Default Request Body - 2 Table rows, for a table profile
Last updated