POST api/Billing/GetTableBookedDet
Request Information
URI Parameters
None.
Body Parameters
GetBookingRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompKey | integer |
None. |
|
| ClientKey | integer |
None. |
|
| ClientMobile | string |
None. |
|
| OrdHeadnumb | integer |
None. |
|
| OrdType | string |
None. |
|
| appointDate | date |
None. |
|
| Booktimeblock | boolean |
None. |
|
| Subsordemo | string |
None. |
|
| IsDemoCustomer | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompKey": 1,
"ClientKey": 2,
"ClientMobile": "sample string 3",
"OrdHeadnumb": 4,
"OrdType": "sample string 5",
"appointDate": "2026-05-31T20:20:21.1969887+04:00",
"Booktimeblock": true,
"Subsordemo": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.