POST api/CheckIdentity/HasSellRecord
调用存储过程,判断指定的证件号码和门票类型是否在系统中已有购票记录
Request Information
URI Parameters
None.
Body Parameters
CheckIdentityHasSellRecordParmName | Description | Type | Additional information |
---|---|---|---|
RQ |
日期 |
string |
None. |
ZJHM |
证件号码 |
string |
None. |
MPLXID |
门票类型ID |
globally unique identifier |
None. |
TXQLXID |
通行券类型ID |
globally unique identifier |
None. |
YQID |
园区ID |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "RQ": "sample string 1", "ZJHM": "sample string 2", "MPLXID": "85e63a75-edc3-4f49-b591-92f580244bf5", "TXQLXID": "6778e12e-ccc2-43e0-8efd-985bb59886a9", "YQID": "sample string 5" }
application/xml, text/xml
Sample:
<CheckIdentityHasSellRecordParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm"> <MPLXID>85e63a75-edc3-4f49-b591-92f580244bf5</MPLXID> <RQ>sample string 1</RQ> <TXQLXID>6778e12e-ccc2-43e0-8efd-985bb59886a9</TXQLXID> <YQID>sample string 5</YQID> <ZJHM>sample string 2</ZJHM> </CheckIdentityHasSellRecordParm>
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
调用存储过程,判断指定的证件号码和门票类型是否在系统中已有购票记录
CommonOperationResultWithTagOfDictionaryOfStringAndObjectName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": { "sample string 1": {}, "sample string 3": {} } }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfKeyValueOfstringanyTypeuHEDJ7Dj 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 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> </tag> </CommonOperationResultWithTagOfArrayOfKeyValueOfstringanyTypeuHEDJ7Dj>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.