POST api/Calendar/PatientAppointmentPost_v1
Request Information
URI Parameters
None.
Body Parameters
AppointmentModelName | 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": "0d12e68e-239c-48ca-8256-ff1e433f54c7", "EncounterTypeModeDurationId": "f0aa84db-661f-4ee6-9e1c-4dbd11a2bcb6", "ProviderId": "010de5e7-3459-4a6d-86d6-efaa20380159", "UserId": "a767e2ad-1595-43fd-bec2-0ea5347cc72d", "PatientId": "bfdfe5fd-65b5-4baa-b4ae-9d61441ca926", "SpecialityId": "ac6e3cb2-4f6b-4a84-a866-eb931dec6993", "AppointmentOn": "2025-04-03T19:04:33.2665193-05:00", "SecondaryAppointmentOn": "2025-04-03T19:04:33.2665193-05:00", "Reason": "sample string 3", "Note": "sample string 4", "ParentId": "4d1a9912-778e-4d0b-84d5-4d529aca0527", "ReferredParentId": "69b6e53d-bbc6-4397-a55d-b434b37da8ab", "PaidAmount": 5.0, "AccountId": "2b0ec77f-6fdc-4c54-adae-00db50627dcd", "ServiceId": "83fffeed-2ec5-456a-aa50-0f58002da497", "MethodId": 1, "IsCustomFormFlow": "sample string 7", "DocIds": "sample string 8", "Reasons": [ { "ReasonId": "1e949beb-4d64-4571-8ebc-8e3d9a1ce5c5" }, { "ReasonId": "1e949beb-4d64-4571-8ebc-8e3d9a1ce5c5" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.