GET api/DeliverySlot/GetAllDeliverySlot
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DeliverySlot| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PlaceId | integer |
None. |
|
| slot | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"PlaceId": 2,
"slot": "sample string 3"
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","Id":1,"PlaceId":2,"slot":"sample string 3"},{"$ref":"1"}]