POST api/BillOfLading/PostBLSessionLock
Request Information
URI Parameters
None.
Body Parameters
BLSessionLock| Name | Description | Type | Additional information |
|---|---|---|---|
| OLD_UR_ID | integer |
None. |
|
| OLD_OBJ_TYPE | string |
None. |
|
| OLD_OBJ_ID | integer |
None. |
|
| OLD_CP_ID | integer |
None. |
|
| OLD_USR_TOKEN_ID | string |
None. |
|
| OLD_OBJ_TOKEN_ID | string |
None. |
|
| OLD_PROGRAM_ID | string |
None. |
|
| OLD_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OLD_UR_ID": 1,
"OLD_OBJ_TYPE": "sample string 1",
"OLD_OBJ_ID": 1,
"OLD_CP_ID": 1,
"OLD_USR_TOKEN_ID": "sample string 2",
"OLD_OBJ_TOKEN_ID": "sample string 3",
"OLD_PROGRAM_ID": "sample string 4",
"OLD_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<BLSessionLock xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <OLD_CP_ID>1</OLD_CP_ID> <OLD_CREATED_BY>1</OLD_CREATED_BY> <OLD_OBJ_ID>1</OLD_OBJ_ID> <OLD_OBJ_TOKEN_ID>sample string 3</OLD_OBJ_TOKEN_ID> <OLD_OBJ_TYPE>sample string 1</OLD_OBJ_TYPE> <OLD_PROGRAM_ID>sample string 4</OLD_PROGRAM_ID> <OLD_UR_ID>1</OLD_UR_ID> <OLD_USR_TOKEN_ID>sample string 2</OLD_USR_TOKEN_ID> </BLSessionLock>
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. |