POST api/PetitionMgr/ExportPetitionXls
Request Information
URI Parameters
None.
Body Parameters
ListParameterOfPetitionMgrListFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Filter | PetitionMgrListFilter |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| OrderByColumnName | string |
None. |
|
| InAscendingOrder | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"filter": {
"category1": 1.0,
"category2": 1.0,
"isOpen": true,
"dutyAcctName": "sample string 1",
"doStatus": "sample string 2",
"pStatus": "sample string 3",
"startDate": "2025-12-25T20:27:36.3820596+08:00",
"endDate": "2025-12-25T20:27:36.3820596+08:00",
"keyword": "sample string 4"
},
"pageNumber": 1,
"pageSize": 1,
"orderByColumnName": "sample string 1",
"inAscendingOrder": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.