POST api/CocBl/PostBLPrintLog
Request Information
URI Parameters
None.
Body Parameters
COCBLPrintLog| Name | Description | Type | Additional information |
|---|---|---|---|
| CLC_ABH_ID | integer |
None. |
|
| CLC_BPL_ID | integer |
None. |
|
| CLC_BKG_TYPE | string |
None. |
|
| CLC_REASON | string |
None. |
|
| CLC_CREATED_BY | integer |
None. |
|
| CLC_PROGRAM_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CLC_ABH_ID": 1,
"CLC_BPL_ID": 1,
"CLC_BKG_TYPE": "sample string 1",
"CLC_REASON": "sample string 2",
"CLC_CREATED_BY": 1,
"CLC_PROGRAM_ID": "sample string 3"
}
application/xml, text/xml
Sample:
<COCBLPrintLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CLC_ABH_ID>1</CLC_ABH_ID> <CLC_BKG_TYPE>sample string 1</CLC_BKG_TYPE> <CLC_BPL_ID>1</CLC_BPL_ID> <CLC_CREATED_BY>1</CLC_CREATED_BY> <CLC_PROGRAM_ID>sample string 3</CLC_PROGRAM_ID> <CLC_REASON>sample string 2</CLC_REASON> </COCBLPrintLog>
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. |