POST jxc_api/AssistData/UpdateLevel

Request Information

URI Parameters

None.

Body Parameters

CustLevelEditModel
NameDescriptionTypeAdditional information
LevelId

integer

None.

LevelNo

string

None.

LevelName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LevelId": 1,
  "LevelNo": "sample string 2",
  "LevelName": "sample string 3"
}

application/xml, text/xml

Sample:
<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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.