POST api/Calendar/PatientAppointmentPost_v2
Request Information
URI Parameters
None.
Body Parameters
AppointmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EncounterTypeId | globally unique identifier |
None. |
|
| EncounterTypeModeDurationId | globally unique identifier |
None. |
|
| ProviderId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
Required |
|
| PatientId | globally unique identifier |
None. |
|
| SpecialityId | globally unique identifier |
None. |
|
| AppointmentOn | date |
Required |
|
| SecondaryAppointmentOn | date |
None. |
|
| Reason | string |
Required String length: inclusive between 0 and 250 |
|
| Note | string |
String length: inclusive between 0 and 1000 |
|
| ParentId | globally unique identifier |
None. |
|
| ReferredParentId | globally unique identifier |
None. |
|
| PaidAmount | decimal number |
None. |
|
| AccountId | globally unique identifier |
Required |
|
| ServiceId | globally unique identifier |
None. |
|
| MethodId | integer |
None. |
|
| IsCustomFormFlow | string |
None. |
|
| DocIds | string |
None. |
|
| Reasons | Collection of Reasons |
None. |
Request Formats
application/json, text/json
Sample:
{
"EncounterTypeId": "74992dd3-6841-4939-9012-764935492f9a",
"EncounterTypeModeDurationId": "c0a33298-3149-46fd-a7da-204e7412e30c",
"ProviderId": "e2f88d63-e6b1-4c04-b2f0-3c83ad1166aa",
"UserId": "b4c5ac89-cfb4-4762-a3c1-510881a13380",
"PatientId": "491c59ca-8113-4041-8921-669c0a8596d6",
"SpecialityId": "1095fc55-1270-4c71-abfa-3b8c7aeed47b",
"AppointmentOn": "2025-12-15T10:15:35.3375385-06:00",
"SecondaryAppointmentOn": "2025-12-15T10:15:35.3375385-06:00",
"Reason": "sample string 3",
"Note": "sample string 4",
"ParentId": "274fbfa7-ea93-4cd3-a05c-e0fa35267a27",
"ReferredParentId": "7ef4f57c-5f78-47ad-8fe0-41ccaa5d802c",
"PaidAmount": 5.0,
"AccountId": "23fbe90f-17ef-47b8-a2d1-b2f7d4597219",
"ServiceId": "cea13d24-d030-4cd2-8760-0341642175e3",
"MethodId": 1,
"IsCustomFormFlow": "sample string 7",
"DocIds": "sample string 8",
"Reasons": [
{
"ReasonId": "9b463614-7729-4af6-b06e-6ae8743d16f8"
},
{
"ReasonId": "9b463614-7729-4af6-b06e-6ae8743d16f8"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.