GET
/
v1
/
priceagreement
/
{id}
/
period
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/v1/priceagreement/{id}/period
[
  {
    "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 to which periods should be fetched

Query Parameters

auditUser
string
required

The audit user to log the request

page
integer
default:0

Current page

size
integer
default:30

How many agreement periods should be returned per page, default is 30. Cannot be more than 100.

Required range: 1 < x < 100

Response

200
application/json

Successfully retrieved

The response is of type object[].