None.
Name | Description | Type | Additional information |
---|---|---|---|
LevelId | integer |
None. |
|
LevelNo | string |
None. |
|
LevelName | string |
None. |
{ "LevelId": 1, "LevelNo": "sample string 2", "LevelName": "sample string 3" }
<CustLevelEditModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models"> <LevelId>1</LevelId> <LevelName>sample string 3</LevelName> <LevelNo>sample string 2</LevelNo> </CustLevelEditModel>
Sample not available.
None.