POST api/HTGL/AddOrChangeLbJjwh

新增或修改价格维护信息

Request Information

URI Parameters

None.

Body Parameters

Lbjgxx
NameDescriptionTypeAdditional information
LBID

量表ID

string

None.

LBMC

量表名称

string

None.

JG

价格

decimal number

None.

ZT

1表示启用,0表示关闭

string

None.

SORT

排序码

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "LBID": "sample string 1",
  "LBMC": "sample string 2",
  "JG": 1.0,
  "ZT": "sample string 3",
  "SORT": 1.0
}

application/xml, text/xml

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

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>