/appointmentsAsk AIpost https://acuityscheduling.com/api/v1/appointmentsCreate an appointment.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body ParamsdatetimestringrequiredRequired date and time for the appointment, parsed by strtotime in the business or calendar timezone. (http://php.net/manual/en/function.strtotime.php)appointmentTypeIDint32requiredAppointment type id.calendarIDint32Calendar ID. If not provided we'll try to find an available calendar automatically.firstNamestringrequiredClient first name.lastNamestringrequiredClient last name.emailstringrequiredClient e-mail address. Optional for admins.phonestringClient phone number, may be required in account settings. Optional for admins.timezonestringClient timezone.certificatestringPackage or coupon certificate code.fieldsarray of objectsA special field for setting form field values.fieldsADD objectnotesstringSettable when booking as an admin.addonIDsint32ID of the addon(s) to be included in the scheduled appointmentlabelsarrayAn array of label objects. Currently only accepts an array of length 1.labelssmsOptInbooleanDefaults to falseIndicates whether the client has explicitly given their permission to receive SMS messages. This parameter is only applicable to Appointments with an Appointment Type that requires Opt In and can be omitted (and will be ignored) for all other Appointments. If omitted or set to false on an applicable Appointment, an SMS reminder will not be sent. For more information on SMS Opt In settings for Appointment Types, see the article in our Knowledge Base.Responses 200200 400400Updated 10 months ago