Retrieves active price list period for given price list
This operation will return the active period for the given price list id
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the price list of which you want to fetch the active period
Query Parameters
Point in time when the price list was active
The audit user to log the request
Response
Successfully retrieved
The RFC 3339 format date and time from what time the price list should be active. Cannot be null
"2022-05-12T13:18:05Z"
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
"2022-05-12T13:18:05Z"
The value of the price
A id that uniquely identifies this price list
64A id that uniquely identifies this price list period
64
