put
https://api.zenoti.com/v1/invoices//confirm
This API confirms a visit or is used to undo a confirmed visit.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request Model
ChangeAppointmentStatusRequest
| Json Property | Data Type | Description |
|---|---|---|
| updated_by_id | Guid | Identifier of the user performing the confirm or undo-confirm operation. |
Response Model
If the call is successful, the error object in your response will be null.
ConfirmAppointmentResponse
| Json Property | Data Type | Description |
|---|---|---|
| error | APIV2ErrorModel | Error details. Returns null when the operation is successful. |
