POST api/v1/deliveries/page/{pageStart}/{pageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageStart

integer

Default value is 0

pageSize

integer

Default value is 100

Body Parameters

PageableSearchFilterOfDeliveryOverviewSearchFilter
NameDescriptionTypeAdditional information
Sorting

Dictionary of string [key] and string [value]

None.

SearchFilter

DeliveryOverviewSearchFilter

None.

Request Formats

application/json, text/json

Sample:
{
  "Sorting": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "SearchFilter": {
    "FlightStartDateTime": {
      "From": "2024-04-26T10:20:23.6900183+02:00",
      "To": "2024-04-26T10:20:23.6900183+02:00"
    },
    "FlightAircraftImmatriculation": "sample string 1",
    "RecipientName": "sample string 2",
    "DeliveryInformation": "sample string 3",
    "DeliveryNumber": "sample string 4",
    "DeliveredOn": {
      "From": "2024-04-26T10:20:23.6900183+02:00",
      "To": "2024-04-26T10:20:23.6900183+02:00"
    },
    "IsFurtherProcessed": true,
    "BatchId": 1
  }
}

text/html

Sample:
{"Sorting":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"SearchFilter":{"FlightStartDateTime":{"From":"2024-04-26T10:20:23.6900183+02:00","To":"2024-04-26T10:20:23.6900183+02:00"},"FlightAircraftImmatriculation":"sample string 1","RecipientName":"sample string 2","DeliveryInformation":"sample string 3","DeliveryNumber":"sample string 4","DeliveredOn":{"From":"2024-04-26T10:20:23.6900183+02:00","To":"2024-04-26T10:20:23.6900183+02:00"},"IsFurtherProcessed":true,"BatchId":1}}

application/xml, text/xml

Sample:
<PageableSearchFilterOfDeliveryOverviewSearchFilterSTJA8FIY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">
  <SearchFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Accounting">
    <d2p1:BatchId>1</d2p1:BatchId>
    <d2p1:DeliveredOn>
      <From>2024-04-26T10:20:23.6900183+02:00</From>
      <To>2024-04-26T10:20:23.6900183+02:00</To>
    </d2p1:DeliveredOn>
    <d2p1:DeliveryInformation>sample string 3</d2p1:DeliveryInformation>
    <d2p1:DeliveryNumber>sample string 4</d2p1:DeliveryNumber>
    <d2p1:FlightAircraftImmatriculation>sample string 1</d2p1:FlightAircraftImmatriculation>
    <d2p1:FlightStartDateTime>
      <From>2024-04-26T10:20:23.6900183+02:00</From>
      <To>2024-04-26T10:20:23.6900183+02:00</To>
    </d2p1:FlightStartDateTime>
    <d2p1:IsFurtherProcessed>true</d2p1:IsFurtherProcessed>
    <d2p1:RecipientName>sample string 2</d2p1:RecipientName>
  </SearchFilter>
  <Sorting xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>sample string 4</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Sorting>
</PageableSearchFilterOfDeliveryOverviewSearchFilterSTJA8FIY>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PagedListOfDeliveryOverview
NameDescriptionTypeAdditional information
Items

Collection of DeliveryOverview

None.

PageStart

integer

None.

PageSize

integer

None.

TotalRows

integer

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.