Create an availability period
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The start date for the period. Must be in the form YYYY-MM-DD.
The member ID (uuid) for this availability period.
A list of available hours for each day of the week. The array must contain exactly 7 elements. The first value represents Monday. Each value must be between 0 and 24.
Response
200
A list of available hours for each day of the week. The array size is always 7. The first value represents Monday.
The unique identifier for the object.
The start date for the period. Will be in the form YYYY-MM-DD.
The timestamp when the object was created.
Whether this is the default availability period for the member.
The end date for the period. Will be in the form YYYY-MM-DD. null if the period has no end date.