Patients

Add patient to appointment

post

Adds a patient to an existing appointment

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
tokenstringRequiredPattern: [^\/#\?]+?
Body
idstringOptional
appointmentTokennumberOptional
Responses
200Success
application/json
post
/api/service-provider-scheduling/appointments/patients/{token}
200Success

Delete patient from appointment

delete

Removes a patient from an existing appointment

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
tokenstringRequiredPattern: [^\/#\?]+?
Body
idstringOptional
appointmentTokennumberOptional
Responses
200Success
application/json
delete
/api/service-provider-scheduling/appointments/patients/{token}
200Success