Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.04 KB

Appointment.md

File metadata and controls

19 lines (15 loc) · 1.04 KB

Appointment

Properties

Name Type Description Notes
id UUID The ID of the appointment.
status String The status of the appointment. [optional]
title String The title of the appointment. [optional]
description String The multi-line description of the appointment. [optional]
startAt Date The date and time (ISO 8601 format) when the appointment is set to start. [optional]
endAt Date The date and time (ISO 8601 format) when the appointment is set to end. [optional]
duration Int The length of the appointment in minutes. [optional]
order Order [optional]
users [User] Users attached to the appointment. [optional]
items [OrderItem] Items attached to the appointment. [optional]

[Back to Model list] [Back to API list] [Back to README]