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": "4e379a75-c0df-469e-b6c7-f77165b9eddd", "EncounterTypeModeDurationId": "1aa076b6-eaa2-48a6-bf69-969a0e06eb0d", "ProviderId": "be5eeb0d-a197-48db-95a2-a463686f0e58", "UserId": "dde2c470-c4f8-4358-a4fb-7834749d237f", "PatientId": "5581f4b8-da62-493d-b59c-57279c2dc789", "SpecialityId": "f71b29e2-5ae5-424a-a094-351d5c574bc1", "AppointmentOn": "2025-06-06T16:15:26.3613071+00:00", "SecondaryAppointmentOn": "2025-06-06T16:15:26.3613071+00:00", "Reason": "sample string 3", "Note": "sample string 4", "ParentId": "2b7a5040-41c4-4bc9-87af-c66aa868d536", "ReferredParentId": "ea27f49e-be9d-49f1-85ed-103b3487a912", "PaidAmount": 5.0, "AccountId": "f10a38d3-2f5a-40f8-a3fc-a21f702b939b", "ServiceId": "987de111-2f0a-47a8-ae85-cf33e7ee98e0", "MethodId": 1, "IsCustomFormFlow": "sample string 7", "DocIds": "sample string 8", "Reasons": [ { "ReasonId": "627138cc-d043-4d4c-92bf-ee6cc161d3c5" }, { "ReasonId": "627138cc-d043-4d4c-92bf-ee6cc161d3c5" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.