POST api/BillOfLading/PutCOCBLCorrectorUpload
Request Information
URI Parameters
None.
Body Parameters
BLCorrectorUploadInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| PBC_BL_ID | integer |
None. |
|
| PBC_CHG_TYPE | string |
None. |
|
| PBC_CHG_ID | integer |
None. |
|
| PBC_INC_FRT | string |
None. |
|
| PBC_APPLICABILITY | integer |
None. |
|
| PBC_APPLICABILITY_AT | integer |
None. |
|
| PBC_BASIS | integer |
None. |
|
| PBC_CUR_ID | integer |
None. |
|
| PBC_AMOUNT | decimal number |
None. |
|
| PBC_CON_TYPE | integer |
None. |
|
| PBC_COM_ID | integer |
None. |
|
| PBC_COL_MODE | string |
None. |
|
| PBC_COL_CP_ID | integer |
None. |
|
| PBC_CHG_OWNER | string |
None. |
|
| PBC_OWNER_CP_ID | integer |
None. |
|
| PBC_REMARKS | string |
None. |
|
| PBC_PROGRAM_ID | string |
None. |
|
| PBC_CREATED_BY | integer |
None. |
|
| PBC_BKC_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PBC_BL_ID": 1,
"PBC_CHG_TYPE": "sample string 1",
"PBC_CHG_ID": 1,
"PBC_INC_FRT": "sample string 2",
"PBC_APPLICABILITY": 1,
"PBC_APPLICABILITY_AT": 1,
"PBC_BASIS": 1,
"PBC_CUR_ID": 1,
"PBC_AMOUNT": 1.1,
"PBC_CON_TYPE": 1,
"PBC_COM_ID": 1,
"PBC_COL_MODE": "sample string 3",
"PBC_COL_CP_ID": 1,
"PBC_CHG_OWNER": "sample string 4",
"PBC_OWNER_CP_ID": 1,
"PBC_REMARKS": "sample string 5",
"PBC_PROGRAM_ID": "sample string 6",
"PBC_CREATED_BY": 1,
"PBC_BKC_ID": 1
}
application/xml, text/xml
Sample:
<BLCorrectorUploadInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <PBC_AMOUNT>1.1</PBC_AMOUNT> <PBC_APPLICABILITY>1</PBC_APPLICABILITY> <PBC_APPLICABILITY_AT>1</PBC_APPLICABILITY_AT> <PBC_BASIS>1</PBC_BASIS> <PBC_BKC_ID>1</PBC_BKC_ID> <PBC_BL_ID>1</PBC_BL_ID> <PBC_CHG_ID>1</PBC_CHG_ID> <PBC_CHG_OWNER>sample string 4</PBC_CHG_OWNER> <PBC_CHG_TYPE>sample string 1</PBC_CHG_TYPE> <PBC_COL_CP_ID>1</PBC_COL_CP_ID> <PBC_COL_MODE>sample string 3</PBC_COL_MODE> <PBC_COM_ID>1</PBC_COM_ID> <PBC_CON_TYPE>1</PBC_CON_TYPE> <PBC_CREATED_BY>1</PBC_CREATED_BY> <PBC_CUR_ID>1</PBC_CUR_ID> <PBC_INC_FRT>sample string 2</PBC_INC_FRT> <PBC_OWNER_CP_ID>1</PBC_OWNER_CP_ID> <PBC_PROGRAM_ID>sample string 6</PBC_PROGRAM_ID> <PBC_REMARKS>sample string 5</PBC_REMARKS> </BLCorrectorUploadInputs>
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. |