保存一条等级记录
None.
等级信息
LevelEditModelName | Description | Type | Additional information |
---|---|---|---|
LevelId |
等级ID |
integer |
None. |
LevelName |
等级名称 |
string |
None. |
{ "LevelId": 1, "LevelName": "sample string 2" }
<LevelEditModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.Customer.Models"> <LevelId>1</LevelId> <LevelName>sample string 2</LevelName> </LevelEditModel>
Sample not available.
保存一条等级记录
integer1
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>