v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBUpdate price lists
Update a price list period
Generally any field provided will be updated, with a few exceptions; If the given period is currently active you will only be able to update the validTo field. Neither will you be able to update a expired (validTo is less than current time) period.
patch/v1/pricelist/period/{id}
Path parameters
idstring required
The id of the period you want to update
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"validFrom": "2022-05-12T13:18:05Z",
"validTo": "2022-05-12T13:18:05Z"
}Response
Successfully updated the period