Batch Upsert
It is possible to sync 800 suppliers in each upsert batch.Automatic supplier matching for invoices require supplier organization number + bank account number to be synced with Semine.
[
{
"address": {
"country": "NO",
"street": "Storgata 123",
"city": "Arendal",
"zipcode": "4800",
"phone": "99880088",
"email": "example@useful.no"
},
"code": "50001", <===== code: Use the ERP Vendor ID. Code is used in GET operations
"name": "Firmaet AS",
"organizationNumber": "111222333", <===== Invoice supplier is identified by organizationNumber + accountNumber
"status": "Active",
"organizationAuthorityCode": "organizationAuthorityCode-{{cSupplierCode-A}}",
"bankAccounts": [
{
"accountNumber": "44442255555", <===== Invoice supplier is identified by organizationNumber + accountNumber
"bankName": null,
"status": "Active",
"ibanAccountNumber": null,
"swiftCode": null
}
],
"defaultAccountingCode": null
}
]
Verify the upsert
Settings --> Suppliers
Invoice Supplier Matching
The invoice supplier is identified by the organizationNumber + accountNumber
found on the invoice.
Manual Supplier Matching
Whenever the invoice supplier is not automatically recognized due to mismatching org number or bank account number, a button with the word "Choose" will appear in the ERP ID column.
Click the button and start typing to search among all suppliers synced to the Semine client.
Posting the invoice
Note: Semine will refer to the synced supplier org number and bank account from the selected or auto-matched supplier when exporting the accounting lines back to ERP. The bank account number or organization number from the invoice is not used directly. This ensures that payments will only be sent to the supplier bank account already registered in ERP.
Comments
0 comments
Article is closed for comments.