GET 17.0/database/appointmentproperties/{appointmentid}/{propertyid}

Description

Retrieve Appointment Properties

URI Parameters

Name Description Type Additional information
appointmentID

integer

Required

propertyID

integer

Required

None.

None.

Name Description Type Additional information
AppointmentID

integer

None.

PropertyID

integer

None.

Confirmed

byte

None.

ConfirmedDate

date

None.

DisplayOrder

integer

None.

EmailConfirmationDate

date

None.

SMSConfirmationDate

date

None.

application/json, text/json

Sample:
{
  "appointmentID": 1,
  "propertyID": 2,
  "confirmed": 64,
  "confirmedDate": "2025-01-09T20:33",
  "displayOrder": 5,
  "emailConfirmationDate": "2025-01-09T20:33",
  "smsConfirmationDate": "2025-01-09T20:33"
}

application/xml, text/xml

Sample:
<AppointmentProperties xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AppointmentID>1</AppointmentID>
  <PropertyID>2</PropertyID>
  <Confirmed>64</Confirmed>
  <ConfirmedDate>2025-01-09T20:33:43.7174198+00:00</ConfirmedDate>
  <DisplayOrder>5</DisplayOrder>
  <EmailConfirmationDate>2025-01-09T20:33:43.7174198+00:00</EmailConfirmationDate>
  <SMSConfirmationDate>2025-01-09T20:33:43.7174198+00:00</SMSConfirmationDate>
</AppointmentProperties>