POST api/kot
Request Information
URI Parameters
None.
Body Parameters
KotRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TableNo | string |
None. |
|
| Items | Collection of KotItem |
None. |
Request Formats
application/json, text/json
Sample:
{
"TableNo": "sample string 1",
"Items": [
{
"Name": "sample string 1",
"Category": "sample string 2",
"Qty": 3
},
{
"Name": "sample string 1",
"Category": "sample string 2",
"Qty": 3
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.