GET api/Setting/SP_CK_KPKC/ByID/{mplxid}
调用存储过程,返回卡片库存的数据
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mplxid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
调用存储过程,返回卡片库存的数据
CommonOperationResultWithTagOfV_CK_KPKCDataTable| 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.