Créer un consultant.
POST
/v1/CRM/Consultants
Nécessite le scope write:consultant.
Autorisations
Bearer
En-tête d'autorisation JWT utilisant le schéma Bearer.
TypeHTTP (Bearer)
Corps de la requête
JSON
{
"first_name": "string",
"last_name": "string",
"type": "string",
"affinity": 0,
"rate": 0,
"availability_date": "string",
"birth_year": 0,
"work_start_year": 0,
"professional_profile": "string",
"skills": [
{
"id": 0,
"level": 0,
"favorite": true
}
],
"languages": [
{
"code": "string",
"level": 0
}
],
"address": "string",
"postal_code": "string",
"city": "string",
"country": "string",
"phone_number": "string",
"phone_mobile_number": "string",
"email": "string",
"no_emails": false,
"no_sms": false,
"id_client": 0,
"notes": "string",
"custom1": "string",
"custom2": "string",
"custom3": "string",
"custom4": "string",
"custom5": "string"
}
Réponses
Id du consultant créé.
application/json

