GET api/HTGL/GetJgwh?scb_sn={scb_sn}

获取结果维护信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
scb_sn

string

Required

Body Parameters

None.

Response Information

Resource Description

OutPutOfScb_jgwh
NameDescriptionTypeAdditional information
ResultStatus

EnumResultStatus

None.

Msg

string

None.

ResultData

Scb_jgwh

None.

TotalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ResultStatus": 200,
  "Msg": "sample string 1",
  "ResultData": {
    "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"
      }
    ]
  },
  "TotalCount": 2
}

application/xml, text/xml

Sample:
<Qxtj_v.OutPutOfQxtj_v.Scb_jgwh2hGjyaJv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen">
  <Msg>sample string 1</Msg>
  <ResultData>
    <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>
  </ResultData>
  <ResultStatus>Success</ResultStatus>
  <TotalCount>2</TotalCount>
</Qxtj_v.OutPutOfQxtj_v.Scb_jgwh2hGjyaJv>