POST api/BillOfLading/PostBLAccess
Request Information
URI Parameters
None.
Body Parameters
BLAccessInput| Name | Description | Type | Additional information |
|---|---|---|---|
| BAD_ID | integer |
None. |
|
| BAD_BKG_ID | integer |
None. |
|
| BAD_CP_ID | integer |
None. |
|
| BAD_TYPE | string |
None. |
|
| BAD_NOTES | string |
None. |
|
| BAD_PROGRAM_ID | string |
None. |
|
| BAD_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BAD_ID": 1,
"BAD_BKG_ID": 1,
"BAD_CP_ID": 1,
"BAD_TYPE": "sample string 1",
"BAD_NOTES": "sample string 2",
"BAD_PROGRAM_ID": "sample string 3",
"BAD_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<BLAccessInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BAD_BKG_ID>1</BAD_BKG_ID> <BAD_CP_ID>1</BAD_CP_ID> <BAD_CREATED_BY>1</BAD_CREATED_BY> <BAD_ID>1</BAD_ID> <BAD_NOTES>sample string 2</BAD_NOTES> <BAD_PROGRAM_ID>sample string 3</BAD_PROGRAM_ID> <BAD_TYPE>sample string 1</BAD_TYPE> </BLAccessInput>
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. |