PUT api/freedates/update

Request Information

URI Parameters

None.

Body Parameters

freeDate
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ProfileId

globally unique identifier

None.

Day

date

None.

Hour

date

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

FreeDates
NameDescriptionTypeAdditional information
ProfileId

globally unique identifier

None.

Day

date

None.

Hour

date

None.

Id

globally unique identifier

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ProfileId": "9e32f869-6fbe-4e22-8797-5a0d53f1ae98",
  "Day": "2025-12-05T20:26:14.091263-08:00",
  "Hour": "2025-12-05T20:26:14.091263-08:00",
  "Id": "ecd84f28-84c2-4426-8c4d-3da45b7536bd",
  "CreatedDate": "2025-12-05T20:26:14.091263-08:00",
  "ModifiedDate": "2025-12-05T20:26:14.091263-08:00",
  "DeletedDate": "2025-12-05T20:26:14.091263-08:00"
}

application/xml, text/xml

Sample:
<FreeDates 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.091263-08:00</CreatedDate>
  <DeletedDate>2025-12-05T20:26:14.091263-08:00</DeletedDate>
  <Id>ecd84f28-84c2-4426-8c4d-3da45b7536bd</Id>
  <ModifiedDate>2025-12-05T20:26:14.091263-08:00</ModifiedDate>
  <Day>2025-12-05T20:26:14.091263-08:00</Day>
  <Hour>2025-12-05T20:26:14.091263-08:00</Hour>
  <ProfileId>9e32f869-6fbe-4e22-8797-5a0d53f1ae98</ProfileId>
</FreeDates>