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": "04b1ebcf-c52b-4cc5-b8cd-5742a1ef439f", "EncounterTypeModeDurationId": "b461f2d3-a741-4904-942c-c0160c0c09b7", "ProviderId": "1da3bc07-eed8-4a93-a288-a425f5e10b2b", "UserId": "07651a70-4d49-46d7-93bb-2b65f58d9fe0", "PatientId": "4cf3e9e6-ffc0-4952-8dd1-7d428f542516", "SpecialityId": "c5a40dac-a0d9-4be9-a8ff-34211c32f05f", "AppointmentOn": "2025-06-08T16:10:14.1301545+05:30", "SecondaryAppointmentOn": "2025-06-08T16:10:14.1301545+05:30", "Reason": "sample string 3", "Note": "sample string 4", "ParentId": "980f97bf-6ee1-4fce-a0ea-4387d322a9b9", "ReferredParentId": "05b3811c-d2c6-49e4-a5c1-cc8c5500706c", "PaidAmount": 5.0, "AccountId": "db9beff6-c871-4d4c-accf-7d6e6d976370", "ServiceId": "aa09817b-c387-4b98-b3be-893d58f4f555", "MethodId": 1, "IsCustomFormFlow": "sample string 7", "DocIds": "sample string 8", "Reasons": [ { "ReasonId": "b6435551-cafb-4287-93ee-091eb08e2433" }, { "ReasonId": "b6435551-cafb-4287-93ee-091eb08e2433" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.