POST api/orders/check-credential

Request Information

URI Parameters

None.

Body Parameters

CheckCredentialModel
NameDescriptionTypeAdditional information
ApiKey

string

None.

ApiSecret

string

None.

RestaurantID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApiKey": "sample string 1",
  "ApiSecret": "sample string 2",
  "RestaurantID": "sample string 3"
}

application/xml, text/xml

Sample:
<OrdersController.CheckCredentialModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HizirYetisAPI.Controllers">
  <ApiKey>sample string 1</ApiKey>
  <ApiSecret>sample string 2</ApiSecret>
  <RestaurantID>sample string 3</RestaurantID>
</OrdersController.CheckCredentialModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CheckCredentialModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.