XUND API Documentation

UrlService

An URL Service is a service which can be accessed at a given URL in a web browser.

Structure

The structure differs from Virtual Service model in the following:

  • Has no gender

  • url is mandatory

  • description is mandatory

  • type is URL

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

URL

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