Créer un contact.
POST
/v1/CRM/contacts
Nécessite le scope write:contact.
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",
"business_title": "string",
"email": "string",
"phone_mobile_number": "string",
"phone_number": "string",
"phone_other_number": "string",
"fax_number": "string",
"address": "string",
"postal_code": "string",
"city": "string",
"country": "string",
"exclude_from_emailing": true,
"send_greetings_card": true,
"greetings_card_details": "string",
"is_lead": true,
"origin": "string",
"signal": "string",
"contact_domains": [
0
],
"notes": "string",
"imported_company_name": "string",
"id_client": 0
}
Réponses
Id du contact créé.
application/json

