GetServiceTypes

Gets service types (except) modules

JavaScript library method

patientportal.anonAppointment.getServiceTypes({
    payerType: <payer-type>,
    appointmentType: <appointment-type
});

HTTP Method

Verb URL
GET /patientportalapi/anon-appointment/service-types

URL Parameters

Parameter Type Description
payer-type string Type of the payer provided by the API upon GetPayerTypes.
appointment-type string Type of the appointment provided by the API upon GetAppointmentTypes

Returns

ServiceTypeData[]

Remarks

If no service types are returned for the appointment type, either the appointment type does not allow additional services or no services exist in self book rule.