Create a contact.
POST
/v1/CRM/contacts
Requires the scope write:contact.
Autorisations
Bearer
JWT Authorization header using the Bearer scheme.
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 of the created contact.
application/json

