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": "d9cbc087-8a53-4dd3-aab7-592ef9385a06",
"AppointmentRequestId": "1c0fc275-14d1-4775-a6a3-04e6c9442a61",
"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": "612ce841-2f77-478e-8fb3-38ddc7e4bd64",
"CountryId": "24262021-6b91-4c3a-bca0-e871820ee228",
"AppointmentId": "40988480-75c5-471c-8e72-d4a9264d06b1",
"DoctorId": "924d5505-18ef-4682-a4e1-3b2231dd970c",
"LocationId": "3492de91-634a-4a3e-8b88-80bd2e3ff526",
"DateRangeFrom": "2026-04-01T13:08:26.0247361+00:00",
"DateRangeTo": "2026-04-01T13:08:26.0247361+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-04-01T13:08:26.0247361+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>40988480-75c5-471c-8e72-d4a9264d06b1</AppointmentId> <AppointmentRequestId>1c0fc275-14d1-4775-a6a3-04e6c9442a61</AppointmentRequestId> <AppointmentRequestReasonId>612ce841-2f77-478e-8fb3-38ddc7e4bd64</AppointmentRequestReasonId> <City>sample string 28</City> <ContactPrefixId>20</ContactPrefixId> <ContactSuffixId>24</ContactSuffixId> <CountryId>24262021-6b91-4c3a-bca0-e871820ee228</CountryId> <DateOfBirth>2026-04-01T13:08:26.0247361+00:00</DateOfBirth> <DateRangeFrom>2026-04-01T13:08:26.0247361+00:00</DateRangeFrom> <DateRangeTo>2026-04-01T13:08:26.0247361+00:00</DateRangeTo> <DoctorId>924d5505-18ef-4682-a4e1-3b2231dd970c</DoctorId> <FirstName>sample string 21</FirstName> <FridaySelected>true</FridaySelected> <LastName>sample string 22</LastName> <LocationId>3492de91-634a-4a3e-8b88-80bd2e3ff526</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>d9cbc087-8a53-4dd3-aab7-592ef9385a06</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": "5786f14a-5c55-4430-a028-12532b648862",
"AppointmentRequestId": "ef4a1370-f533-440d-91bb-6c70d508e586",
"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": "c4cf4a10-db2d-4648-8c57-661de5e071de",
"CountryId": "a3055542-aa21-4e60-b7a2-e669ead3e438",
"AppointmentId": "11fb1fc2-9835-4cf8-abbf-8a05e2a98fae",
"DoctorId": "7e50f77a-2c6c-4d9c-a4d9-55d8eca27275",
"LocationId": "cd4dfe39-3550-458e-af52-2e8a1f461262",
"DateRangeFrom": "2026-04-01T13:08:26.0545692+00:00",
"DateRangeTo": "2026-04-01T13:08:26.0545692+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-04-01T13:08:26.0545692+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>11fb1fc2-9835-4cf8-abbf-8a05e2a98fae</AppointmentId> <AppointmentRequestId>ef4a1370-f533-440d-91bb-6c70d508e586</AppointmentRequestId> <AppointmentRequestReasonId>c4cf4a10-db2d-4648-8c57-661de5e071de</AppointmentRequestReasonId> <City>sample string 28</City> <ContactPrefixId>20</ContactPrefixId> <ContactSuffixId>24</ContactSuffixId> <CountryId>a3055542-aa21-4e60-b7a2-e669ead3e438</CountryId> <DateOfBirth>2026-04-01T13:08:26.0545692+00:00</DateOfBirth> <DateRangeFrom>2026-04-01T13:08:26.0545692+00:00</DateRangeFrom> <DateRangeTo>2026-04-01T13:08:26.0545692+00:00</DateRangeTo> <DoctorId>7e50f77a-2c6c-4d9c-a4d9-55d8eca27275</DoctorId> <FirstName>sample string 21</FirstName> <FridaySelected>true</FridaySelected> <LastName>sample string 22</LastName> <LocationId>cd4dfe39-3550-458e-af52-2e8a1f461262</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>5786f14a-5c55-4430-a028-12532b648862</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>