GET api/v1/deliveries

Gets all the deliveries for an overview.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DeliveryOverview
NameDescriptionTypeAdditional information
DeliveryId

globally unique identifier

None.

FlightInformation

FlightInformation

None.

Recipient

string

None.

DeliveryInformation

string

String length: inclusive between 0 and 250

NumberOfDeliveryItems

integer

None.

Id

globally unique identifier

None.

CanUpdateRecord

boolean

None.

CanDeleteRecord

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DeliveryId": "9d184c17-9e8a-476b-b7a9-a4ed7ab4e690",
    "FlightInformation": {
      "FlightId": "7725fc45-0859-4369-b3b4-1de5c0aaac60",
      "FlightDate": "2024-03-28T02:08:45.950669+01:00",
      "AircraftImmatriculation": "sample string 3",
      "FlightTypeName": "sample string 4",
      "PilotName": "sample string 5",
      "PilotPersonClubMemberNumber": "sample string 6",
      "SecondCrewName": "sample string 7"
    },
    "Recipient": "sample string 2",
    "DeliveryInformation": "sample string 3",
    "NumberOfDeliveryItems": 4,
    "Id": "9d184c17-9e8a-476b-b7a9-a4ed7ab4e690",
    "CanUpdateRecord": true,
    "CanDeleteRecord": true
  },
  {
    "DeliveryId": "9d184c17-9e8a-476b-b7a9-a4ed7ab4e690",
    "FlightInformation": {
      "FlightId": "7725fc45-0859-4369-b3b4-1de5c0aaac60",
      "FlightDate": "2024-03-28T02:08:45.950669+01:00",
      "AircraftImmatriculation": "sample string 3",
      "FlightTypeName": "sample string 4",
      "PilotName": "sample string 5",
      "PilotPersonClubMemberNumber": "sample string 6",
      "SecondCrewName": "sample string 7"
    },
    "Recipient": "sample string 2",
    "DeliveryInformation": "sample string 3",
    "NumberOfDeliveryItems": 4,
    "Id": "9d184c17-9e8a-476b-b7a9-a4ed7ab4e690",
    "CanUpdateRecord": true,
    "CanDeleteRecord": true
  }
]

text/html

Sample:
[{"DeliveryId":"9d184c17-9e8a-476b-b7a9-a4ed7ab4e690","FlightInformation":{"FlightId":"7725fc45-0859-4369-b3b4-1de5c0aaac60","FlightDate":"2024-03-28T02:08:45.950669+01:00","AircraftImmatriculation":"sample string 3","FlightTypeName":"sample string 4","PilotName":"sample string 5","PilotPersonClubMemberNumber":"sample string 6","SecondCrewName":"sample string 7"},"Recipient":"sample string 2","DeliveryInformation":"sample string 3","NumberOfDeliveryItems":4,"Id":"9d184c17-9e8a-476b-b7a9-a4ed7ab4e690","CanUpdateRecord":true,"CanDeleteRecord":true},{"DeliveryId":"9d184c17-9e8a-476b-b7a9-a4ed7ab4e690","FlightInformation":{"FlightId":"7725fc45-0859-4369-b3b4-1de5c0aaac60","FlightDate":"2024-03-28T02:08:45.950669+01:00","AircraftImmatriculation":"sample string 3","FlightTypeName":"sample string 4","PilotName":"sample string 5","PilotPersonClubMemberNumber":"sample string 6","SecondCrewName":"sample string 7"},"Recipient":"sample string 2","DeliveryInformation":"sample string 3","NumberOfDeliveryItems":4,"Id":"9d184c17-9e8a-476b-b7a9-a4ed7ab4e690","CanUpdateRecord":true,"CanDeleteRecord":true}]

application/xml, text/xml

Sample:
<ArrayOfDeliveryOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Accounting">
  <DeliveryOverview>
    <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
    <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
    <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">9d184c17-9e8a-476b-b7a9-a4ed7ab4e690</Id>
    <DeliveryId>9d184c17-9e8a-476b-b7a9-a4ed7ab4e690</DeliveryId>
    <DeliveryInformation>sample string 3</DeliveryInformation>
    <FlightInformation>
      <AircraftImmatriculation>sample string 3</AircraftImmatriculation>
      <FlightDate>2024-03-28T02:08:45.950669+01:00</FlightDate>
      <FlightId>7725fc45-0859-4369-b3b4-1de5c0aaac60</FlightId>
      <FlightTypeName>sample string 4</FlightTypeName>
      <PilotName>sample string 5</PilotName>
      <PilotPersonClubMemberNumber>sample string 6</PilotPersonClubMemberNumber>
      <SecondCrewName>sample string 7</SecondCrewName>
    </FlightInformation>
    <NumberOfDeliveryItems>4</NumberOfDeliveryItems>
    <Recipient>sample string 2</Recipient>
  </DeliveryOverview>
  <DeliveryOverview>
    <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
    <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
    <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">9d184c17-9e8a-476b-b7a9-a4ed7ab4e690</Id>
    <DeliveryId>9d184c17-9e8a-476b-b7a9-a4ed7ab4e690</DeliveryId>
    <DeliveryInformation>sample string 3</DeliveryInformation>
    <FlightInformation>
      <AircraftImmatriculation>sample string 3</AircraftImmatriculation>
      <FlightDate>2024-03-28T02:08:45.950669+01:00</FlightDate>
      <FlightId>7725fc45-0859-4369-b3b4-1de5c0aaac60</FlightId>
      <FlightTypeName>sample string 4</FlightTypeName>
      <PilotName>sample string 5</PilotName>
      <PilotPersonClubMemberNumber>sample string 6</PilotPersonClubMemberNumber>
      <SecondCrewName>sample string 7</SecondCrewName>
    </FlightInformation>
    <NumberOfDeliveryItems>4</NumberOfDeliveryItems>
    <Recipient>sample string 2</Recipient>
  </DeliveryOverview>
</ArrayOfDeliveryOverview>