PUT api/Service/History
Request Information
URI Parameters
None.
Body Parameters
Ft_Print_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_Checked | boolean |
None. |
|
| ID | string |
None. |
|
| Date_Begin_Checked | boolean |
None. |
|
| Date_Begin | date |
None. |
|
| Date_End_Checked | boolean |
None. |
|
| Date_End | date |
None. |
|
| Template_Checked | boolean |
None. |
|
| Template_ID | string |
None. |
|
| Target_Checked | boolean |
None. |
|
| Target_Name | string |
None. |
|
| Request_Checked | boolean |
None. |
|
| Request | string |
None. |
|
| RowsPerPage | integer |
None. |
|
| CurrentPage | integer |
None. |
|
| SkipRows | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_Checked": true,
"ID": "sample string 2",
"Date_Begin_Checked": true,
"Date_Begin": "2025-12-22T04:29:59.1675287+08:00",
"Date_End_Checked": true,
"Date_End": "2025-12-22T04:29:59.1675287+08:00",
"Template_Checked": true,
"Template_ID": "sample string 8",
"Target_Checked": true,
"Target_Name": "sample string 10",
"Request_Checked": true,
"Request": "sample string 12",
"RowsPerPage": 13,
"CurrentPage": 14,
"SkipRows": 169
}
application/xml, text/xml
Sample:
<Ft_Print_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO"> <CurrentPage>14</CurrentPage> <RowsPerPage>13</RowsPerPage> <Date_Begin>2025-12-22T04:29:59.1675287+08:00</Date_Begin> <Date_Begin_Checked>true</Date_Begin_Checked> <Date_End>2025-12-22T04:29:59.1675287+08:00</Date_End> <Date_End_Checked>true</Date_End_Checked> <ID>sample string 2</ID> <ID_Checked>true</ID_Checked> <Request>sample string 12</Request> <Request_Checked>true</Request_Checked> <Target_Checked>true</Target_Checked> <Target_Name>sample string 10</Target_Name> <Template_Checked>true</Template_Checked> <Template_ID>sample string 8</Template_ID> </Ft_Print_Request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.