POST api/CocBl/UpdateCOCCorrection
Request Information
URI Parameters
None.
Body Parameters
UpdateCocCorInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| BRO_ID | integer |
None. |
|
| BRO_CP_ID | integer |
None. |
|
| BRO_BKG_ID | integer |
None. |
|
| BRO_NUMBER | string |
None. |
|
| BRO_AR_ID | integer |
None. |
|
| BRO_DP_ID | integer |
None. |
|
| BRO_GRADE | string |
None. |
|
| BRO_VSL_VOYAGE | string |
None. |
|
| BRO_VALID_FROM | date |
None. |
|
| BRO_VALID_TILL | date |
None. |
|
| BRO_NOTES | string |
None. |
|
| BRO_STATUS | string |
None. |
|
| BRO_BKV_ID | integer |
None. |
|
| BRO_PROGRAM_ID | string |
None. |
|
| BRO_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BRO_ID": 1,
"BRO_CP_ID": 1,
"BRO_BKG_ID": 1,
"BRO_NUMBER": "sample string 1",
"BRO_AR_ID": 1,
"BRO_DP_ID": 1,
"BRO_GRADE": "sample string 2",
"BRO_VSL_VOYAGE": "sample string 3",
"BRO_VALID_FROM": "2025-12-06T04:26:37.3104618+00:00",
"BRO_VALID_TILL": "2025-12-06T04:26:37.3104618+00:00",
"BRO_NOTES": "sample string 4",
"BRO_STATUS": "sample string 5",
"BRO_BKV_ID": 1,
"BRO_PROGRAM_ID": "sample string 6",
"BRO_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<UpdateCocCorInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BRO_AR_ID>1</BRO_AR_ID> <BRO_BKG_ID>1</BRO_BKG_ID> <BRO_BKV_ID>1</BRO_BKV_ID> <BRO_CP_ID>1</BRO_CP_ID> <BRO_CREATED_BY>1</BRO_CREATED_BY> <BRO_DP_ID>1</BRO_DP_ID> <BRO_GRADE>sample string 2</BRO_GRADE> <BRO_ID>1</BRO_ID> <BRO_NOTES>sample string 4</BRO_NOTES> <BRO_NUMBER>sample string 1</BRO_NUMBER> <BRO_PROGRAM_ID>sample string 6</BRO_PROGRAM_ID> <BRO_STATUS>sample string 5</BRO_STATUS> <BRO_VALID_FROM>2025-12-06T04:26:37.3104618+00:00</BRO_VALID_FROM> <BRO_VALID_TILL>2025-12-06T04:26:37.3104618+00:00</BRO_VALID_TILL> <BRO_VSL_VOYAGE>sample string 3</BRO_VSL_VOYAGE> </UpdateCocCorInputs>
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. |