Admin
Create Tenant
post/api/admin/tenants
Request body
Example request
{
"company_tax_id": "BE1018265814",
"company_name": "E-INVOICE BV",
"company_zip": "1980",
"company_city": "Zemst",
"company_country": "Belgium",
"company_email": "info@e-invoice.be"
}Response
Successful Response
Example response
{
"company_number": "1018265814",
"company_tax_id": "BE1018265814",
"company_name": "E-INVOICE BV",
"company_address": "Brusselsesteenweg 119/A",
"company_zip": "1980",
"company_city": "Zemst",
"company_country": "Belgium",
"company_email": "info@e-invoice.be"
}