PUT api/Activity
Request Information
URI Parameters
None.
Body Parameters
Ft_Activity| Name | Description | Type | Additional information |
|---|---|---|---|
| Begin_Checked | boolean |
None. |
|
| Date_Begin | date |
None. |
|
| End_Checked | boolean |
None. |
|
| Date_End | date |
None. |
|
| User_Checked | boolean |
None. |
|
| User_ID | string |
None. |
|
| Perm_Checked | boolean |
None. |
|
| Perm_ID | string |
None. |
|
| RowsPerPage | integer |
None. |
|
| CurrentPage | integer |
None. |
|
| SkipRows | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Begin_Checked": true,
"Date_Begin": "2025-12-22T04:26:35.9635756+08:00",
"End_Checked": true,
"Date_End": "2025-12-22T04:26:35.9635756+08:00",
"User_Checked": true,
"User_ID": "sample string 6",
"Perm_Checked": true,
"Perm_ID": "sample string 8",
"RowsPerPage": 9,
"CurrentPage": 10,
"SkipRows": 81
}
application/xml, text/xml
Sample:
<Ft_Activity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO"> <CurrentPage>10</CurrentPage> <RowsPerPage>9</RowsPerPage> <Begin_Checked>true</Begin_Checked> <Date_Begin>2025-12-22T04:26:35.9635756+08:00</Date_Begin> <Date_End>2025-12-22T04:26:35.9635756+08:00</Date_End> <End_Checked>true</End_Checked> <Perm_Checked>true</Perm_Checked> <Perm_ID>sample string 8</Perm_ID> <User_Checked>true</User_Checked> <User_ID>sample string 6</User_ID> </Ft_Activity>
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.