Example JSON for getting inventory in

 {
   DepartmentCode: 'a',
   Type: 1,
   DocNo: 'SA-2',
   DocDate: '20191224',
   Loc1Code: 'a',
   MoveRows: [
     {
       Item: {
         Code: 'Kood1',
         Description: 'laokauba jubinad',
         Type: 1,
         UOMName: 'tk',
         DefLocationCode: 'a'
       },
       Quantity: 332,
       Price: 12312.222,
       GLAccountCode: '4002'
     }
   ]
  
 }