Appearance
POST
/config/price-list/price-listsRequired scope:
viskan:pricelist:createCreates a new price list.
Request body
JSON
{
"priceListName": "Standard",
"active": true
}
Response
The price list was created successfully.
JSON
{
"priceListId": 1
}
| Error code | Description |
|---|---|
price-list-name-cannot-be-blank | Price list name cannot be a blank string. |