POST api/RestaurantSoft?e_id={e_id}&id_branch={id_branch}&c_user={c_user}&branch={branch}&cheef_printer={cheef_printer}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| e_id | integer |
Required |
|
| id_branch | integer |
Required |
|
| c_user | string |
Required |
|
| branch | string |
Required |
|
| cheef_printer | string |
Required |
Body Parameters
None.
Response Information
Resource Description
outdata| Name | Description | Type | Additional information |
|---|---|---|---|
| data | DataTable |
None. |
|
| rowcount |
if get data then return count row else return the id row affected |
integer |
None. |
| status | boolean |
None. |
|
| msg_error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": null,
"rowcount": 1,
"status": true,
"msg_error": "sample string 3"
}
text/xml
Sample:
<outdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/restaurant_api"> <data i:nil="true" /> <msg_error>sample string 3</msg_error> <rowcount>1</rowcount> <status>true</status> </outdata>