POST api/Setting/SP_CK_KPKC_YHDLM/Query
调用存储过程,查询用户卡片库存
Request Information
URI Parameters
None.
Body Parameters
CK_KPKC_YHDLMParmName | Description | Type | Additional information |
---|---|---|---|
YHDLM |
用户登陆名 |
string |
Max length: 20 |
KPLXID |
门票类型ID |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "YHDLM": "sample string 1", "KPLXID": "610a541b-f79e-45bd-96c7-00b1e7809368" }
application/xml, text/xml
Sample:
<CK_KPKC_YHDLMParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm"> <KPLXID>610a541b-f79e-45bd-96c7-00b1e7809368</KPLXID> <YHDLM>sample string 1</YHDLM> </CK_KPKC_YHDLMParm>
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
调用存储过程,查询用户卡片库存
CommonOperationResultWithTagOfV_CK_KPKC_YHDLMDataTableName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": null }
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.