Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

The flow of rescheduling appointments with several services is the same as the flow of rescheduling with a single service. The main interactions are:

...

Code Block
{
  "reservationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}

Attributes

meName

Type

Required

Description

1

Accept-Language

string

yes

Requested language for service names, The system will support languages depending on Tenant Localization settings (possible values are: en_US, en_UK, fr_FR, nl_NL, de_DE, it_IT, ES_es )

2

X-TENANT-ID

string

yes

The tenant id to use for this operation. The tenant id must be the same as an existing systemId.

3

AppointmentID

string

yes

Appointment ID (GUID) for reschelduling

...