# Create appointment type Creates a new Appointment Type record. Appointment Type resource in the Animal Health Data Store Endpoint: POST /site/{siteId}/ahds/v1/appointment-type Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Request fields (application/json): - `appointmentTypeId` (string, required) Canonical identifier for the appointment type. Example: "123e4567-e89b-12d3-a456-426614174000" - `defaultDuration` (number, required) Default duration of the appointment type in minutes. - `extensions` (object) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether this appointment type is active and can be scheduled. - `name` (string, required) Human-readable name of the appointment type. ## Response 201 fields (application/json): - `appointmentTypeId` (string, required) Canonical identifier for the appointment type. Example: "123e4567-e89b-12d3-a456-426614174000" - `createdAt` (string, required) Timestamp when the appointment type was created. Example: "2025-01-01T00:00:00.000Z" - `defaultDuration` (number, required) Default duration of the appointment type in minutes. - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether this appointment type is active and can be scheduled. - `name` (string, required) Human-readable name of the appointment type. - `updatedAt` (string, required) Timestamp when the appointment type was last updated. Example: "2025-01-01T00:00:00.000Z" ## Response 400 fields ## Response 401 fields ## Response 409 fields