Passa al contenuto principale

Aggiorna un contatto

PUT 

/api/partner-gateway/v1/contacts/:id

Updates an existing contact identified by its numeric ID. You can modify any contact field: name, phone number, email, gender, custom fields, etc. Only the fields provided in the request body will be updated; omitted fields remain unchanged. Use GET /contacts/{id} first to retrieve the current values if you need to perform a partial update and want to preserve existing data. Updating a contact phone number may affect its validity status and communication capabilities (e.g., a new number might not support RCS). Contact list memberships are not affected by this endpoint; use the /contacts/list/contacts endpoints to manage list associations. Returns 200 with the updated contact details. Returns 400 if the request body contains invalid data. Returns 404 if no contact exists with the given ID under your account. Returns 500 if an unexpected server error occurs.

Richiesta

Risposte

Contatto aggiornato con successo