POST api/THSetAppointment
Book Appointment
Request Information
URI Parameters
None.
Body Parameters
AppointmentName | Description | Type | Additional information |
---|---|---|---|
EncounterTypeId | globally unique identifier |
Required |
|
ProviderId | globally unique identifier |
Required |
|
PatientId | globally unique identifier |
Required |
|
SpecialityId | globally unique identifier |
Required |
|
AppointmentOn | date |
Required |
|
Reason | string |
Required String length: inclusive between 0 and 250 |
|
Note | string |
String length: inclusive between 0 and 1000 |
|
Document | Collection of Docs |
None. |
|
ParentId | globally unique identifier |
None. |
|
PaidAmount | decimal number |
Required |
|
AccountId | globally unique identifier |
Required |
|
AppointmentModeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "EncounterTypeId": "b390a92c-ae75-470d-a12f-e65aeaba95f6", "ProviderId": "12e8983a-17c9-49db-a01e-1181f3ffe937", "PatientId": "6df40909-b5f4-420c-8257-20a9d55c5b2c", "SpecialityId": "e6d3c284-9f44-4c67-875d-5036688a4ce4", "AppointmentOn": "2025-04-03T19:00:19.4175956-05:00", "Reason": "sample string 6", "Note": "sample string 7", "Document": [ { "ContentType": "sample string 1", "Content": "sample string 2" }, { "ContentType": "sample string 1", "Content": "sample string 2" } ], "ParentId": "8767a98d-a9ba-489a-a0c9-66f0555cda3d", "PaidAmount": 8.0, "AccountId": "280a01b6-f0fb-4b36-89d6-e926a06f2d24", "AppointmentModeId": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ResultName | Description | Type | Additional information |
---|---|---|---|
ResultCode | string |
None. |
|
ResultDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Message": { "status": "sample string 1", "Code": 2, "text": "sample string 3" }, "AppointmentId": "cca67673-e9bc-4bea-8d1f-4f9febf4cd78", "PatientId": "d6e3bf55-3013-4cec-9de3-b534ca427c06", "AccountId": "fdc1fefb-57be-449c-b92c-3d106a3af258" }, { "Message": { "status": "sample string 1", "Code": 2, "text": "sample string 3" }, "AppointmentId": "cca67673-e9bc-4bea-8d1f-4f9febf4cd78", "PatientId": "d6e3bf55-3013-4cec-9de3-b534ca427c06", "AccountId": "fdc1fefb-57be-449c-b92c-3d106a3af258" } ]