POST spsapi/DMSMap/GetAuthCatListByName
Request Information
URI Parameters
None.
Body Parameters
LoadAuthCatListByNameReq| Name | Description | Type | Additional information |
|---|---|---|---|
| CatName | string |
None. |
|
| UserId | integer |
None. |
|
| brandIdList | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CatName": "sample string 1",
"UserId": 1,
"brandIdList": [
1,
2
]
}
application/xml, text/xml
Sample:
<LoadAuthCatListByNameReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.DMSMapModels">
<CatName>sample string 1</CatName>
<UserId>1</UserId>
<brandIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</brandIdList>
</LoadAuthCatListByNameReq>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DMSMapPageResultOfAuthCatModelMax| Name | Description | Type | Additional information |
|---|---|---|---|
| rows | Collection of AuthCatModelMax |
None. |
|
| total | integer |
None. |
|
| errcode |
错误编码 100:error 401:鉴权失败;200:成功;500:内部错误; |
ErrCode |
None. |
| message |
消息 |
string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: