Companies
Represents a company entity.
idstring<uuid>
The unique kaunt identifier of the company
companyNamestringrequired
Represents the name of the company
Example:
kauntglnNumberstringnullable
The Global Location Number of the company
Example:
574400338taxIdentificationNumberstringnullable
The tax identification number the company is registered under.
Example:
40865888hasActiveModelsboolean
Indicator reflecting the company's possession of active models capable of processing proposal requests
Example:
trueCompanies
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"companyName": "kaunt",
"glnNumber": "574400338",
"taxIdentificationNumber": "40865888",
"hasActiveModels": true
}