Advertisement
Professional

AM PH

Mar 11th, 2020
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.20 KB | None | 0 0
  1. {
  2.     "id": "Phone.d8ef6fef-a2e2-4b08-cfe3-bc7128b48ea8",
  3.     "phone_number": "9786649719",
  4.     "is_valid": true,
  5.     "country_calling_code": "1",
  6.     "line_type": "Landline",
  7.     "carrier": "Verizon",
  8.     "is_prepaid": false,
  9.     "is_commercial": false,
  10.     "belongs_to": [
  11.         {
  12.             "id": "Person.66544227-98cb-4b03-8402-0fae4d6ff79c",
  13.             "name": "Joseph Manganiello",
  14.             "firstname": "Joseph",
  15.             "middlename": null,
  16.             "lastname": "Manganiello",
  17.             "alternate_names": [],
  18.             "age_range": "25-29",
  19.             "gender": "Male",
  20.             "type": "Person",
  21.             "link_to_phone_start_date": "2016-04-11",
  22.             "industry": null
  23.         }
  24.     ],
  25.     "current_addresses": [
  26.         {
  27.             "id": "Location.c87f8bde-8666-4cd6-a992-c2ab319089c1",
  28.             "location_type": "Address",
  29.             "street_line_1": "16 Liberty Ln",
  30.             "street_line_2": null,
  31.             "city": "North Reading",
  32.             "postal_code": "01864",
  33.             "zip4": "3222",
  34.             "state_code": "MA",
  35.             "country_code": "US",
  36.             "lat_long": {
  37.                 "latitude": 42.57436,
  38.                 "longitude": -71.09773,
  39.                 "accuracy": "RoofTop"
  40.             },
  41.             "is_active": true,
  42.             "delivery_point": "SingleUnit",
  43.             "link_to_person_start_date": "1993-01-01"
  44.         }
  45.     ],
  46.     "historical_addresses": [],
  47.     "associated_people": [
  48.         {
  49.             "id": "Person.7e07d190-6e61-4425-b890-2948f3423e0c",
  50.             "name": "Devito Ralph",
  51.             "firstname": "Devito",
  52.             "middlename": null,
  53.             "lastname": "Ralph",
  54.             "relation": "Relative"
  55.         },
  56.         {
  57.             "id": "Person.847d3a57-9f91-48bd-a9b4-bc0bb4ea67c5",
  58.             "name": "Manganiello Gaetano",
  59.             "firstname": "Manganiello",
  60.             "middlename": null,
  61.             "lastname": "Gaetano",
  62.             "relation": "Grandparent_Grandchild"
  63.         },
  64.         {
  65.             "id": "Person.e320696f-ff82-417d-8075-1ea1c8781df5",
  66.             "name": "Nicolas C Assini",
  67.             "firstname": "Nicolas",
  68.             "middlename": "C",
  69.             "lastname": "Assini",
  70.             "relation": "Relative"
  71.         },
  72.         {
  73.             "id": "Person.f2f2dd82-d013-41cb-a84b-b1c6e928d2d0",
  74.             "name": "Anthony Manganiello",
  75.             "firstname": "Anthony",
  76.             "middlename": null,
  77.             "lastname": "Manganiello",
  78.             "relation": "Sibling"
  79.         },
  80.         {
  81.             "id": "Person.f3f05476-fa59-4258-a52c-35f88223ac52",
  82.             "name": "Antonietta M Devito",
  83.             "firstname": "Antonietta",
  84.             "middlename": "M",
  85.             "lastname": "Devito",
  86.             "relation": "Parent_Child"
  87.         },
  88.         {
  89.             "id": "Person.fb504a71-f6b1-4b28-87ca-cb8f0814e9e4",
  90.             "name": "Mr. Victor A Manganiello",
  91.             "firstname": "Victor",
  92.             "middlename": "A",
  93.             "lastname": "Manganiello",
  94.             "relation": "Household"
  95.         }
  96.     ],
  97.     "alternate_phones": [],
  98.     "error": null,
  99.     "warnings": []
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement