POST Api/PC/AndroidGetCheckInfo

获取规定时间段的查体记录

Request Information

URI Parameters

None.

Body Parameters

BaseRequestOfBetweenTime
NameDescriptionTypeAdditional 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-22T12:58:05.615648+08:00",
    "EndTime": "2025-01-22T12:58:05.615648+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-22T12:58:05.615648+08:00</EndTime>
    <MiMa>sample string 2</MiMa>
    <Other>sample string 3</Other>
    <StartTime>2025-01-22T12:58:05.615648+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BaseRequest`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.