Exmaple for getting inventory from “A” to “2”.

  {
   DepartmentCode: 'a',
   Type: 3,
   DocNo: 'SA-6',
   DocDate: '20191224',
   Loc1Code: 'a',
   Loc2Code: '2',
   MoveRows: [
     {
       Item: {
         Code: 'Kood1',
         Description: 'laokauba jubinad teise lattu',
         Type: 1,
         UOMName: 'tk',
         DefLocationCode: '2'
       },
       Quantity: 3,
       GLAccountCode: '4002'
     }
   ]
  
 }