POST api/HTGL/GetScbTj

筛查统计

Request Information

URI Parameters

None.

Body Parameters

GetScbTj_v
NameDescriptionTypeAdditional information
sfzh

身份证号

string

None.

Request Formats

application/json, text/json

Sample:
{
  "sfzh": "sample string 1"
}

application/xml, text/xml

Sample:
<Qxtj_v.GetScbTj_v xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen">
  <sfzh>sample string 1</sfzh>
</Qxtj_v.GetScbTj_v>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OutPut
NameDescriptionTypeAdditional information
ResultStatus

输出状态

string

None.

Msg

输出信息提示

string

None.

ResultData

输出的数据列表

Collection of Object

None.

RecordSn

记录流水号

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResultStatus": "sample string 1",
  "Msg": "sample string 2",
  "ResultData": [
    {},
    {}
  ],
  "RecordSn": "sample string 3"
}

application/xml, text/xml

Sample:
<Qxtj_v.OutPut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen">
  <Msg>sample string 2</Msg>
  <RecordSn>sample string 3</RecordSn>
  <ResultData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </ResultData>
  <ResultStatus>sample string 1</ResultStatus>
</Qxtj_v.OutPut>