Attribute | Type | Description |
---|---|---|
status | string | Status of the appointment. Possible values: ["cancelled", "completed", "confirmed", "no_show", "unconfirmed"] |
type | string | Type of appointment. Possible values: ["in_person", "virtual"] |
location.uid | string | Podium unique identifier for location. |
datetime | string | Date and time of the appointment. |
uid | string | Podium unique identifier for appointment. |
note | string | Note that is attached to the appointment. |
createdAt | string | When the appointment was created. |
updatedAt | string | When the appointment was updated. |
assignedUser.uid | string | Podium unique identifier for user. |
contactName | string | Name of the contact. |
contactPhoneNumber | string | Phone number of the contact. |
durationMin | integer | How many miuntes long the appointment is. |
{
"status": "cancelled",
"type": "in_person",
"location": {
"uid": "00000000-0000-0000-0000-000000000000"
},
"datetime": "2015-01-23T23:50:07Z",
"uid": "00000000-0000-0000-0000-000000000000",
"note": "",
"createdAt": "2015-01-23T23:50:07Z",
"updatedAt": "2015-01-23T23:50:07Z",
"assignedUser": {
"uid": "00000000-0000-0000-0000-000000000000"
},
"contactName": "",
"contactPhoneNumber": "",
"durationMin": 0
}