<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ms-0300:Location preferredStoreIndicatorInd="true" xmlns:ms-0300="http://www.modeldev.restauranttechnologynetwork.com/models/v3"> <ms-0300:LocationID>7898</ms-0300:LocationID> <ms-0300:URI>https://locations.RestaurantsRUs.com/md/california.html</ms-0300:URI> <ms-0300:Address> <ms-0300:StreetAddress>100 Main Avenue</ms-0300:StreetAddress> <ms-0300:CityName>Rochester</ms-0300:CityName> <ms-0300:PostalCode>14604</ms-0300:PostalCode> <ms-0300:Country>United States</ms-0300:Country> <ms-0300:CountryCode>US</ms-0300:CountryCode> <ms-0300:StateOrTerritory>NY</ms-0300:StateOrTerritory> <ms-0300:AddressType>Business</ms-0300:AddressType> </ms-0300:Address> <ms-0300:Position> <ms-0300:Latitude>38.290668</ms-0300:Latitude> <ms-0300:Longitude>-76.529121</ms-0300:Longitude> </ms-0300:Position> <ms-0300:LocationStatus>Open</ms-0300:LocationStatus> <ms-0300:OperationSchedule> <ms-0300:TimeSpanSummary endDate="2022-07-05T16:35:42+00:00" startDate="2022-07-05T16:27:29+00:00"> <ms-0300:DaysOfWeek>Sunday</ms-0300:DaysOfWeek> </ms-0300:TimeSpanSummary> </ms-0300:OperationSchedule> <ms-0300:Description>Pine Street Location</ms-0300:Description> <ms-0300:ChannelEffectivity> <ms-0300:Channel>Curbside</ms-0300:Channel> <ms-0300:EffectivityDetail endDate="2022-07-05T16:35:42+00:00" startDate="2022-07-05T16:27:29+00:00"> <ms-0300:DaysOfWeek>Monday</ms-0300:DaysOfWeek> <ms-0300:Name>Happy hour</ms-0300:Name> <ms-0300:WeekOfMonth>1</ms-0300:WeekOfMonth> <ms-0300:MonthOfYear>7</ms-0300:MonthOfYear> </ms-0300:EffectivityDetail> </ms-0300:ChannelEffectivity> <ms-0300:Phone primaryInd="true"> <ms-0300:PhoneNumber>555-555-5555</ms-0300:PhoneNumber> <ms-0300:Type>Home</ms-0300:Type> <ms-0300:Capabilities>Multimedia</ms-0300:Capabilities> </ms-0300:Phone> <ms-0300:PreferredStoreDescription>Work luncheon</ms-0300:PreferredStoreDescription> <ms-0300:Privacy> <ms-0300:ShareMarketIndicator>Yes</ms-0300:ShareMarketIndicator> <ms-0300:ShareSyncIndicator>No</ms-0300:ShareSyncIndicator> </ms-0300:Privacy> <ms-0300:CommunicationMethod primaryInd="true"> <ms-0300:CommunicationMethod>Phone</ms-0300:CommunicationMethod> <ms-0300:PreferredLanguage>en</ms-0300:PreferredLanguage> </ms-0300:CommunicationMethod> <ms-0300:PreferredOrderChannel>In store</ms-0300:PreferredOrderChannel> <ms-0300:TermsAndConditions acceptanceInd="true"> <ms-0300:IssuerID>LRU5654</ms-0300:IssuerID> <ms-0300:IssuerDescription>Loyalties R Us</ms-0300:IssuerDescription> <ms-0300:Description>Loyalty program terms and conditions</ms-0300:Description> <ms-0300:DateTime>2021-09-07T15:50:00-04:00</ms-0300:DateTime> </ms-0300:TermsAndConditions> </ms-0300:Location>
{ "LocationSummary" : { "preferredStoreIndicatorInd" : true, "LocationID" : "7898", "URI" : "https://locations.RestaurantsRUs.com/md/california.html", "Address" : { "@type" : "Address", "StreetAddress" : "100 Main Avenue", "CityName" : "Rochester", "PostalCode" : "14604", "Country" : "United States", "CountryCode" : "US", "StateOrTerritory" : "NY", "AddressType" : { "value" : "Business" } }, "Position" : { "@type" : "Position", "Latitude" : "38.290668", "Longitude" : "-76.529121" }, "LocationStatus" : { "value" : "Open" }, "OperationSchedule" : [ { "@type" : "OperationSchedule", "TimeSpanSummary" : [ { "startDate" : "2022-07-05T16:27:29+00:00", "endDate" : "2022-07-05T16:35:42+00:00", "DaysOfWeek" : [ "Sunday" ] } ] } ], "Description" : "Pine Street Location", "ChannelEffectivity" : [ { "@type" : "ChannelEffectivity", "Channel" : [ "Curbside" ], "Effectivity" : { "@type" : "EffectivityDetail", "startDate" : "2022-07-05T16:27:29+00:00", "endDate" : "2022-07-05T16:35:42+00:00", "EffectivityDetail" : [ "Monday", 1, 7 ], "Name" : "Happy hour" } } ], "Phone" : { "@type" : "Phone", "primaryInd" : true, "PhoneNumber" : "555-555-5555", "Type" : { "value" : "Home" }, "Capabilities" : [ { "value" : "Multimedia" }, { "value" : "Multimedia" } ] }, "PreferredStoreDescription" : "Work luncheon", "Privacy" : { "@type" : "Privacy", "ShareMarketIndicator" : "Yes", "ShareSyncIndicator" : "No" }, "CommunicationMethod" : [ { "@type" : "CommunicationMethod", "primaryInd" : true, "CommunicationMethod" : { "value" : "Phone" }, "PreferredLanguage" : "en" } ], "PreferredOrderChannel" : { "value" : "In store" }, "TermsAndConditions" : { "@type" : "TermsAndConditions", "acceptanceInd" : true, "IssuerID" : "LRU5654", "IssuerDescription" : "Loyalties R Us", "Description" : "Loyalty program terms and conditions", "DateTime" : "2021-09-07T15:50:00-04:00" } } }
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
URI |
The URI for the location.
|
||||||||||||
|
|||||||||||||
Address |
Specifies the physical location of the entity.
|
||||||||||||
|
|||||||||||||
Position |
Used to specify the geographic coordinates of a location.
|
||||||||||||
|
|||||||||||||
LocationStatus |
Specifes whether a location is open, temporarily closed or permanently closed.
|
||||||||||||
|
|||||||||||||
OperationSchedule |
Specifies the hours the location is open for business.
|
||||||||||||
|
|||||||||||||
Description |
A description of the location (e.g. store , ghost kitchen).
|
||||||||||||
|
|||||||||||||
ChannelEffectivity |
Specifies the the availability (days, and hours) as well as the channels (e.g. Delivery, Curbside, Take-out). for which the availability applies.
|
||||||||||||
|
|||||||||||||
Phone |
Phone number associated with the location.
|
||||||||||||
|
|||||||||||||
PreferredStoreDescription |
Describes the context of the preferred store, such as for work, or for multibrand conglomerates, or aggregators.
|
||||||||||||
|
|||||||||||||
Privacy |
Provides information as to the person's preference for sharing information.
|
||||||||||||
|
|||||||||||||
CommunicationMethod |
Provides details for a specific form of communication.
|
||||||||||||
|
|||||||||||||
PreferredOrderChannel |
A favorite channel for placing orders for this store.
|
||||||||||||
|
|||||||||||||
TermsAndConditions |
Code of conduct for the guest upon entering a restaurant (masks, no pics, ect.)
|
||||||||||||
|
Name | Description |
---|---|
preferredStoreIndicatorInd |
When true, this store is a favorite.
|