GET Package/ActivePackages?key={key}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PackageListItemName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
StatusID | integer |
None. |
|
Restaurant | string |
None. |
|
RestaurantAddress | string |
None. |
|
Destination | string |
None. |
|
Status | string |
None. |
|
date | date |
None. |
|
SortIndex | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": 1, "StatusID": 2, "Restaurant": "sample string 3", "RestaurantAddress": "sample string 4", "Destination": "sample string 5", "Status": "sample string 6", "date": "2025-03-13T20:51:27.6617049+03:00", "SortIndex": 8 }, { "ID": 1, "StatusID": 2, "Restaurant": "sample string 3", "RestaurantAddress": "sample string 4", "Destination": "sample string 5", "Status": "sample string 6", "date": "2025-03-13T20:51:27.6617049+03:00", "SortIndex": 8 } ]
application/xml, text/xml
Sample:
<ArrayOfPackageListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestAPI.Models"> <PackageListItem> <Destination>sample string 5</Destination> <ID>1</ID> <Restaurant>sample string 3</Restaurant> <RestaurantAddress>sample string 4</RestaurantAddress> <SortIndex>8</SortIndex> <Status>sample string 6</Status> <StatusID>2</StatusID> <date>2025-03-13T20:51:27.6617049+03:00</date> </PackageListItem> <PackageListItem> <Destination>sample string 5</Destination> <ID>1</ID> <Restaurant>sample string 3</Restaurant> <RestaurantAddress>sample string 4</RestaurantAddress> <SortIndex>8</SortIndex> <Status>sample string 6</Status> <StatusID>2</StatusID> <date>2025-03-13T20:51:27.6617049+03:00</date> </PackageListItem> </ArrayOfPackageListItem>