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.
AppointmentRequestLimitedModelName | 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": "3d78bed5-abbf-4260-bf83-d86d2c35f3cf", "AppointmentRequestId": "b9e9bf7f-c84b-4615-87ad-f1639a069f62", "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": "b67db75f-0c02-4152-9a9e-205a4de68b28", "CountryId": "2c508920-20ee-467c-9db2-b00c7f77e6ad", "AppointmentId": "c6349146-6ceb-473c-81b7-05474275643d", "DoctorId": "20ab7c66-4499-4b6e-8e93-91b29b4aad67", "LocationId": "03726d6a-cf45-44ab-bf2f-97851d68634c", "DateRangeFrom": "2025-06-30T20:29:05.6092033-04:00", "DateRangeTo": "2025-06-30T20:29:05.6092033-04: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": "2025-06-30T20:29:05.6092033-04: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>c6349146-6ceb-473c-81b7-05474275643d</AppointmentId> <AppointmentRequestId>b9e9bf7f-c84b-4615-87ad-f1639a069f62</AppointmentRequestId> <AppointmentRequestReasonId>b67db75f-0c02-4152-9a9e-205a4de68b28</AppointmentRequestReasonId> <City>sample string 28</City> <ContactPrefixId>20</ContactPrefixId> <ContactSuffixId>24</ContactSuffixId> <CountryId>2c508920-20ee-467c-9db2-b00c7f77e6ad</CountryId> <DateOfBirth>2025-06-30T20:29:05.6092033-04:00</DateOfBirth> <DateRangeFrom>2025-06-30T20:29:05.6092033-04:00</DateRangeFrom> <DateRangeTo>2025-06-30T20:29:05.6092033-04:00</DateRangeTo> <DoctorId>20ab7c66-4499-4b6e-8e93-91b29b4aad67</DoctorId> <FirstName>sample string 21</FirstName> <FridaySelected>true</FridaySelected> <LastName>sample string 22</LastName> <LocationId>03726d6a-cf45-44ab-bf2f-97851d68634c</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>3d78bed5-abbf-4260-bf83-d86d2c35f3cf</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
AppointmentRequestLimitedModelName | 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": "1259e0b6-a3ac-4d75-8220-74d24f950982", "AppointmentRequestId": "a988181e-cd4d-4ab8-a285-64d78a9408db", "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": "acd29db6-5079-4914-a369-a34684c55a2a", "CountryId": "ac86e194-f898-457a-8801-e1fee18c6446", "AppointmentId": "4a6dd5ac-deef-493d-bdfa-191fd1dd878b", "DoctorId": "defd2795-4f85-46d4-a278-3e1184d72ae7", "LocationId": "166bdb13-38f6-4b60-86f5-d62fc6b98a1f", "DateRangeFrom": "2025-06-30T20:29:05.6404507-04:00", "DateRangeTo": "2025-06-30T20:29:05.6404507-04: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": "2025-06-30T20:29:05.6404507-04: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>4a6dd5ac-deef-493d-bdfa-191fd1dd878b</AppointmentId> <AppointmentRequestId>a988181e-cd4d-4ab8-a285-64d78a9408db</AppointmentRequestId> <AppointmentRequestReasonId>acd29db6-5079-4914-a369-a34684c55a2a</AppointmentRequestReasonId> <City>sample string 28</City> <ContactPrefixId>20</ContactPrefixId> <ContactSuffixId>24</ContactSuffixId> <CountryId>ac86e194-f898-457a-8801-e1fee18c6446</CountryId> <DateOfBirth>2025-06-30T20:29:05.6404507-04:00</DateOfBirth> <DateRangeFrom>2025-06-30T20:29:05.6404507-04:00</DateRangeFrom> <DateRangeTo>2025-06-30T20:29:05.6404507-04:00</DateRangeTo> <DoctorId>defd2795-4f85-46d4-a278-3e1184d72ae7</DoctorId> <FirstName>sample string 21</FirstName> <FridaySelected>true</FridaySelected> <LastName>sample string 22</LastName> <LocationId>166bdb13-38f6-4b60-86f5-d62fc6b98a1f</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>1259e0b6-a3ac-4d75-8220-74d24f950982</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>