Returns the price list period for the given period id
curl --request GET \
--url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/v1/pricelist/period/{id}
{
"validFrom": "2022-05-12T13:18:05Z",
"validTo": "2022-05-12T13:18:05Z",
"value": 123,
"priceListId": "<string>",
"id": "<string>"
}
The id of the period you want to get
The audit user to log the request
Successful retrieved the period
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/v1/pricelist/period/{id}
{
"validFrom": "2022-05-12T13:18:05Z",
"validTo": "2022-05-12T13:18:05Z",
"value": 123,
"priceListId": "<string>",
"id": "<string>"
}