POST api/HTGL/AddOrChangeJgwh

保存结果维护信息

Request Information

URI Parameters

None.

Body Parameters

Scb_jgwh
NameDescriptionTypeAdditional information
SCB_SN

筛查表配置流水号

string

None.

HZTSJGXX1

汇总推送结果信息1

string

None.

HZTSJGXX2

汇总推送结果信息2

string

None.

FSXS

分数显示

string

None.

WQKTSJGXX

无情况推送结果信息

string

None.

FSXXSYMC

分数显示所用名称,传list《value_v》序列化后的内容

string

None.

JGXS

结果显示,是否显示结果,1表示表示显示,空表示不是显示

string

None.

HZTSJGXX1_YS

汇总推送结果信息1

string

None.

HZTSJGXX2_YS

汇总推送结果信息2

string

None.

FSXS_YS

分数显示

string

None.

FSXXSYMC_YS

分数显示所用名称,传list《value_v》序列化后的内容

string

None.

jgxx_list

结果信息列表

Collection of Scb_jgwh_jgxx

None.

Request Formats

application/json, text/json

Sample:
{
  "SCB_SN": "sample string 1",
  "HZTSJGXX1": "sample string 2",
  "HZTSJGXX2": "sample string 3",
  "FSXS": "sample string 4",
  "WQKTSJGXX": "sample string 5",
  "FSXXSYMC": "sample string 6",
  "JGXS": "sample string 7",
  "HZTSJGXX1_YS": "sample string 8",
  "HZTSJGXX2_YS": "sample string 9",
  "FSXS_YS": "sample string 10",
  "FSXXSYMC_YS": "sample string 11",
  "jgxx_list": [
    {
      "SN": "sample string 1",
      "SCB_SN": "sample string 2",
      "JGID": "sample string 3",
      "JGMC": "sample string 4",
      "DYSZ": "sample string 5",
      "XYSZ": "sample string 6",
      "TSLB": "sample string 7",
      "TSLBMC": "sample string 8",
      "LBDZ": "sample string 9",
      "SORT": 1.0,
      "QZB": 1.0,
      "GJC": "sample string 10"
    },
    {
      "SN": "sample string 1",
      "SCB_SN": "sample string 2",
      "JGID": "sample string 3",
      "JGMC": "sample string 4",
      "DYSZ": "sample string 5",
      "XYSZ": "sample string 6",
      "TSLB": "sample string 7",
      "TSLBMC": "sample string 8",
      "LBDZ": "sample string 9",
      "SORT": 1.0,
      "QZB": 1.0,
      "GJC": "sample string 10"
    }
  ]
}

application/xml, text/xml

Sample:
<Qxtj_v.Scb_jgwh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen">
  <FSXS>sample string 4</FSXS>
  <FSXS_YS>sample string 10</FSXS_YS>
  <FSXXSYMC>sample string 6</FSXXSYMC>
  <FSXXSYMC_YS>sample string 11</FSXXSYMC_YS>
  <HZTSJGXX1>sample string 2</HZTSJGXX1>
  <HZTSJGXX1_YS>sample string 8</HZTSJGXX1_YS>
  <HZTSJGXX2>sample string 3</HZTSJGXX2>
  <HZTSJGXX2_YS>sample string 9</HZTSJGXX2_YS>
  <JGXS>sample string 7</JGXS>
  <SCB_SN>sample string 1</SCB_SN>
  <WQKTSJGXX>sample string 5</WQKTSJGXX>
  <jgxx_list>
    <Qxtj_v.Scb_jgwh_jgxx>
      <DYSZ>sample string 5</DYSZ>
      <GJC>sample string 10</GJC>
      <JGID>sample string 3</JGID>
      <JGMC>sample string 4</JGMC>
      <LBDZ>sample string 9</LBDZ>
      <QZB>1</QZB>
      <SCB_SN>sample string 2</SCB_SN>
      <SN>sample string 1</SN>
      <SORT>1</SORT>
      <TSLB>sample string 7</TSLB>
      <TSLBMC>sample string 8</TSLBMC>
      <XYSZ>sample string 6</XYSZ>
    </Qxtj_v.Scb_jgwh_jgxx>
    <Qxtj_v.Scb_jgwh_jgxx>
      <DYSZ>sample string 5</DYSZ>
      <GJC>sample string 10</GJC>
      <JGID>sample string 3</JGID>
      <JGMC>sample string 4</JGMC>
      <LBDZ>sample string 9</LBDZ>
      <QZB>1</QZB>
      <SCB_SN>sample string 2</SCB_SN>
      <SN>sample string 1</SN>
      <SORT>1</SORT>
      <TSLB>sample string 7</TSLB>
      <TSLBMC>sample string 8</TSLBMC>
      <XYSZ>sample string 6</XYSZ>
    </Qxtj_v.Scb_jgwh_jgxx>
  </jgxx_list>
</Qxtj_v.Scb_jgwh>

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>