getContractPeriodDataForUnloading
getContractPeriodDataForUnloading
Path Parameters
dateFrom date required
dateFrom
dateTo date required
dateTo
ids string required
ids
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
contractId int64
pa_24m_payment_amount_except_30_past_due double
pa_full_payment_volume boolean
pa_payment_amount double
pa_payment_amount_except_30_past_due double
pa_payment_date date
[
{
"contractId": 0,
"pa_24m_payment_amount_except_30_past_due": 0,
"pa_full_payment_volume": true,
"pa_payment_amount": 0,
"pa_payment_amount_except_30_past_due": 0,
"pa_payment_date": "2025-03-31"
}
]
Unauthorized
Forbidden
Not Found
GET /gateway/unloading/contract-ids/:ids/date-from/:dateFrom/date-to/:dateTo
Request
Request
curl / cURL
curl -L -X GET '//localhost/gateway/unloading/contract-ids/:ids/date-from/:dateFrom/date-to/:dateTo' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//localhost/gateway/unloading/contract-ids/:ids/date-from/:dateFrom/date-to/:dateTo' \
-H 'Accept: */*'
go / native
curl -L -X GET '//localhost/gateway/unloading/contract-ids/:ids/date-from/:dateFrom/date-to/:dateTo' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//localhost/gateway/unloading/contract-ids/:ids/date-from/:dateFrom/date-to/:dateTo' \
-H 'Accept: */*'
php / guzzle
curl -L -X GET '//localhost/gateway/unloading/contract-ids/:ids/date-from/:dateFrom/date-to/:dateTo' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//localhost/gateway/unloading/contract-ids/:ids/date-from/:dateFrom/date-to/:dateTo' \
-H 'Accept: */*'