POST api/Credit/GetVipCategoryInfo
Request Information
URI Parameters
None.
Body Parameters
Credit_VipCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| VipCategoryId | string |
None. |
|
| VipLevel | integer |
None. |
|
| AbutCount | integer |
None. |
|
| ViewDetailCount | integer |
None. |
|
| CallPhoneCount | integer |
None. |
|
| ChatCount | integer |
None. |
|
| IntiveCount | integer |
None. |
|
| CreateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"VipCategoryId": "sample string 1",
"VipLevel": 1,
"AbutCount": 1,
"ViewDetailCount": 1,
"CallPhoneCount": 1,
"ChatCount": 1,
"IntiveCount": 1,
"CreateDate": "2025-12-17T11:20:01.3089209+08:00"
}
application/xml, text/xml
Sample:
<Credit_VipCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.Entity"> <AbutCount>1</AbutCount> <CallPhoneCount>1</CallPhoneCount> <ChatCount>1</ChatCount> <CreateDate>2025-12-17T11:20:01.3089209+08:00</CreateDate> <IntiveCount>1</IntiveCount> <ViewDetailCount>1</ViewDetailCount> <VipCategoryId>sample string 1</VipCategoryId> <VipLevel>1</VipLevel> </Credit_VipCategory>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| errMsg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"errMsg": "sample string 3",
"data": {}
}
application/xml, text/xml
Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase"> <code>1</code> <data /> <errMsg>sample string 3</errMsg> <msg>sample string 2</msg> </ApiResult>