POST api/Calendar/PatientAppointmentPost_v2
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": "7b427455-9b1c-4195-9d32-6248407e0458", "EncounterTypeModeDurationId": "15d5128c-d42b-44c7-b708-6c957048694f", "ProviderId": "a084d613-1146-4444-97f9-effd5c18174e", "UserId": "107d7a75-079b-488c-bd31-9465ebf9b44e", "PatientId": "b8208096-2661-410a-96d4-64b221a7d3a8", "SpecialityId": "2e6d91c8-7954-41cf-8679-7ce844900873", "AppointmentOn": "2025-04-03T19:04:34.6353317-05:00", "SecondaryAppointmentOn": "2025-04-03T19:04:34.6353317-05:00", "Reason": "sample string 3", "Note": "sample string 4", "ParentId": "16fabc26-e1f1-4647-87aa-dd49f403f074", "ReferredParentId": "0b594cd1-7638-41f1-8e1c-ebd5bbde17e1", "PaidAmount": 5.0, "AccountId": "7eb6571e-cd48-42a1-ae09-da5a96d92588", "ServiceId": "8cafeb93-ee1b-485c-a9df-92d759396e12", "MethodId": 1, "IsCustomFormFlow": "sample string 7", "DocIds": "sample string 8", "Reasons": [ { "ReasonId": "53a9e584-5dc8-4531-90d2-138cbf5fe5f9" }, { "ReasonId": "53a9e584-5dc8-4531-90d2-138cbf5fe5f9" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.