Appearance
PATCH
/config/price-list/price-lists/{priceListId}Required scope:
viskan:pricelist:updateUpdate the details of a price list.
Parameters
Path parameters
priceListId integerThe unique identifier of the price list to update.
Request body
JSON
{
"priceListName": "Standard",
"active": true
}
Response
The price list was updated successfully.
| Error code | Description |
|---|---|
price-list-name-cannot-be-blank | Price list name cannot be a blank string. |
price-list-not-found | The price list with the given ID was not found. |