POST api/restaurants/login
Request Information
URI Parameters
None.
Body Parameters
Request011| Name | Description | Type | Additional information |
|---|---|---|---|
| user | string |
None. |
|
| pwd | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"user": "sample string 1",
"pwd": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResponse2| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response2 |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.