POST api/TO/DeleteToPrintlog
Request Information
URI Parameters
None.
Body Parameters
ToPrintlogInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| TO_CP_ID | integer |
None. |
|
| TG_TO_ID | integer |
None. |
|
| TO_TPL_ID | integer |
None. |
|
| TO_PRINT_TYPE | string |
None. |
|
| TO_COPY_NUM | integer |
None. |
|
| TO_CREATED_BY | integer |
None. |
|
| TO_DEL_REASON | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TO_CP_ID": 1,
"TG_TO_ID": 1,
"TO_TPL_ID": 1,
"TO_PRINT_TYPE": "sample string 1",
"TO_COPY_NUM": 1,
"TO_CREATED_BY": 1,
"TO_DEL_REASON": "sample string 2"
}
application/xml, text/xml
Sample:
<ToPrintlogInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <TG_TO_ID>1</TG_TO_ID> <TO_COPY_NUM>1</TO_COPY_NUM> <TO_CP_ID>1</TO_CP_ID> <TO_CREATED_BY>1</TO_CREATED_BY> <TO_DEL_REASON>sample string 2</TO_DEL_REASON> <TO_PRINT_TYPE>sample string 1</TO_PRINT_TYPE> <TO_TPL_ID>1</TO_TPL_ID> </ToPrintlogInputs>
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. |