Advertisement
Guest User

Untitled

a guest
Apr 5th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.04 KB | None | 0 0
  1. {
  2.   "location": {
  3.     "address": {
  4.       "addressLine1": "string",
  5.       "addressLine2": "string",
  6.       "city": "string",
  7.       "country": "CountryCodeEnum\"",
  8.       "county": "string",
  9.       "postalCode": "string",
  10.       "stateOrProvince": "string"
  11.     },
  12.     "geoCoordinates": {
  13.       "latitude": "number",
  14.       "longitude": "number"
  15.     }
  16.   },
  17.   "locationAdditionalInformation": "string",
  18.   "locationInstructions": "string",
  19.   "locationTypes": [
  20.     "StoreTypeEnum"
  21.   ],
  22.   "locationWebUrl": "string",
  23.   "merchantLocationStatus": "StatusEnum : [DISABLED,ENABLED]",
  24.   "name": "string",
  25.   "operatingHours": [
  26.     {
  27.       "dayOfWeekEnum": "DayOfWeekEnum : [MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY,SUNDAY]",
  28.       "intervals": [
  29.         {
  30.           "close": "string",
  31.           "open": "string"
  32.         }
  33.       ]
  34.     }
  35.   ],
  36.   "phone": "string",
  37.   "specialHours": [
  38.     {
  39.       "date": "string",
  40.       "intervals": [
  41.         {
  42.           "close": "string",
  43.           "open": "string"
  44.         }
  45.       ]
  46.     }
  47.   ]
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement