POST api/Setting/JQ_MPZL_YQ/Delete
删除某个票型某一组分成设置或多组分成设置(被修改的这一组设置是总体成功,总体失败的)。
Request Information
URI Parameters
None.
Body Parameters
指定删除数据范围的参数。
JQ_MPZL_YQDelParmName | Description | Type | Additional information |
---|---|---|---|
MPLXID |
门票类型ID |
globally unique identifier |
Required |
QSRQ |
起始日期。 不指定此参数时,表示不限起始日期。 |
string |
Max length: 8 |
JG |
价格。 不指定此参数时,表示不限价格。 |
decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "MPLXID": "94f0795f-340e-4413-83f7-56fa7ecc31ae", "QSRQ": "sample string 2", "JG": 3.0 }
application/xml, text/xml
Sample:
<JQ_MPZL_YQDelParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm"> <JG>3</JG> <MPLXID>94f0795f-340e-4413-83f7-56fa7ecc31ae</MPLXID> <QSRQ>sample string 2</QSRQ> </JQ_MPZL_YQDelParm>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
删除某个票型某一组分成设置或多组分成设置(被修改的这一组设置是总体成功,总体失败的)。
CommonOperationResultName | Description | Type | Additional information |
---|---|---|---|
errcode |
错误代码,通常0表示成功,其他值表示错误。 |
integer |
None. |
errmsg |
错误描述,当errcode不为零时,此值可以用于呈现给用户。 |
string |
None. |
tag |
操作同时,服务器端需要返回的其他值。 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": "sample string 3" }
application/xml, text/xml
Sample:
<CommonOperationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag>sample string 3</tag> </CommonOperationResult>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.