GET Restaurant/Check?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RestaurantAccountDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CourierCompanyID | integer |
None. |
|
| RestaurantName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"CourierCompanyID": 2,
"RestaurantName": "sample string 3"
}
application/xml, text/xml
Sample:
<RestaurantDTO.RestaurantAccountDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestAPI.Models"> <CourierCompanyID>2</CourierCompanyID> <ID>1</ID> <RestaurantName>sample string 3</RestaurantName> </RestaurantDTO.RestaurantAccountDTO>