Advertisement
tuco80

Untitled

May 15th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.09 KB | None | 0 0
  1. {
  2.   "locationType": "AEROPOST",
  3.   "address": {
  4.     "id": 1,
  5.     "street1": "Ave. Tiradentes No. 10 Ens. Naco",
  6.     "street2": "Naco",
  7.     "postalCode": null,
  8.     "zone": [
  9.       {
  10.         "id": 1,
  11.         "name": "DO",
  12.         "parent": null
  13.       },
  14.       {
  15.         "id": 2,
  16.         "name": "DISTRITO NACIONAL",
  17.         "parent": 1
  18.       },
  19.       {
  20.         "id": 3,
  21.         "name": "NACO Y PIANTINI",
  22.         "parent": 2
  23.       },
  24.       {
  25.         "id": 4,
  26.         "name": "NACO",
  27.         "parent": 3
  28.       }
  29.     ],
  30.     "latitude": 18.4716420,
  31.     "longitude": -69.9272278
  32.   },
  33.   "locationId": 1,
  34.   "name": "MBE - Naco",
  35.   "aeropostOrder": null,
  36.   "aeropostRoute": "11",
  37.   "aeropostStop": null,
  38.   "aeropostZen": "0011",
  39.   "latitude": 18.4716420,
  40.   "longitude": -69.9272278,
  41.   "enable": true,
  42.   "enableInAddressChange": true,
  43.   "enableInAeropostPage": true,
  44.   "enableInAeroshop": true,
  45.   "enableInSignUp": true,
  46.   "gateway": null,
  47.   "generalContact": null,
  48.   "htmlInformationEn": null,
  49.   "htmlInformationEs": null,
  50.   "htmlInformationFr": null,
  51.   "countryTerritoryId": 1
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement