Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.47 KB | None | 0 0
  1. {
  2.     "addressType": "",
  3.     "country": "",
  4.     "locality": "",
  5.     "streetType": "",
  6.     "streetName": "",
  7.     "building": "",
  8.     "buildingType": "",
  9.     "buildingNumber": "",
  10.     "roomType": "",
  11.     "roomNumber": "",
  12.     "phones": [
  13.         {
  14.             "country": "BY",
  15.             "number": "",
  16.             "isPrimary": true
  17.         }
  18.     ],
  19.     "workTimes": [
  20.         {
  21.             "days": [1, 2, 3, 4, 5, 6],
  22.             "timeFrom": "10:00",
  23.             "timeTo": "19:00"
  24.         },
  25.         {
  26.             "days": [7],
  27.             "timeFrom": "10:00",
  28.             "timeTo": "16:00"
  29.         }
  30.     ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement