POST api/UnPos/EntPermit/Merchant/T/Query/ByRoleId

在T_UnPos_EntPermit表中查询某个商户角色拥有的权限

Request Information

URI Parameters

None.

Body Parameters

MerchantRoleParm
NameDescriptionTypeAdditional information
roleid

角色ID char(4) NOT NULL.

string

Required

Max length: 4

Request Formats

application/json, text/json

Sample:
{
  "roleid": "sample string 1"
}

application/xml, text/xml

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

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_EntPermit表中查询某个商户角色拥有的权限

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