POST Api/PC/DownloadUser
下载档案
Request Information
URI Parameters
None.
Body Parameters
BaseRequestOfBetweenTimeName | Description | Type | Additional information |
---|---|---|---|
QueryType | string |
None. |
|
OrgCold | string |
None. |
|
Data | BetweenTime |
None. |
Request Formats
application/json, text/json
Sample:
{ "QueryType": "sample string 1", "OrgCold": "sample string 2", "Data": { "ZhangHao": "sample string 1", "MiMa": "sample string 2", "StartTime": "2025-01-22T13:01:52.1440843+08:00", "EndTime": "2025-01-22T13:01:52.1440843+08:00", "limit": 1, "pageIndex": 1, "Other": "sample string 3" } }
application/xml, text/xml
Sample:
<BaseRequestOfBetweenTimergM_S79lN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.MobileAPI.Areas.Models"> <Data> <EndTime>2025-01-22T13:01:52.1440843+08:00</EndTime> <MiMa>sample string 2</MiMa> <Other>sample string 3</Other> <StartTime>2025-01-22T13:01:52.1440843+08:00</StartTime> <ZhangHao>sample string 1</ZhangHao> <limit>1</limit> <pageIndex>1</pageIndex> </Data> <OrgCold>sample string 2</OrgCold> <QueryType>sample string 1</QueryType> </BaseRequestOfBetweenTimergM_S79lN>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.