appointments

CRM create joint appointment

Create a joint appointment (patient with both assigned experts) as two linked appointment rows sharing patient, datetime and type.

post/api/appointments/crm/create-joint

Request body

patient_idstring uuid required

Patient UUID

appointment_datetimestring date-time required

Appointment datetime (ISO)

location_typestring nullable

Location type (online/presenza/in_person)

expert_in_personboolean nullable

Whether the experts must be physically in person

room_availability_idstring uuid nullable

Shared room availability UUID for in-person appointments

room_idstring uuid nullable

Shared room UUID for in-person appointments

clinic_location_idstring uuid nullable

Clinic location UUID for in-person appointments

Response

Successful Response

successboolean required

Whether the operation completed successfully

messagestring required

Human-readable result message

codestring nullable

Stable application error/result code

appointment_idstring nullable

Created appointment UUID, if available

joint_appointment_idsstring[]

Both appointment UUIDs when the created appointment is a joint one

has_active_couponboolean

Whether the patient has an active coupon for the appointment

Changes

No recorded changes to this endpoint across all 1 revision of this API.