POST api/UnPos/EntRole/Shop/T/Query/NotByUserCodeShopId

在T_UnPos_EntRole表中查询某个用户未添加的门店角色

Request Information

URI Parameters

None.

Body Parameters

MerchantEntRoleQueryParm
NameDescriptionTypeAdditional information
UserCode

用户代码 int

integer

Required

ShopId

店铺ID Char(4) Not Null.

string

Required

Max length: 4

Request Formats

application/json, text/json

Sample:
{
  "UserCode": 1,
  "ShopId": "sample string 2"
}

application/xml, text/xml

Sample:
<MerchantEntRoleQueryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.UnPos.Parms">
  <ShopId>sample string 2</ShopId>
  <UserCode>1</UserCode>
</MerchantEntRoleQueryParm>

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

在T_UnPos_EntRole表中查询某个用户未添加的门店角色

CommonOperationResultWithTagOfT_UnPos_EntRoleDataTable
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.