POST api/Customer/MyBookingOrder
Request Information
URI Parameters
None.
Body Parameters
MyBookingOrderRQ| Name | Description | Type | Additional information |
|---|---|---|---|
| Oid | string |
None. |
|
| C1 | string |
None. |
|
| C2 | string |
None. |
|
| C3 | string |
None. |
|
| CallOnTime | boolean |
None. |
|
| ProperResponce | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Oid": "sample string 1",
"C1": "sample string 2",
"C2": "sample string 3",
"C3": "sample string 4",
"CallOnTime": true,
"ProperResponce": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.