XUND API Documentation

AppointmentBookingService

An Appointment Booking service is a service which points to an appointment booking website.

Structure

The structure differs from Virtual Service model in the following:

  • Has no gender

  • url is mandatory

  • description is mandatory

  • type is APPOINTMENT_BOOKING

Property name

Property type

Property description

id

string

ID of the service

name

string

Name of the Service

description

string

Description of the Service

type

APPOINTMENT_BOOKING

Type of the Virtual Service

phone

string?

Telephone number, null if does not exist

email

string?

E-mail of the Service, null if does not exist

url

string

URL of the service, where available

specializations

Array<{
id: string
name: string
type: GenericSpecializationType
}>?

Array of service specializations

See GET /v1/services/features/:countryCode endpoint about available properties.

insurers

string[]?

Optional IDs of service’s supported insurers

openingHours

OpeningHours?

Opening hours, for each day of the week, in format of arrays of open sections

Day 0 means Monday

See GET /v1/services/features/:countryCode endpoint about available properties.

monogram

string

Monogram of the Service

profileImageUrl

string?

Publicly available profile photo / logo of the service