v1

latestOpenAPI 3.0.02026-07-231358118.3 KB
Contacts

Update an existing contact

Updates an existing contact in the HealthSherpa system. The contact must be owned by the authenticated agent. Only fields that are included in the request will be updated. When updating nested resources (drugs, pharmacies, providers), the existing nested records are replaced with the new ones. external_id cannot be changed once it has a value; submitting a different external_id returns a 422.

patch/contacts/{contact_id}

Path parameters

contact_idstring required

The HealthSherpa system ID of the contact to update

Request body

Response

Contact updated successfully. May return partial_success status if any of the sub-records (drugs, pharmacies, providers) failed to save.