Endpoints
A person document contains information about an individual.
Sample person document. Shown in JSON format.
{ "person": { "id": "5a5a5a5a00d1259d57e2097710dba53c20a26e7db6", "householdId": "5a5a5a5a00f3c1e266b1ed36185b4da43f0c98862e", "abilitec": { "consumerLink": "003YUS02XKRLMYCQ" }, "postalContact": [ { "firstName": "LINDA", "middleName": "F", "lastName": "WILLIAMS", "primaryNumber": "1000", "street": "TOWN CENTER", "unitDesignator": "STE", "secondaryNumber": "2700", "city": "SOUTHFIELD", "state": "MI", "zipCode": "48075", "zipExtension": "1224" } ], "postalCompliance": { "dmaSuppression": true }, "phoneContact": [ { "firstName": "LINDA", "lastName": "WILLIAMS", "phone": "5015550130" } ], "emailContact": [ { "firstName": "LINDA", "lastName": "WILLIAMS", "email": "LINDAW2TEST@ACXIOM.COM" }, { "firstName": "LINDA", "middleName": "F", "lastName": "WILLIAMS", "email": "LFITZ1TEST@ACXIOM.COM" } ], "basicDemographics": { "age": 60, "consumerProminenceIndicator": "Large marketing footprint", "education": "Graduate School", "gender": "Female", "lengthOfResidence": 7, "maritalStatus": "Married", "occupation": "Professional", "ownerRenter": "Owner" }, "creditAndBankCards": { "bankCardUser": true, "creditCardPurchaseFrequency": { "months0to3": 1, "months13to18": 3 }, "creditCardUser": true, "heavyCreditCardUsage": "Likely", "numberLinesOfCredit": 7, "paymentMethodCounts": { "other": 2, "visa": 1 } }, "interests": { "audioVisual": [ "Watch movies at home", "Avid music listener" ], "collectibles": [ "Coins" ], "doItYourself": [ "Woodworking", "Home improvement" ], "exercise": [ "Running/Jogging", "Walking" ], "family": [ "Grandchildren", "Parenting" ], "foodAndBeverage": [ "Low fat cooking" ], "interestgroups": [ "Collectibles and antiques", "Cooking/Food", "Electronics/Computers", "Home improvement", "Movie/Music", "Outdoors", "Reading", "Sports", "Travel" ], "lifestyle": [ "Highbrow", "Broader living", "Cultural/Artistic living", "High-Tech living", "Home living" ], "pets": [ "Cat owner" ], "reading": [ "Audio books", "Science fiction" ], "selfImprovement": [ "Career improvement" ], "spectatorSports": [ "Football" ], "travel": [ "Domestic", "Family vacations" ] }, "investmentsAndAssets": { "affordabilityUS": "Cushioned comfort", "economicStabilityIndicator": 3, "estimatedIncomeMin": 75000, "estimatedIncomeMax": 99999, "investingInterests": [ "Investing/Finance", "Personal", "Stocks/Bonds" ], "investor": "Very likely", "netWorthGoldMin": 500000, "stocksAndBondsInvestor": "Very likely" }, "mortgagesAndLoans": { "homePurchaseAmount": 289500 }, "ownershipAndOccupancy": { "lengthOfResidence": 7, "moveDate": "200709", "ownerRenter": "Owner", "ownerType": "Primary residence/Individual owner", "ownerTypeDetail": "Residential owner-mail/Site address", "purchaseDate": { "year": "2006", "yearMonth": "200610" } }, "personicxLifestage": { "lifestageCluster": "26", "lifestageGroup": "07X" }, "socialMedia": { "heavyLinkedInUser": "Somewhat likely" }, "travelAndEntertainment": { "airlineAffinity": { "somewhatLikely": [ "Frontier Airlines" ], "likely": [ "Jetblue Airlines", "Southwest Airlines", "US Airways" ], "veryLikely": [ "Alaska Airlines", "United Airlines" ] }, "businessTravel": { "carRentalBrand": { "somewhatLikely": [ "Dollar", "Hertz", "Thrifty", "Other brand" ] }, "hotelRoomNights": 2 }, "hotelAffinity": { "somewhatLikely": [ "Marriott" ], "likely": [ "Starwood" ], "veryLikely": [ "IHG" ] }, "personalTravel": { "carRentalBrand": { "somewhatLikely": [ "Budget", "Dollar", "Hertz", "Other brand" ] }, "hotelRoomNights": 8 } }, "vehicleOwnership": { "brandAffinity": { "ownOrLeaseHonda": "Likely" }, "vehicle1": { "make": "Honda", "model": "CR-V", "type": "Compact SUV", "verificationDate": "20140201", "year": "2008" }, "vehicle2": { "make": "Honda", "model": "CIVIC", "type": "Premium compact car", "verificationDate": "20091020", "year": "2000" }, "vehicleCount": 2, "vehicleLifestyleIndicator": "Sport utility vehicle classification" } } }
NOTE: Sample documents include sample ids and content, and may not include all possible data attributes. This is for illustration purposes only.