POST api/Setting/T_JQ_MPZL_SFZYQ/T/Update
更新一条某种票型的游客身份要求的记录
Request Information
URI Parameters
None.
Body Parameters
JQ_MPZL_SFZYQItemName | Description | Type | Additional information |
---|---|---|---|
Original_AUTOID |
Original_AUTOID 自动ID |
integer |
None. |
MPLXID |
MPLXID 门票类型ID |
globally unique identifier |
Required |
ZJLX |
ZJLX 证件类型 |
string |
Required Max length: 1 Min length: 1 |
ZJHQZYQ |
ZJHQZYQ 证件号前缀要求 |
string |
Required Max length: 100 |
DZBHYQ |
DZBHYQ 地址包含要求 |
string |
Required Max length: 200 |
XBYQ |
XBYQ 性别要求 |
string |
Required Max length: 1 Min length: 1 |
NNYQ |
NNYQ 年龄要求 |
string |
Required Max length: 1 Min length: 1 |
NN1 |
NN1 开始年龄 |
integer |
None. |
NN2 |
NN2 截止年龄 |
integer |
None. |
SRYQ |
SRYQ 生日要求 |
string |
Required Max length: 1 Min length: 1 |
SRKXRQ |
SRKXRQ 生日宽限日期 |
integer |
None. |
LJGX |
LJGX 逻辑关系 |
string |
Required Max length: 1 Min length: 1 |
QYBZ |
启用标志,1表示启用,0表示禁用。 |
string |
Required Max length: 1 Min length: 1 |
SXQSZQ |
生效起始周期,MMDD |
string |
Required Max length: 4 Min length: 4 |
SXJZZQ |
生效截止周期,MMDD |
string |
Required Max length: 4 Min length: 4 |
SXZQQF |
生效周期是否取反,1表示取反,0或其他值表示不取反。 |
string |
Required Max length: 1 Min length: 1 |
Request Formats
application/json, text/json
{ "Original_AUTOID": 1, "MPLXID": "054201e3-c903-4973-9918-0644fa6d44b0", "ZJLX": "sample string 3", "ZJHQZYQ": "sample string 4", "DZBHYQ": "sample string 5", "XBYQ": "sample string 6", "NNYQ": "sample string 7", "NN1": 8, "NN2": 9, "SRYQ": "sample string 10", "SRKXRQ": 11, "LJGX": "sample string 12", "QYBZ": "sample string 13", "SXQSZQ": "sample string 14", "SXJZZQ": "sample string 15", "SXZQQF": "sample string 16" }
application/xml, text/xml
<JQ_MPZL_SFZYQItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm"> <DZBHYQ>sample string 5</DZBHYQ> <LJGX>sample string 12</LJGX> <MPLXID>054201e3-c903-4973-9918-0644fa6d44b0</MPLXID> <NN1>8</NN1> <NN2>9</NN2> <NNYQ>sample string 7</NNYQ> <QYBZ>sample string 13</QYBZ> <SRKXRQ>11</SRKXRQ> <SRYQ>sample string 10</SRYQ> <SXJZZQ>sample string 15</SXJZZQ> <SXQSZQ>sample string 14</SXQSZQ> <SXZQQF>sample string 16</SXZQQF> <XBYQ>sample string 6</XBYQ> <ZJHQZYQ>sample string 4</ZJHQZYQ> <ZJLX>sample string 3</ZJLX> <Original_AUTOID>1</Original_AUTOID> </JQ_MPZL_SFZYQItem>
application/x-www-form-urlencoded
Sample not available.
application/bson
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
{ "errcode": 1, "errmsg": "sample string 2", "tag": "sample string 3" }
application/xml, text/xml
<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
Binary JSON content. See http://bsonspec.org for details.