POST api/HTGL/AddOrChangeScb_Kgwh

保存开关维护信息

Request Information

URI Parameters

None.

Body Parameters

Scb_kgwh
NameDescriptionTypeAdditional information
KGID

开关ID

string

None.

SYTJ

使用条件

string

None.

ZT

状态,0表示不启用,1表示启用

string

None.

SORT

排序码

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "KGID": "sample string 1",
  "SYTJ": "sample string 2",
  "ZT": "sample string 3",
  "SORT": 1.0
}

application/xml, text/xml

Sample:
<Qxtj_v.Scb_kgwh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen">
  <KGID>sample string 1</KGID>
  <SORT>1</SORT>
  <SYTJ>sample string 2</SYTJ>
  <ZT>sample string 3</ZT>
</Qxtj_v.Scb_kgwh>

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>