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