/intakes/{id}Update intake data object
Base URL https://api.vseepreview.com/api_v3 · operationId updateIntake
Authentication: User Token — Requires a user access token from login or SSO.
Update an existing intake object
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-ApiToken | header | string | yes | API token (e.g. your_api_token) | ||
X-AccountCode | header | string | yes | Account code (e.g. vclinic) | ||
id | path | string | yes | Intake ID (e.g. 57a0705e-1c4c-4f24-b51d-3c71ac1f0144) | ||
provider_id | query | integer | no | The ID of the provider (optional) | ||
reason_for_visit | query | string | no | Reason for visit (optional) | ||
location | query | string | no | State location code (optional) | ||
phone | query | string | no | Patient phone number (optional) |
200 — Intake updated successfullyUpdated intake — Intake successfully updated
{
"data": {
"id": "56e8c536-566c-44b6-bbca-66f0ac1f0144"
}
}
401 — Unauthorized{
"error": "Unauthorized",
"message": "Invalid or missing API token"
}
Machine-readable: OpenAPI JSON (operationId: updateIntake)