Перейти к основному содержимому

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

OK


Schema
  • Array [
  • fields object
    id int64
  • ]
GET /gateway/unloading/collateral-lines/partial/date-from/:dateFrom/date-to/:dateTo/check-bureau-consent/:checkBureauConsent/status-id/:statusId/fields/:fields

Request

Base URL
//localhost
checkBureauConsent — path required
dateFrom — path required
dateTo — path required
fields — path required
statusId — path required
byEvents — query
cLineIdList — query
contractIdList — query
legalEntityId — query
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: */*'