POST api/Queue/Add
Request Information
URI Parameters
None.
Body Parameters
GuestQueueRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| QueueID | integer |
None. |
|
| GuestName | string |
None. |
|
| Mobile | string |
None. |
|
| string |
None. |
||
| PAX | integer |
None. |
|
| CompanyID | string |
None. |
|
| BranchID | string |
None. |
|
| Status | integer |
None. |
|
| SeatedTableID | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"QueueID": 1,
"GuestName": "sample string 2",
"Mobile": "sample string 3",
"WhatsApp": "sample string 4",
"PAX": 5,
"CompanyID": "sample string 6",
"BranchID": "sample string 7",
"Status": 8,
"SeatedTableID": {}
}
application/xml, text/xml
Sample:
<GuestQueueRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/work_Report_API.Models"> <BranchID>sample string 7</BranchID> <CompanyID>sample string 6</CompanyID> <GuestName>sample string 2</GuestName> <Mobile>sample string 3</Mobile> <PAX>5</PAX> <QueueID>1</QueueID> <SeatedTableID /> <Status>8</Status> <WhatsApp>sample string 4</WhatsApp> </GuestQueueRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.