POST api/AirBooking/AirRFSOriginal
Request Information
URI Parameters
None.
Body Parameters
BLAirPrintLog| Name | Description | Type | Additional information |
|---|---|---|---|
| CLC_ABH_ID | integer |
None. |
|
| CLC_BKG_TYPE | string |
None. |
|
| CLC_BKG_COPY_NUM | integer |
None. |
|
| CLC_CP_ID | integer |
None. |
|
| CLC_CP_CODE | string |
None. |
|
| CLC_SOB_DATE | date |
None. |
|
| CLC_CREATED_BY | integer |
None. |
|
| CLC_PROGRAM_ID | string |
None. |
|
| CLC_BPL_ID | integer |
None. |
|
| CLC_REASON | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CLC_ABH_ID": 1,
"CLC_BKG_TYPE": "sample string 1",
"CLC_BKG_COPY_NUM": 1,
"CLC_CP_ID": 1,
"CLC_CP_CODE": "sample string 2",
"CLC_SOB_DATE": "2025-12-06T04:28:48.7395084+00:00",
"CLC_CREATED_BY": 1,
"CLC_PROGRAM_ID": "sample string 3",
"CLC_BPL_ID": 1,
"CLC_REASON": "sample string 4"
}
application/xml, text/xml
Sample:
<BLAirPrintLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CLC_ABH_ID>1</CLC_ABH_ID> <CLC_BKG_COPY_NUM>1</CLC_BKG_COPY_NUM> <CLC_BKG_TYPE>sample string 1</CLC_BKG_TYPE> <CLC_BPL_ID>1</CLC_BPL_ID> <CLC_CP_CODE>sample string 2</CLC_CP_CODE> <CLC_CP_ID>1</CLC_CP_ID> <CLC_CREATED_BY>1</CLC_CREATED_BY> <CLC_PROGRAM_ID>sample string 3</CLC_PROGRAM_ID> <CLC_REASON>sample string 4</CLC_REASON> <CLC_SOB_DATE>2025-12-06T04:28:48.7395084+00:00</CLC_SOB_DATE> </BLAirPrintLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |