contacts

Update a contact's last name

Updates the <em>lastname</em> of the specified contact. The new last name is passed directly in the URL path.

Permission: Contacts Write required.

Monitoring: No impact.

patch/contacts/{contactId}/lastname/{lastname}

Path parameters

contactIdinteger required
Example:123456

The identifier of the contact

lastnamestring required
Example:Dupont

The lastname of the contact

Response

Last name successfully updated.

Changes

No recorded changes to this endpoint across all 3 revisions of this API.