POST api/Setting/SP_CK_KPKC_YHDLM/Query

调用存储过程,查询用户卡片库存

Request Information

URI Parameters

None.

Body Parameters

CK_KPKC_YHDLMParm
NameDescriptionTypeAdditional information
YHDLM

用户登陆名

string

Max length: 20

KPLXID

门票类型ID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "YHDLM": "sample string 1",
  "KPLXID": "c391b7fd-35b6-48c1-9cbf-7924b3228e93"
}

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>c391b7fd-35b6-48c1-9cbf-7924b3228e93</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
NameDescriptionTypeAdditional 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.