POST api/Setting/SP_CK_KPKC_YHDLM/Query
调用存储过程,查询用户卡片库存
Request Information
URI Parameters
None.
Body Parameters
CK_KPKC_YHDLMParm| Name | 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": "48f1b6d0-18fe-4d9c-8c59-4bd53c559319"
}
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>48f1b6d0-18fe-4d9c-8c59-4bd53c559319</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_YHDLMDataTable| Name | 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.