Appointment Completed

Sample Response Object – Appointment Completed

{
  "invoice_id": "095b1101-2904-4bc2-9de4-043591fdfb8e",
  "invoice_number": "4902",
  "appointment_group_id": "6b675eff-35c9-4c40-8688-e4746a71fa98",
  "center_id": "9a895b3c-1994-42c0-bc61-efda4a6e2828",
  "appointments": [
    {
      "id": "e4895bb9-2ef5-4fb2-9cbe-318e07d251c7",
      "invoice_item_id": "39062a9e-4db7-4686-8c2a-22ea8adf1850",
      "service_name": "1 Service",
      "service_id": "4da307fb-0798-4b12-b34a-12be6903ef20",
      "start_time": "2022-02-25T06:00:00",
      "end_time": "2022-02-25T07:00:00",
      "serviceduration_in_miutes": 60,
      "has_add_ons": true,
      "is_add_on": false,
      "therapist_name": "Pavan K",
      "TherapistId": "40bed28f-6f27-4fd1-a65b-05e80a26b96a",
      "is_recurring": false,
      "appointment_type": 2,
      "therapist_request_type": 4,
      "room_name": "",
      "equipment_name": "",
      "room_id": "",
      "equipment_id: "",
      "appointment_progress": 2
    }
  ]
}