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| Name | Description | Type | Additional 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": "98dd384a-b165-4382-bde1-393f07da937f",
"FlightInformation": {
"FlightId": "ea2b1348-2ac7-4f51-987d-d16804aa6033",
"FlightDate": "2026-03-02T12:55:42.7331724+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": "98dd384a-b165-4382-bde1-393f07da937f",
"CanUpdateRecord": true,
"CanDeleteRecord": true
},
{
"DeliveryId": "98dd384a-b165-4382-bde1-393f07da937f",
"FlightInformation": {
"FlightId": "ea2b1348-2ac7-4f51-987d-d16804aa6033",
"FlightDate": "2026-03-02T12:55:42.7331724+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": "98dd384a-b165-4382-bde1-393f07da937f",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
]
text/html
Sample:
[{"DeliveryId":"98dd384a-b165-4382-bde1-393f07da937f","FlightInformation":{"FlightId":"ea2b1348-2ac7-4f51-987d-d16804aa6033","FlightDate":"2026-03-02T12:55:42.7331724+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":"98dd384a-b165-4382-bde1-393f07da937f","CanUpdateRecord":true,"CanDeleteRecord":true},{"DeliveryId":"98dd384a-b165-4382-bde1-393f07da937f","FlightInformation":{"FlightId":"ea2b1348-2ac7-4f51-987d-d16804aa6033","FlightDate":"2026-03-02T12:55:42.7331724+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":"98dd384a-b165-4382-bde1-393f07da937f","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">98dd384a-b165-4382-bde1-393f07da937f</Id>
<DeliveryId>98dd384a-b165-4382-bde1-393f07da937f</DeliveryId>
<DeliveryInformation>sample string 3</DeliveryInformation>
<FlightInformation>
<AircraftImmatriculation>sample string 3</AircraftImmatriculation>
<FlightDate>2026-03-02T12:55:42.7331724+01:00</FlightDate>
<FlightId>ea2b1348-2ac7-4f51-987d-d16804aa6033</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">98dd384a-b165-4382-bde1-393f07da937f</Id>
<DeliveryId>98dd384a-b165-4382-bde1-393f07da937f</DeliveryId>
<DeliveryInformation>sample string 3</DeliveryInformation>
<FlightInformation>
<AircraftImmatriculation>sample string 3</AircraftImmatriculation>
<FlightDate>2026-03-02T12:55:42.7331724+01:00</FlightDate>
<FlightId>ea2b1348-2ac7-4f51-987d-d16804aa6033</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>