GET
/
v1
/
pricelist
/
{id}
/
period
/
active
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/v1/pricelist/{id}/period/active
{
  "validFrom": "2022-05-12T13:18:05Z",
  "validTo": "2022-05-12T13:18:05Z",
  "value": 123,
  "priceListId": "<string>",
  "id": "<string>"
}

Path Parameters

id
string
required

The id of the price list of which you want to fetch the active period

Query Parameters

atDateTime
string

Point in time when the price list was active

auditUser
string
required

The audit user to log the request

Response

200
application/json

Successfully retrieved

The response is of type object.