appointmentsCreate appointmentAsk AIpost https://classic-api.contractorscloud.com/api/v1/appointmentsCreate a new appointment.Body ParamsnotifybooleanDefaults to falseWhether or not to send invitation iCal emails to attendees.truefalseslot_typestringenumDefaults to confirmedDefines how the appointment functions. A value of "placeholder" can be used to reserve time for future appointments.confirmedplaceholderAllowed:confirmedplaceholdercompany_idint32requiredThe id of the company the appointment belongs to.project_idint32The id of the project the appointment belongs to.titlestringrequiredThe title or subject of the appointment.descriptionstringAn optional description or body for the appointment.starts_atdaterequiredThe start date time of the appointment. (YYYY-MM-DD HH:MM)ends_atdaterequiredThe end date time of the appointment. (YYYY-MM-DD HH:MM)address_streetstringaddress_citystringaddress_statestringaddress_zipstringaddress_latitudefloataddress_longitudefloatattendeesarray of objectsrequiredThe attendees for the appointment. Not required if the appointment slot_type is placeholder.attendees*ADD objectResponses 201201 400400Updated 11 months ago