POST api/CocBl/GetCocBookingList
Request Information
URI Parameters
None.
Body Parameters
GetCocBookingInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| BKG_NUMBER | string |
None. |
|
| BKG_BL_NUMBER | string |
None. |
|
| BKG_REFERENCE | string |
None. |
|
| BKG_JOB_NUMBER | integer |
None. |
|
| BKG_POO_ID | integer |
None. |
|
| BKG_POL_ID | integer |
None. |
|
| BKG_POD_ID | integer |
None. |
|
| BKG_POF_ID | integer |
None. |
|
| BKG_SEARCH | string |
None. |
|
| BKG_STATUS | string |
None. |
|
| BKG_BL_SEARCH | string |
None. |
|
| BKG_SEARCH_REF | string |
None. |
|
| BKG_BKG_SEARCH | string |
None. |
|
| BKG_SEARCH_TYPE | string |
None. |
|
| BKG_CP_ID | integer |
None. |
|
| BKG_LINE_ID | integer |
None. |
|
| BKG_BKG_STATUS | string |
None. |
|
| REF_BKG_CP_ID | integer |
None. |
|
| BKG_CUS_ID | integer |
None. |
|
| BKG_BL_FLAG | string |
None. |
|
| BKG_JOB_NUMBER_NEW | string |
None. |
|
| BKG_VOY_TYPE | string |
None. |
|
| BKG_GLOBAL_SEARCH | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BKG_NUMBER": "sample string 1",
"BKG_BL_NUMBER": "sample string 2",
"BKG_REFERENCE": "sample string 3",
"BKG_JOB_NUMBER": 1,
"BKG_POO_ID": 1,
"BKG_POL_ID": 1,
"BKG_POD_ID": 1,
"BKG_POF_ID": 1,
"BKG_SEARCH": "sample string 4",
"BKG_STATUS": "sample string 5",
"BKG_BL_SEARCH": "sample string 6",
"BKG_SEARCH_REF": "sample string 7",
"BKG_BKG_SEARCH": "sample string 8",
"BKG_SEARCH_TYPE": "sample string 9",
"BKG_CP_ID": 1,
"BKG_LINE_ID": 1,
"BKG_BKG_STATUS": "sample string 10",
"REF_BKG_CP_ID": 1,
"BKG_CUS_ID": 1,
"BKG_BL_FLAG": "sample string 11",
"BKG_JOB_NUMBER_NEW": "sample string 12",
"BKG_VOY_TYPE": "sample string 13",
"BKG_GLOBAL_SEARCH": "sample string 14"
}
application/xml, text/xml
Sample:
<GetCocBookingInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BKG_BKG_SEARCH>sample string 8</BKG_BKG_SEARCH> <BKG_BKG_STATUS>sample string 10</BKG_BKG_STATUS> <BKG_BL_FLAG>sample string 11</BKG_BL_FLAG> <BKG_BL_NUMBER>sample string 2</BKG_BL_NUMBER> <BKG_BL_SEARCH>sample string 6</BKG_BL_SEARCH> <BKG_CP_ID>1</BKG_CP_ID> <BKG_CUS_ID>1</BKG_CUS_ID> <BKG_GLOBAL_SEARCH>sample string 14</BKG_GLOBAL_SEARCH> <BKG_JOB_NUMBER>1</BKG_JOB_NUMBER> <BKG_JOB_NUMBER_NEW>sample string 12</BKG_JOB_NUMBER_NEW> <BKG_LINE_ID>1</BKG_LINE_ID> <BKG_NUMBER>sample string 1</BKG_NUMBER> <BKG_POD_ID>1</BKG_POD_ID> <BKG_POF_ID>1</BKG_POF_ID> <BKG_POL_ID>1</BKG_POL_ID> <BKG_POO_ID>1</BKG_POO_ID> <BKG_REFERENCE>sample string 3</BKG_REFERENCE> <BKG_SEARCH>sample string 4</BKG_SEARCH> <BKG_SEARCH_REF>sample string 7</BKG_SEARCH_REF> <BKG_SEARCH_TYPE>sample string 9</BKG_SEARCH_TYPE> <BKG_STATUS>sample string 5</BKG_STATUS> <BKG_VOY_TYPE>sample string 13</BKG_VOY_TYPE> <REF_BKG_CP_ID>1</REF_BKG_CP_ID> </GetCocBookingInputs>
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. |