POST api/Group/GetParamList
获取参数,如客户分类
Request Information
URI Parameters
None.
Body Parameters
请求数据
SysParamRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| paramType |
类型:客户类型传8 |
integer |
None. |
| user_id |
当前登录者Id |
string |
None. |
| token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"paramType": 1,
"user_id": "sample string 2",
"token": "sample string 3"
}
application/xml, text/xml
Sample:
<SysParamRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model"> <token>sample string 3</token> <user_id>sample string 2</user_id> <paramType>1</paramType> </SysParamRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
获取参数,如客户分类
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |