wafeq_contacts_update
Update an existing Wafeq contact by its ID, changing fields such as name, email, phone, address, or tax registration. Provide the contact ID and the data to modify.
Instructions
๐ก WRITE ยท updates data ยท Contacts ยท PUT /contacts/{id}/
Update contact
Endpoint for updating an existing contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | An entity that can have attachments. | |
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |