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.
Path Parameters
The id of the period you want to update
Query Parameters
The audit user to log the request
Body
The RFC 3339 format date and time from what time the price list should be active. Cannot be null
The RFC 3339 format date and time when this price list should stop to be active. Cannot be greater than 'validFrom' of any other price list with the same 'code'. Can be null, which means this price list is active until this field is set
The value of the price
A id that uniquely identifies this price list
Response
Short description of the result of the action
Will contain the ID of the resource that has been created or updated