Update Contact
lexware_update_contactUpdate an existing contact in Lexware Office. Provide the contact ID and JSON body with the version field to ensure optimistic locking.
Instructions
Update an existing contact. The body must include the version field for optimistic locking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact ID | |
| body | Yes | Contact JSON with version field. Same structure as create. |