POST Api/Mobile/Check/GetCheckInfo

获取CS体检、用药等信息 2023年2月21日

Request Information

URI Parameters

None.

Body Parameters

BaseRequestOfBetweenTime
NameDescriptionTypeAdditional information
QueryType

string

None.

OrgCold

string

None.

OrgID

string

None.

UserID

string

None.

Data

BetweenTime

None.

Request Formats

application/json, text/json

Sample:
{
  "QueryType": "sample string 1",
  "OrgCold": "sample string 2",
  "OrgID": "sample string 3",
  "UserID": "sample string 4",
  "Data": {
    "ZhangHao": "sample string 1",
    "MiMa": "sample string 2",
    "StartTime": "2025-11-30T15:41:45.5230328+08:00",
    "EndTime": "2025-11-30T15:41:45.5230328+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-11-30T15:41:45.5230328+08:00</EndTime>
    <MiMa>sample string 2</MiMa>
    <Other>sample string 3</Other>
    <StartTime>2025-11-30T15:41:45.5230328+08:00</StartTime>
    <ZhangHao>sample string 1</ZhangHao>
    <limit>1</limit>
    <pageIndex>1</pageIndex>
  </Data>
  <OrgCold>sample string 2</OrgCold>
  <OrgID>sample string 3</OrgID>
  <QueryType>sample string 1</QueryType>
  <UserID>sample string 4</UserID>
</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

BaseResponse
NameDescriptionTypeAdditional information
ResponseCode

返回Code

integer

None.

ResponseMsg

返回信息

string

None.

ResponseData

返回数据Json字符串

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "ResponseMsg": "sample string 2",
  "ResponseData": "sample string 3"
}

application/xml, text/xml

Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.MobileAPI.Areas.Models">
  <ResponseCode>1</ResponseCode>
  <ResponseData>sample string 3</ResponseData>
  <ResponseMsg>sample string 2</ResponseMsg>
</BaseResponse>