LocationModel
Model used to retrieve or set information about a location.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Name of the location (Required). |
string |
None. |
| Alias |
Alias for the location |
string |
None. |
| Active |
Indicates whether the location is active or not. |
boolean |
None. |
| Notes |
Notes about the location. |
string |
None. |
| SundayClosed |
Indicates whether the location is closed on Sundays. |
boolean |
None. |
| SundayFrom |
Sundays open time. |
time interval |
None. |
| SundayTo |
Sundays close time. |
time interval |
None. |
| MondayClosed |
Indicates whether the location is closed on Mondays. |
boolean |
None. |
| MondayFrom |
Mondays open time. |
time interval |
None. |
| MondayTo |
Mondays close time. |
time interval |
None. |
| TuesdayClosed |
Indicates whether the location is closed on Tuesdays. |
boolean |
None. |
| TuesdayFrom |
Tuesdays open time. |
time interval |
None. |
| TuesdayTo |
Tuesdays close time. |
time interval |
None. |
| WednesdayClosed |
Indicates whether the location is closed on Wednesdays. |
boolean |
None. |
| WednesdayFrom |
Wednesdays open time. |
time interval |
None. |
| WednesdayTo |
Wednesdays close time. |
time interval |
None. |
| ThursdayClosed |
Indicates whether the location is closed on Thursdays. |
boolean |
None. |
| ThursdayFrom |
Thursdays open time. |
time interval |
None. |
| ThursdayTo |
Thursdays close time. |
time interval |
None. |
| FridayClosed |
Indicates whether the location is closed on Fridays. |
boolean |
None. |
| FridayFrom |
Fridays open time. |
time interval |
None. |
| FridayTo |
Fridays close time. |
time interval |
None. |
| SaturdayClosed |
Indicates whether the location is closed on Saturdays. |
boolean |
None. |
| SaturdayFrom |
Saturdays open time. |
time interval |
None. |
| SaturdayTo |
Saturdays close time. |
time interval |
None. |
| RequestFormLayoutAfterOnlineAppointment |
Whether the patient should receive a request to fill out a medical form after creating an online appointment. |
boolean |
None. |
| ComunicationSendingFromHour |
Misspelled, DO NOT USE. |
time interval |
None. |
| CommunicationSendingFromHour |
Appropriated time to start sending communications to the patients. |
time interval |
None. |
| ComunicationSendingToHour |
Misspelled, DO NOT USE. |
time interval |
None. |
| CommunicationSendingToHour |
Time to stop communications to the patients. |
time interval |
None. |
| LinkedInUrl |
Location's LinkedIn URL. |
string |
None. |
| FacebookUrl |
Location's Facebook URL. |
string |
None. |
| GooglePlusUrl |
Location's Google+ URL. |
string |
None. |
| YahooUrl |
Location's Yahoo URL. |
string |
None. |
| TimeZoneId |
Time Zone ID of the location. Check the complete list of IDs in the appendix "Time Zone IDs" (Required). |
string |
None. |
| Contact |
Location's contact information. |
ContactModel |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
globally unique identifier |
None. |
| ExternalId |
Unique ID of the model on integrating system (Required). |
string |
None. |