POST api/CocBl/CreateCocBL
Request Information
URI Parameters
None.
Body Parameters
CreateCocBlDtls| Name | Description | Type | Additional information |
|---|---|---|---|
| BKG_POL_ID | integer |
None. |
|
| BKG_SERVICE_TYPE | string |
None. |
|
| BKG_LINE_ID | integer |
None. |
|
| BKG_CP_ID | integer |
None. |
|
| BKG_CREATED_BY | integer |
None. |
|
| BKG_VOY_TYPE | string |
None. |
|
| O_JOH_DOC_NUM_2 | string |
None. |
|
| BKG_PROGRAM_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BKG_POL_ID": 1,
"BKG_SERVICE_TYPE": "sample string 1",
"BKG_LINE_ID": 1,
"BKG_CP_ID": 1,
"BKG_CREATED_BY": 1,
"BKG_VOY_TYPE": "sample string 2",
"O_JOH_DOC_NUM_2": "sample string 3",
"BKG_PROGRAM_ID": "sample string 4"
}
application/xml, text/xml
Sample:
<CreateCocBlDtls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BKG_CP_ID>1</BKG_CP_ID> <BKG_CREATED_BY>1</BKG_CREATED_BY> <BKG_LINE_ID>1</BKG_LINE_ID> <BKG_POL_ID>1</BKG_POL_ID> <BKG_PROGRAM_ID>sample string 4</BKG_PROGRAM_ID> <BKG_SERVICE_TYPE>sample string 1</BKG_SERVICE_TYPE> <BKG_VOY_TYPE>sample string 2</BKG_VOY_TYPE> <O_JOH_DOC_NUM_2>sample string 3</O_JOH_DOC_NUM_2> </CreateCocBlDtls>
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. |