Webhook event fired when an existing lab test appointment is updated.
labtest.appointment.created, labtest.appointment.updated {
"address": {
"access_notes": "Gate code #1234, use side entrance",
"city": "San Francisco",
"country": "United States",
"first_line": "123 Main St.",
"second_line": "Apt. 208",
"state": "CA",
"zip_code": "91189"
},
"appointment_notes": "Please bring photo ID",
"can_reschedule": true,
"end_at": "2022-01-01T00:00:00",
"event_data": {
"description": "Metadata field containing provider specific data, like cancellation reason or origin"
},
"event_status": "scheduled",
"events": [
{
"created_at": "2022-01-01T00:00:00Z",
"status": "scheduled"
},
{
"created_at": "2022-01-02T00:00:00Z",
"status": "completed"
}
],
"external_id": "ext-123",
"iana_timezone": "America/New_York",
"id": "bad86e87-e2e1-409d-8202-f0051c862bd4",
"location": { "lat": 37.7749295, "lng": -122.4194155 },
"order_id": "884d491b-5879-40b5-ae2a-1dd5e2cad5bd",
"order_transaction_id": "9d68d352-c852-4a0e-94e8-31c51e1630ed",
"provider": "getlabs",
"provider_id": "123",
"start_at": "2022-01-01T00:00:00",
"status": "confirmed",
"type": "phlebotomy",
"user_id": "5ef4b968-7417-4828-9e4a-89838be5c992"
}