Item Group
Property  | 
Description  | 
Table  | 
OITB  | 
Primary key  | 
ItemGroupId/i  | 
$transaction  | 
no  | 
$branch  | 
no  | 
$mask  | 
For dropdown you can use follow mask definition:  | 
Name  | 
Type  | 
Description  | 
|
ItemGroupId  | 
Edm.Int32  | 
  | 
|
GroupName  | 
Edm.String(20)  | 
  | 
ItemGroups example GET query
/ItemGroups
Response in JSON format:
{
    "value": [ 
  {
            "ItemGroupId": 111,
            "GroupName": "Assembly"
        }
    ]
}