POST api/Booking/GetBookingActivateStatus
Request Information
URI Parameters
None.
Body Parameters
GetSettingsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompKey | integer |
None. |
|
| MechKey | integer |
None. |
|
| SetPrefixd | string |
None. |
|
| Sys_Valued | string |
None. |
|
| TransSource | string |
None. |
|
| OrdSaleDate | date |
None. |
|
| CustomerKey | integer |
None. |
|
| Subsordemo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompKey": 1,
"MechKey": 2,
"SetPrefixd": "sample string 3",
"Sys_Valued": "sample string 4",
"TransSource": "sample string 5",
"OrdSaleDate": "2026-04-01T16:49:30.2487694+04:00",
"CustomerKey": 7,
"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.