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": "49d289f8-ee1b-42ee-9c1e-4705a2c1f9b4",
"EncounterTypeModeDurationId": "84ad0a93-88c2-4c9e-a91d-0cb8e8a35815",
"ProviderId": "c6b0e661-5c85-437a-b2f6-5c97c6b76e02",
"UserId": "2c334406-fc18-4070-8edf-0ce75c8c47eb",
"PatientId": "76a6f3a1-4734-48ac-a565-5fafb55729a7",
"SpecialityId": "2a82e888-678c-4725-bbb2-438b5f7b6f0d",
"AppointmentOn": "2026-05-06T13:37:17.6342542+00:00",
"SecondaryAppointmentOn": "2026-05-06T13:37:17.6342542+00:00",
"Reason": "sample string 3",
"Note": "sample string 4",
"ParentId": "6630de0f-845c-4ad4-a6db-1c9dc8eca9b1",
"ReferredParentId": "99c90114-25b9-4547-a4f7-d0e11e428dd0",
"PaidAmount": 5.0,
"AccountId": "f05afb14-7608-48be-af0a-5a5f7de6be22",
"ServiceId": "66ed6cd0-4b3d-45aa-981e-5892e364f6ef",
"MethodId": 1,
"IsCustomFormFlow": "sample string 7",
"DocIds": "sample string 8",
"Reasons": [
{
"ReasonId": "ec279e87-b1aa-4832-a08a-c1ed8dffe6f0"
},
{
"ReasonId": "ec279e87-b1aa-4832-a08a-c1ed8dffe6f0"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.