Hi! To do multiple adjustments you add as many of the "issueLines"-objects as you wish in the array of the issueLines.
{
"issueLines": [
{
"operation": "Insert",
"tranType": {
"value": "Issue"
},
"branchNumber": {
"value": "11"
},
"warehouseId": {
"value": "gro"
},
"lineNumber": {
"value": 1
},
"inventoryNumber": {
"value": "10001"
},
"quantity": {
"value": 5
},
"reasonCode": {
"value": "2"
}
},
{
"operation": "Insert",
"tranType": {
"value": "Issue"
},
"branchNumber": {
"value": "11"
},
"warehouseId": {
"value": "gro"
},
"lineNumber": {
"value": 2
},
"inventoryNumber": {
"value": "10001"
},
"quantity": {
"value": 5
},
"reasonCode": {
"value": "2"
}
}
]
}
Hope this answered your question. Kind regards Sandra Anté
... View more