POST api/KitchPOSRsrv
Request Information
URI Parameters
None.
Body Parameters
KitchPOSHRsrv| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
None. |
|
| DocNo | string |
None. |
|
| Dt | date |
None. |
|
| CustName | string |
None. |
|
| CustMobil | string |
None. |
|
| CustAdress | string |
None. |
|
| CustLoc | string |
None. |
|
| Narration | string |
None. |
|
| BillAmt | decimal number |
None. |
|
| DiscAmt | decimal number |
None. |
|
| SalMan | integer |
None. |
|
| MdfDt | date |
None. |
|
| Tax | decimal number |
None. |
|
| kitchPOSHRsrvMeals | Collection of KitchPOSHRsrvMeals |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchId": 1,
"DocNo": "sample string 2",
"Dt": "2025-12-08T13:06:32.9227179-08:00",
"CustName": "sample string 4",
"CustMobil": "sample string 5",
"CustAdress": "sample string 6",
"CustLoc": "sample string 7",
"Narration": "sample string 8",
"BillAmt": 9.0,
"DiscAmt": 10.0,
"SalMan": 11,
"MdfDt": "2025-12-08T13:06:32.9227179-08:00",
"Tax": 13.0,
"kitchPOSHRsrvMeals": [
{
"MealId": 1,
"Qty": 2.0,
"Price": 3.0,
"Remarks": "sample string 4"
},
{
"MealId": 1,
"Qty": 2.0,
"Price": 3.0,
"Remarks": "sample string 4"
}
]
}
text/html
Sample:
{"BranchId":1,"DocNo":"sample string 2","Dt":"2025-12-08T13:06:32.9227179-08:00","CustName":"sample string 4","CustMobil":"sample string 5","CustAdress":"sample string 6","CustLoc":"sample string 7","Narration":"sample string 8","BillAmt":9.0,"DiscAmt":10.0,"SalMan":11,"MdfDt":"2025-12-08T13:06:32.9227179-08:00","Tax":13.0,"kitchPOSHRsrvMeals":[{"MealId":1,"Qty":2.0,"Price":3.0,"Remarks":"sample string 4"},{"MealId":1,"Qty":2.0,"Price":3.0,"Remarks":"sample string 4"}]}
application/xml, text/xml
Sample:
<KitchPOSHRsrv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GNXAPItoFlutter.Models">
<BillAmt>9</BillAmt>
<BranchId>1</BranchId>
<CustAdress>sample string 6</CustAdress>
<CustLoc>sample string 7</CustLoc>
<CustMobil>sample string 5</CustMobil>
<CustName>sample string 4</CustName>
<DiscAmt>10</DiscAmt>
<DocNo>sample string 2</DocNo>
<Dt>2025-12-08T13:06:32.9227179-08:00</Dt>
<MdfDt>2025-12-08T13:06:32.9227179-08:00</MdfDt>
<Narration>sample string 8</Narration>
<SalMan>11</SalMan>
<Tax>13</Tax>
<kitchPOSHRsrvMeals>
<KitchPOSHRsrvMeals>
<MealId>1</MealId>
<Price>3</Price>
<Qty>2</Qty>
<Remarks>sample string 4</Remarks>
</KitchPOSHRsrvMeals>
<KitchPOSHRsrvMeals>
<MealId>1</MealId>
<Price>3</Price>
<Qty>2</Qty>
<Remarks>sample string 4</Remarks>
</KitchPOSHRsrvMeals>
</kitchPOSHRsrvMeals>
</KitchPOSHRsrv>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>