Data default, aka Profiles

Quickly create multiple records based on an existing series of records per char type.

In the UI, primarily UX2, these are known as profiles and you may see a list of "Table Profiles" or "Right Profiles". Data defaults allow you to save a series of records (tables and rights) and re-create them within a different module (deal, catalog,etc.).

Data Default Endpoints

Method name

Endpoint

Description

GET

/v4/:charType/:id/data-default

Retrieve data default list based on char type and

POST

/v4/:charType/data-default

Create a data default set for the specified char type.

POST

/v4/:charType/:id/data-default

Apply a Data Default to the specified id.

DELETE

/v4/:charType/data-default/:dataDefaultGuid

Delete the specified data default based on the GUID.

Last updated