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": "9d6e43b7-5de1-4aa6-9016-06ed653138ec",
"EncounterTypeModeDurationId": "cbe4cc8b-9656-4a3b-bf61-6a0484fdd7bd",
"ProviderId": "b9510dfd-319c-49ba-ba05-8a48f29874d1",
"UserId": "bdb32799-2c1c-48ce-aba7-a06d3c2305e7",
"PatientId": "4b440398-f9c8-40c1-95cd-ee5f39c347e7",
"SpecialityId": "109c64d5-05a8-476d-a5ab-99874221a520",
"AppointmentOn": "2025-12-18T13:12:01.4664195-06:00",
"SecondaryAppointmentOn": "2025-12-18T13:12:01.4664195-06:00",
"Reason": "sample string 3",
"Note": "sample string 4",
"ParentId": "d4c46849-4ce2-4596-a8de-5bdf0d929c73",
"ReferredParentId": "170e2726-774a-42c3-bb91-577cc8e49a5d",
"PaidAmount": 5.0,
"AccountId": "ff458e0e-1952-4041-b160-8d3c6d9e0195",
"ServiceId": "bf2c3775-f836-40a3-9315-c55803486127",
"MethodId": 1,
"IsCustomFormFlow": "sample string 7",
"DocIds": "sample string 8",
"Reasons": [
{
"ReasonId": "2e723ae0-8c81-49e6-86cf-43c740161278"
},
{
"ReasonId": "2e723ae0-8c81-49e6-86cf-43c740161278"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.