POST services/api/rest/v1/Get_ItemLevelList

Request Information

URI Parameters

None.

Body Parameters

RestBasicFilter
NameDescriptionTypeAdditional information
Start

integer

None.

FiterText

string

None.

Limit

integer

None.

LocationId

integer

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": 1,
  "FiterText": "sample string 2",
  "Limit": 3,
  "LocationId": 4,
  "Type": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Rest_ItemLevel_Master
NameDescriptionTypeAdditional information
ItemLevelId

integer

None.

Name

string

None.

LocId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ItemLevelId": 1,
    "Name": "sample string 2",
    "LocId": 3
  },
  {
    "ItemLevelId": 1,
    "Name": "sample string 2",
    "LocId": 3
  }
]