POST api/BillOfLading/PostBLPartyUpdation
Request Information
URI Parameters
None.
Body Parameters
BLPartyUpdationInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| BL_TYPE | string |
None. |
|
| BL_ID | integer |
None. |
|
| PARTY_TYPE | string |
None. |
|
| AR_ID | integer |
None. |
|
| AR_NAME | string |
None. |
|
| AR_ADD | string |
None. |
|
| BL_PROGRAM_ID | string |
None. |
|
| BL_CREATED_BY | integer |
None. |
|
| AR_ID_MULTIPLE | string |
None. |
|
| CP_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BL_TYPE": "sample string 1",
"BL_ID": 1,
"PARTY_TYPE": "sample string 2",
"AR_ID": 1,
"AR_NAME": "sample string 3",
"AR_ADD": "sample string 4",
"BL_PROGRAM_ID": "sample string 5",
"BL_CREATED_BY": 1,
"AR_ID_MULTIPLE": "sample string 6",
"CP_ID": 1
}
application/xml, text/xml
Sample:
<BLPartyUpdationInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <AR_ADD>sample string 4</AR_ADD> <AR_ID>1</AR_ID> <AR_ID_MULTIPLE>sample string 6</AR_ID_MULTIPLE> <AR_NAME>sample string 3</AR_NAME> <BL_CREATED_BY>1</BL_CREATED_BY> <BL_ID>1</BL_ID> <BL_PROGRAM_ID>sample string 5</BL_PROGRAM_ID> <BL_TYPE>sample string 1</BL_TYPE> <CP_ID>1</CP_ID> <PARTY_TYPE>sample string 2</PARTY_TYPE> </BLPartyUpdationInputs>
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. |