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"
}Changes
Changed in 2 of the 24 revisions of this API.3
- ○
added the new optional request property
company_tax_idnew-optional-request-property
- ○
added the optional property
company_tax_idto the response with the201statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○