v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBGet price lists
Retrieves active price list period for given price list
This operation will return the active period for the given price list id
get/v1/pricelist/{id}/period/active
Path parameters
idstring required
The id of the price list of which you want to fetch the active period
Query parameters
atDateTimestring date-time
Point in time when the price list was active
auditUserstring required
The audit user to log the request
Response
Successfully retrieved
Example response
{
"validFrom": "2022-05-12T13:18:05Z",
"validTo": "2022-05-12T13:18:05Z"
}