Public
Availabilities

Update availability

patch/v1/public/availabilities/dates/{availabilityId}

Path parameters

availabilityIdstring required

Request body

availableboolean

Available or not for this date.

notestring

Note for the manager.

timeZonestring

Time zone wanted. If not set the group time zone will be taken.

Example request

{
  "available": true,
  "date": {
    "date": "2022-10-31",
    "fromInM": 560,
    "toInM": 1020
  },
  "note": "Note for the manager",
  "timeZone": "America/Toronto"
}

Response

uidstring required

Availability UID.

fromDatenumber required

Start date of this availability.

toDatenumber required

End date of this availability.

timeZonestring required

Timezone of this availability.

memberIdstring required

The member UID linked to this availability.

memberCodeobject required

The member code linked to this availability.

groupIdstring required

The group UID linked to this availability.

availableboolean required

Member availability status.

notestring required

Note linked to this availability.

createdAtnumber required

Availability creation date.

createdByMemberIdstring required

Member uid who created the availability

createdByMemberCodeobject required

Member code who created the availability

Changes

No recorded changes to this endpoint across all 1 revision of this API.