POST api/CocBl/CocGetBL
Request Information
URI Parameters
None.
Body Parameters
CocGetBlInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| BS_EDI_TYPE | string |
None. |
|
| BS_PROGRAM_ID | string |
None. |
|
| BS_DOC_ID | string |
None. |
|
| BS_FILE_NAME | string |
None. |
|
| BS_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BS_EDI_TYPE": "sample string 1",
"BS_PROGRAM_ID": "sample string 2",
"BS_DOC_ID": "sample string 3",
"BS_FILE_NAME": "sample string 4",
"BS_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<CocGetBlInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BS_CREATED_BY>1</BS_CREATED_BY> <BS_DOC_ID>sample string 3</BS_DOC_ID> <BS_EDI_TYPE>sample string 1</BS_EDI_TYPE> <BS_FILE_NAME>sample string 4</BS_FILE_NAME> <BS_PROGRAM_ID>sample string 2</BS_PROGRAM_ID> </CocGetBlInputs>
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. |