GET 17.0/database/appointmentcontacts/defaultmodel

Description

Get a Appointment Contacts model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
AppointmentID

integer

None.

ContactID

integer

None.

Confirmed

byte

None.

ConfirmedDate

date

None.

EmailConfirmationDate

date

None.

SMSConfirmationDate

date

None.

application/json, text/json

Sample:
{
  "appointmentID": 1,
  "contactID": 2,
  "confirmed": 64,
  "confirmedDate": "2025-01-09T20:21",
  "emailConfirmationDate": "2025-01-09T20:21",
  "smsConfirmationDate": "2025-01-09T20:21"
}

application/xml, text/xml

Sample:
<AppointmentContacts xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AppointmentID>1</AppointmentID>
  <ContactID>2</ContactID>
  <Confirmed>64</Confirmed>
  <ConfirmedDate>2025-01-09T20:21:00.4865545+00:00</ConfirmedDate>
  <EmailConfirmationDate>2025-01-09T20:21:00.4865545+00:00</EmailConfirmationDate>
  <SMSConfirmationDate>2025-01-09T20:21:00.4865545+00:00</SMSConfirmationDate>
</AppointmentContacts>