POST api/Booking/TimeMasterList
Request Information
URI Parameters
None.
Body Parameters
GetBookingRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompKey | integer |
None. |
|
| ClientKey | integer |
None. |
|
| ClientMobile | string |
None. |
|
| Bookheadnum | integer |
None. |
|
| OrdHeadnumb | integer |
None. |
|
| OrdType | string |
None. |
|
| StaKey | integer |
None. |
|
| TimeKey | integer |
None. |
|
| AppointDate | date |
None. |
|
| Booktimeblock | boolean |
None. |
|
| Subsordemo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompKey": 1,
"ClientKey": 2,
"ClientMobile": "sample string 3",
"Bookheadnum": 4,
"OrdHeadnumb": 5,
"OrdType": "sample string 6",
"StaKey": 7,
"TimeKey": 8,
"AppointDate": "2026-04-01T16:46:51.432752+04:00",
"Booktimeblock": true,
"Subsordemo": "sample string 11"
}
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.