Skip to main content

CompanyResponseDtoSuccessResultResponse

correlationIdstring<uuid>

A unique ID of the request

Example: fb0ccbbc-62bc-447f-a47e-02b490e25690
isSuccessboolean

Indication of whether the request was successfull

result object
tenantIdstring
companies object[]nullable
  • Array [
  • idstring<uuid>
    companyNamestring

    Represents the name of the company

    Example: kaunt
    glnNumberstringnullable

    The Global Location Number of the company

    Example: 574400338
    taxIdentificationNumberstringnullable

    The tax identification number the company is registered under.

    Example: 40865888
    hasActiveModelsboolean

    Indicator reflecting the company's possession of active models capable of processing proposal requests

    Example: true
  • ]
  • CompanyResponseDtoSuccessResultResponse
    {
    "correlationId": "fb0ccbbc-62bc-447f-a47e-02b490e25690",
    "isSuccess": true,
    "result": {
    "tenantId": "string",
    "companies": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "companyName": "kaunt",
    "glnNumber": "574400338",
    "taxIdentificationNumber": "40865888",
    "hasActiveModels": true
    }
    ]
    }
    }