Aller au contenu principal

CompanyDetailResponse

Détails complets d'une entreprise

idId (string)required
nameName (string)required
emailEmail (string)required
phone object
anyOf
string
website object
anyOf
string
address object
anyOf
string
city object
anyOf
string
country object
anyOf
string
industry object
anyOf
string
size object
anyOf
string
description object
anyOf
string
verification_statusCompanyVerificationStatus (string)required

Possible values: [pending, verified, rejected, suspended]

is_activeIs Active (boolean)required
verification_documentsstring[]
total_internshipsTotal Internships (integer)
Default value: 0
active_internshipsActive Internships (integer)
Default value: 0
completed_internshipsCompleted Internships (integer)
Default value: 0
total_mentorsTotal Mentors (integer)
Default value: 0
active_mentorsActive Mentors (integer)
Default value: 0
created_atstring<date-time>required
updated_at object
anyOf
string<date-time>
verified_at object
anyOf
string<date-time>
verified_by object
anyOf
string
last_activity object
anyOf
string<date-time>
CompanyDetailResponse
{
"id": "string",
"name": "string",
"email": "string",
"phone": "string",
"website": "string",
"address": "string",
"city": "string",
"country": "string",
"industry": "string",
"size": "string",
"description": "string",
"verification_status": "pending",
"is_active": true,
"verification_documents": [
"string"
],
"total_internships": 0,
"active_internships": 0,
"completed_internships": 0,
"total_mentors": 0,
"active_mentors": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"verified_at": "2024-07-29T15:51:28.071Z",
"verified_by": "string",
"last_activity": "2024-07-29T15:51:28.071Z"
}