- The company name
- The VAT number
- The location of the company, expressed as latitude and longitude
external_id of each External Company is also controlled
by you. To create one, simply submit a POST request to the companies
endpoint:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
external_id of each External Company is also controlled
by you. To create one, simply submit a POST request to the companies
endpoint:
{
"external_id": "a3903505-eb84-42dc-a79f-5e7b1fe897b7",
"name": "TechWolf",
"vat": "BE0702852201",
"location": {
"lat": 51.0216707,
"lng": 3.6887328
}
}
Was this page helpful?