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

Path Parameters

id
string
required

The id of the price agreement period you want to fetch

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json

Successfully retrieved

The response is of type object.