Skip to content

Create a consultant.

POST
/v1/CRM/Consultants

Requires the scope write:consultant.

Autorisations

Bearer

JWT Authorization header using the Bearer scheme.

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 of the created consultant.

application/json

Playground

Serveur
Autorisation
Corps

Exemples

cURL
JavaScript
PHP
Python