GET dz_api/CustomerLevel/GetLevelList

获取客户等级列表

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取客户等级列表

Collection of CustomerLevelInfo
NameDescriptionTypeAdditional information
LevelId

等级ID

integer

None.

LevelName

等级名称

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LevelId": 1,
    "LevelName": "sample string 2"
  },
  {
    "LevelId": 1,
    "LevelName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomerLevelInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Customer">
  <CustomerLevelInfo>
    <_x003C_LevelId_x003E_k__BackingField>1</_x003C_LevelId_x003E_k__BackingField>
    <_x003C_LevelName_x003E_k__BackingField>sample string 2</_x003C_LevelName_x003E_k__BackingField>
  </CustomerLevelInfo>
  <CustomerLevelInfo>
    <_x003C_LevelId_x003E_k__BackingField>1</_x003C_LevelId_x003E_k__BackingField>
    <_x003C_LevelName_x003E_k__BackingField>sample string 2</_x003C_LevelName_x003E_k__BackingField>
  </CustomerLevelInfo>
</ArrayOfCustomerLevelInfo>