PUT api/appointments/update

Request Information

URI Parameters

None.

Body Parameters

appointment
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ProfileId

globally unique identifier

None.

Name

string

None.

PhoneNumber

string

None.

EmailAddress

string

None.

ConfirmationCode

string

None.

MeetingPlace

string

None.

Statut

string

None.

AppontmentReason

string

None.

IsValidate

boolean

None.

AppointmentDate

date

None.

ExpirationDate

date

None.

IsView

boolean

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

profile

profile

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Appointments
NameDescriptionTypeAdditional information
ProfileId

globally unique identifier

None.

Name

string

None.

PhoneNumber

string

None.

EmailAddress

string

None.

ConfirmationCode

string

None.

MeetingPlace

string

None.

Statut

string

None.

AppointmentReason

string

None.

IsValidate

boolean

None.

AppointmentDate

date

None.

ExpirationDate

date

None.

IsView

boolean

None.

Id

globally unique identifier

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ProfileId": "9848d85e-bbe5-4d05-a887-6c25ccfe3198",
  "Name": "sample string 2",
  "PhoneNumber": "sample string 3",
  "EmailAddress": "sample string 4",
  "ConfirmationCode": "sample string 5",
  "MeetingPlace": "sample string 6",
  "Statut": "sample string 7",
  "AppointmentReason": "sample string 8",
  "IsValidate": true,
  "AppointmentDate": "2025-12-05T20:26:14.583264-08:00",
  "ExpirationDate": "2025-12-05T20:26:14.583264-08:00",
  "IsView": true,
  "Id": "21f77dc7-1d1a-403a-8bd5-fa23593e40be",
  "CreatedDate": "2025-12-05T20:26:14.583264-08:00",
  "ModifiedDate": "2025-12-05T20:26:14.583264-08:00",
  "DeletedDate": "2025-12-05T20:26:14.583264-08:00"
}

application/xml, text/xml

Sample:
<Appointments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
  <CreatedDate>2025-12-05T20:26:14.583264-08:00</CreatedDate>
  <DeletedDate>2025-12-05T20:26:14.583264-08:00</DeletedDate>
  <Id>21f77dc7-1d1a-403a-8bd5-fa23593e40be</Id>
  <ModifiedDate>2025-12-05T20:26:14.583264-08:00</ModifiedDate>
  <AppointmentDate>2025-12-05T20:26:14.583264-08:00</AppointmentDate>
  <AppointmentReason>sample string 8</AppointmentReason>
  <ConfirmationCode>sample string 5</ConfirmationCode>
  <EmailAddress>sample string 4</EmailAddress>
  <ExpirationDate>2025-12-05T20:26:14.583264-08:00</ExpirationDate>
  <IsValidate>true</IsValidate>
  <IsView>true</IsView>
  <MeetingPlace>sample string 6</MeetingPlace>
  <Name>sample string 2</Name>
  <PhoneNumber>sample string 3</PhoneNumber>
  <ProfileId>9848d85e-bbe5-4d05-a887-6c25ccfe3198</ProfileId>
  <Statut>sample string 7</Statut>
</Appointments>