POST api/organization/GetOrgMonthSendList
Request Information
URI Parameters
None.
Body Parameters
GetOrgMonthSendListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| SkipCount | integer |
None. |
|
| MaxResultCount | integer |
None. |
|
| DateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SkipCount": 1,
"MaxResultCount": 2,
"DateTime": "2025-12-24T22:06:43.8928311+08:00"
}
application/xml, text/xml
Sample:
<GetOrgMonthSendListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.Organizations.Dto"> <DateTime>2025-12-24T22:06:43.8928311+08:00</DateTime> <MaxResultCount>2</MaxResultCount> <SkipCount>1</SkipCount> </GetOrgMonthSendListInput>
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.