POST api/CHB/PostCHBPrintLog
Request Information
URI Parameters
None.
Body Parameters
CHBPrintLog| Name | Description | Type | Additional information |
|---|---|---|---|
| CHB_ID | integer |
None. |
|
| CHB_COPY_NUM | integer |
None. |
|
| CHB_CP_ID | integer |
None. |
|
| CHB_CP_CODE | string |
None. |
|
| CHB_REASON | string |
None. |
|
| CHB_CREATED_BY | integer |
None. |
|
| CHB_PROGRAM_ID | string |
None. |
|
| CHB_PRINT_TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CHB_ID": 1,
"CHB_COPY_NUM": 1,
"CHB_CP_ID": 1,
"CHB_CP_CODE": "sample string 1",
"CHB_REASON": "sample string 2",
"CHB_CREATED_BY": 1,
"CHB_PROGRAM_ID": "sample string 3",
"CHB_PRINT_TYPE": "sample string 4"
}
application/xml, text/xml
Sample:
<CHBPrintLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <CHB_COPY_NUM>1</CHB_COPY_NUM> <CHB_CP_CODE>sample string 1</CHB_CP_CODE> <CHB_CP_ID>1</CHB_CP_ID> <CHB_CREATED_BY>1</CHB_CREATED_BY> <CHB_ID>1</CHB_ID> <CHB_PRINT_TYPE>sample string 4</CHB_PRINT_TYPE> <CHB_PROGRAM_ID>sample string 3</CHB_PROGRAM_ID> <CHB_REASON>sample string 2</CHB_REASON> </CHBPrintLog>
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. |