Aller au contenu principal

CompanyInfoResponse

Informations de l'entreprise pour l'affichage

idId (string)required
company_nameCompany Name (string)required
industry object
anyOf
string
company_size object
anyOf
string
emailstring<email>required
phone object
anyOf
string
address object
anyOf
string
city object
anyOf
string
department object
anyOf
string
website_url object
anyOf
string
description object
anyOf
string
contact_person_name object
anyOf
string
contact_person_position object
anyOf
string
logo_url object
anyOf
string
CompanyInfoResponse
{
"id": "string",
"company_name": "string",
"industry": "string",
"company_size": "string",
"email": "user@example.com",
"phone": "string",
"address": "string",
"city": "string",
"department": "string",
"website_url": "string",
"description": "string",
"contact_person_name": "string",
"contact_person_position": "string",
"logo_url": "string"
}