POST api/DailyPaper/GetList
Request Information
URI Parameters
None.
Body Parameters
DailyPaperRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| Id | integer |
None. |
|
| Field1 | string |
None. |
|
| Field2 | string |
None. |
|
| Field3 | string |
None. |
|
| Field4 | string |
None. |
|
| Field5 | string |
None. |
|
| Field6 | string |
None. |
|
| Field7 | string |
None. |
|
| Field8 | string |
None. |
|
| Field9 | string |
None. |
|
| Field10 | string |
None. |
|
| UserId | integer |
None. |
|
| Paging | PaginRequest |
None. |
|
| OrderBys | string |
None. |
|
| QueryValue | string |
None. |
|
| Column | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartTime": "2025-12-29T18:46:48.5649788+08:00",
"EndTime": "2025-12-29T18:46:48.5649788+08:00",
"Id": 1,
"Field1": "sample string 1",
"Field2": "sample string 2",
"Field3": "sample string 3",
"Field4": "sample string 4",
"Field5": "sample string 5",
"Field6": "sample string 6",
"Field7": "sample string 7",
"Field8": "sample string 8",
"Field9": "sample string 9",
"Field10": "sample string 10",
"UserId": 1,
"Paging": {
"PageIndex": 1,
"PageSize": 1
},
"OrderBys": "sample string 11",
"QueryValue": "sample string 12",
"Column": [
{},
{}
]
}
application/xml, text/xml
Sample:
<DailyPaperRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.OA.Models.Request">
<Column xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</Column>
<OrderBys>sample string 11</OrderBys>
<Paging>
<PageIndex>1</PageIndex>
<PageSize>1</PageSize>
</Paging>
<QueryValue>sample string 12</QueryValue>
<EndTime>2025-12-29T18:46:48.5649788+08:00</EndTime>
<Field1>sample string 1</Field1>
<Field10>sample string 10</Field10>
<Field2>sample string 2</Field2>
<Field3>sample string 3</Field3>
<Field4>sample string 4</Field4>
<Field5>sample string 5</Field5>
<Field6>sample string 6</Field6>
<Field7>sample string 7</Field7>
<Field8>sample string 8</Field8>
<Field9>sample string 9</Field9>
<Id>1</Id>
<StartTime>2025-12-29T18:46:48.5649788+08:00</StartTime>
<UserId>1</UserId>
</DailyPaperRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />