POST api/Calendar/PatientAppointmentPost_v1
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": "e7f086cc-2455-43a6-b7e0-eb2bad4c1fd3",
"EncounterTypeModeDurationId": "2dc8f8c3-6b96-46d1-9088-3b8e7a55a4d3",
"ProviderId": "eb8433d1-d69d-42d2-bdfe-aac48cd50976",
"UserId": "0add6669-bc5f-4258-82ab-852f2b9e48f4",
"PatientId": "47e48b4f-8cbc-42ad-9fba-a739e3e62b42",
"SpecialityId": "aeeb2cfb-f784-4e42-b0f6-e8a517985fbe",
"AppointmentOn": "2025-12-15T10:15:33.7854039-06:00",
"SecondaryAppointmentOn": "2025-12-15T10:15:33.7854039-06:00",
"Reason": "sample string 3",
"Note": "sample string 4",
"ParentId": "e677a580-4658-49da-9d26-30fc780da6a2",
"ReferredParentId": "9ea3ee92-fe43-46d9-b194-2362e80e6185",
"PaidAmount": 5.0,
"AccountId": "28cfdda0-6929-4bbc-8d07-3bf9b641357f",
"ServiceId": "ce693382-9952-4510-a16a-a73c2ffb9dd6",
"MethodId": 1,
"IsCustomFormFlow": "sample string 7",
"DocIds": "sample string 8",
"Reasons": [
{
"ReasonId": "f81d945e-118d-457e-a722-5e2665fccb06"
},
{
"ReasonId": "f81d945e-118d-457e-a722-5e2665fccb06"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.