Restore Default Data Sources

post/datamart.restoredefaultds/{dataSourceName}

Creates a default Data Source (Product, Customer, Unit of Measures, Currencies, or Calendar). Use this endpoint if default Data Sources have not been created when setting up the partition.

Note: When no path parameter is passed, all default Data Sources are dropped and recreated - any data will be lost. Othwerise, only the Data Source indicated by the path param is dropped and recreated.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
dataSourceName
required
string

The name of the Data Source you want to create.

Possible values: "Product" "Customer" "uom" "ccy" "cal"
Responses
200

OK

Response Schema: application/json
object
node
string non-empty
Array of objects
Array
Array of objects non-empty unique
status
number
Request samples
Response samples
application/json
No sample