{
"appointment": {
"id": 0,
"rescheduled": true,
"reported": true,
"init_time": "string",
"end_time": "string",
"appointment_long_date": "string",
"appointment_date": "2019-08-24",
"lead_information": {
"id": 0,
"name": "string",
"source": "string",
"address": "string",
"zip_code": "string",
"latitude": 0,
"longitude": 0,
"address_comments": "string",
"phone_number": "string",
"secondary_phone_number": "string"
},
"assigned_user": {
"id": 0,
"user_access_id": 0,
"avatar": "string",
"full_name": "string"
},
"lead_comments": [
{
"id": 0,
"token": "string",
"comment": "string",
"participant_token": "string",
"creation_time_in_utc": "string",
"creation_time_in_creator_timezone": "string",
"can_archive_note": true,
"creator": {
"id": 0,
"full_name": "string",
"avatar_route": "string"
}
}
]
}
}