POST services/api/rest/v1/Update_PublicItemLevelRelation

Request Information

URI Parameters

None.

Body Parameters

Rest_Public_Item_Level_Relation
NameDescriptionTypeAdditional information
LocId

integer

None.

ItemLevelId

integer

None.

ItemLevel

string

None.

Location

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LocId": 1,
  "ItemLevelId": 2,
  "ItemLevel": "sample string 3",
  "Location": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Rest_Public_Item_Level_Relation
NameDescriptionTypeAdditional information
LocId

integer

None.

ItemLevelId

integer

None.

ItemLevel

string

None.

Location

string

None.

Response Formats

application/json, text/json

Sample:
{
  "LocId": 1,
  "ItemLevelId": 2,
  "ItemLevel": "sample string 3",
  "Location": "sample string 4"
}