- Send Inventory Movements v1
- Send Inventory Movements v2
V2 should be used when willow dimensions ase used.
Endpoints v1
Estonia: https://aktiva.merit.ee/api/v1/SendInvMovement
Poland: https://program.360ksiegowosc.pl/api/v1/SendInvMovement
Query Payload
Exampe Payload: payload only
Field | Type | Comment |
---|---|---|
DocDate | Date | |
DocNo | Str 35 | |
Location1Code | Str 20 | Stock code |
Location2Code | Str 20 | Destination Stock code for Type 3 |
DepartmentCode | Str 20 | if used then must be fond in the database |
Type | int | 1-in, 2-out, 3-between Stocks |
Rows | Array of Row objects |
Row Object
Field | Type | Comment |
---|---|---|
ArticleCode | String 20 | Must be found in the database |
UOMName | String 64 | |
ItemUnitCost | Decimal 18.3 | Required for Type 1 |
Quantity | Decimal18.2 |
Endpoints v2
Estonia: https://aktiva.merit.ee/api/v2/SendInvMovement
Poland: https://program.360ksiegowosc.pl/api/v2/SendInvMovement
Query Payload v2
Field | Type | Comment |
---|---|---|
DocDate | Date | |
DocNo | Str 35 | |
Location1Code | Str 20 | Stock code |
Location2Code | Str 20 | Destination Stock code for Type 3 |
DepartmentCode | Str 20 | if used then must be fond in the database |
Type | int | 1-in, 2-out, 3-between Stocks |
Rows | Array of Row objects | |
Dimensions | Array of Dimensions objects |
Row Object
Field | Type | Comment |
---|---|---|
ArticleCode | String 20 | Must be found in the database |
UOMName | String 64 | |
ItemUnitCost | Decimal 18.3 | Required for Type 1 |
Quantity | Decimal18.2 | |
GLAccountCode | String 10 | |
Dimensions | Array of Dimensions objects |
Dimensions Object
Field | Type | Comment |
---|---|---|
DimId | Int | |
DimValueId | Guid | |
DimCode | Str |