We try to post a supplierpayment in a specific branch. After posting, the payment is available in Visma.net, but not in the branch we put in our message. { "type": { "value": "Payment" }, "branch": { "value": "0130" }, "hold": { "value": true }, "applicationDate": { "value": "2022-09-01T12:05:46.342Z" }, "applicationPeriod": { "value": "202209" }, "supplier": { "value": "313091" }, "paymentMethod": { "value": "9" }, "cashAccount": { "value": "VRF0130" }, "currency": { "value": "EUR" }, "description": { "value": "Vereffening 22703488W" }, "paymentAmount": { "value": 0 }, "paymentLines": [ { "operation": "Insert", "documentType": { "value": "Invoice" }, "branch": { "value": "0130" }, "refNbr": { "value": "22703488W" }, "amountPaid": { "value": 20.91 }, "cashDiscountTaken": { "value": 0 }, "crossRate": { "value": 1 } }, { "operation": "Insert", "documentType": { "value": "DebitAdj" }, "branch": { "value": "0130" }, "refNbr": { "value": "22703488W" }, "amountPaid": { "value": 20.91 }, "cashDiscountTaken": { "value": 0 }, "crossRate": { "value": 1 } } ] } How can we post the supplierpayment in the branch we need? We already tried branch and branchNumber, but it did not work out as we expect.
... View more