Get price lists
Retrieves given price list and it's periods
This operation will return all the periods for the given price list id
GET
/
v1
/
pricelist
/
{id}
/
period
Path Parameters
id
string
requiredThe id of the price list of which you want to fetch the periods
Query Parameters
auditUser
string
requiredThe audit user to log the request
page
integer
default: 0Current page
size
integer
default: 30How many periods should be returned per page, default is 30. Cannot be more than 100.
Response
200 - application/json
validFrom
string
The RFC 3339 format date and time from what time the price list should be active. Cannot be null
validTo
string
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
value
number
The value of the price
priceListId
string
A id that uniquely identifies this price list
id
string
A id that uniquely identifies this price list period