POST api/appointment/update
Request Information
URI Parameters
None.
Body Parameters
AppointmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| appointment_id | globally unique identifier |
None. |
|
| patient_id | globally unique identifier |
None. |
|
| subject_txt | string |
None. |
|
| reason_txt | string |
None. |
|
| duration_val | integer |
None. |
|
| note_txt | string |
None. |
|
| resource_ids | string |
None. |
|
| exam_id | integer |
None. |
|
| status_txt | string |
None. |
|
| template_ind | boolean |
None. |
|
| created_dt | date |
None. |
|
| created_by | integer |
None. |
|
| updated_dt | date |
None. |
|
| updated_by | integer |
None. |
|
| patient_txt | string |
None. |
|
| appointment_type_txt | string |
None. |
|
| original_starttime_dt | date |
None. |
|
| original_endtime_dt | date |
None. |
|
| starttime_txt | string |
None. |
|
| endtime_txt | string |
None. |
|
| master_appointment_id | globally unique identifier |
None. |
|
| time_zone | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"appointment_id": "29b5f388-10b0-4a66-af0d-b7a34a720a6d",
"patient_id": "abaaa0c4-6b64-4882-9200-976ccbbb9fa3",
"subject_txt": "sample string 3",
"reason_txt": "sample string 4",
"duration_val": 5,
"note_txt": "sample string 6",
"resource_ids": "sample string 7",
"exam_id": 8,
"status_txt": "sample string 9",
"template_ind": true,
"created_dt": "2026-02-04T02:54:05.2940588+00:00",
"created_by": 12,
"updated_dt": "2026-02-04T02:54:05.2940588+00:00",
"updated_by": 14,
"patient_txt": "sample string 15",
"appointment_type_txt": "sample string 16",
"original_starttime_dt": "2026-02-04T02:54:05.2940588+00:00",
"original_endtime_dt": "2026-02-04T02:54:05.2940588+00:00",
"starttime_txt": "sample string 19",
"endtime_txt": "sample string 20",
"master_appointment_id": "16f2061b-8aa0-4d44-aacb-9900f0121cfc",
"time_zone": 21
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |