selectCollateralLinesForUnloading2
selectCollateralLinesForUnloading2
Path Parameters
checkBureauConsent boolean required
checkBureauConsent
dateFrom date required
dateFrom
dateTo date required
dateTo
fields string required
fields
statusId int64 required
statusId
Query Parameters
byEvents boolean
byEvents
cLineIdList int64[]
cLineIdList
contractIdList int64[]
contractIdList
legalEntityId int64
legalEntityId
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
fields object
id int64
[
{
"fields": {},
"id": 0
}
]
Unauthorized
Forbidden
Not Found
GET /gateway/unloading/collateral-lines/partial/date-from/:dateFrom/date-to/:dateTo/check-bureau-consent/:checkBureauConsent/status-id/:statusId/fields/:fields
Request
Request
curl / cURL
curl -L -X GET '//localhost/gateway/unloading/collateral-lines/partial/date-from/:dateFrom/date-to/:dateTo/check-bureau-consent/:checkBureauConsent/status-id/:statusId/fields/:fields' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//localhost/gateway/unloading/collateral-lines/partial/date-from/:dateFrom/date-to/:dateTo/check-bureau-consent/:checkBureauConsent/status-id/:statusId/fields/:fields' \
-H 'Accept: */*'
go / native
curl -L -X GET '//localhost/gateway/unloading/collateral-lines/partial/date-from/:dateFrom/date-to/:dateTo/check-bureau-consent/:checkBureauConsent/status-id/:statusId/fields/:fields' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//localhost/gateway/unloading/collateral-lines/partial/date-from/:dateFrom/date-to/:dateTo/check-bureau-consent/:checkBureauConsent/status-id/:statusId/fields/:fields' \
-H 'Accept: */*'
php / guzzle
curl -L -X GET '//localhost/gateway/unloading/collateral-lines/partial/date-from/:dateFrom/date-to/:dateTo/check-bureau-consent/:checkBureauConsent/status-id/:statusId/fields/:fields' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//localhost/gateway/unloading/collateral-lines/partial/date-from/:dateFrom/date-to/:dateTo/check-bureau-consent/:checkBureauConsent/status-id/:statusId/fields/:fields' \
-H 'Accept: */*'