POST api/AppointmentRequestsLimited
Creates a new appointment request or updates an existent appointment request.
Request Information
URI Parameters
None.
Body Parameters
Model used to retrieve or set information about an appointment.
AppointmentRequestLimitedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId |
ID of the patient. |
globally unique identifier |
None. |
| AppointmentRequestId |
ID of the appointment request. |
globally unique identifier |
None. |
| VisionInsuranceCarrier |
Vision Insurance Carrier. |
string |
None. |
| VisionGroupNumber |
Vision group number. |
string |
None. |
| VisionPolicyNumber |
Vision policy number. |
string |
None. |
| MedicalInsuranceCarrier |
Medical insurance carrier. |
string |
None. |
| MedicalGroupNumber |
Medical group number. |
string |
None. |
| MedicalPolicyNumber |
Medical policy number. |
string |
None. |
| PatientEmailAddress |
Patient email address |
string |
None. |
| PhoneNumber |
Phone number. |
string |
None. |
| AppointmentRequestReasonId |
Appointment request reason ID. |
globally unique identifier |
None. |
| CountryId |
Country ID. |
globally unique identifier |
None. |
| AppointmentId |
Unique ID od appointment. |
globally unique identifier |
None. |
| DoctorId |
Unique ID of doctor. |
globally unique identifier |
None. |
| LocationId |
Unique ID of location. |
globally unique identifier |
None. |
| DateRangeFrom |
Date range from. |
date |
None. |
| DateRangeTo |
Date range to. |
date |
None. |
| PreferredTime |
Preferred time should be (Any, Morning, Afternoon). |
string |
None. |
| SundaySelected |
Indicates whether the patient selected Sunday or not. |
boolean |
None. |
| MondaySelected |
Indicates whether the patient selected Monday or not. |
boolean |
None. |
| TuesdaySelected |
Indicates whether the patient selected Tuesday or not. |
boolean |
None. |
| WednesdaySelected |
Indicates whether the patient selected Wednesday or not. |
boolean |
None. |
| ThursdaySelected |
Indicates whether the patient selected Thursday or not. |
boolean |
None. |
| FridaySelected |
Indicates whether the patient selected Friday or not. |
boolean |
None. |
| SaturdaySelected |
Indicates whether the patient selected Saturday or not. |
boolean |
None. |
| ContactPrefixId |
ID of contact prefix. |
integer |
None. |
| FirstName |
First name of the patient. |
string |
None. |
| LastName |
Last name of the patient. |
string |
None. |
| MiddleName |
Middle name of the patient. |
string |
None. |
| ContactSuffixId |
ID of contact suffix. |
integer |
None. |
| DateOfBirth |
DateOfBirth of the patient. |
date |
None. |
| Address1 |
Address line1 of the patient. |
string |
None. |
| Address2 |
Address line2 of the patient. |
string |
None. |
| City |
City of the patient. |
string |
None. |
| State |
State of the patient. |
string |
None. |
| Zip |
Zip code of the patient. |
string |
None. |
| PhoneNumberIsMobile |
Indicates whether phone number is mobile or not. |
boolean |
None. |
| Username |
Username of the patient |
string |
None. |
| Password |
Password of the patient |
string |
None. |
| TermsOfUseAccepted |
Indicates if user has accepted the terms of use. |
boolean |
None. |
Request Formats
application/json, text/json
{
"PatientId": "97e92ef1-f47e-4526-84dd-c5d8cdb39074",
"AppointmentRequestId": "1bdcbd85-10db-40d4-8d4f-a7389df1770c",
"VisionInsuranceCarrier": "sample string 2",
"VisionGroupNumber": "sample string 3",
"VisionPolicyNumber": "sample string 4",
"MedicalInsuranceCarrier": "sample string 5",
"MedicalGroupNumber": "sample string 6",
"MedicalPolicyNumber": "sample string 7",
"PatientEmailAddress": "sample string 8",
"PhoneNumber": "sample string 9",
"AppointmentRequestReasonId": "136d8528-b312-44e0-8c7a-b2b668ad5e73",
"CountryId": "1478ff0a-ce57-44e3-bc53-a9e2e11e7e30",
"AppointmentId": "b913ec0c-6aa1-48ef-b7f6-8b9292e54046",
"DoctorId": "b941e41e-e9b8-4f95-9c79-f4c3140eab2a",
"LocationId": "c3f52908-8cc1-4cd8-997c-a02ef49da34d",
"DateRangeFrom": "2026-05-31T18:56:43.081307+00:00",
"DateRangeTo": "2026-05-31T18:56:43.081307+00:00",
"PreferredTime": "sample string 12",
"SundaySelected": true,
"MondaySelected": true,
"TuesdaySelected": true,
"WednesdaySelected": true,
"ThursdaySelected": true,
"FridaySelected": true,
"SaturdaySelected": true,
"ContactPrefixId": 20,
"FirstName": "sample string 21",
"LastName": "sample string 22",
"MiddleName": "sample string 23",
"ContactSuffixId": 24,
"DateOfBirth": "2026-05-31T18:56:43.081307+00:00",
"Address1": "sample string 26",
"Address2": "sample string 27",
"City": "sample string 28",
"State": "sample string 29",
"Zip": "sample string 30",
"PhoneNumberIsMobile": true,
"Username": "sample string 32",
"Password": "sample string 33",
"TermsOfUseAccepted": true
}
application/xml, text/xml
<AppointmentRequestLimitedModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Mobile.Api.Models.AppointmentRequestsLimited"> <Address1>sample string 26</Address1> <Address2>sample string 27</Address2> <AppointmentId>b913ec0c-6aa1-48ef-b7f6-8b9292e54046</AppointmentId> <AppointmentRequestId>1bdcbd85-10db-40d4-8d4f-a7389df1770c</AppointmentRequestId> <AppointmentRequestReasonId>136d8528-b312-44e0-8c7a-b2b668ad5e73</AppointmentRequestReasonId> <City>sample string 28</City> <ContactPrefixId>20</ContactPrefixId> <ContactSuffixId>24</ContactSuffixId> <CountryId>1478ff0a-ce57-44e3-bc53-a9e2e11e7e30</CountryId> <DateOfBirth>2026-05-31T18:56:43.081307+00:00</DateOfBirth> <DateRangeFrom>2026-05-31T18:56:43.081307+00:00</DateRangeFrom> <DateRangeTo>2026-05-31T18:56:43.081307+00:00</DateRangeTo> <DoctorId>b941e41e-e9b8-4f95-9c79-f4c3140eab2a</DoctorId> <FirstName>sample string 21</FirstName> <FridaySelected>true</FridaySelected> <LastName>sample string 22</LastName> <LocationId>c3f52908-8cc1-4cd8-997c-a02ef49da34d</LocationId> <MedicalGroupNumber>sample string 6</MedicalGroupNumber> <MedicalInsuranceCarrier>sample string 5</MedicalInsuranceCarrier> <MedicalPolicyNumber>sample string 7</MedicalPolicyNumber> <MiddleName>sample string 23</MiddleName> <MondaySelected>true</MondaySelected> <Password>sample string 33</Password> <PatientEmailAddress>sample string 8</PatientEmailAddress> <PatientId>97e92ef1-f47e-4526-84dd-c5d8cdb39074</PatientId> <PhoneNumber>sample string 9</PhoneNumber> <PhoneNumberIsMobile>true</PhoneNumberIsMobile> <PreferredTime>sample string 12</PreferredTime> <SaturdaySelected>true</SaturdaySelected> <State>sample string 29</State> <SundaySelected>true</SundaySelected> <TermsOfUseAccepted>true</TermsOfUseAccepted> <ThursdaySelected>true</ThursdaySelected> <TuesdaySelected>true</TuesdaySelected> <Username>sample string 32</Username> <VisionGroupNumber>sample string 3</VisionGroupNumber> <VisionInsuranceCarrier>sample string 2</VisionInsuranceCarrier> <VisionPolicyNumber>sample string 4</VisionPolicyNumber> <WednesdaySelected>true</WednesdaySelected> <Zip>sample string 30</Zip> </AppointmentRequestLimitedModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
AppointmentRequestLimitedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId |
ID of the patient. |
globally unique identifier |
None. |
| AppointmentRequestId |
ID of the appointment request. |
globally unique identifier |
None. |
| VisionInsuranceCarrier |
Vision Insurance Carrier. |
string |
None. |
| VisionGroupNumber |
Vision group number. |
string |
None. |
| VisionPolicyNumber |
Vision policy number. |
string |
None. |
| MedicalInsuranceCarrier |
Medical insurance carrier. |
string |
None. |
| MedicalGroupNumber |
Medical group number. |
string |
None. |
| MedicalPolicyNumber |
Medical policy number. |
string |
None. |
| PatientEmailAddress |
Patient email address |
string |
None. |
| PhoneNumber |
Phone number. |
string |
None. |
| AppointmentRequestReasonId |
Appointment request reason ID. |
globally unique identifier |
None. |
| CountryId |
Country ID. |
globally unique identifier |
None. |
| AppointmentId |
Unique ID od appointment. |
globally unique identifier |
None. |
| DoctorId |
Unique ID of doctor. |
globally unique identifier |
None. |
| LocationId |
Unique ID of location. |
globally unique identifier |
None. |
| DateRangeFrom |
Date range from. |
date |
None. |
| DateRangeTo |
Date range to. |
date |
None. |
| PreferredTime |
Preferred time should be (Any, Morning, Afternoon). |
string |
None. |
| SundaySelected |
Indicates whether the patient selected Sunday or not. |
boolean |
None. |
| MondaySelected |
Indicates whether the patient selected Monday or not. |
boolean |
None. |
| TuesdaySelected |
Indicates whether the patient selected Tuesday or not. |
boolean |
None. |
| WednesdaySelected |
Indicates whether the patient selected Wednesday or not. |
boolean |
None. |
| ThursdaySelected |
Indicates whether the patient selected Thursday or not. |
boolean |
None. |
| FridaySelected |
Indicates whether the patient selected Friday or not. |
boolean |
None. |
| SaturdaySelected |
Indicates whether the patient selected Saturday or not. |
boolean |
None. |
| ContactPrefixId |
ID of contact prefix. |
integer |
None. |
| FirstName |
First name of the patient. |
string |
None. |
| LastName |
Last name of the patient. |
string |
None. |
| MiddleName |
Middle name of the patient. |
string |
None. |
| ContactSuffixId |
ID of contact suffix. |
integer |
None. |
| DateOfBirth |
DateOfBirth of the patient. |
date |
None. |
| Address1 |
Address line1 of the patient. |
string |
None. |
| Address2 |
Address line2 of the patient. |
string |
None. |
| City |
City of the patient. |
string |
None. |
| State |
State of the patient. |
string |
None. |
| Zip |
Zip code of the patient. |
string |
None. |
| PhoneNumberIsMobile |
Indicates whether phone number is mobile or not. |
boolean |
None. |
| Username |
Username of the patient |
string |
None. |
| Password |
Password of the patient |
string |
None. |
| TermsOfUseAccepted |
Indicates if user has accepted the terms of use. |
boolean |
None. |
Response Formats
application/json, text/json
{
"PatientId": "e02598cc-9c51-43eb-a4cb-72ed03e5df90",
"AppointmentRequestId": "c4b1c1a6-0d49-4e33-88d9-60d9fa95a8be",
"VisionInsuranceCarrier": "sample string 2",
"VisionGroupNumber": "sample string 3",
"VisionPolicyNumber": "sample string 4",
"MedicalInsuranceCarrier": "sample string 5",
"MedicalGroupNumber": "sample string 6",
"MedicalPolicyNumber": "sample string 7",
"PatientEmailAddress": "sample string 8",
"PhoneNumber": "sample string 9",
"AppointmentRequestReasonId": "0f483c1a-3d57-442e-bf00-98af3340b7c8",
"CountryId": "8164ddc1-d694-45df-aa8c-a19a3ecc1536",
"AppointmentId": "cc2feca8-6805-4c3e-b06a-4bc3d82d58e4",
"DoctorId": "608ab0ae-eb1c-4c26-88db-51bd1e1e9ef8",
"LocationId": "4a5bc33b-5f58-48ef-819d-148ba9535342",
"DateRangeFrom": "2026-05-31T18:56:43.0989137+00:00",
"DateRangeTo": "2026-05-31T18:56:43.0989137+00:00",
"PreferredTime": "sample string 12",
"SundaySelected": true,
"MondaySelected": true,
"TuesdaySelected": true,
"WednesdaySelected": true,
"ThursdaySelected": true,
"FridaySelected": true,
"SaturdaySelected": true,
"ContactPrefixId": 20,
"FirstName": "sample string 21",
"LastName": "sample string 22",
"MiddleName": "sample string 23",
"ContactSuffixId": 24,
"DateOfBirth": "2026-05-31T18:56:43.0989137+00:00",
"Address1": "sample string 26",
"Address2": "sample string 27",
"City": "sample string 28",
"State": "sample string 29",
"Zip": "sample string 30",
"PhoneNumberIsMobile": true,
"Username": "sample string 32",
"Password": "sample string 33",
"TermsOfUseAccepted": true
}
application/xml, text/xml
<AppointmentRequestLimitedModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Mobile.Api.Models.AppointmentRequestsLimited"> <Address1>sample string 26</Address1> <Address2>sample string 27</Address2> <AppointmentId>cc2feca8-6805-4c3e-b06a-4bc3d82d58e4</AppointmentId> <AppointmentRequestId>c4b1c1a6-0d49-4e33-88d9-60d9fa95a8be</AppointmentRequestId> <AppointmentRequestReasonId>0f483c1a-3d57-442e-bf00-98af3340b7c8</AppointmentRequestReasonId> <City>sample string 28</City> <ContactPrefixId>20</ContactPrefixId> <ContactSuffixId>24</ContactSuffixId> <CountryId>8164ddc1-d694-45df-aa8c-a19a3ecc1536</CountryId> <DateOfBirth>2026-05-31T18:56:43.0989137+00:00</DateOfBirth> <DateRangeFrom>2026-05-31T18:56:43.0989137+00:00</DateRangeFrom> <DateRangeTo>2026-05-31T18:56:43.0989137+00:00</DateRangeTo> <DoctorId>608ab0ae-eb1c-4c26-88db-51bd1e1e9ef8</DoctorId> <FirstName>sample string 21</FirstName> <FridaySelected>true</FridaySelected> <LastName>sample string 22</LastName> <LocationId>4a5bc33b-5f58-48ef-819d-148ba9535342</LocationId> <MedicalGroupNumber>sample string 6</MedicalGroupNumber> <MedicalInsuranceCarrier>sample string 5</MedicalInsuranceCarrier> <MedicalPolicyNumber>sample string 7</MedicalPolicyNumber> <MiddleName>sample string 23</MiddleName> <MondaySelected>true</MondaySelected> <Password>sample string 33</Password> <PatientEmailAddress>sample string 8</PatientEmailAddress> <PatientId>e02598cc-9c51-43eb-a4cb-72ed03e5df90</PatientId> <PhoneNumber>sample string 9</PhoneNumber> <PhoneNumberIsMobile>true</PhoneNumberIsMobile> <PreferredTime>sample string 12</PreferredTime> <SaturdaySelected>true</SaturdaySelected> <State>sample string 29</State> <SundaySelected>true</SundaySelected> <TermsOfUseAccepted>true</TermsOfUseAccepted> <ThursdaySelected>true</ThursdaySelected> <TuesdaySelected>true</TuesdaySelected> <Username>sample string 32</Username> <VisionGroupNumber>sample string 3</VisionGroupNumber> <VisionInsuranceCarrier>sample string 2</VisionInsuranceCarrier> <VisionPolicyNumber>sample string 4</VisionPolicyNumber> <WednesdaySelected>true</WednesdaySelected> <Zip>sample string 30</Zip> </AppointmentRequestLimitedModel>