How can I send to a specific Company ID ?
Identifier : Company Number
When sending e-invoice you might come across the possibility that you have to send an invoice towards an entity which has multiple entities with the same VAT number. To make sure the invoices are delivered to the correct receiver you have a few options.
Using: VAT - CBE.
CBE (Company number) is communicated as an additional identifier. For this customer, the company number will get preference and used it the number is registered on Peppol as receiver.
"Customer": {
"Name": "Politie Antwerpen",
"VATNumber": " BE0207500123",
"PartyType": "Customer",
"Identifiers": [
{
"IdentifierType": "CBE",
"Identifier": "0862884185"
}
],
"Addresses": [
{
"AddressType": "InvoiceAddress",
"Name": "Politie",
"Street": "XXXXX",
"StreetNumber": "XXXX",
"City": "XXXX",
"Box": "XXXX",
"CountryCode": "XXXX”
}
]
}
Updated 14 days ago