Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Required

Description

service ID

string (guid)

yes

The service id (GUID)

branch ID

string

yes

The branch Id for the service specified

requestedResourceId

string

Resource ID

Timeslot: “StartTime“

date & timestamp

yes

start time for the timeslot to reserve,

Code Block
        "format": "date-time",
        "example": "2022-03-03T09:00:00+01:00"

Timeslot: “EndTime“

date & timestamp

yes

end time for the timeslot to reservethe timeslot to reserve

Code Block
        "format": "date-time",
        "example": "2022-03-03T09:00:00+01:00"

Notes

string

no

the notes added for the appointment details

Numberofreservations

integer

yes

number of reservations, 1 by default

...

Name

Type

Required

Description

personalIdentifier

string (GUID)

yes

The external customer’s identifier. Must contain 10-48 char and must match A-Za-z0-9

firstName

string

yes

The customer’s first name, max 255 symbols

lastName

string

yes

The customer’s last name, max 255 symbols

phoneNumber

integer

no

The customer’s phone number, maz length 255

email

string

yes

The customer’s email, 1- 255 symbols

dateofBirth

string

yes/no (depends on configs)

The customer’s date of birth, example: "2000-01-01

informationQuestions

stringarray

yes/no (depends on configs)

The customer’s answers on informational questions, maxLength: 2048

answer

array

yes/no (depends on configs)

The answer to the question, maxLength: 2048

Response schema

Code 201 -Appointment confirmed

...