GET services/api/rest/v1/Get_RestPublicItemLevelRelationList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Rest_Public_Item_Level_Relation| Name | Description | Type | Additional 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"
},
{
"LocId": 1,
"ItemLevelId": 2,
"ItemLevel": "sample string 3",
"Location": "sample string 4"
}
]