POST api/Credit/GetVipCategoryInfo

Request Information

URI Parameters

None.

Body Parameters

Credit_VipCategory
NameDescriptionTypeAdditional 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-06-14T23:16:31.5730012+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-06-14T23:16:31.5730012+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Credit_VipCategory'.

Response Information

Resource Description

ApiResult
NameDescriptionTypeAdditional 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>