POST Courier/CallingNumber

Request Information

URI Parameters

None.

Body Parameters

KuryeUserModel
NameDescriptionTypeAdditional information
ApiSecret

string

None.

ApiKey

string

None.

RestaurantID

string

None.

Phone

string

None.

CustomerName

string

None.

ProgramName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApiSecret": "sample string 1",
  "ApiKey": "sample string 2",
  "RestaurantID": "sample string 3",
  "Phone": "sample string 4",
  "CustomerName": "sample string 5",
  "ProgramName": "sample string 6"
}

text/html

Sample:
{"ApiSecret":"sample string 1","ApiKey":"sample string 2","RestaurantID":"sample string 3","Phone":"sample string 4","CustomerName":"sample string 5","ProgramName":"sample string 6"}

application/xml, text/xml

Sample:
<ValuesController.KuryeUserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServerApi_SA.Controllers">
  <ApiKey>sample string 2</ApiKey>
  <ApiSecret>sample string 1</ApiSecret>
  <CustomerName>sample string 5</CustomerName>
  <Phone>sample string 4</Phone>
  <ProgramName>sample string 6</ProgramName>
  <RestaurantID>sample string 3</RestaurantID>
</ValuesController.KuryeUserModel>

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 'KuryeUserModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.