---
title: "Create an appointment booking (anonymous with client info)"
method: POST
path: "/public/widget/appointments"
tags: ["Widget"]
---

# Create an appointment booking (anonymous with client info)

`POST /public/widget/appointments`

## Request body

- CreateWidgetAppointmentRequest
  - `sessionId` string, required
  - `clinicId` string, required
  - `slotId` string, required
  - `clientInfo` WidgetClientInfoDto, required
    - `name` string, required
    - `email` string, required
    - `phone` string, required
  - `patientInfo` WidgetPatientInfoDto, required
    - `existingPatientId` string, nullable
    - `name` string, nullable
    - `species` string, nullable
    - `breed` string, nullable
  - `reason` string, nullable
  - `notes` string, nullable

## Response `200`

OK

- WidgetAppointmentResponse
  - `appointmentId` string
  - `clientId` string
  - `patientId` string
  - `scheduledTime` string, date-time
  - `providerName` string, nullable
  - `locationName` string, nullable
  - `confirmationNumber` string

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
