{"info":{"_postman_id":"7e479e69-d65f-499a-8c2b-169425ef75f1","name":"VMS API Documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5113668","collectionId":"7e479e69-d65f-499a-8c2b-169425ef75f1","publishedId":"SW17RvDd","public":true,"customColor":{"top-bar":"00657f","right-sidebar":"303030","highlight":"981f62"},"publishDate":"2021-09-02T14:34:07.000Z"},"item":[{"name":"Digital Identities","item":[{"name":"Digital Onboarding","item":[{"name":"Input Message Body","item":[],"id":"3a3bc86b-73f5-4fdb-bc39-8be9e2756b5c","description":"<p>Request body should be formatted in JSON. The Onboarding API accepts three different combinations as input:\n</p>\n\n<h2 id=\"combination-1\">Combination 1</h2>\n<div>\n<table>\n\n<tr>\n\n<th>Field</th>\n<th>Required</th>\n<th>Description</th>\n\n</tr><tr>\n<td>addr1</td>\n<td>Required</td>\n<td>Address line 1 (example: 1234 N Main St SW Apt 3), 60 characters max</td>\n\n</tr>\n\n<tr>\n\n<td>addr2</td>\n<td>Optional</td>\n<td>Address line 2, 60 characters max (not required since full address can be entered as Address1)</td>\n\n</tr>\n\n<tr>\n\n<td>city+state OR zip</td>\n<td>Required</td>\n<td>City name, 28 characters max, State 2 character state abbreviation or Zip5 5 digit numeric USPS zip code.  Zip code may be the 5 numeric code or 9 digit code with hyphens accepted.</td>\n\n</tr>\n\n<tr>\n\n<td>fname</td>\n<td>Optional</td>\n<td>First Name of Individual</td>\n\n</tr>\n\n<tr>\n\n<td>lname</td>\n<td>Optional</td>\n<td>Last Name of Individual</td>\n\n</tr>\n\n</table>\n\n<p>For Optional Inputs, either do not include parameters, or include them as empty strings (not nulls). Example included in RESTful JSON Api.</p>\n<h2 id=\"combination-2\">Combination 2</h2>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Required</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Required</td>\n<td>10 Digit Telephone number</td>\n</tr>\n<tr>\n<td>fname</td>\n<td>Required</td>\n<td>First Name of Individual</td>\n</tr>\n<tr>\n<td>lname</td>\n<td>Required</td>\n<td>Last Name of Individual</td>\n</tr>\n</table>\n\n<h2 id=\"combination-3\">Combination 3</h2>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Required</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>email</td>\n<td>Required</td>\n<td>Email Address</td>\n</tr>\n<tr>\n<td>fname</td>\n<td>Required</td>\n<td>First Name of Individual</td>\n</tr>\n<tr>\n<td>lname</td>\n<td>Required</td>\n<td>Last Name of Individual</td>\n</tr>\n</table>\n\n</div>\n\n\n<p>**For best results, it is highly recommended that clients send both consumer name and postal address.</p>","event":[{"listen":"prerequest","script":{"id":"da99e554-fee0-4c3f-afdb-cbbe2ab34fb9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"19b27b50-64e7-4b26-8998-b3671c724104","type":"text/javascript","exec":[""]}}],"_postman_id":"3a3bc86b-73f5-4fdb-bc39-8be9e2756b5c"},{"name":"Output","item":[],"id":"c7f1f825-6cc1-4460-93c9-185152876a7c","description":"<p>It returns a maximum of 10 hashed emails, Mobile Advertising Ids and IP addresses per request, the priority for the result is: Md5, Sha1 and SHA2.</p>\n\n<table><tbody><tr><th>Output Field</th><th>Description</th><th>Returned Values</th></tr><tr><td>match level</td><td>1 - Individual Level Match<br />2 - Household Level Match<br />3 - Address Only Match (Input data contained only an address)<br />4 - Name Mismatch - Match was found in our graph but the name on input was in conflict with the name in our graph</td><td>1 character: 1, 2, 3 or 4</td></tr><tr><td>maid</td><td>Maximum of 10 Mobile Advertising Ids returned.</td><td>100 characters max</td></tr><tr><td>maidType</td><td>This field indicates if the device is IOS or Android. Identifiers include Android's Advertising ID (AdID), and Apple's, called IDFA (Identifier For Advertisers)</td><td>25 characters max</td></tr><tr><td>Maid lastSeen</td><td>The timestamp (Unix epoch / POSIX time format) is a system for describing points in time, defined as the number of seconds elapsed since midnight proleptic Coordinated Universal Time (UTC) of January 1, 1970, not counting leap seconds. So, seconds since Jan 1, 1970 at 00:00:00</td><td>25 characters max</td></tr><tr><td>Maid firstSeen</td><td>The timestamp (Unix epoch / POSIX time format) is a system for describing points in time, defined as the number of seconds elapsed since midnight proleptic Coordinated Universal Time (UTC) of January 1, 1970, not counting leap seconds. So, seconds since Jan 1, 1970 at 00:00:00</td><td>25 characters max</td></tr><tr><td>Maid matchingIndicator</td><td>This indicator will return household level considering \"h\" for high level or \"m\" for medium level</td><td>1 Character</td></tr><tr><td>MD5</td><td>Cryptographic Hash Algorithm</td><td>32 Characters</td></tr><tr><td>SHA1</td><td>Cryptographic Hash Algorithm</td><td>40 Characters</td></tr><tr><td>SHA2</td><td>Cryptographic Hash Algorithm</td><td>64 Characters</td></tr><tr><td>Hash lastSeen</td><td>The timestamp (Unix epoch / POSIX time format) is a system for describing points in time, defined as the number of seconds elapsed since midnight proleptic Coordinated Universal Time (UTC) of January 1, 1970, not counting leap seconds. So, seconds since Jan 1, 1970 at 00:00:00</td><td>25 characters max</td></tr><tr><td>Hash firstSeen</td><td>The timestamp (Unix epoch / POSIX time format) is a system for describing points in time, defined as the number of seconds elapsed since midnight proleptic Coordinated Universal Time (UTC) of January 1, 1970, not counting leap seconds. So, seconds since Jan 1, 1970 at 00:00:00</td><td>25 characters max</td></tr><tr><td>Hash matchingIndicator</td><td>This indicator will return household level considering \"h\" for high level or \"m\" for medium level</td><td>1 Character</td></tr><tr><td>ips</td><td>IP v4 ADDRESS</td><td>IP v4 ADDRESS. XXX.XXX.XXX.XXX</td></tr><tr></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"016ea5e3-fc32-480b-8980-ee36e8eac77d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ef93e47b-7b95-408e-bd35-b8251f84000d","type":"text/javascript","exec":[""]}}],"_postman_id":"c7f1f825-6cc1-4460-93c9-185152876a7c"},{"name":"RESTful JSON API","item":[{"name":"Digital Onboarding API","id":"03da220e-c28b-4e09-9b38-91a4a6f7f2e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\t\"fname\":\"JOHN\",\r\n\t\"lname\":\"SMITH\",\r\n\t\"addr1\":\"123 MAIN STREET\",\r\n\t\"city\":\"ORLANDO\",\r\n\t\"state\":\"FL\",\r\n\t\"zip\":\"60601\",\r\n\t\"email\":\"JOHNSMITH@DOAMIN.COM\",\r\n\t\"phone\":\"5555057943\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/onboarding/2","urlObject":{"protocol":"https","path":["onboarding","2"],"host":["hermes-api","prod","infutor","com"],"query":[],"variable":[]}},"response":[{"id":"310cb2fa-1fc2-40d5-8ee1-08ac799c57a5","name":"Digital Onboarding API","originalRequest":{"method":"POST","header":[{"key":"username","value":"{username}","type":"text"},{"key":"password","value":"{password}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\t\"fname\":\"JOHN\",\r\n\t\"lname\":\"SMITH\",\r\n\t\"addr1\":\"123 MAIN STREET\",\r\n\t\"city\":\"ORLANDO\",\r\n\t\"state\":\"FL\",\r\n\t\"zip\":\"60601\",\r\n\t\"email\":\"JOHNSMITH@DOAMIN.COM\",\r\n\t\"phone\":\"5555057943\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/onboarding/2"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8008"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 11 Dec 2019 18:39:06 GMT"},{"key":"x-amzn-RequestId","value":"31bfd508-cecf-4e4e-b96b-d649c75e834b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"EjWnfFyxiYcF7Ww="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5df137c9-2bfcb043153cf6f3cf0c4f97;Sampled=1"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 dce51d45ef5ad8611b405be0de5fb2da.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MIA3-C3"},{"key":"X-Amz-Cf-Id","value":"DeBY_Qm9wCFT35u34vaGgz8ru8e6D3TO3n1G-8ufrVWsbxGpY3Valg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"inputCount\": 1,\n    \"output\": [\n        {\n            \"code\": 0,\n            \"message\": \"Successful match.\",\n            \"results\": [\n                {\n                    \"matchLevel\": 1,\n                    \"hashes\": [\n                        {\n                            \"md5\": \"B48A2696F1CSDHGSDC18B49106676B983103\",\n                            \"sha1\": \"1A40DABB1B9DFGHDSFA6B3201C40C481BDB96816FE3\",\n                            \"sha2\": \"E4A73ACF9BB9BADD3DSHDGH31C96516608DEA47B82B520516EC0FC1CE50EB8FCE4\",\n                            \"lastSeen\": 1621209600,\n                            \"firstSeen\": 1621209600,\n                            \"matchIndicator\": \"Medium\"\n                        },\n                        {\n                            \"md5\": \"518B7D8DB1F0DSHDS860AB2247566A82E1\",\n                            \"sha1\": \"119699DF9AF5DSFHGDF3866CF3D3A653768EB1BDDD5A\",\n                            \"sha2\": \"EC8D7C8FA403695EDSFDSFGHDF149552106B05B05235D1842AE89E72E06A2BBD98CD69\",\n                            \"lastSeen\": 1592524800,\n                            \"firstSeen\": 1507680000,\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"md5\": \"FD2A9666DHDFG6E6BB08EE85FF6F55B05\",\n                            \"sha1\": \"E17F490HGJJKF175DBFEBDBA4EE1EC80D7CE1DB70\",\n                            \"sha2\": \"ACD9E033799E674456H56H91B8DAFBDFC840F91EA7476D751E0E91719AAFB30\",\n                            \"lastSeen\": 1549324800,\n                            \"firstSeen\": 1260835200,\n                            \"matchIndicator\": \"Medium\"\n                        },\n                        {\n                            \"md5\": \"96DF654406786HGH36EE10E144526ECF0C9\",\n                            \"sha1\": \"9B06F06F467HGH70ACA6BB75D21DB1D07D9AF3C8\",\n                            \"sha2\": \"D7B8A759F22674356DGH94A834DA6B71461374F8043D7676FF0D4917890CE25E0\",\n                            \"lastSeen\": 1521504000,\n                            \"firstSeen\": 1521504000,\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"md5\": \"8DF7AB74A1B78HJFH9520DFBBAED8420C\",\n                            \"sha1\": \"D5D12467145675HDG6358A981CA9A32093A7878D5\",\n                            \"sha2\": \"F8CBE656D2A16548695HG6Y65Y2ED38B0ADAF8F9704D0061717C89B7E67ABCE960\",\n                            \"lastSeen\": 1509235200,\n                            \"firstSeen\": 1315872000,\n                            \"matchIndicator\": \"Medium\"\n                        },\n                        {\n                            \"md5\": \"2F72D94FB146262C94YHRT65C066F08F05\",\n                            \"sha1\": \"32590ACA69DE7546H65H1452D42EF8057EE933FA\",\n                            \"sha2\": \"9DA3D26DA72076C15E25E6H54H6FE21C4C77A0B60C8BF902559BA44BE8D24F6DD60\",\n                            \"lastSeen\": 1488758400,\n                            \"firstSeen\": 1387584000,\n                            \"matchIndicator\": \"Medium\"\n                        },\n                        {\n                            \"md5\": \"139B46DCCFA0234546H5E64DDEA6F9FAC46\",\n                            \"sha1\": \"CF16D18A8EA2A8F56H5HH6713074B08CA2BF7425F2\",\n                            \"sha2\": \"193AF07D4062D51145F54GW4G71252ADE27FA1C9FCB8E92675E8B7CEC9EC6757405\",\n                            \"lastSeen\": 1488758400,\n                            \"firstSeen\": 1387584000,\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"md5\": \"7925D8A2F3SHDHRTB9F7EAE5B9FC7CF5DD\",\n                            \"sha1\": \"75CAD420845YGW45349727E89EEFDADC731AECADBFC\",\n                            \"sha2\": \"ED4075E570CE9BW45GW4G4845BF95CAA0923BC48B9353A2446A150C2412D54BB1F\",\n                            \"lastSeen\": 1488758400,\n                            \"firstSeen\": 1387584000,\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"md5\": \"DD9173CB96DSEG554GE5B76ECC8A1FDDD\",\n                            \"sha1\": \"A3C16D32767J6RJ4810E5618E2C504E52415016C\",\n                            \"sha2\": \"35C1FB6DD785C46J746J793DCED27703C53DAFA17E95AFFBB96600FFBB0D73DBA5\",\n                            \"lastSeen\": 1488758400,\n                            \"firstSeen\": 1387584000,\n                            \"matchIndicator\": \"High\"\n                        }\n                    ],\n                    \"maids\": [\n                        {\n                            \"maid\": \"555641F9-11CC-4300-9609-18B45MGL7OPD5\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1637896200,\n                            \"firstSeen\": 1607299200,\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"maid\": \"849F0EF3-4317-4722-B4D3-18B45MGL7OPD5\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1636990200,\n                            \"firstSeen\": 1607299200,\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"maid\": \"092FED84-1604-4EEA-B6A5-18B45MGL7OPD5\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1628121600,\n                            \"firstSeen\": 1607299200,\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"maid\": \"BAEE7974-7776-466D-863C-18B45MGL7OPD5\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1626566400,\n                            \"firstSeen\": 1607299200,\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"maid\": \"80CEB508-89EE-E9DD-6515-18B45MGL7OPD5\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1626307200,\n                            \"firstSeen\": 1626307200,\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"maid\": \"7105513E-BAB0-47E5-AE6A-18B45MGL7OPD5\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1623974400,\n                            \"firstSeen\": 1607299200,\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"maid\": \"029A8039-E88E-4C6E-899C-18B45MGL7OPD5\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1623974400,\n                            \"firstSeen\": 1607299200,\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"maid\": \"FC93063E-BD35-2918-B7FA-18B45MGL7OPD5\",\n                            \"maidType\": \"AAID\",\n                            \"lastSeen\": 1623974400,\n                            \"firstSeen\": 1607299200,\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"maid\": \"5F81F706-69D3-4B8D-AC40-18B45MGL7OPD5\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1623974400,\n                            \"firstSeen\": 1607299200,\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"maid\": \"52CF621E-C252-44CD-82B2-18B45MGL7OPD5\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1623974400,\n                            \"firstSeen\": 1607299200,\n                            \"matchIndicator\": \"High\"\n                        }\n                    ],\n                    \"ips\": [\n                        {\n                            \"ip\": \"68.194.147.23\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"03da220e-c28b-4e09-9b38-91a4a6f7f2e6"}],"id":"5211046d-8e86-40b3-90c1-fc05bee66da2","description":"<h3 id=\"authentication\">Authentication</h3>\n<p>Digital Onboarding API provides authentication with username and password passed in POST headers to our API endpoint. Your API login is provided at time of configuration with our sales engineering team, with an email request to the email provided to set your password.</p>\n","event":[{"listen":"prerequest","script":{"id":"e5284099-8bbf-4c53-a8a5-0ade68306b28","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"58872920-e7a4-4a88-a84f-a2fdc07156c0","type":"text/javascript","exec":[""]}}],"_postman_id":"5211046d-8e86-40b3-90c1-fc05bee66da2"}],"id":"76dfe1a6-f451-40dc-9098-4807731faa29","description":"<p>The Digital Onboarding solution digitizes first-party PII identity information. The API accepts PII inputs (name, address, phone number, email) and returns up to 10 Mobile Ad IDs (MAIDs) and up to 10 hashed emails per identity. Our privacy-compliant solution safeguards valuable PII, while improving onboarding rates for digital and programmatic targeting.</p>\n","event":[{"listen":"prerequest","script":{"id":"e54df026-28a7-48ad-915e-bd756e7ec022","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3129e071-b13d-4fb8-aa49-a884edfdd8f2","type":"text/javascript","exec":[""]}}],"_postman_id":"76dfe1a6-f451-40dc-9098-4807731faa29"},{"name":"Digital Crosswalk","item":[{"name":"Input Message Body","item":[],"id":"4e0d897c-88bc-49c9-a9c9-1b03a0d0542c","description":"<p>Request body should be formatted in JSON. The Crosswalk product 'crosswalks' from one digital identity element to another. If the input is hashed email, the product will return MAIDs.  If the input is MAID, the product will return hashed email.  If the input contains both MAIDs and hashed email, the product will return both MAIDs and hashed email.</p>\n\n<h2 id=\"input-fields-accept-any-or-all\">Input Fields Accept (any or all)</h2>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Required</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>maid</td>\n<td>Required if no other input signals present</td>\n<td>Mobile Advertising IDS. We support two types of MAIDs: Apple's Advertising Identifier (IDFA) or Android's Advertising ID (AdID). Case-insensitive. Hyphens acceptable.</td>\n</tr>\n<tr>\n<td>md5</td>\n<td>Required if no other input signals present</td>\n<td>Cryptographic Hash Algorithm</td>\n</tr>\n<tr>\n<td>sha1</td>\n<td>Required if no other input signals present</td>\n<td>Cryptographic Hash Algorithm</td>\n</tr>\n<tr>\n<td>sha2</td>\n<td>Required if no other input signals present</td>\n<td>Cryptographic Hash Algorithm</td>\n</tr>\n<tr>\n<td>ip</td>\n<td>Required if no other input signals present</td>\n<td>IP Address - Version 4 accepted - periods acceptable</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"e533f0ef-6085-4451-b160-527605c56e18","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"920c165f-4c0c-4921-9bd8-df7203c14cba","type":"text/javascript","exec":[""]}}],"_postman_id":"4e0d897c-88bc-49c9-a9c9-1b03a0d0542c"},{"name":"Output","item":[],"id":"5b1101dd-45ec-4da2-8bdf-91a268f41fa1","description":"<p>The Digital Crosswalk API request response will be returning the following information returning up to 10 Mobile Advertising IDs (MAIDS), Hashed Emails and IP addresses:\n</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>maid</td>\n<td>Maximum of 10 Mobile Advertising Ids returned.</td>\n<td>100 characters max</td>\n</tr>\n<tr>\n<td>maidType</td>\n<td>This field indicates if the device is IOS or Android. Identifiers include Android's Advertising ID (AdID), and Apple's, called IDFA (Identifier For Advertisers)</td>\n<td>25 characters max</td>\n</tr>\n<tr>\n<td>maid last seen</td>\n<td>The timestamp (Unix epoch / POSIX time format) is a system for describing points in time, defined as the number of seconds elapsed since midnight proleptic Coordinated Universal Time (UTC) of January 1, 1970, not counting leap seconds. So, seconds since Jan 1, 1970 at 00:00:00</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>maid first seen</td>\n<td>The timestamp (Unix epoch / POSIX time format) is a system for describing points in time, defined as the number of seconds elapsed since midnight proleptic Coordinated Universal Time (UTC) of January 1, 1970, not counting leap seconds. So, seconds since Jan 1, 1970 at 00:00:00</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>md5</td>\n<td>Cryptographic Hash Algorithm</td>\n<td>32 Characters</td>\n</tr>\n<tr>\n<td>sha1</td>\n<td>Cryptographic Hash Algorithm</td>\n<td>40 Characters</td>\n</tr>\n<tr>\n<td>sha2</td>\n<td>Cryptographic Hash Algorithm</td>\n<td>64 Characters</td>\n</tr>\n<tr>\n<td>hash lastSeen</td>\n<td>The timestamp (Unix epoch / POSIX time format) is a system for describing points in time, defined as the number of seconds elapsed since midnight proleptic Coordinated Universal Time (UTC) of January 1, 1970, not counting leap seconds. So, seconds since Jan 1, 1970 at 00:00:00</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>hash firstSeen</td>\n<td>The timestamp (Unix epoch / POSIX time format) is a system for describing points in time, defined as the number of seconds elapsed since midnight proleptic Coordinated Universal Time (UTC) of January 1, 1970, not counting leap seconds. So, seconds since Jan 1, 1970 at 00:00:00</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>ips</td>\n<td>IP v4 ADDRESS</td>\n<td>IP v4 ADDRESS. XXX.XXX.XXX.XXX</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"ee5400f9-a111-46bd-9f72-9a85b81ddabe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5c8b895e-d44c-4211-a09f-87bf291638c5","type":"text/javascript","exec":[""]}}],"_postman_id":"5b1101dd-45ec-4da2-8bdf-91a268f41fa1"},{"name":"RESTful JSON API","item":[{"name":"Digital Crosswalk API","id":"c07fda91-0858-43c4-8596-3b3192122314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"username","type":"text"},{"key":"password","value":"password","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"hash\":{\r\n\t\t\t\"md5\":\"639506GC30D9FE8544BC3132895964B6\",\r\n\t\t\t\"sha1\":\"F1A5F480C580FA87B06805A2D4O14FC1E7B360C5\",\r\n\t\t\t\"sha2\":\"097EEFH373C835176E81DE1863BK309CDC3E08DFC6CF5AECJ1D24E260BEDD183\"\r\n\t\t\t},\r\n\t\"maid\":\"a7d8d8c1-fgdb-4530-921c-6063fdcfbd20\",\r\n    \"ip\": \"206.84.262.23\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/crosswalk/2","urlObject":{"protocol":"https","path":["crosswalk","2"],"host":["hermes-api","prod","infutor","com"],"query":[],"variable":[]}},"response":[{"id":"f666ca6c-3614-4924-8d1e-ed60abac70c9","name":"Digital Crosswalk API","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"hash\":{\r\n\t\t\t\"md5\":\"639506GC30D9FE8544BC3132895964B6\",\r\n\t\t\t\"sha1\":\"F1A5F480C580FA87B06805A2D4O14FC1E7B360C5\",\r\n\t\t\t\"sha2\":\"097EEFH373C835176E81DE1863BK309CDC3E08DFC6CF5AECJ1D24E260BEDD183\"\r\n\t\t\t},\r\n\t\"maid\":\"a7d8d8c1-fgdb-4530-921c-6063fdcfbd20\",\r\n    \"ip\": \"206.84.262.23\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/crosswalk/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3379"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 11 Dec 2019 18:31:17 GMT"},{"key":"x-amzn-RequestId","value":"67926315-bf95-4304-9944-1bb2c2ff6f5b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"EjVePFtyCYcFj2w="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5df135f4-3a28b0f4f856696f378e1e23;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 dce51d45ef5ad8611b405be0de5fb2da.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MIA3-C3"},{"key":"X-Amz-Cf-Id","value":"0mGdzaHiMPxe5V6ymSzKJvSxl1S_spuWu-OlkUz5Radhw2kja4TqAw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"inputCount\": 1,\n    \"output\": [\n        {\n            \"code\": 0,\n            \"message\": \"Successful match.\",\n            \"results\": [\n                {\n                    \"inputMaidType\": \"IDFA\",\n                    \"hashes\": [\n                        {\n                            \"md5\": \"D4C62045CR4KLRI5D5B6EADF80394B7DA4F\",\n                            \"sha1\": \"15946F8B5BCRKJ5KDA884C159F433CBCE195A19ABC5\",\n                            \"sha2\": \"7F88100F8BFCC4K5ME37BDF8A2C8D3BF71BFAF0F60A6146C5BF46353E3D53B173\",\n                            \"lastSeen\": 1559952000,\n                            \"firstSeen\": 1425254400\n                        },\n                        {\n                            \"md5\": \"61B86DB7EF4F8RK85D795A8BDAD39F9B19\",\n                            \"sha1\": \"CD1E99A4CFEE49JKEFDA0C73737342ED2B63D6DF5\",\n                            \"sha2\": \"61425EFEFE3E6FCARLKDIR0EE923B0A679B24F784D1C2C6F02F71178844680F4C50\",\n                            \"lastSeen\": 1491004800,\n                            \"firstSeen\": 1491004800\n                        },\n                        {\n                            \"md5\": \"CD7E9AC0C3E454L399A07E2414B569135\",\n                            \"sha1\": \"FB7C163379ROFMKT2F60895491FA89B86C19D69F341\",\n                            \"sha2\": \"4C66EAB428AAAAWORJKD35D3A0A53D8BEAC659E3ECB124901B68B821171145A835\",\n                            \"lastSeen\": 1434499200,\n                            \"firstSeen\": 1181520000\n                        },\n                        {\n                            \"md5\": \"8E4CE00D3FEEARKDIRD278D1FD02DB9A5A\",\n                            \"sha1\": \"5AD4A034D4750RODJRT099D28E382FE733814D31CF3\",\n                            \"sha2\": \"554C5D830CA0549ROFKT72328F2B1D6D2DA0D7663459E71A33F485BE6C3418EF98\",\n                            \"lastSeen\": 1411689600,\n                            \"firstSeen\": 1322784000\n                        },\n                        {\n                            \"md5\": \"AAA7F1ROFJTCBD8D2611AB78DB47FD9C9\",\n                            \"sha1\": \"E21C9RUIDUF3319ACDF1C770A5BEB15D0527AD6EE5\",\n                            \"sha2\": \"2416D09C65D9RODJFFAF04C92EA6AB6A0E434E3E4A91C1F13846FB4BEE0AA6F4FD\",\n                            \"lastSeen\": 1279584000,\n                            \"firstSeen\": 1279584000\n                        },\n                        {\n                            \"md5\": \"B053FE4A2RODKFF5846BADFF285E1DDEF\",\n                            \"sha1\": \"07E23D6BRODUJF92522D2528924C3C3CA19FA24406\",\n                            \"sha2\": \"4E06AFEFD85173RKGFU9A1A680A3FD7A8472428FC03DFFDA3E9057A28FDCE1033\",\n                            \"lastSeen\": 1226707200,\n                            \"firstSeen\": 1226707200\n                        },\n                        {\n                            \"md5\": \"639506DC30DHUAO544BC3132895164B6\",\n                            \"sha1\": \"F1A5F380C5DKTI87B06805A2D4E14FC1E7B360C5\",\n                            \"sha2\": \"097EEFD373C8351RPGLKT1DE1863BD309CDC3E08DFC6CF5AECD1D24E260BEDD183\",\n                            \"lastSeen\": 1189296000,\n                            \"firstSeen\": 1189296000\n                        },\n                        {\n                            \"md5\": \"CBD46C08DLGUA8F6770C16335581BC3C\",\n                            \"sha1\": \"8CA3F1BEPROE98F746B62E9D48250F273C51C6A3\",\n                            \"sha2\": \"B57A46993GFLWFD03FCAA7194D8AF3081813CD723EE2DA371AED73C0112C671E\",\n                            \"lastSeen\": 1188518400,\n                            \"firstSeen\": 1188518400\n                        },\n                        {\n                            \"md5\": \"C2DF7BE08LRISKBDB301E14275622C76A\",\n                            \"sha1\": \"EEALSWNFG5AB498FF1B4C76D5400EB3B35F95932F4\",\n                            \"sha2\": \"23922DA93E2D;DKRTHAB26A82DEDCA41452D2745CBB82D0FB37BD29E2AD4FAAA31\",\n                            \"lastSeen\": 1184112000,\n                            \"firstSeen\": 1184112000\n                        },\n                        {\n                            \"md5\": \"F902440DDEA4ITHRN0FF406EF7B54F846\",\n                            \"sha1\": \"2154624D38LLDJTBDD1BE0A3A30373AFEF40BFEDA\",\n                            \"sha2\": \"E3338B438MDOTD0D0AE1406C63BA72E82A503D45D45E68AA6CD7B09560CEC283\",\n                            \"lastSeen\": 1184112000,\n                            \"firstSeen\": 1184112000\n                        }\n                    ],\n                    \"maids\": [\n                        {\n                            \"maid\": \"FED61132-3R4D-429D-B62H-655F2F99CF89\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1647262987,\n                            \"firstSeen\": 1640390400\n                        },\n                        {\n                            \"maid\": \"6B8340FF-3R4D-429D-B62H-655F2F99CF89\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1647184201,\n                            \"firstSeen\": 1550135056\n                        },\n                        {\n                            \"maid\": \"5A0749C9-3R4D-429D-B62H-655F2F99CF89\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1647078436,\n                            \"firstSeen\": 1641168000\n                        },\n                        {\n                            \"maid\": \"9F706441-3R4D-429D-B62H-655F2F99CF89\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1645967880,\n                            \"firstSeen\": 1643760000\n                        },\n                        {\n                            \"maid\": \"32FF0012-3R4D-429D-B62H-655F2F99CF890\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1640390400,\n                            \"firstSeen\": 1640390400\n                        },\n                        {\n                            \"maid\": \"60F3C086-3R4D-429D-B62H-655F2F99CF89\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1639521034,\n                            \"firstSeen\": 1633305600\n                        },\n                        {\n                            \"maid\": \"FC942C7F-3R4D-429D-B62H-655F2F99CF89\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1554940800,\n                            \"firstSeen\": 1553926520\n                        },\n                        {\n                            \"maid\": \"D4AF8E73-3R4D-429D-B62H-655F2F99CF89\",\n                            \"maidType\": \"AAID\",\n                            \"lastSeen\": 1540598400,\n                            \"firstSeen\": 1540598400\n                        },\n                        {\n                            \"maid\": \"D40A866C-3R4D-429D-B62H-655F2F99CF89\",\n                            \"maidType\": \"AAID\",\n                            \"lastSeen\": 1538265600,\n                            \"firstSeen\": 1538265600\n                        },\n                        {\n                            \"maid\": \"32573368-3R4D-429D-B62H-655F2F99CF89\",\n                            \"maidType\": \"AAID\",\n                            \"lastSeen\": 1537142400,\n                            \"firstSeen\": 1537142400\n                        }\n                    ],\n                    \"ips\": [\n                        {\n                            \"ip\": \"65.181.5.182\"\n                        }\n                    ]\n                    \n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"c07fda91-0858-43c4-8596-3b3192122314"}],"id":"bbc056ec-b1e4-4d61-97c6-f83d0287d861","description":"<h3 id=\"authentication\">Authentication</h3>\n<p>Digital Crosswalk API provides authentication with username and password passed in POST headers to our API endpoint. Your API login is provided at time of configuration with our sales engineering team, with an email request to the email provided to set your password.</p>\n","event":[{"listen":"prerequest","script":{"id":"75cb3ee9-a804-48d5-b0e8-e10d0afeb20b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1730f686-289e-4044-bcde-aaa03ca924ed","type":"text/javascript","exec":[""]}}],"_postman_id":"bbc056ec-b1e4-4d61-97c6-f83d0287d861"}],"id":"860e1024-ed9e-4267-b28e-dc12b60315a6","description":"<p>The Digital Crosswalk solution converts MAIDs to hashed emails and hashed emails to MAIDs for increased scale and reach. Our solution also includes cross-device linking to drive reduced duplication and facilitate retargeting strategies. The API accepts a MAID and/or hashed email and returns up to 10 additional MAIDs and/or hashed emails for each input (cross-device linking). Use Digital Crosswalk to minimize dependence on third-party cookies and enable a more personalized approach to digital and programmatic retargeting and onboarding initiatives.</p>\n","event":[{"listen":"prerequest","script":{"id":"5451d49f-4332-4fc8-a693-8965cfa53949","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0ad30d99-6e9b-4714-9120-6375cb0f7e46","type":"text/javascript","exec":[""]}}],"_postman_id":"860e1024-ed9e-4267-b28e-dc12b60315a6"},{"name":"Digital Personalization","item":[{"name":"Input Message Body","item":[],"id":"b4eaa98f-d095-4d8a-8464-f973f7c2c0e4","description":"<p>Request body should be formatted in JSON. The Personalization product provides demographics associated with the consumer linked to the digital identity.\n</p>\n\n<h2 id=\"input-fields-accept-any-or-all\">Input Fields Accept (any or all)</h2>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Required</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>maid</td>\n<td>Required if no other input signals present</td>\n<td>Mobile Advertising IDS. We support two types of MAIDs: Apple's Advertising Identifier (IDFA) or Android's Advertising ID (AdID). Case-insensitive. Hyphens acceptable.</td>\n</tr>\n<tr>\n<td>md5</td>\n<td>Required if no other input signals present</td>\n<td>Cryptographic Hash Algorithm</td>\n</tr>\n<tr>\n<td>sha1</td>\n<td>Required if no other input signals present</td>\n<td>Cryptographic Hash Algorithm</td>\n</tr>\n<tr>\n<td>sha2</td>\n<td>Required if no other input signals present</td>\n<td>Cryptographic Hash Algorithm</td>\n</tr>\n<tr>\n<td>ip</td>\n<td>Required if no other input signals present</td>\n<td>IP Address - Version 4 accepted - periods acceptable</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"e533f0ef-6085-4451-b160-527605c56e18","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"920c165f-4c0c-4921-9bd8-df7203c14cba","type":"text/javascript","exec":[""]}}],"_postman_id":"b4eaa98f-d095-4d8a-8464-f973f7c2c0e4"},{"name":"Output","item":[{"name":"Core Demographics","item":[],"id":"5e65b468-1e95-452d-9be2-67ab3f9bc53a","description":"<table>\n\n <tr>\n     <td> <b> Output Field </b></td>\n     <td> <b> Description </b></td>\n     <td> <b> Returned Values </b></td>\n   </tr>\n<tr>\n  <td>GENDER</td> \n  <td>Known gender - Male, Female. The gender of an individual is typically gathered from self-reported or public information sources, or can be assigned based on the individuals name and/or title. In cases where the individual's first name and title are unknown/ambiguous and no additional sources reflect gender, the gender will be coded as \"Unknown.\"\n<ul>\n<li>M - Male</li>\n<li>F - Female</li></ul></td> \n  <td>1 character: M or F</td> \n</tr>\n\n<tr>\n  <td>AGE</td> \n  <td>Adult Estimated Age is calculated from date of birth data. Age data is applied at the individual level and is compiled from a variety of sources that may include public data, buying activities, and self-reported information. This is a calculation of age based on the individual's Year of Birth. The calculation is current year less the YOB.</td> \n  <td>2 characters from 18-99</td> \n</tr>\n\n<tr>\n  <td>DOB</td> \n  <td>The known month and Year of birth of the individual and date where availabe. The Adult Date of Birth select will identify members of the household that meet the given birth date criteria. Dates must be entered for the birth month and year.  Age data is applied at the individual level and is compiled from a variety of sources that may include public data, buying activities, and self-reported information. Exact age data is considered sensitive in nature and may require contractual restrictions.</td> \n  <td>Formats YYYYMMDD, YYYYMM, YYYY </td> \n</tr>\n\n<tr>\n  <td>HOMEOWNERCD</td> \n  <td>The Homeowner/Renter select identifies if the occupant of the residence is the homeowner or a renter. Home ownership as reflected by real estate transaction and deed records County Assessor or County Recorder based, survey data and modeled information. \n<ul>\n<li>H - Homeowner</li>\n<li>R - Renter</li></ul></td> \n  <td>1 character: H or R</td> \n</tr>\n\n<tr>\n  <td>MARRIEDCD</td> \n  <td>Known marital status and modeled information. The Marital Status select indicates if member of the household is likely married or single. Data is applied at the household level where available and then the married or single designation is inferred at the Zip+4 or to provide more thorough coverage. \n<ul>\n<li>M - Married</li>\n<li>S - Single</li></ul></td> \n  <td>1 character: M or S</td> \n</tr>\n\n<tr>\n  <td>WEALTHSCR</td> \n  <td>The net worth selection is a demographically based analytical model which predicts the ranges for household net worth. Net worth is calculated by the total assets etitmated to be associated with a household (such as deposit accounts, investments and home value) minus liabilities (such as loans, mortgages and credit card debt).\n<ul>\n<li>A = $0 OR LESS</li>\n<li>B = $1 - $4,999</li>\n<li>C = $5,000 - $24,999</li>\n<li>D = $25,000 - $49,999</li>\n<li>E = $50,000 - $74,999</li>\n<li>F = $75,000 - $99,999</li>\n<li>G = $100,000 - $149,999</li>\n<li>H = $150,000 - $249,999</li>\n<li>I = $250,000 - $374,999</li>\n<li>J = $375,000 - $499,999</li>\n<li>K = $500,000 - $749,999</li>\n<li>L = $750,000 - $999,999</li>\n<li>M = $1,000,000 +</li></ul></td> \n  <td>1 character: A - M</td> \n</tr>\n\n<tr>\n  <td>ETHNICITYCD</td> \n  <td>Ethnicity of an Individual as proved by self reported participante and overlays from participating source data.\n<ul>\n<li>A - Southeast Asian</li>\n<li>C - Central &amp; Southwest Asian</li>\n<li>E - Eastern European</li>\n<li>F - All African American Ethnic Groups</li>\n<li>I - Middle Eastern</li>\n<li>J - Jewish</li>\n<li>M - Mediterranean</li>\n<li>N - Native American</li>\n<li>O - Far Eastern</li>\n<li>P - Polynesian</li>\n<li>S - Scandinavian</li>\n<li>T - Other</li>\n<li>W - Western European</li>\n<li>Y - Hispanic</li>\n<li>Z - Uncoded (No Group)</li></ul></td> \n  <td>1 character: A, C, E, F, I, J, M, N, O, P, S, T, W, Y, Z</td> \n</tr>\n\n<tr>\n  <td>CHILD</td> \n  <td>The Presence of Children, childrens's age ranges and number of children selections reflects the probable presence of children under age 18 in a given household. Information is sourced from children's age and gender data which is gathered from a variety of sources that includes public records where they may be available, survey data as well as modeled census based information.\n<ul>\n<li>Y - Presence of Children</li></ul></td> \n  <td>1 character: Y or Blank</td> \n</tr>\n\n<tr>\n  <td>CHILDAGECD_6</td> \n  <td>Presence of Children under 6</td> \n  <td>1 character</td> \n</tr>\n\n<tr>\n  <td>CHILDAGECD_6_10</td> \n  <td>Presence of Children Aged  6 - 10</td> \n  <td>1 character</td> \n</tr>\n\n<tr>\n  <td>CHILDAGECD_11_15</td> \n  <td>Presence of Children Aged 11 - 15</td> \n  <td>1 character</td> \n</tr>\n\n<tr>\n  <td>CHILDAGECD_16_17</td> \n  <td>Presence of Children Aged 16 - 17</td> \n  <td>1 character</td> \n</tr>\n\n<tr>\n  <td>CHILDNBRCD</td> \n  <td>Number of Children Code:\n<ul>\n<li>A - No Children</li>\n<li>B - Less Than 3</li>\n<li>C - 3-5</li>\n<li>D - 6+</li></ul></td> \n  <td>1 character: A, B, C, D</td> \n</tr>\n</table>","_postman_id":"5e65b468-1e95-452d-9be2-67ab3f9bc53a"},{"name":"Geographical","item":[],"id":"16d9c997-896b-47b6-8fda-7393d0758663","description":"<table>\n <tr>\n     <td> <b> Output Field </b></td>\n     <td> <b> Description </b></td>\n     <td> <b> Returned Values </b></td>\n   </tr>\n<tr>\n  <td>ZIP           </td> \n  <td>Five-Position numeric as assigned in USPS publication 65, National Zip Code Directory</td> \n  <td>5 characters</td> \n</tr> \n\n<tr>\n  <td>Z4TYPE</td> \n  <td>Zip+4 Type:\n<ul>\n<li>F - Firm or company address</li>\n<li>G - General delivery address</li>\n<li>H - High-rise or business complex</li>\n<li>P - PO Box address</li>\n<li>R - Rural route address</li>\n<li>S - Street or residential address</li></ul></td> \n  <td>1 character: F, G, H, P, R, S</td> \n</tr> \n<tr>\n  <td>DPV</td> \n  <td>Delivery Point Validation Code:\n<ul>\n<li>Y - Address DPV confirmed for both primary and (if present) secondary numbers</li>\n<li>D - Address DPV confirmed for the primary number only, and secondary number information was missing</li>\n<li>S - Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed</li>\n<li>N - Both Primary and (if present) Secondary number information failed to DPV Confirm</li></ul></td> \n  <td>1 character: Y, D, S, N</td> \n</tr> \n<tr>\n  <td>VACANT</td> \n  <td>Vacant:\n<ul>\n<li>Y - Physical Address Identified by USPS as Vacant</li>\n<li>N - Someone living at that address</li></ul></td> \n  <td>1 character: Y or N</td> \n</tr> \n<tr>\n  <td>MSA</td> \n  <td>A metropolitan statistical area (MSA), formerly known as a standard metropolitan statistical area (SMSA), is the formal definition of a region that consists of a city and surrounding communities that are linked by social and economic factors, as established by the U.S. Office of Management and Budget (OMB). For more information on how FIPS, MSA and CBSA are related, visit https://data.nber.org/data/cbsa-msa-fips-ssa-county-crosswalk.html</td> \n  <td>4 characters</td> \n</tr> \n<tr>\n  <td>CBSA</td> \n  <td>New metropolitan and micropolitan statistical area definitions were announced by OMB on June 6, 2003, based on application of the 2000 standards with Census 2000 data. Metropolitan and Micropolitan Statistical Areas are collectively referred to as Core-Based Statistical Areas. Metropolitan statistical areas have at least one urbanized area of 50,000 or more population, plus adjacent territory that has a high degree of social and economic integration with the core as measured by commuting ties. M</td> \n  <td>5 characters</td> \n</tr> \n<tr>\n  <td>STATECD</td> \n  <td>Federal Information Processing System (FIPS) Codes for States and Counties FIPS codes are numbers which uniquely identify geographic areas, this fields contains the two-digit State code, e.g. Code 01 corresponds to ALABAMA</td> \n  <td>2 characters</td> \n</tr> \n<tr>\n  <td>CNTYCD</td> \n  <td>Federal Information Processing System (FIPS) Codes for States and Counties FIPS codes are numbers which uniquely identify geographic areas, this fields contains the three-digit count code, e.g. Code 003 corresponds to Baldwin County</td> \n  <td>3 characters</td> \n</tr> \n<tr>\n  <td>DWELLTYPE </td> \n  <td>Dwelling Type is an indicator of the type of structure at a given address. Single Family Dwelling Unit (SFDU) indicates that one household resides in the structure. Multiple Family Dwelling Unit (MFDU) is one where more than one household is present in the building.\n<ul>\n<li>S=Single Family Dwelling Unit (SFDU)</li>\n<li>M=Multi-family Dwelling Unit (MFDU)</li>\n<li>Blank - Unknown</li></ul></td> \n  <td>1 character: S or M</td> \n</tr> \n</table>","_postman_id":"16d9c997-896b-47b6-8fda-7393d0758663"},{"name":"Supplemental Demographics","item":[],"id":"5de7a335-ba63-4ac1-8e86-39d89712a07b","description":"<table>\n \n<tr>\n     <td> <b> Output Field </b></td>\n     <td> <b> Description </b></td>\n     <td> <b> Returned Values </b></td>\n   </tr>\n\n<tr>\n  <td>LOR</td> \n  <td>Length of residence indicates the probable number of years an individual/household has been located at current address. Data comes from multiple sources including real estate, public record and self-reported sources.</td> \n  <td>2 characters: 00 - 99</td> \n</tr>\n\n<tr>\n  <td>SGLPARENT</td> \n  <td>Potentially single parent determined by model of known demographic information. The Single Parent Household select is used to identify households with a potentially single parent present. Data is applied at the household level and is sourced from self-reported survey data.</td> \n  <td>1 character: Y</td> \n</tr>\n\n<tr>\n  <td>HHNBRSR</td> \n  <td>Total number of individuals in a given household whose known birth year indicates and age of 65 or greater</td> \n  <td>1 character: Y</td> \n</tr>\n\n<tr>\n  <td>HHNBR</td> \n  <td>Total number of individuals in a given household.</td> \n  <td>Number of individuals in household</td> \n</tr>\n\n<tr>\n  <td>SPANISHSPCD</td> \n  <td>Indicates an individual who has reported speaking Spanish in their home</td> \n  <td>1 character: Y</td> \n</tr>\n\n<tr>\n  <td>SOHOCD</td> \n  <td>Indicates an individual owns a small business or has a home office at this address.</td> \n  <td>1 character: Y</td> \n</tr>\n\n<tr>\n  <td>VETERANCD</td> \n  <td>Compilation of signals and self reported data indicating an individual within the household has served or is serving in the armed forces.</td> \n  <td>1 character: Y</td> \n</tr>\n\n<tr>\n  <td>CREDITCARD</td> \n  <td>Indicator that an indivdual has used a credit card for purchases of goods and services.\n<ul>\n<li>Y -  Credit Card</li></ul> </td> \n  <td>1 character</td> \n</tr>\n\n<tr>\n  <td>CHARITYDNR</td> \n  <td>Known donor to charitable causes received from self-reported and other transactional sources  </td> \n  <td>1 character: Y</td> \n</tr>\n\n<tr>\n  <td>MRKTHOMEVAL </td> \n  <td>Estimated market value of home as indicated by County Tax Assesor and deed records. The Home Market Value indicates the relative Home Market Value as compared to all of the homes within the same county. This data is applied at the address level. \n<ul>\n<li>A - $1,000 - $24,999</li>\n<li>B - $25,000 - $49,999</li>\n<li>C - $50,000 - $74,999</li>\n<li>D - $75,000 - $99,999</li>\n<li>E - $100,000 - $124,999</li>\n<li>F - $125,000 - $149,999</li>\n<li>G - $150,000 - $174,999</li>\n<li>H - $175,000 - $199,999</li>\n<li>I - $200,000 - $224,999</li>\n<li>J - $225,000 - $249,999</li>\n<li>K - $250,000 - $274,999</li>\n<li>L - $275,000 - $299,999</li>\n<li>M - $300,000 - $349,999</li>\n<li>N - $350,000 - $399,999</li>\n<li>O - $400,000 - $449,999</li>\n<li>P - $450,000 - $499,999</li>\n<li>Q - $500,000 - $749,999</li>\n<li>R - $750,000 - $999,999</li>\n<li>S - $1,000,000 Plus</li></ul></td> \n  <td>1 character: A - S</td> \n</tr>\n\n<tr>\n  <td>EDUCATIONCD</td> \n  <td>Education is defined as the level of education completed by the consumer. This is a probabalistic attribute based on self-reported information, surveys, and census sources.\n<ul>\n<li>A - Completed High School</li>\n<li>B - Completed College</li>\n<li>C - Completed Graduate School</li>\n<li>D - Attended Vocational/Technical</li></ul></td> \n  <td>1 character: A, B, C, D</td> \n</tr>\n\n<tr>\n  <td>OCCUPATIONCD</td> \n  <td>Derived from self-reported data and/or state license bureaus indicating an individuals occupation code. \n<ul>\n<li>A - PROF/TECH</li>\n<li>B - DOCTOR</li>\n<li>C - LAWYER/JUDGE</li>\n<li>D - TEACHER/LIBRARIAN</li>\n<li>E - ADMIN/MGMT</li>\n<li>F - MANAGEMENT</li>\n<li>G - PROPRIETOR</li>\n<li>H - SUPERVISOR</li>\n<li>I - SALES/SERVICE</li>\n<li>J - CLERICAL</li>\n<li>K - BLUE COLLAR</li>\n<li>L - FORMAN</li>\n<li>M - OPERATIVES</li>\n<li>N - FARM</li>\n<li>O - UNSKILLED</li>\n<li>P - SERVICE WORKER</li>\n<li>Q - MILITARY</li>\n<li>R - STUDENT</li>\n<li>S - RETIRED</li>\n<li>T - HOMEMAKER</li>\n<li>U - UNKNOWN</li>\n<li>V - SELF-EMPLOYED</li>\n<li>X - AGRICULTURE/ENVIRONMENT</li>\n<li>Y - DISABLED</li>\n<li>Z - FINANCE</li>\n<li>1 - GOVERNMENT &amp; MILITARY/CIVIL SERVANT</li>\n<li>2 - LEGAL</li>\n<li>3 - MEDICAL</li>\n<li>4 - NON-EMPLOYED/UNDER-EMPLOYED</li>\n<li>5 - PROFESSIONAL BLUE COLLAR</li></ul></td> \n  <td>1 character: A – Z,1 - 5</td> \n</tr>\n\n<tr>\n  <td>RELIGIONCD</td> \n  <td>Religion of individual as provided by self reported participants and overlays from participating source data.\n<ul>\n<li>B - Buddhist</li>\n<li>C - Catholic</li>\n<li>G - Greek Orthodox</li>\n<li>H - Hindu</li>\n<li>I - Islamic</li>\n<li>J - Jewish</li>\n<li>K - Siku</li>\n<li>L - Lutheran</li>\n<li>M - Mormon</li>\n<li>O - Eastern Orthodox</li>\n<li>P - Protestant</li>\n<li>S - Shinto</li>\n<li>X - Not Known or Unmatched</li></ul></td> \n  <td>1 character: B, C, E, G, H, I, J, S, L, M, O, P, S, X</td> \n</tr>\n\n<tr>\n  <td>YRBLD</td> \n  <td>Year dwelling was built based on real estate transaction and deed records County Assessor or County Recorder based</td> \n  <td>Format YYYY</td> \n</tr>\n\n<tr>\n  <td>MOBHOMECD</td> \n  <td>Residence is a mobile home as indicated by Real Estate transaction and deed records County Assessor or County Recorder based</td> \n  <td>1 character: Y</td> \n</tr>\n\n<tr>\n  <td>POOL</td> \n  <td>Residence has a pool as indicated by Real Estate transaction and deed records County Assessor or County Recorder based</td> \n  <td>1 character: Y</td> \n</tr>\n\n<tr>\n  <td>FIREPLCD</td> \n  <td>Residence has a fireplace as indicated by Real Estate transaction and deed records County Assessor or County Recorder based</td> \n  <td>1 character: Y</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_WATER</td> \n  <td>Percentage of Water in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENS_POP_DENSITY</td> \n  <td>Population Density per square mile in a given zip code</td> \n  <td>6 character max eg. 85035</td> \n</tr>\n\n<tr>\n  <td>CENS_HU_DENSITY</td> \n  <td>Housing Units Density per square mile in a given zip code</td> \n  <td>6 character max eg. 29338</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_POP_WHITE</td> \n  <td>Percentage of White population in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_POP_BLACK</td> \n  <td>Percentage of Black population in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_POP_AMERIND</td> \n  <td>Percentage of Amer Indian population in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_POP_ASIAN</td> \n  <td>Percentage of Asian population in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_POP_PACISL</td> \n  <td>Percentage of Pac Islander population in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_POP_OTHRACE</td> \n  <td>Percentage of Other Races population in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_POP_MULTIRACE</td> \n  <td>Percentage of Multi Race population in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_POP_HISPANIC</td> \n  <td>Percentage of Hispanic population in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_POP_AGELT18</td> \n  <td>Percentage Population Age 18 in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_POP_MALES</td> \n  <td>Percentage Males in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_ADULT_AGE1824</td> \n  <td>Percentage Adult Age  18-24 in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_ADULT_AGE2534</td> \n  <td>Percentage Adult Age 25-34 in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_ADULT_AGE3544</td> \n  <td>Percentage Adult Age 35-44 in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_ADULT_AGE4554</td> \n  <td>Percentage Adult Age 45-54 in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_ADULT_AGE5564</td> \n  <td>Percentage Adult Age 55-64 in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_ADULT_AGEGE65</td> \n  <td>Percentage Adult Age 65+ in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENS_POP_MEDAGE</td> \n  <td>Population Median Age in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENS_HH_AVGSIZE</td> \n  <td>Average Household Size in a given zip code (not rounded to the nearest whole)</td> \n  <td>10 characters max eg. 3</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_HH_FAMILY</td> \n  <td>Percentage  Hh Family in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_HH_FAMILY_HUSBWIFE</td> \n  <td>Percentage Hh Family Husband &amp; Wife in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_HU_OCCUPIED</td> \n  <td>Percentage Housing unit Occupied in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_HU_OWNED</td> \n  <td>Percentage Housing unit Owned in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_HU_RENTED</td> \n  <td>Percentage Housing unit Rented in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n  <td>CENSPCT_HU_VACANTSEASONAL</td> \n  <td>Percentage Housing unt Vacant/Seasonal in a given zip code</td> \n  <td>From 0-100</td> \n</tr>\n\n<tr>\n</tr></table>","_postman_id":"5de7a335-ba63-4ac1-8e86-39d89712a07b"},{"name":"Attributes","item":[{"name":"Parcel Level GeoCodes","item":[],"id":"60859da0-896f-4a01-834e-0203933d05ae","description":"<table>\n<tr>\n     <td> <b> Output Field </b></td>\n     <td> <b> Description </b></td>\n     <td> <b> Returned Values </b></td>\n   </tr>\n<tr>\n  <td>LATITUDE</td> \n  <td>The geometrical location north or south of the equator assigned to the address. A value in decimal degrees to an accuracy of 4 decimal places is accurate to 11.1 meters, a value of 6 decimal places is accurate 0.111 meters.</td> \n  <td></td> \n</tr>\n\n<tr>\n  <td>LONGITUDE</td> \n  <td>The geometrical location east or west of a north-south line, called the prime meridian, assigned to the address. A value in decimal degrees to an accuracy of 4 decimal places is accurate to 11.1 meters, a value of 6 decimal places is accurate 0.111 meters.</td> \n  <td></td> \n</tr>\n\n<tr>\n  <td>GEOLEVEL</td> \n  <td>The level of precision at which the Latitude and Longitude are assigned.\n<ul> \n<li>01 - Exact Parcel Level</li>\n<li>02 - Street Interpolation (ie., parcel point interpolation between 2 points)\n</li>\n<li>03 - Street Point (i.e., a spatial location derived from placement on the street centerline)</li>\n<li>04 - ZIP9</li>\n<li>05 - ZIP7</li>\n<li>06 - ZIP5</li>\n<li>07 - CITY</li>\n<li>08 - STATE</li></ul></td> \n  <td>From 01-08</td> \n</tr>\n\n<tr>\n</tr></table>","_postman_id":"60859da0-896f-4a01-834e-0203933d05ae"},{"name":"Behavioral & Lifestyle Insights","item":[],"id":"8c07d080-d3b4-4fde-934c-01d2ec0a9885","description":"<table>\n\n<tr>\n     <td> <b> Output Field </b></td>\n     <td> <b> Description </b></td>\n     <td> <b> Returned Values </b></td>\n   </tr>\n\n<tr>\n     <td>MS_ACCESSORY</td>\n     <td>Includes shoes, purses, belts, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_APPAREL</td>\n     <td>Includes the purchase of clothing. MS_ACCESSORY, MS_KIDAPP, MS_MENAPP, and MS_WOMAPP are included in the overall MS_APPAREL variable.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_AUDIO</td>\n     <td>Includes purchases related to audio equipment.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_AUTO</td>\n     <td>Includes purchases related to Cars/Trucks</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_AVIATION</td>\n     <td>Includes purchases of aviation related items.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_BARGAINS</td>\n     <td>Includes purchases of low-cost or on-sale products from catalogs, retail and websites</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_BIBLE</td>\n     <td>Includes purchases of religious items</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_BOATSAIL</td>\n     <td>Includes boating, sailing, canoeing, kayaking, water skiing, rafting, etc</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_BOOKS</td>\n     <td>Number of distinct book company participants.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_BUSINESS</td>\n     <td>Includes business news, and/or products usually associated with running a business or a career or operating an office</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_CAMP</td>\n     <td>Includes camping and hiking</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_CATALOG</td>\n     <td>Number of different catalogs ordered from.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_COLLECTIBLES</td>\n     <td>Includes dolls, coins, stamps, stuffed animals, plates, memorabilia, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_COMPUTERS</td>\n     <td>Includes Computers, software and computer accessories</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_COOKING</td>\n     <td>Includes recipes, cooking utensils and food products</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_BEAUTY</td>\n     <td>Includes purchases of Beauty &amp; Cosmetic items</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_CRAFTS</td>\n     <td>Includes crochet, sewing, knitting, needlepoint, quilting, jewelry, ceramics, painting, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_CULTUREARTS</td>\n     <td>Includes art, antiques, opera, museums, the theatre, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_CURREVENT</td>\n     <td>Includes periodicals, news magazines, websites &amp; blogs</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_DIY</td>\n     <td>Includes home improvements and construction, wood working, auto repair, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_ELECTRONICS</td>\n     <td>Includes home and auto stereos, video equipment, etc. Does not include computers.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_EQUESTRIAN</td>\n     <td>Includes purchases related to horses/horse riding</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_FAMILY</td>\n     <td>Includes products designed for families with children.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_FICTION</td>\n     <td>Include books &amp; magazines of fiction</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_FISHING</td>\n     <td>Include fishing paraphenalia as well as books &amp; publications related to fishings</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_FITNESS</td>\n     <td>Includes purchases of fitness equipment, clothing, accessories as well as subscribers to publications and books.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_FOOD</td>\n     <td>Includes purchases of any food item</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_FUNDRAISING</td>\n     <td>Includes purchases of any food item</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_GAMES</td>\n     <td>Includes computer games, traditional board games, puzzles, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_GARDEN</td>\n     <td>Includes purchases of gardening products, plants, seeds, books etc. Also includes subscribers to gardening publications</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MERCHANDISE</td>\n     <td>Includes catalog items not classified under any other affinity.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_GIFTGIVR</td>\n     <td>Number of orders that were given as gifts.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_GIFTEE</td>\n     <td>Number of orders that were received as gifts.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_GIFTS</td>\n     <td>Includes products usually given as gifts.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_GOURMET</td>\n     <td>Includes upscale products, and fine foods, wines, and other expensive items.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HEALTH</td>\n     <td>MS_FITNESS is included in MS_HEALTH. Also includes health related items which are not fitness</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HISTORY</td>\n     <td>Includes purchases of books/publications related to history</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HOMEDECR</td>\n     <td>Includes furniture as well as other home décor items such as rugs, vases, pictures etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HOMELIV</td>\n     <td>MS_CAT_HOMELIV, MS_PUB_HOMELIV, MS_HOMEDECR, MS_PUB_HOMEDECR, MS_CAT_HOMEDECR, MS_CAT_GARDEN, MS_COOKING, MS_PUB_COOKING, MS_GARDEN, MS_PUB_GARDEN, and MS_HOUSEWARES</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HOUSEWARES</td>\n     <td>Includes housewares excluding large appliance purchases</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HUMOR</td>\n     <td>Includes comic books and strips, cartoons, comedies, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HUNTING</td>\n     <td>Includes purchases of all types of hunting related items (including rifles, bows etc) as well as subscribers to hunting publications</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_INSPIRATION</td>\n     <td>Includes non-religious products, such as new age products, astrology, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_KIDAPP</td>\n     <td>Includes all types of children's apparel</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MAGS</td>\n     <td>Number of distinct participating magazine titles.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MENAPP</td>\n     <td>Includes all types of men's apparel</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MOTORCYCLES</td>\n     <td>Includes all types of motorcycles/motorcycle related products and subscriptions to motorcycle publications</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MUSIC</td>\n     <td>Includes music, music playing equipment, and musical instruments.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MONEYMAKING</td>\n     <td>Includes moneymaking opportunities, usually of the get-rich-quick nature.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MONEYMAKING</td>\n     <td>Includes moneymaking opportunities, usually of the get-rich-quick nature.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_OUTDOORS</td>\n     <td>MS_BOATSAIL, MS_CAMP, MS_FISHING, and MS_HUNTING are included in MS_OUTDOORS.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PFIN</td>\n     <td>Includes all types of personal finance (including magazines)</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PETS</td>\n     <td>Includes purchase of all types of pet products including cats and dogs</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PHOTOPROC</td>\n     <td>Includes companies that offer film processed via the mail or the Internet.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PHOTO</td>\n     <td>Includes products/magazines related to photography</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUBLISH</td>\n     <td>Number of distinct publishing participants, counting individual magazines and book companies</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_COOKING</td>\n     <td>Includes all types of cooking publications &amp; books</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_FAMILY</td>\n     <td>Includes all types of family/children publications &amp; books</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_GARDEN</td>\n     <td>Includes all types of gardening publications &amp; books</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_GIFTGIVR</td>\n     <td>Indicates number of magazine subscriptions given as a gift</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_GIFTEE</td>\n     <td>Indicates number of magazine subscriptions or book orders received as a Gift.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_HOMEDECR</td>\n     <td>Includes all types of publications &amp; books related to home décor and furninishings</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_HOMELIV</td>\n     <td>Includes all types of publications &amp; books related to home living</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_OUTDOORS</td>\n     <td>Includes all types of publications &amp; books related to outdoors (includes hunting, fishing, camping, hiking, some watersports)</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_SCIENCE</td>\n     <td>Includes products, magazines &amp; books related to science</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_SPORTS</td>\n     <td>Includes products, magazines &amp; books related to sports</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_TRAVEL</td>\n     <td>Includes products, magazines &amp; books related traveling &amp; vacations</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_TVMOVIES</td>\n     <td>Includes purchases of videos, subscribers to streaming services as well as magazine subscribers</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_WILDLIFE</td>\n     <td>Includes purchasers of products related to Wildlife and the environment as well as donors &amp; magazine subscribers</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_WOMAN</td>\n     <td>Includes generic women’s publications.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_WOMAPP</td>\n     <td>Includes all types of women's apparel</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_WOMFASH</td>\n     <td>Includes publications related to women’s fashion.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>CPI_HISTORY_AMERICAN_INDEX</td>\n     <td>Interested specifically in American History, patriotic themes, and/or veteran’s issues. Included in CPI_HISTORY_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_INDEX</td>\n     <td>Interested in or purchasers of Apparel or fashion. Includes the CPI_APPAREL_ACCESSORIES, CPI_APPAREL_KIDS, CPI_APPAREL_MEN, CPI_APPAREL_MENFASH, CPI_APPAREL_WOMEN, CPI_APPAREL_WOMFASH indices below.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_ACCESSORY_INDEX</td>\n     <td>Interested in or purchaseres of shoes, purses, belts, etc. Included in CPI_APPAREL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_KIDS_INDEX</td>\n     <td>Interested in or purchasers of children’s apparel via direct marketing channels. Included in CPI_APPAREL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_MEN_INDEX</td>\n     <td>Interested in or purchasers of men’s apparel . Included in CPI_APPAREL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_MENFASH_INDEX</td>\n     <td>Interested in or purchasers of men’s fashion. Included in CPI_APPAREL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_WOMEN_INDEX</td>\n     <td>Interested in or purchasers of women’s apparel via direct marketing channels. Included in CPI_APPAREL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_WOMFASH_INDEX</td>\n     <td>Interested in or purchasers of women’s fashion. Included in CPI_APPAREL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INSURANCE_AUTO_INDEX</td>\n     <td>Interested in purchasing Automobile Insurance</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_AUTO_TRUCKS_INDEX</td>\n     <td>Interested specifically in trucks (excluding SUVs). Included in CPI_AUTO_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_AUTO_INDEX</td>\n     <td>Interested in anything automobile-related, such as auto parts and tools, restoration, performance, general and make/model specific enthusiast products, etc. Includes CPI_AUTO_RACING and CPI_AUTO_TRUCKS indices.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_AVIATION_INDEX</td>\n     <td>Interested in airplanes and other things that really fly and can transport things and people. Does not include toy planes.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_BARGAINS_INDEX</td>\n     <td>Interested in saving money, including coupons, low-cost stores and discount clubs, money-saving sales, rewards programs, auction websites, free stuff, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_BEAUTY_INDEX</td>\n     <td>Interested in beauty-related products, including cosmetics, treatments, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_BIBLE_INDEX</td>\n     <td>Interested in religion, church-going, bible-oriented products, and the spiritual.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PUBLISH_BOOKS_INDEX</td>\n     <td>Known to have purchased a book via direct marketing channels. Included in CPI_PUBLISH_INDEX. Includes CPI_NONFICTION, CPI_FICTION, and CPI_SCIFI passions.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_BUSINESS_INDEX</td>\n     <td>Interested in business news, career, and/or products usually associated with running a business. Includes CPI__BUSINESS_HOMEOFFICE index.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_BUSINESS_HOMEOFFICE_INDEX</td>\n     <td>Indication that the person has a Home Office. Included in CPI_BUSINESS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CATALOG_INDEX</td>\n     <td>Has purchased from a catalog.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_DONOR_INDEX</td>\n     <td>Has a known history of donating to charitable causes.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_FAMILY_INDEX</td>\n     <td>Those known to live in a family (i.e., adults and children) household, based on the presence of children and/or the purchase of children’s related products. Includes both CPI_FAMILY_TEEN_INDEX and CPI_FAMILY_YOUNG_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_FAMILY_TEEN_INDEX</td>\n     <td>Those known to live in a family (i.e., adults and children) household with at least one teenager, based on based the presence of children and/or the purchase of teen-related products. Included in CPI_FAMILY_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_FAMILY_YOUNG_INDEX</td>\n     <td>Those known to live in a family (i.e., adults and children) household with at least one child under , based on the presence of children and/or the purchase of younger children’s related products. Included in CPI_FAMILY_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_COLLECTIBLES_INDEX</td>\n     <td>Interested in collectibles, including dolls, coins, stamps, stuffed animals, plates, memorabilia, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_COLLEGE_INDEX</td>\n     <td>Interested in colleges and universities as an alumni.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_COMPUTERS_INDEX</td>\n     <td>Interested in computers and products used with computers.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CONTINUITY_INDEX</td>\n     <td>Purchased a product offered via continuity.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_COOKING_INDEX</td>\n     <td>Interested in cooking, baking, and all things culinary, including recipes and cooking equipment. Included in CPI_HOMELIV_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CRAFTS_INDEX</td>\n     <td>Covers all crafts, including crochet, sewing, knitting, needlepoint, quilting, jewelry, ceramics, painting, etc. Includes the CPI_CRAFTS_CROCHET, CPI_CRAFTS_KNIT, CPI_CRAFTS_NEEDLEPOINT, CPI_CRAFTS_QUILT, CPI_CRAFTS_SEW passions listed below.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CRAFTS_CROCHET_INDEX</td>\n     <td>Interested in crocheting. Included in CPI_CRAFTS Index</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CRAFTS_KNIT_INDEX</td>\n     <td>Interested in knititing. Included in CPI_CRAFTS Index</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CRAFTS_NEEDLEPOINT_INDEX</td>\n     <td>Interested in needlepoint. Included in CPI_CRAFTS Index</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CRAFTS_QUILT_INDEX</td>\n     <td>Interested in quilting. Included in CPI_CRAFTS Index</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CRAFTS_SEW_INDEX</td>\n     <td>Interested in the sewing craft. Included in CPI_CRAFTS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CC_INDEX</td>\n     <td>Has used a credit card to make a purchase</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CREDIT_REPAIR_INDEX</td>\n     <td>Interested in repairing their credit</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CREDIT_REPORT_INDEX</td>\n     <td>Have purchased or obtained a copy of their credit report</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CULTUREARTS_INDEX</td>\n     <td>Interested in culture and the arts, including art, antiques, opera, museums, the theatre, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CURREVENT_INDEX</td>\n     <td>Interested in the news and politics.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_DIY_INDEX</td>\n     <td>Interested in Do It Yourself projects, including home improvements and construction, wood working, auto repair, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_EDUCATION_SEEKERS_INDEX</td>\n     <td>Interested in furthering their education including online schools, brick and mortar schools and trade schools</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_ELECTRONICS_INDEX</td>\n     <td>Interested in electronics, such as home and auto stereos, video equipment, etc. Does not include computers.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_FICTION_INDEX</td>\n     <td>Interested in fiction books. Included in CPI_PUBLISH_INDEX and CPI_PUBLISH_BOOKS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_GAMBLING_INDEX</td>\n     <td>Interested in games of chance, including casino gambling and lotteries.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_GAMES_INDEX</td>\n     <td>Interested in a variety of games, including computer games, traditional board games, puzzles, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_GARDENING_INDEX</td>\n     <td>Interested in gardening and plants, both indoors and outdoors, decorative and edible. Included in CPI_HOMELIV_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_GIFTGIVR_INDEX</td>\n     <td>Has been known to purchase gifts for others via a direct marketing channel.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_GOURMET_INDEX</td>\n     <td>Interested in gourmet and upscale products, such as fine foods, wines, and other expensive items.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HEALTH_INDEX</td>\n     <td>Interested in one’s health and/or self-improvement. Includes HEALTH_DIET and HEALTH_FITNESS indices below.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INSURANCE_HEALTH_INDEX</td>\n     <td>Interested in purchasing Health Insurance</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HEALTH_DIET_INDEX</td>\n     <td>Interested in weight control or losing weight. Included in CPI_HEALTH_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HEALTH_FITNESS_INDEX</td>\n     <td>Interested in physical fitness and exercise, including running, biking, walking, weight lifting, aerobics, etc. Included in CPI_HEALTH_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HIGHTECH_INDEX</td>\n     <td>Interested in new and/or relatively rare high technology electronic products, such as HDTV’s, digital video cameras, digital video recorders, satellite radio, pagers, home fax machines, plasma TVs, etc. This is a moving target as products become more accepted and as new products are invented.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HISPANIC_INDEX</td>\n     <td>Race indicated as Hispanic, speaks Spanish, and/or interested in Hispanic-oriented products.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HISTORY_INDEX</td>\n     <td>Interested in History. Includes CPI_HISTORY_AMERICAN index.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HOBBIES_INDEX</td>\n     <td>Interested in unspecified hobbies or in various hobbies not included in other passions.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HOMEDECR_INDEX</td>\n     <td>Interested in Home Decorating, such as furnishings, wall and window treatments, layouts, etc. Included in CPI_HOMELIV_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HOMELIV_INDEX</td>\n     <td>Interested in things related to the home. These include the CPI_COOKING, CPI_GARDENING, and CPI_HOMEDECR passions listed below, but also include house wares, linens, and the like.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_EQUESTRIAN_INDEX</td>\n     <td>Interested in horses and riding.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INSPIRATION_INDEX</td>\n     <td>Interested in non-religious inspiration, including new age products, astrology, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INSURANCE_INDEX</td>\n     <td>Interested in purchasing insurance (includes Life, Health &amp; Auto)</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INTERNET_ACCESS_INDEX</td>\n     <td>Known only to have internet access; does not necessarily include an internet purchase. Included in CPI_INTERNET_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INTERNET_BUY_INDEX</td>\n     <td>Known to have purchased a product via the internet. Included in CPI_INTERNET_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INTERNET_INDEX</td>\n     <td>Known to be on the internet. Includes the INTERNET_ACCESS and INTERNET_BUY passions.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_JOB_SEEKERS_INDEX</td>\n     <td>Users of online job searching sites</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PUBLISH_MAGS_INDEX</td>\n     <td>Known to have purchased a magazine via direct marketing channels. Included in CPI_PUBLISH_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PUBLISH_INDEX</td>\n     <td>Known to have purchased a book or magazine via direct marketing channels. Includes CPI_PUBLISH_MAGS and CPI_PUBLISH_BOOKS passions.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_MOBILE_APPS_INDEX</td>\n     <td>Have purchased a ring tone or app for a mobile device</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_MOTORCYCLES_INDEX</td>\n     <td>Interested in motorcycles and ATVs.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_MUSIC_INDEX</td>\n     <td>Interested in music and/or music playing equipment.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_NONFICTION_INDEX</td>\n     <td>Interested in non-fiction books. Included in CPI_PUBLISH_INDEX and CPI_PUBLISH_BOOKS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_MONEYMAKING_INDEX</td>\n     <td>Interested in moneymaking opportunities, usually of the get-rich- quick nature.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_OUTDOORS_INDEX</td>\n     <td>Interested in outdoor, sportsman-type activities. Includes the CPI_OUTDOORS_BOATSAIL, CPI_OUTDOORS_CAMP, CPI_OUTDOORS_FISHING, CPI_OUTDOORS_HUNTING, and CPI_OUTDOORS_HUNTFISH passions listed below.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_OUTDOORS_BOATSAIL_INDEX</td>\n     <td>Interested in boating, sailing, canoeing, kayaking, water skiing, rafting, etc. Included in CPI_OUTDOORS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_OUTDOORS_CAMP_INDEX</td>\n     <td>Interested in camping, hiking, climbing, etc. Included in CPI_OUTDOORS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_OUTDOORS_FISHING_INDEX</td>\n     <td>Interested specifically in fishing, saltwater and/or freshwater. Included in CPI_OUTDOORS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_OUTDOORS_HUNTING_INDEX</td>\n     <td>Interested specifically in hunting or guns. Included in CPI_OUTDOORS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_OUTDOORS_HUNTFISH_INDEX</td>\n     <td>Interested in hunting and/or fishing. Source data covers both (general sportsman activities), not specific to one or the other. Included in CPI_OUTDOORS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PFIN_INDEX</td>\n     <td>Interested in personal finance, investments, retirement planning, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_EGO_INDEX</td>\n     <td>Interested in personalized products, such as monograms.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PETS_CATS_INDEX</td>\n     <td>Interested in or an owner of cats. Included in CPI_PETS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PETS_DOGS_INDEX</td>\n     <td>Interested in or an owner of dogs. Included in CPI_PETS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PHOTOPROC_INDEX</td>\n     <td>Known to have had film processed via the mail or the internet.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PHOTOG_INDEX</td>\n     <td>Interested in photography.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CONSERVATIVE_INDEX</td>\n     <td>Expressed a preference for a conservative political point of view or party.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_LIBERAL_INDEX</td>\n     <td>Expressed a preference for a liberal political point of view or party.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SOCIAL_NETWORKING_INDEX</td>\n     <td>Users of online social networking services such as facebook, twitter etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_INDEX</td>\n     <td>Interested in sports, mostly spectator and/or paraphernalia purchaser, but includes participation. Includes the CPI_SPORTS_BASEBALL, CPI_SPORTS_BASKETBALL, CPI_SPORTS_FOOTBALL, CPI_SPORTS_GOLF, CPI_SPORTS_HOCKEY, CPI_SPORTS_SKIING, CPI_SPORTS_SOCCER and CPI_SPORTS_TENNIS passions below.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_BASEBALL_INDEX</td>\n     <td>Interested in the specific sport of Baseball as a spectator, paraphernalia purchaser and/or participant.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_BASKETBALL_INDEX</td>\n     <td>Interested in Basketball</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_BIKING_INDEX</td>\n     <td>Interested in Biking</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_FOOTBALL_INDEX</td>\n     <td>Interested in Football</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_GOLF_INDEX</td>\n     <td>Interested in Golf</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_HOCKEY_INDEX</td>\n     <td>Interested in Hockey</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_RUNNING_INDEX</td>\n     <td>Interested in Running</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_SKI_INDEX</td>\n     <td>Interested in Skiing</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_SOCCER_INDEX</td>\n     <td>Interested in Soccer</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_SWIMMING_INDEX</td>\n     <td>Interested in Swimming</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_TENNIS_INDEX</td>\n     <td>Interested in Tennis</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SWEEPS_INDEX</td>\n     <td>Interested in offers utilizing sweepstakes.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_TRAVEL_INDEX</td>\n     <td>Interested in traveling. Includes the CPI_TRAVEL_CRUISE, CPI_TRAVEL_RV and CPI_TRAVEL_US passions.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_TRAVEL_CRUISE_INDEX</td>\n     <td>Interested in boat cruises. Included in CPI_TRAVEL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_TRAVEL_RV_INDEX</td>\n     <td>Interested in recreational vehicles or known to own one. Included in CPI_TRAVEL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_TRAVEL_US_INDEX</td>\n     <td>Interested in travel within the US. Included in CPI_TRAVEL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_TVMOVIES_INDEX</td>\n     <td>Interested in television, movies, videos, DVDs, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_WILDLIFE_INDEX</td>\n     <td>Interested in the environment and/or wildlife.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n</tr></table>","_postman_id":"8c07d080-d3b4-4fde-934c-01d2ec0a9885"},{"name":"Connex Segmentation","item":[{"name":"Connex Household Cluster","item":[],"id":"d38209c3-6a79-482c-ad8e-8bf1f8c4a526","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>A01 </td>\n     <td>Single Start-Ups </td>\n     <td>Single Start-Ups are off and running towards a successful future.  With Associate's degrees in hand, this unmarried and child-free audience is focusing on their careers in the armed forces, law enforcement and administration. Their less than average household income centers around necessities including transportation, food &amp; beverages and personal care.  In their free time, \"Single Start-Ups\" like to go dancing, engage in cooking for fun, relax with a beer or two and cheer on the home team at sporting events. </td>\n   </tr> \n\n  <tr>\n     <td>A02 </td>\n     <td>Hard-Working Mamas </td>\n     <td>Hard-Working Mamas are young unmarried women caring for children under the age of ten.  In general, these armed forces enlistees, law enforcement officers and administrators live in rentals built after 1990 and focus their limited household income on transportation, food &amp; beverages and personal care.  \"Hard-Working Mamas\" enjoy listening to the radio or reading magazines when they're not chatting with friends on their smartphones.  These kid-focused moms have also recently bought toys or eaten in fast food restaurants. </td>\n   </tr> \n\n  <tr>\n     <td>A03 </td>\n     <td>Road-Weary Renters </td>\n     <td>Road-Weary Renters are a middle-aged, middle class audience that tends to be unmarried and without children in the household.  You may find them riding their motorcycles on their weekends off from their jobs in the armed forces, law enforcement and administration.  Their limited household income goes towards transportation and food &amp; beverages, but they have probably also ordered an item by phone that they recently saw on the internet.  It's highly likely that \"Road-Weary Renters\" have smoked cigarettes and chewed tobacco, as well as taken a vitamin, dietary supplement or prescription remedy to address a specific issue. </td>\n   </tr> \n\n  <tr>\n     <td>A04 </td>\n     <td>Fun for the Whole Family </td>\n     <td>Married with children, \"Fun for the Whole Family\" is a family-oriented audience.  Managing careers in the armed forces and law enforcement is nothing compared to managing kids under the age of fifteen!  Although they spend the bulk of their money on transportation, food &amp; beverages and personal care, you can bet these families have also bought toys or a small kitchen appliance recently.  You have probably also seen \"Fun for the Whole Family\" driving their standard or compact cars to nearby fast food restaurants for a quick bite before heading off to their next activity. </td>\n   </tr> \n\n  <tr>\n     <td>A05 </td>\n     <td>Single in Suburbia </td>\n     <td>Single in Suburbia are single without children in the household, living in suburban rentals that are likely located near a military base.  These Associate's degree holders are enjoying careers in the armed forces, law enforcement and administration.  They like playing the lottery, and gambling in general, and can be seen zooming around town on their motorcycles.  Although their limited budget goes towards necessities like transportation, food &amp; beverages and personal care, \"Single in Suburbia\" also have enough left over to purchase low-ticket home furnishings or perhaps a new toy for their household pet. </td>\n   </tr> \n\n  <tr>\n     <td>A06 </td>\n     <td>Family Focused </td>\n     <td>Family Focused are married couples caring for children of all ages.  You can find these families living in single family homes in mid-size suburbs, driving their full-size pick-ups or compact cars to their jobs in the armed forces and law enforcement.  Although they have debt, with a household income slated mainly for transportation, food &amp; beverages and personal care, \"Family Focused\" still find a way to buy new toys or spend a day at the local theme park. </td>\n   </tr> \n\n  <tr>\n     <td>A07 </td>\n     <td>Humble Homebodies </td>\n     <td>Humble Homebodies are predominantly single retirees living in mid-size suburban areas in single family homes built after 1990.  They have a limited fixed income, which they use for transportation, food &amp; beverages and tobacco products.  They enjoy the simple pleasures of home such as watching television, reading the newspaper and gardening.  It's also quite probable that many \"Humble Homebodies\" own some type of retirement real estate. </td>\n   </tr> \n\n  <tr>\n     <td>A08 </td>\n     <td>Road to Retirement </td>\n     <td>For the most part, \"Road to Retirement\" are a middle-aged audience creeping increasingly closer to retirement.  These married empty nesters live in mid-size suburban areas in single family homes that are less than 30 years old.  You'll likely see them driving their full-size picks-ups or motorcycles to their jobs in the armed forces, law enforcement and administration.  This established segment tends to own mutual funds, as well as life insurance policies.  Their down-time is spent reading outdoor media, volunteering for charitable organizations or taking a cruise vacation.  \"Road to Retirement\" also like eating out at family restaurants and it's quite possible that they've recently ordered something by phone that they saw in a catalog. </td>\n   </tr> \n\n  <tr>\n     <td>A09 </td>\n     <td>Middle Class Mommies </td>\n     <td>Middle Class Mommies are predominantly unmarried women taking care of children between the ages of three and five.  These homeowners live in newer homes in mid-size suburban areas.  They've earned their Associate's degree, which they've used to land jobs in the armed forces, law enforcement and administration.  They use their somewhat less than average household income for transportation, food &amp; beverages and personal care.  In their rare free moments, \"Middle Class Mommies\" like to listen to the radio and try their luck with the lottery.  Some of their more recent purchases may include large kitchen appliances, big-ticket home furnishings, toys, clothing and perhaps something for their dog. </td>\n   </tr> \n\n  <tr>\n     <td>A10 </td>\n     <td>Middle-Aged Middles </td>\n     <td>With their average single family homes in mid-size suburban areas, these marrieds with children are your typical family next door complete with Fido and Fluffy.  \"Middle-Aged Middles\" drive their compact cars and vans to their jobs in the armed forces, law enforcement and administration.  Many of them avoid a commute altogether as home-based business owners.  They channel their household income towards transportation, personal care and food &amp; beverages--especially the fast food variety.  \"Middle-Aged Middles\" have probably also recently purchased a large kitchen appliance or returned from a cruise trip. </td>\n   </tr> \n\n  <tr>\n     <td>A11 </td>\n     <td>Sweet Life in Suburbia </td>\n     <td>Single family homes.  Attended a theme park.  Spend $150+ per week on groceries.  Bought sports/recreation equipment.  Yep, these are the trappings of \"Sweet Life in Suburbia\".  These mommies and daddies work hard at their jobs in the armed forces, law enforcement or as home-based business owners.  When they get a free moment, they enjoy reading a magazine or two.  Their above average income is geared towards transportation, food &amp; beverages and personal care.  Like many families, \"Sweet Life in Suburbia\" does have some consumer debt, but there's still money for investment real estate, new tires and gas for their mid-size SUVs. </td>\n   </tr> \n\n  <tr>\n     <td>B01 </td>\n     <td>Small Town Singles </td>\n     <td>Young, single and free from the responsibilities of parenthood, \"Small Town Singles\" are living an unencumbered existence in small town suburbia. As recent recipients of Associate's and Bachelor's degrees, this audience is just getting started in their yet-to-be-solidified careers.  They use their less than average incomes for household furnishings and operations, as well as for entertainment and transportation.  For fun, \"Small Town Singles\" like to go dancing, listen to music they've recently downloaded or surf the net.  They've also been known to imbibe in distilled liquor, which they may accompany with a cigar or cigarette. </td>\n   </tr> \n\n  <tr>\n     <td>B02 </td>\n     <td>Millennial Mommies </td>\n     <td>Single, Gen Y women and their children dominate this audience.  When they're not on the job as engineers, \"Millennial Mommies\" are on the job as mommy and daddy, caring for children under the age of fifteen.  For the most part, this audience lives in rental properties that are less than 25 years old in small-size suburban areas.  They like to go dancing and listen to the radio, as well as spend quality time with the kids at the local theme park.  Although their less than average income is budgeted for household operations and transportation, they've probably also recently purchased some low-ticket home furnishing or toys for the kids. </td>\n   </tr> \n\n  <tr>\n     <td>B03 </td>\n     <td>Single and Ready to Mingle </td>\n     <td>Young, single and free from the responsibilities of children aptly summarizes the \"Single and Ready to Mingle\" audience.  As recent recipients of their Associate's or Bachelor's degrees, these workforce newbies are in the initial phases of their careers in the field of architecture/engineering.  They like to gamble, enjoy cooking and frequently listen to their fave tunes on the radio.  You can see them riding their motorcycles around their small-size suburban neighborhoods, or at the local watering hole knocking back a few beers with friends.  \"Single and Ready to Mingle\" spend their less than average incomes on household furnishings and operations, entertainment and transportation and they may have recently returned from a vacation abroad or a cruise. </td>\n   </tr> \n\n  <tr>\n     <td>B04 </td>\n     <td>Tweeners </td>\n     <td>Tweeners are singles in between relationships caring for children in between grade school and college.  These single parents tend to live in smaller suburban settings in comfortable single family homes; and whether it's a compact or intermediate car, these are typically two vehicle households.  \"Tweeners\" enjoy careers in architecture/engineering and spend their above average incomes on furnishing and running their households, transportation and entertainment.  For fun, this group likes to play the lottery and go dancing, which they may also do around the house to music they've recently downloaded.  And with children in the household, you can bet they've recently purchased toys or some kind of sports/recreation equipment. </td>\n   </tr> \n\n  <tr>\n     <td>B05 </td>\n     <td>Simply Retired </td>\n     <td>Simply Retired are enjoying their golden years in mid-size suburban areas where they reside in comfortable single family homes.  They are less likely than the national average to be married and unlikely to have any children left at home.  Those that are still working enjoy careers in architecture/engineering and those that are retired enjoy reading newspapers, watching television and gardening.  \"Simply Retired\" spend their fixed incomes on furnishing and maintaining their homes, transportation and entertainment.  In addition, they probably also own some kind of retirement real estate. </td>\n   </tr> \n\n  <tr>\n     <td>B06 </td>\n     <td>Boomerangers </td>\n     <td>Boomerangers are married retirees whose children have returned (or perhaps never left) the nest.  This group likes to gamble, are members of collector's clubs and enjoy spoiling their four-legged fur babies.  They spend their slightly less than average household incomes on their homes, transportation and entertainment and have probably recently purchased a large kitchen appliance or some new tires for the standard and compact cars that are parked in the driveway. </td>\n   </tr> \n\n  <tr>\n     <td>B07 </td>\n     <td>Reaching for Retirement </td>\n     <td>On the brink of retiring, \"Reaching for Retirement\" are a middle-aged audience living in small town suburbia, where they reside in comfortable rentals built after 1990.  Whether they're married or single, this segment is unlikely to have children living under their roof any longer.  They have established careers in the field of architecture/engineering and spend their incomes on their homes, their two or more cars and entertainment.  \"Reaching for Retirement\" enjoy watching television and cooking, which would account for the large kitchen appliance they recently purchased. </td>\n   </tr> \n\n  <tr>\n     <td>B08 </td>\n     <td>Hearth and Home </td>\n     <td>Hearth and Home are married with children living in single family homes, which are located in mid-size suburban settings.  After dropping the kids off at school, these moms and dads head to the office where they enjoy careers in architecture/engineering.  Some of them simply head to their home offices, where they expertly manage the details of their home-based businesses.  When they're not working, you can find \"Hearth and Home\" listening to the game on the radio, volunteering for charitable organizations or perhaps attending a sports event.  Although they have consumer debt, these folks still find a way to buy that large kitchen appliance they've had their eye on...perhaps a new refrigerator to protect the $150+ worth of groceries they buy on a weekly basis! </td>\n   </tr> \n\n  <tr>\n     <td>B09 </td>\n     <td>Prime Time </td>\n     <td>As its name suggests, \"Prime Time\" are in the prime of their lives working as engineers in mid-size suburban settings.  They are less likely than the national average to be married with children, but not unlikely.  For the most part, these folks are renters living in properties that are less than 25 years old.  They spend their above average incomes on their homes, their two or more vehicles and entertainment.  In their free time, \"Prime Time\" are members of collector's clubs and also enjoy gambling.  They are likely to own investment real estate and some of their most recent purchases may include low-ticket home furnishings and sports/recreation equipment. </td>\n   </tr> \n\n  <tr>\n     <td>B10 </td>\n     <td>Family Ties </td>\n     <td>Married with children of all ages, \"Family Ties\" are the definition of family life in small town suburbia.  You will typically find this audience living in rental properties, with the majority of their income focused on home furnishings and operations, transportation and entertainment.  An accounting of their latest purchases would probably reveal big-ticket home furnishings, large kitchen appliances, sports/recreation equipment and toys.  \"Family Ties\" also spend a fair amount of money on food, frequently dining out at their favorite family restaurant, not to mention the $150+ they spend on groceries each week. </td>\n   </tr> \n\n  <tr>\n     <td>B11 </td>\n     <td>Happy Homeowners </td>\n     <td>Happy Homeowners are single and unlikely to have children still living at home.  As its name suggests, nearly every household in this segment is the proud owner of a house in the suburbs.  \"Happy Homeowners\" focus their above average incomes on their homes, their two plus cars and entertainment.  Although they like to gamble and play the lottery, they do have an eye on the future, which is evidenced by their mutual funds, college savings accounts, retirement plans and other similar investments.  Although \"Happy Homeowners\" do have consumer debt, it doesn't stop them from purchasing items they may have seen on the internet or in their favorite catalog. </td>\n   </tr> \n\n  <tr>\n     <td>B12 </td>\n     <td>Small Town Suburbia </td>\n     <td>Small Town Suburbia are married couples and their children, living in single family homes located in mid-size suburban settings.  With kids of all ages still at home, this segment spends quality time at the local theme park or sporting events.  Typical expenditures include $150+ per week on groceries, new sports &amp; recreation equipment and of course toys.  Although \"Small Town Suburbia\" does have consumer debt, it hasn't stopped them from making some recent home improvements, which may have included the purchase of a large kitchen appliance. </td>\n   </tr> \n\n  <tr>\n     <td>B13 </td>\n     <td>Free At Last </td>\n     <td>Free At Last are married couples who are reconnecting again now that the kids have left the nest.  This retired, or nearly retired, set enjoys watching sports on TV and gardening.  They live a comfortable existence in their single family homes in smaller suburban areas and are rested and relaxed having just returned home from their recent cruise trip.  With the bulk of their career in their review mirrors, \"Free At Last\" have had ample time to build investment portfolios, which include stocks, mutual funds and other investments.  They enjoy eating out at their favorite family restaurant on a regular basis, which they drive to in their compact cars or full-size pick-ups. </td>\n   </tr> \n\n  <tr>\n     <td>C01 </td>\n     <td>Hittin' the Ground Running </td>\n     <td>Hittin' the Ground Running are young, unmarried and unlikely to have children in the household.  They have recently earned their Bachelor's or Post-Graduate degrees and are starting promising careers in the fields of computers and engineering.  They live in larger suburban areas where they have rentals they enjoy fixing up with new household furnishings.  Their income is directed towards their homes, paying off student loans, gifts and personal insurance.  In their free time, \"Hittin' the Ground Running\" like to go dancing, surf the net and play on their smartphones. </td>\n   </tr> \n\n  <tr>\n     <td>C02 </td>\n     <td>Mama's In Charge </td>\n     <td>Mama's In Charge is an audience comprised largely of young, single mothers caring for kids under the age of ten.  For the most part, this audience lives in rental properties located in larger size suburban areas.  These educators and engineers tend to use their incomes to take care of their homes, pay for school loans, buy gifts and to insure themselves and their children.  They may have also treated themselves to a piece of fine jewelry recently.  When they're not working, \"Mama's In Charge\" are probably shopping for women's clothing, chatting on their smartphones or spending quality kid time at the local theme park. </td>\n   </tr> \n\n  <tr>\n     <td>C03 </td>\n     <td>Aging Gracefully </td>\n     <td>Single with no kids left at home, \"Aging Gracefully\" are retired, or rapidly approaching retirement, from their jobs as engineers, educators and healthcare diagnosticians.  These folks live in well maintained homes located in larger suburban settings.  They have a healthy net worth and probably own stocks and mutual funds, along with some retirement real estate.  For \"Aging Gracefully,\" a little R&amp;R includes a glass or two of wine, travel to foreign countries, cheering on their hometown teams or simply reading the newspaper.   </td>\n   </tr> \n\n  <tr>\n     <td>C04 </td>\n     <td>Sunny Suburbia </td>\n     <td>Sunny Suburbia are married with kids, living in well appointed homes located in large suburban settings.  They drive their imports, SUVs and luxury cars to their jobs in the fields of engineering, education, healthcare/diagnostics and management.  Weekends are spent with the family at the local theme park or cheering on the hometown team.  \"Sunny Suburbia\" also relax with a glass of wine now and again and for real relaxation they vacation to foreign countries. </td>\n   </tr> \n\n  <tr>\n     <td>C05 </td>\n     <td>Parents Without Partners </td>\n     <td>Parents Without Partners are successful singles with children, living in well appointed homes in large suburbs.  They're in the thick of their careers as architects, educators, corporate managers and doctors.  They use their above average incomes to furnish and maintain their homes, buy gifts and for education, whether it be lingering student loans or their children's education.  \"Parents Without Partners\" enjoy tuning in the local sports team on the radio, listening to music they've recently downloaded or catching a flick on their Blu-ray player.  They also like to shop and have probably purchased women's clothing or a small kitchen appliance recently. </td>\n   </tr> \n\n  <tr>\n     <td>C06 </td>\n     <td>Relaxation Maximization </td>\n     <td>Relaxation Maximization are living out their golden years in single family homes located in larger suburban settings.  Having retired from their careers in education, healthcare and engineering, this set now enjoys more laid back endeavors such as reading the newspaper, watching TV or gardening.  They have a comfortable net worth, along with some retirement real estate, and tend to focus their spending on their homes, gifts and personal insurance.  \"Relaxation Maximization\" take care of their health with vitamins and dietary supplements, but occasionally take a prescription remedy for a specific ailment. </td>\n   </tr> \n\n  <tr>\n     <td>C07 </td>\n     <td>Slowin' Their Roll </td>\n     <td>Slowin' Their Roll are established singles and married couples winding down from, or newly retired from, careers in engineering, education and healthcare.  The majority of these folks still have children living with them in their high-end suburban homes.  This set continues to add to their already comfortable nest egg and what they're not saving they're using for their homes, education, gifts, contributions and personal insurance.  They've also recently purchased books, women's clothing or an item they saw in a catalog, which they ordered over the phone.  \"Slowin' Their Roll\" enjoy dancing, playing the lottery and eating out at their favorite family restaurants...well, when they're not noshing on home-cooked meals that is, which costs them $150 or more per week at the grocery store.   </td>\n   </tr> \n\n  <tr>\n     <td>C08 </td>\n     <td>Climbing the Ladder </td>\n     <td>Climbing the Ladder are young singles creating a name for themselves in their chosen field of computers/math, architecture/engineering and education.  These career-minded professionals rent posh pads located in larger suburban settings.  They enjoy dancing, attending sporting events and surfing the net where they've recently downloaded some new tunes or perhaps a best-selling read.  \"Climbing the Ladder\" spend their above average incomes on household operations, big-ticket home furnishings, gifts and personal insurance.  What remains is devoted to the multiple trips abroad this set has already taken or plan on taking in the future. </td>\n   </tr> \n\n  <tr>\n     <td>C09 </td>\n     <td>Reaping the Reward </td>\n     <td>Reaping the Reward are married empty nesters enjoying the fruits of their labor. As retired engineers, executive managers, educators, doctors and nurses, these folks managed to create a very healthy net worth for themselves.  Whether it's stocks, mutual funds or real estate, \"Reaping the Reward\" have diverse portfolios that allow them to enjoy a worry-free retirement from their comfortable suburban homes.  At home you can find them reading the newspaper or enjoying a glass of wine out on the deck.  Vacations are spent cruising the high seas or discovering foreign locales. </td>\n   </tr> \n\n  <tr>\n     <td>C10 </td>\n     <td>Single Savvy Savers </td>\n     <td>Single Savvy Savers are a middle-aged audience that is single and unlikely to have children in the household.  They live in large-scale suburbs where they enjoy careers as educators and architectural engineers.  They've managed to amass a comfortable net worth thus far and what they're not saving is focused on home furnishings, renter insurance for their upscale abodes, education, gifts and personal insurance.  They enjoy dancing, sports and browsing the internet where they probably spotted a must-have item that they ordered over the phone.  \"Single Savvy Savers\" also enjoy the occasional libation and have a particular fondness for wine and distilled spirits. </td>\n   </tr> \n\n  <tr>\n     <td>C11 </td>\n     <td>Carpool Lane </td>\n     <td>Carpool Lane are married couples caring for children of all ages in mid-size suburban surroundings.  Dad drives his imported car to his engineering job, while mom takes the SUV to drop off the kids at school before heading to the medical office where she's a nurse practitioner.  The family's above average income is used for household operations and furnishings, education, gifts, contributions and personal insurance.  On the weekends, \"Carpool Lane\" heads to the local theme park for a day of good old fashioned family fun. </td>\n   </tr> \n\n  <tr>\n     <td>C12 </td>\n     <td>Pinnacle of Success </td>\n     <td>Pinnacle of Success are middle-aged educators, doctors, nurses and executive managers who live in comfortably furnished suburban homes with their spouse and children.  They continually add to their already solid net worth and use what remains of their income for their kid's education, gifts, contributions, personal insurance and for their high-end homes, which probably have new furnishings or large kitchen appliances. They also drop $150 or more per week on groceries.  \"Pinnacle of Success\" enjoy reading magazines, not to mention the recently purchased NYT bestseller.  For fun, these families revel in a day of roller coasters and cotton candy at the local theme park. </td>\n   </tr> \n\n  <tr>\n     <td>C13 </td>\n     <td>Single Sophisticates </td>\n     <td>For the most part, \"Single Sophisticates\" are single without any children in the household.  Rather, this established audience is focused on their careers in engineering, education, healthcare and computers.  Their above average incomes afford them comfortable suburban homes, as well as allow them to pay for education, gifts, contributions and personal insurance.  They've also probably bought some household furnishings recently.  \"Single Sophisticates\" enjoy surfing the net on their smartphones and cheering on their home team at any number of sporting events.  They like to relax with a beer or their favorite distilled liquor and it's not unusual for this set to visit a foreign country for vacation. </td>\n   </tr> \n\n  <tr>\n     <td>C14 </td>\n     <td>Sittin' Pretty in the Suburbs </td>\n     <td>Sittin' Pretty in the Suburbs are mature married couples closing in on retirement.  This audience probably still has some older children living with them in their high-end homes.  They've been highly successful in their careers as executive managers, home-based business owners and doctors...so successful in fact that they've built a substantial net worth for themselves, which includes stocks and investment real estate.  \"Sittin' Pretty in the Suburbs\" earn well above average incomes that allow them to enjoy the finer things in life like luxury cars, vacations abroad and cruising the high seas. </td>\n   </tr> \n\n  <tr>\n     <td>C15 </td>\n     <td>Suburban Splendor </td>\n     <td>Suburban Splendor are married couples and their children living the good life in mid-size suburban settings where they reside in sprawling high-end homes.  Theses engineers, doctors, executive managers and home-based business owners work hard and have already managed to build-up a sizable net worth.  They enjoy reading magazines, driving luxury cars and taking fabulous family vacations to foreign lands.  \"Suburban Splendor's\" extremely healthy incomes allow them to invest in real estate, buy top-of-the-line household furnishings, educate their children and to be quite generous with gifts and contributions. </td>\n   </tr> \n\n  <tr>\n     <td>D01 </td>\n     <td>Fast Trackers </td>\n     <td>Fast Trackers are rapidly ascending the ladder of success as lawyers, artists and careers in social science.  These singles live in high-end condos and townhouses in the urban core.  They enjoy dancing, participating in sports, cooking for fun and chillin' with friends over a beer or their fave distilled liquor.  \"Fast Trackers\" use their less than average incomes for reading materials, clothes, student loans, personal care and other miscellaneous expenses.  It also wouldn't be surprising if they recently downloaded the latest chart topper. </td>\n   </tr> \n\n  <tr>\n     <td>D02 </td>\n     <td>Momagers </td>\n     <td>Momagers are living jam-packed lives with fast-paced careers as lawyers, professors and in the fields of social science and the arts. When work is finished, the race continues as these urban singles hop in their compact cars and head to their townhomes where their kids are waiting to hear what's for dinner.  They use their slightly less than average incomes for reading materials, education, apparel, retail therapy and other miscellaneous expenses.  With what's left over, they may purchase the latest NYT best seller or perhaps a new household appliance.  When \"Momagers\" do eke out some free-time they like to go dancing, relax with a beer or two or chat with friends on their smartphones. </td>\n   </tr> \n\n  <tr>\n     <td>D03 </td>\n     <td>Success in the City </td>\n     <td>This established set is married with kids and in the midst of successful careers in the fields of education, social science and the arts.  \"Success in the City's\" above average incomes allow them to buy reading materials, apparel, gifts and to educate their children.  Recent purchases may have also included sports and recreation equipment for the kids, low-ticket home furnishings for their condo and even a piece of fine jewelry.  Outside of work, you can find \"Success in the City\" volunteering for a charitable organization, or perhaps they just returned from a trip abroad. </td>\n   </tr> \n\n  <tr>\n     <td>D04 </td>\n     <td>Renaissance Retirees </td>\n     <td>Renaissance Retirees are retired from, or are in the twilight of, their careers in the arts, social science and in the legal sector.  They're single and unlikely to have children living with them in their high-end urban rentals.  They use their slightly below average household incomes for reading materials, apparel, personal insurance and other miscellaneous expenses.  They have also recently purchased an item by phone, which they saw in a catalog.  \"Renaissance Retirees\" enjoy reading their favorite newspaper or magazine with a glass of wine and volunteering for a charitable organization close to their hearts. </td>\n   </tr> \n\n  <tr>\n     <td>D05 </td>\n     <td>Affluent Aficionados </td>\n     <td>Affluent Aficionados are a married, middle-aged and child-free segment who are living a comfortable lifestyle in the big city.  As lawyers and financial representatives they've done well for themselves and have managed to accrue a tidy net worth.  Their above average incomes allow them to indulge in the finer things in life like luxury cars, fine jewelry and trips to foreign countries.  On the flip side, \"Affluent Aficionados\" are also quite philanthropic and volunteer for charitable organizations in their free time. </td>\n   </tr> \n\n  <tr>\n     <td>E01 </td>\n     <td>Young and Hungry </td>\n     <td>Young and Hungry are unmarried and unlikely to have children in the household.  Rather, they are putting their Bachelor's or Post-Grad degrees to work in their fledgling careers in social services and the armed forces.  They tend to rent average condos and townhouses in smaller suburban settings with an above average crime index.  There may also be a military base or correctional facility nearby, which would account for a higher population density than is typical for this area.  With their limited incomes, \"Young and Hungry\" focus their spending on reading materials, utilities, personal care, healthcare and other miscellaneous expenses.  Their free-time is spent dancing or relaxing with friends over a couple beers or other adult beverage of choice. </td>\n   </tr> \n\n  <tr>\n     <td>E02 </td>\n     <td>Making It Matriarchs </td>\n     <td>Making It Matriarchs are young unmarried mothers who are caring for children under the age of fifteen.  Their careers are concentrated in the armed forces or social services.  After work, these women head home to their rented condos for some quality time with their kids.  Their below average income is applied to necessities such as utilities, personal care, healthcare and transportation.  They have also recently purchased some clothes for themselves, toys for the kids and maybe even a piece of fine jewelry.  \"Making It Matriarchs\" don't have a lot of free time, but when they do this group likes to go dancing or perhaps try out a new recipe on their family. </td>\n   </tr> \n\n  <tr>\n     <td>E03 </td>\n     <td>Retiring Retirees </td>\n     <td>Retiring Retirees have retired from their jobs in the armed forces or social services and are living a simple lifestyle in smaller suburban settings where they rent cozy townhomes.  Although the suburbs they live in are on the smaller side, the local population is fairly dense due to a nearby military base or perhaps a correctional facility.  Their limited fixed incomes handle the basics such as personal care, healthcare, utilities and retail expenses, with a little left over to buy that must-have item they recently saw in a catalog and ordered by phone.  \"Retiring Retirees\" enjoy watching television, reading the newspaper and gardening. </td>\n   </tr> \n\n  <tr>\n     <td>E04 </td>\n     <td>Stuck in the Middle </td>\n     <td>Stuck in the Middle are a middle-aged, middle class audience that is more than likely married and certain to still have children at home.  For the most part, these folks own condos or townhomes in suburban settings where the crime index tends to be on the high side.  They're also more than likely living near a military base where they have a job in the armed forces.  Although their income is slightly below average, they find the money for books, small kitchen appliances and women's clothing after the utilities and healthcare expenses are paid.  In their spare time \"Stuck in the Middle\" can be found tooling around on their ATVs or volunteering for a charitable organization close to their hearts.   </td>\n   </tr> \n\n  <tr>\n     <td>E05 </td>\n     <td>Home Sweet Home </td>\n     <td>Home Sweet Home are living a low-key family life in comfortable homes in the suburbs.  During the week, you can find these married computer experts and social servants carpooling to work in the subcompact car they share.  Their above average incomes allow them to pay their personal care, transportation and healthcare expenses, while still leaving extra for that cool new gas grill they ordered on the internet or the new stainless steel fridge they bought when their old one finally bit the dust.  For fun, \"Home Sweet Home\" enjoy a good book or listening to the music they recently downloaded. </td>\n   </tr> \n\n  <tr>\n     <td>E06 </td>\n     <td>Retirement Ready </td>\n     <td>Upper middle-aged empty nesters dominate this group of social servants and computer experts who are closing in on retirement.  \"Retirement Ready\" enjoy reading the newspaper, playing the lottery and dining out at family restaurants.  They also spend a fair amount of time volunteering for their favorite charity.  Their less than average household income is directed towards reading materials, utilities, healthcare, transportation and other miscellaneous expenses.  And with retirement on the horizon, \"Retirement Ready\" are also keen investors, with portfolios featuring stocks, mutual funds and investment real estate. </td>\n   </tr> \n\n  <tr>\n     <td>E07 </td>\n     <td>Frontline Families </td>\n     <td>Married with children of all ages, \"Frontline Families\" are living lives focused on home, family and duty to country.  This audience probably owns an average condo or townhouse in smaller suburban areas--quite possibly near the military base where they're enlisted.  They use their above average household incomes for home goods such as large kitchen appliances, low-ticket home furnishings and other household appliances.  They have probably also recently purchased some new toys or perhaps a new movie to watch on their DVD or Blu-ray players.  \"Frontline Families\" enjoy catching up on the latest news and trends compliments of their favorite magazines, as well as spending quality family time at the local theme park. </td>\n   </tr> \n\n  <tr>\n     <td>E08 </td>\n     <td>Settled Singles </td>\n     <td>Settled Singles are enjoying low-key lives in suburban areas where the crime index tends to be high.  These computer techs and social servants bring home an average paycheck, which they use to buy reading materials, pay the utilities, cover healthcare expenses and to gas up their imported cars.  For fun, \"Settled Singles\" like to go dancing, gamble or have their friends over to dine on their latest culinary masterpiece. </td>\n   </tr> \n\n  <tr>\n     <td>F01 </td>\n     <td>Low Income Laborers </td>\n     <td>Low Income Laborers are young singles who are unlikely to have children at home.  For the most part, this segment has not completed high school, which drives their blue collar careers in maintenance, construction, farming and material moving.  With a very limited household income, \"Low Income Laborers\" focus their spending on basics such as food &amp; beverages, utilities, personal care, apparel and their tobacco habit.  A night out might include dinner at their favorite fast food restaurant followed by dancing, or perhaps a beer or two with friends.   </td>\n   </tr> \n\n  <tr>\n     <td>F02 </td>\n     <td>She Works Hard for the Money </td>\n     <td>She Works Hard for the Money are young single mothers caring for infants and toddlers.  These moms probably did not finish high school and are supporting their families with low paying jobs in maintenance, farming, construction and material moving.  With their below average incomes, these women buy food &amp; beverages, pay for utilities and purchase apparel, tobacco products and the occasional toy if their budgets permit.  For fun, \"She Works Hard for the Money\" enjoy reading magazines, a night out dancing and chatting on their smartphones. </td>\n   </tr> \n\n  <tr>\n     <td>F03 </td>\n     <td>Fixed Income </td>\n     <td>Fixed Income are mature singles who are unlikely to have children still living with them in their moderate suburban homes.  Living off their well below average incomes, this mature group's frugal spending is geared towards food &amp; beverages, utilities, personal care and tobacco products.  \"Fixed Income\" enjoy watching television and are also probably members of a collector's club.  It's also a safe bet that these folks have taken a prescription or two recently to remedy an ailment. </td>\n   </tr> \n\n  <tr>\n     <td>F04 </td>\n     <td>Flying Solo </td>\n     <td>Residing in comfortable homes in mid-size suburban areas, \"Flying Solo\" are middle-aged singles raising children on their own.  These single parents probably haven't graduated from high school and work hard at their blue collar jobs in maintenance, construction, farming and material moving.  With their below average incomes, this segment tends to focus their spending on basics such as utilities, personal care and tobacco.  They have probably also bought new tires recently, as well as women's clothing.  \"Flying Solo\" also spend a good amount of money on food &amp; beverages, including the $150 or more per week they spend on  groceries, as well as their frequent meals at fast food restaurants. </td>\n   </tr> \n\n  <tr>\n     <td>F05 </td>\n     <td>Gettin' By </td>\n     <td>Gettin' By are an upper middle-aged segment that is married and may also have children living with them in their modest suburban homes.  They drive their compact and imported cars to their maintenance and construction jobs and use their below average incomes for food &amp; beverages, tobacco, utilities, personal care and apparel--they probably also own some retirement real estate.  They like to relax by watching their favorite programs on television and perhaps a little gardening as well. </td>\n   </tr> \n\n  <tr>\n     <td>F06 </td>\n     <td>La Familia </td>\n     <td>La Familia are married with children, enjoying a modest lifestyle in mid-size suburban settings.  Although their jobs as farmers, maintenance engineers and construction workers don't bring in the \"big bucks,\" they do make enough to buy $150+ per week in groceries, pay the utilities, pick up some new trousers for dad, put new tires on the family car and pay the smartphone bill.  \"La Familia\" also manages the occasional little luxury like toys for the kids, family time at the local theme park or rawhide treats for Fido. </td>\n   </tr> \n\n  <tr>\n     <td>F07 </td>\n     <td>Daily Grind </td>\n     <td>Single, without any children in the household, \"Daily Grind\" are living unremarkable lives in mid-size suburban settings.  These maintenance workers, construction laborers and material movers get around in their compact cars or on their motorcycles, for which they've probably just purchased new tires.  \"Daily Grind\" are avid sports fans who enjoy tuning into their favorite programs on the radio, gambling, reading magazines and enjoying a beer or two with the guys. </td>\n   </tr> \n\n  <tr>\n     <td>F08 </td>\n     <td>Mamas and Papas </td>\n     <td>Mamas and Papas are maintenance workers, farmers and construction laborers who work hard to support their families.  These homeowners spend their average incomes on utilities, apparel, payments on their imports or luxury cars and groceries, for which they drop upwards of $150 per week.  Weekends find \"Mamas and Papas\" enjoying family time at the local theme park, playing catch in the backyard with Spot and purchasing new toys for kids who managed to get their weekly chores completed as promised. </td>\n   </tr> \n\n  <tr>\n     <td>F09 </td>\n     <td>American Dream </td>\n     <td>American Dream are married couples enjoying an idyllic suburban lifestyle with their children.  Their above average incomes cover household expenses such as food &amp; beverages, transportation, apparel, personal care and utilities, as well as extras like large kitchen appliances for their comfortable homes or perhaps a piece of fine jewelry for mom.  \"American Dream\" enjoy reading magazines, gambling and spending quality time with the kids at the local theme park.  They are also planning for the future with a growing nest egg that includes investments in real estate and mutual funds.   </td>\n   </tr> \n\n  <tr>\n     <td>G01 </td>\n     <td>Single Simplicity </td>\n     <td>Single Simplicity are young singles, without children in the household, living in older rentals in mid-size suburban areas.  You can find this audience driving their compact cars to their jobs as healthcare technicians, administrators and social servants.  They spend their less than average household incomes on transportation, healthcare, utilities, tobacco products and other miscellaneous expenses.  They have probably also recently purchased big-ticket home furnishings or small kitchen appliances.  \"Single Simplicity\" spends their downtime surfing the net and eating out at fast food restaurants. </td>\n   </tr> \n\n  <tr>\n     <td>G02 </td>\n     <td>Modest Means Mommies </td>\n     <td>Modest Means Mommies are predominantly single women caring for children under the age of fifteen.  After dropping off the kids at school or daycare, these busy moms head off to their healthcare technician and social services jobs.  Their less than average incomes are earmarked for rent, transportation, healthcare, utilities and other miscellaneous expenses.  Some of their other recent purchases include new clothing for themselves, as well as new toys for the kids.  When they do get some free time, \"Modest Means Mommies\" like to go dancing, read magazines, listen to the radio and treat the kids to dinner at McDonald's or Burger King. </td>\n   </tr> \n\n  <tr>\n     <td>G03 </td>\n     <td>Suburban Sunsetters </td>\n     <td>Suburban Sunsetters are a mature set, comprised heavily of single women who are unlikely to still have children living at home.  On the verge of retirement, or newly retired, from their jobs in social services and healthcare, this audience lives in unexceptional rentals in mid-size suburbs.  Their lean fixed income is geared towards transportation, utilities and healthcare, while still leaving a bit left over for new women's clothing.  \"Suburban Sunsetters\" enjoy watching television, as well as making long distance calls to their loved ones.   </td>\n   </tr> \n\n  <tr>\n     <td>G04 </td>\n     <td>Mid-Life Matriarchs </td>\n     <td>Mid-Life Matriarchs are middle-aged, single women who still have children living with them in their modest, single family suburban homes.  These high school graduates and Associate's degree holders work hard at their jobs in the fields of social services, administration and healthcare.  Their less than average incomes allow them to tackle healthcare and transportation expenses, utility bills and tobacco purchases.  In addition, \"Mid-Life Matriarchs\" have probably recently purchased a new outfit for themselves or some low-ticket home furnishings to spruce up their digs.  Downtime is spent eating out at fast food restaurants, attending sporting events or simply taking a little me-time to snuggle with the cat. </td>\n   </tr> \n\n  <tr>\n     <td>G05 </td>\n     <td>Handy Homeowners </td>\n     <td>Single, without any children at home, \"Handy Homeowners\" live in modest single family homes located in the suburbs.  These healthcare technicians, administrators and social servants pull down a less than average income, but it's still enough to pay for basics like auto insurance, utilities, healthcare, tobacco products and other miscellaneous expenses.  They also have enough remaining to cover the improvements they made to their homes recently.  They like to relax by listening to the game on the radio or perhaps surfing the net to see what's going on in the world.  \"Handy Homeowners\" also enjoy riding their motorcycles to the joint down the road to enjoy a beer or two with their buddies. </td>\n   </tr> \n\n  <tr>\n     <td>G06 </td>\n     <td>Family-Friendly </td>\n     <td>Family-Friendly are young married couples, with children of all ages, leading active lifestyles in the suburbs.  With a tight budget resulting from their less than average household incomes, \"Family-Friendly\" tend to focus their spending on transportation, healthcare, utilities and $150+ per week on groceries.  But occasionally there's a little extra to get new toys for the kids, the latest chart-topper by their favorite artist or that new kitchen gadget mom's had her eye on.  Weekends are devoted to family pursuits such as playing fetch with Fido or perhaps taking their standard car to the local theme park for a day of family fun. </td>\n   </tr> \n\n  <tr>\n     <td>G07 </td>\n     <td>Home Alone </td>\n     <td>Home Alone are predominantly mature single women living out their golden years in modest suburban homes.  These retirees enjoy watching television, reading the newspaper and making long distance calls to friends and family who don't live nearby.  Although they don't make too many frivolous purchases, their limited fixed income is enough to cover basics such as utilities, transportation, medical insurance and other miscellaneous expenses.  \"Home Alone\" have probably also taken a prescription remedy recently for an ailment, as well as a vitamin or supplement to support their overall health. </td>\n   </tr> \n\n  <tr>\n     <td>G08 </td>\n     <td>Rest and Relaxation </td>\n     <td>Rest and Relaxation are empty nesters enjoying their retirement years in mid-size suburban settings.  Free from both career and parenting responsibilities, these couples like to go gambling, work in their gardens and keep abreast of current affairs by reading the newspaper.  They spend their limited household income on transportation, utilities, tobacco products and insurance--both medical and life.  \"Rest and Relaxation\" are also likely taking a prescription or two for various ailments, as well as a vitamin or supplement to protect their overall health.  </td>\n   </tr> \n\n  <tr>\n     <td>G09 </td>\n     <td>Sublime Suburbia </td>\n     <td>Sublime Suburbia are married couples who do not have any children in the household.  They live in suburban homes built before 1990 and enjoy careers in the fields of social services, healthcare and administration.  Their above average household income is focused on transportation, healthcare, utilities and tobacco products.  They have probably also purchased some men's clothing or a piece of fine jewelry recently.  \"Sublime Suburbia\" also have an eye on the future and probably own some type of investment/retirement real estate.  These folks enjoy playing the lottery and the radio in their compact cars is probably tuned into the sporting event du jour. </td>\n   </tr> \n\n  <tr>\n     <td>G10 </td>\n     <td>Parenthood the Sequel </td>\n     <td>Parenthood the Sequel are mature couples whose children have never left, or have recently returned to, the nest.  These suburban homeowners enjoy gambling, gardening and doting on the family cat.  As hard-working healthcare technicians, social servants, administrators and home-based business owners, \"Parenthood the Sequel\" pull down a less than average household income, but it's enough to cover transportation expenses, healthcare costs, utilities and other miscellaneous purchases.  Plus, there's occasionally a little extra to buy some new duds for the men of the house and perhaps even a piece of fine jewelry for mom.  </td>\n   </tr> \n\n  <tr>\n     <td> G11</td>\n     <td>Family First </td>\n     <td>Family First are married couples who have their hands full caring for a household of children of all ages.  These families tend to live in average homes in mid-size suburban settings.  Mom works as a healthcare technician or in social services, while dad is an ambitious entrepreneur with a thriving home-based business.  Their above average incomes easily accommodate their utility bills, transportation costs and healthcare expenses, while leaving enough left over for sports or recreation equipment, toys, men's clothing and small kitchen appliances.  For fun, \"Family First\" enjoy cheering on their home team at local sporting events and you can bet the radio in their compact car is tuned into the local sports channel. </td>\n   </tr> \n\n  <tr>\n     <td>G12 </td>\n     <td>Suburban Satisfaction </td>\n     <td>Suburban Satisfaction are middle-aged married couples and their children enjoying a comfortable lifestyle in mid-size suburban settings.  Their above average incomes cover the household bills with enough left over to splurge on extras like men's clothing, fine jewelry and sports/recreation equipment for the kids.  And with college looming in the not so distant future, you can bet these parents also make regular deposits into the college savings plan they set-up for their children.  For fun, \"Suburban Satisfaction\" enjoy attending sporting events, tooling around on their ATVs or tuning in the local game on the radio in their mid-size SUV. </td>\n   </tr> \n\n  <tr>\n     <td>H01 </td>\n     <td>Overalls and Workboots </td>\n     <td>Overalls and Workboots are a middle-aged audience that is not likely to be married or have children at home.  Rather, these folks are focused on making a living in the rural township they call home.  As high school graduates, this segment holds down jobs in installation, production, transportation and construction.  Their below average income supports a basic lifestyle that includes rent for their humble abodes, transportation, healthcare and food &amp; beverages.  They have probably also purchased tires or a household appliance recently.  \"Overalls and Workboots\" enjoy listening to the radio, a night out dancing and meeting up with their friends to knock back a couple beers, which they enjoy with their preferred tobacco product. </td>\n   </tr> \n\n  <tr>\n     <td>H02 </td>\n     <td>Making Ends Meet </td>\n     <td>Making Ends Meet are young, single and caring for children of all ages in America's rural regions.  These folks work hard at their day jobs in installation, transportation, production and construction and even harder after the work whistle blows as single parents.  With incomes that are below the national average, this group's expenses center around transportation, healthcare, tobacco products and food &amp; beverages.  They have probably also managed some new tires for their standard cars, new toys for their kids and perhaps a rawhide treat for the family dog.  When \"Making Ends Meet\" do get a spare moment, they like to listen to the radio and read outdoor media.  </td>\n   </tr> \n\n  <tr>\n     <td>H03 </td>\n     <td>Rural Roots </td>\n     <td>Rural Roots are largely single retirees with no children left at home, living in the rural town they've probably lived in most of their lives.  This mature, largely female audience exists on an extremely tight fixed income, which they use to maintain their standard cars, pay for medial insurance, purchase tobacco products and buy food &amp; beverages.  It's likely they also own some type of retirement real estate.  \"Rural Roots\" like to relax by reading about current events in their local newspaper and watching their favorite shows on television. </td>\n   </tr> \n\n  <tr>\n     <td>H04 </td>\n     <td>Small Town Struggles </td>\n     <td>For the most part, \"Small Town Struggles\" are married and still have children living at home.  These families typically live in modest homes in rural America.  Many folks in this segment have already retired, but those who haven't can be seen driving their compact pick-ups to their jobs in installation, production, transportation and construction--some even have home-based businesses they're trying to get off the ground.  Their less than average household incomes cover basic requirements including food &amp; beverages, transportation, healthcare and tobacco products.  Little extras may include new tires for the motorcycle, women's clothing, a new chew toy for the family dog or perhaps something special they spotted in a mail order catalog.  \"Small Town Struggles\" enjoy a good cigar and hitting the open road on their ATV. </td>\n   </tr> \n\n  <tr>\n     <td>H05 </td>\n     <td>Rustic Reality </td>\n     <td>Rustic Reality are installation contractors, production workers, construction laborers and healthcare technicians who tend to be single and most likely don't have any children in the household.  These folks are rural homeowners who don’t have a lot of income at their disposal and what they do take home is earmarked for maintaining their vans, pick-ups and motorcycles, paying healthcare expenses, buying food &amp; beverages and supporting their tobacco habit.  \"Rustic Reality\" enjoy working on their homes and cars and own a variety of tools to help them get the job done.  They also like tuning in their favorite programs on the radio. </td>\n   </tr> \n\n  <tr>\n     <td>H06 </td>\n     <td>Small Town Sensibility </td>\n     <td>Married, with children still living at home, \"Small Town Sensibility\" are an upper middle-aged segment living low-key lives in rural America. These high school graduates work hard at their production, transportation and construction jobs and some have even launched a home-based business venture.  Their average incomes pay for vehicle maintenance and upkeep, healthcare expenses and food &amp; beverages.  \"Small Town Sensibility\" enjoy taking in a sporting event on the radio, eating at fast food restaurants and doting on their multiple pets.  They also spend a fair amount of time volunteering for the charitable organization near and dear to them. </td>\n   </tr> \n\n  <tr>\n     <td>H07 </td>\n     <td>Carefree in the Country </td>\n     <td>Carefree in the Country are middle-aged singles living a peaceful existence in rural locales.  These installation specialists, production workers, construction laborers and healthcare technicians pull down average incomes that easily cover their transportation expenses, healthcare costs, food &amp; beverages and insurance premiums--both home and auto.  They probably also own some real estate where they plan to retire one day.  For fun, \"Carefree in the Country\" enjoy gardening and off-roading on their ATV. </td>\n   </tr> \n\n  <tr>\n     <td>H08 </td>\n     <td>Kids Country </td>\n     <td>Kids Country are married couples raising children of all ages in a country setting where the pace is slower and life is a little more simple.  Mom and Dad are high school graduates with jobs in installation and production, in addition to managing a home-based business on the side.  They spend their average incomes on maintenance and upkeep for their multiple vehicles, healthcare, toys for the kids and chewing tobacco for themselves.  For fun, \"Kids Country\" enjoy exploring the countryside on their ATVs, listening to their favorite programs on the radio and reading outdoor media. </td>\n   </tr> \n\n  <tr>\n     <td>H09 </td>\n     <td>Rural Retirees </td>\n     <td>Rural Retirees are married couples who no longer have kids living under their roof.  As retired installation workers, production specialists, transportation experts and construction workers, these folks now enjoy more peaceful pursuits such as gardening, ATV off-roading and catching up with friends and family who are just a long distance phone call away.  While \"Rural Retirees\" probably won't be taking a five-star cruise anytime soon, their average household incomes are more than adequate to handle their transportation, healthcare and food &amp; beverage expenses. </td>\n   </tr> \n\n  <tr>\n     <td>H10 </td>\n     <td>Small Town USA </td>\n     <td>Small Town USA are families enjoying the simple pleasures small town living has to offer.  Mom and Dad enjoy solid jobs in the fields of production, transportation and installation.  Some of the more enterprising folks even run a successful home-based business.  Their above average incomes allow them to maintain their motorcycles, full-size pick-ups and other domestic autos, as well as cover healthcare costs, food &amp; beverage expenses and care for their four-legged family members.  \"Small Town USA\" spend quality family time cruising the countryside on their ATVs, listening to the game on the radio and reading outdoor media. </td>\n   </tr> \n\n  <tr>\n     <td>J01 </td>\n     <td>Rural Rigors </td>\n     <td>Rural Rigors are single without any children in the household living in humble rentals in rural farm settings. These high school graduates work long days farming their fields or in the fields of transportation, production, installation and law enforcement.  Many of these folks may not even be in the labor force currently.  Their below average household incomes are spent on basics such as healthcare, retail purchases, food &amp; beverages, utilities and tobacco products.  It's also probable that they have recently purchased a household appliance.  \"Rural Rigors\" spend their downtime watching television, reading outdoor media and off-roading on their ATV.  </td>\n   </tr> \n\n  <tr>\n     <td>J02 </td>\n     <td>Heartland Hardships </td>\n     <td>Single with children at home, these young mothers are struggling to eke out a living in rural America.  As farmers, transportation experts, production workers, law enforcement officers and construction workers, \"Heartland Hardships\" pull down just enough to cover healthcare expenses, food &amp; beverage purchases, utilities and to indulge their tobacco habit.  Occasionally, there's enough remaining to put new tires on their standard cars, surprise the kids with a new toy, buy a new household appliance or score a new outfit for mom.  For fun, \"Heartland Hardships\" enjoy eating out at fast food restaurants and playing catch with the family dog. </td>\n   </tr> \n\n  <tr>\n     <td>J03 </td>\n     <td>Twilight Time </td>\n     <td>Twilight Time are a predominantly single segment living out their golden years in humble homes in rural locales.  These rustic retirees enjoy watching their favorite programs on television, making long distance calls to loved ones and indulging in their love of chewing tobacco.  \"Twilight Time\" have basic needs, making their limited fixed income sufficient for the prescription remedy they take for an ailment, maintenance and upkeep of their compact pick-ups, minor retail purchases, food &amp; beverages and utilities. </td>\n   </tr> \n\n  <tr>\n     <td>J04 </td>\n     <td>Farmhouse Families </td>\n     <td>Farmhouse Families are married couples raising children of all ages in rural America.  Mom and Dad are farmers, transportation experts, production workers and home-based business owners.  Although the income associated with these jobs doesn't accommodate too many luxuries, there is enough to cover new tires for their domestic cars, food &amp; beverages, chewing tobacco, utilities, retail expenses and healthcare costs.  These folks have probably also bought a large kitchen appliance or other household appliance recently.  Downtime for \"Farmhouse Families\" includes off-roading adventures on their ATVs, spending time with their four-legged fur babies and reading outdoor media. </td>\n   </tr> \n\n  <tr>\n     <td>J05 </td>\n     <td>Heartland Homes </td>\n     <td>Heartland Homes are mature married couples who may or may not have children living with them in their modest homes in rural America.   Recently retired, or on the verge of retiring, from their jobs in farming, production, law enforcement and construction, this set has managed to squirrel away a modest net worth for themselves, which probably includes some real estate in the mix.  Their less than average household incomes allow them to manage healthcare expenses, retail expenditures, utilities and food &amp; beverage purchases, as well as indulge their tobacco cravings.  A good time for \"Heartland Homes\" includes hitting the open road on their ATVs and catching up with friends and family who are just a long distance phone call away. </td>\n   </tr> \n\n  <tr>\n     <td>J06 </td>\n     <td>Peace and Plenty </td>\n     <td>Peace and Plenty are married with children, enjoying all the comforts a peaceful life in the country has to offer.  These families enjoy reading outdoor media, ATV off-roading and playing fetch with Fido.  Mom and Dad work hard at their jobs in farming, transportation, production and installation--some are even thriving entrepreneurs running successful home-based businesses.  Their above average incomes are used for healthcare expenses, retail purchases, food &amp; beverages, utilities and tobacco products.  \"Peace and Plenty\" also mange to invest a little each month and probably own some stocks and real estate. </td>\n   </tr> \n\n  <tr>\n     <td>K01 </td>\n     <td>Single Serenity </td>\n     <td>Single Serenity are young, single and living a simple life in the country.  Although these country folks live in rural areas, a nearby correctional facility or mental institution could account for the denser population per square mile.  These folks drive their standard cars or motorcycles to their jobs in social services and healthcare.  Their below average incomes are allocated for retail purchases, healthcare, reading materials, tobacco products, utilities and other miscellaneous expenses.  When they're not on the job, \"Single Serenity\" enjoy following their hometown teams, browsing the internet and listening to the radio.  They also like getting together with friends after work to share a beer or two. </td>\n   </tr> \n\n  <tr>\n     <td>K02 </td>\n     <td>Single Moms Club </td>\n     <td>Single Moms Club are a segment comprised largely of single women caring for children 15 years and younger.  These working moms have jobs in the fields of social services and healthcare, where they make less than average household incomes.  Their typical expenditures include retail purchases, reading materials, utilities and tobacco products.  They have probably also recently purchased some new clothes for mom, new toys for the kids and some low-ticket home furnishings to spruce up their modest rentals.  Although \"Single Moms Club\" is located in a more rural area, close proximity to a correctional facility, nursing home or other similar institution makes the population per square mile denser than it would be otherwise. </td>\n   </tr> \n\n  <tr>\n     <td>K03 </td>\n     <td>Rustic Retired Renters </td>\n     <td>Rustic Retired Renters are mature singles living out their golden years in the peace and quiet of the country.  Due to a nearby correctional facility, mental hospital or other such institution, the population density in this segment is higher than it would be in a similar rural area.  \"Rustic Retired Renters\" enjoy watching television, reading the newspaper and making long distance calls to friends and family.  Their limited fixed income is allocated for healthcare, reading materials, utilities, tobacco products and other miscellaneous expenses.  It's also likely that they've bought a small kitchen appliance recently.  You can bet most \"Rustic Retired Renters\" have also taken a prescription or two for minor ailments, as well as a vitamin or supplement for their overall health. </td>\n   </tr> \n\n  <tr>\n     <td>K04 </td>\n     <td>Cozy in the Country </td>\n     <td>Cozy in the Country couples and their children enjoy an idyllic existence in rural America.  Mom and Dad have rewarding careers in sales or as successful home-based business owners.  Their average household incomes stretch further in their small town, providing more than enough to pay for retail purchases, that new household appliance Mom's had her eye on, healthcare bills, utilities and reading materials for everyone in the family.  For fun, these families like to go dancing, throw dinner parties where they can try out new recipes on friends and family and hitting nearby country roads on their motorcycles and ATVs.  \"Cozy in the Country\" have probably also spent a fair amount of time volunteering for a charitable organization near to their hearts. </td>\n   </tr> \n\n  <tr>\n     <td>K05 </td>\n     <td>Small Town Seniors </td>\n     <td>As mature singles without children at home, \"Small Town Seniors\" are enjoying the perks of retired life in small town America.  As a result of a nearby correctional facility or nursing home, this segment exhibits a higher population density than similar rural settings.  This group of seniors lives on a limited fixed income, which they use for reading materials, healthcare, retail purchases and other miscellaneous expenses.  It's highly likely \"Small Town Seniors\" also own some retirement real estate.  These homeowners enjoy watching sporting events on television, reading about current events in their hometown newspaper and being active participants in collector's clubs. </td>\n   </tr> \n\n  <tr>\n     <td>K06 </td>\n     <td>Aging Xers </td>\n     <td>Aging Xers are comprised of middle-aged singles without any children in the household.  Rather, these folks are focused on their Sales careers, where they pull down an average income.  They have managed to save a tidy net worth for themselves thus far and have diverse portfolios that include stocks and mutual funds, as well as retirement real estate.  What they're not investing or putting into a retirement plan is used for healthcare expenses, retail purchases and reading materials.  They also like to indulge their love of travel and have probably taken a cruise recently, as well as multiple trips abroad.  When they're not traveling, \"Aging Xers\" enjoy playing the lottery and relaxing with a glass or two of wine. </td>\n   </tr> \n\n  <tr>\n     <td>K07 </td>\n     <td>Country Comfort </td>\n     <td>Country Comfort are married with children of all ages.  Although they live in a semirural locale, the population density for this segment tends to be higher than normal for such areas due to the nearby correctional facility, nursing home or other similar institution.  As sales reps and home-based business owners, \"Country Comfort\" pull down average incomes, which they spend on household appliances, sports/recreation equipment, new toys for the kids and low-ticket home furnishings.  Family fun time usually means a trip to the local theme park for a day of roller coasters, ring toss and cotton candy. </td>\n   </tr> \n\n  <tr>\n     <td>K08 </td>\n     <td>Relaxed to the Max </td>\n     <td>As its name suggests, \"Relaxed to the Max\" are married couples enjoying a peaceful retirement in nonurban settings.  These retirees live on average household incomes, which they use for retail therapy, healthcare expenses, reading materials and other miscellaneous expenses.   They also have a healthy net worth, which probably includes investment or retirement real estate.  \"Relaxed to the Max\" enjoy gambling, watching sporting events on TV, reading the newspaper and driving their luxury cars to their local family restaurant for dinner.  It's also quite likely that these couples recently returned tanned and rested from their cruise on the high seas. </td>\n   </tr> \n\n  <tr>\n     <td> L01</td>\n     <td>Senior Struggles in the City </td>\n     <td>Senior Struggles in the City are mature singles who are getting by in the big city.  Retired from jobs in personal care &amp; service, social services and healthcare support, this group now lives on limited fixed incomes which, in the pricey urban core in which they live, cover basics such as retail purchases, personal care, utilities and food &amp; beverages.  This group of renters likely lives in multi-family units, on which they carry renter insurance to protect their valuables.  They enjoy watching television and indulging the smoking habit they picked up in their younger years.  It's likely \"Senior Struggles in the City\" take a prescription or two for various ailments, as well as a vitamin or supplement for specific health benefits. </td>\n   </tr> \n\n  <tr>\n     <td>L02 </td>\n     <td>Unassuming Urbanites </td>\n     <td>Unassuming Urbanites are single without children, living a modest existence in the inner city.  These folks probably did not graduate from high school and are holding down jobs in the fields of fire prevention, personal care &amp; service, social services and healthcare support.  They tend to spend their less than average household income on retail purchases, personal care, utilities, food &amp; beverages, healthcare, apparel, tobacco and reading materials.  It's quite possible they have also purchased a piece of fine jewelry recently.  For fun, \"Unassuming Urbanites\" enjoy dancing, cooking for friends and family and surfing the net, where they've recently downloaded the new album by their favorite artist.   </td>\n   </tr> \n\n  <tr>\n     <td>L03 </td>\n     <td>Paycheck-to-Paycheck </td>\n     <td>Paycheck-to-Paycheck skews heavily towards single mothers who are raising their children in the urban core in townhome/condo rentals.  This group of personal care associates, fire fighters, social servants and healthcare support employees pull down a less than average income, but it's enough to cover their retail purchases, utilities, tobacco products, food &amp; beverages and personal care.  Anything extra is allocated for women's clothing, big-ticket home furnishings and perhaps even a piece of fine jewelry.  \"Paycheck-to-Paycheck\" enjoy a night on the town dancing, sharing a glass of wine or two with friends and treating the kids to a day of thrills and chills at the local theme park. </td>\n   </tr> \n\n  <tr>\n     <td>L04 </td>\n     <td>City Standards </td>\n     <td>City Standards are married couples and their children enjoying a moderate lifestyle in the urban core.  Mom and Dad work in the fields of fire prevention, social services and healthcare support where they earn an average income that they use for retail purchases, reading materials, food &amp; beverages, apparel and healthcare expenses.  These families like to travel and have probably recently returned from a cruise or perhaps from a vacation abroad.  When \"City Standards\" are not vacationing, these folks enjoy reading magazines, surfing the net and trying their luck at the local casino. </td>\n   </tr> \n\n  <tr>\n     <td>M01 </td>\n     <td>Singular Focus </td>\n     <td>Singular Focus are single professionals who probably don't have any children in the household.  Rather, this ambitious set is focused on their careers in computers, architecture, sales and management.  These savvy singles live in high-end homes and rental properties located on the fringes of urban centers.  They spend their above average incomes on maintaining and managing their homes, education, personal insurance, gifts and contributions.  When they're not working, \"Singular Focus\" can be found rooting for the hometown team at a local sporting event, texting with friends on their smartphones and downloading that hot new single by their favorite artist.  For some serious R&amp;R, this group jets off to foreign locales for a well deserved vacation. </td>\n   </tr> \n\n  <tr>\n     <td>M02 </td>\n     <td>Raring for Retirement </td>\n     <td>Raring for Retirement may or may not be married and are unlikely to have children still living at home with them.  Instead, this group of nearly, or newly, retired professionals is living a carefree lifestyle on the urban fringe.  Their careers in computers, engineering, management and sales earn them above average incomes, which they spend on their homes, personal insurance, apparel, gifts and contributions.  They've accumulated a healthy net worth for themselves, which probably includes some stocks, as well as some retirement real estate.  \"Raring for Retirement\" enjoy driving their luxury cars to their favorite family restaurant for dinner or relaxing with a glass or two of wine.  These folks are also looking forward to the cruise vacation they plan on taking in a couple of months. </td>\n   </tr> \n\n  <tr>\n     <td>M03 </td>\n     <td>Fortuitous Families </td>\n     <td>Fortuitous Families are middle-aged married couples with children living high-end lives along the urban fringe.  These computer experts, engineers and corporate managers pull down well above average incomes, which allow them to provide their families with the finer things in life including well appointed homes, luxury cars, fine jewelry, vacations abroad and top-of-the-line sports/recreation equipment for the kids. \"Fortuitous Families\" are also quite philanthropic and volunteer their time and talent to a charitable organization near and dear to them. </td>\n   </tr> \n\n  <tr>\n     <td>M04 </td>\n     <td>Life in the Fam Lane </td>\n     <td>Life in the Fam Lane are married couples raising young children in large-scale suburban settings located just outside of the city limit.  These fortunate families enjoy comfortable lives thanks to Mom's and Dad's successful careers in computers, engineering, management and sales.  Their well above average household incomes afford them all of life's necessities, plus extras such as high-end homes, imported cars, new toys for the kids and the latest in sports &amp; recreation equipment.  For quality family time, \"Life in the Fam Lane\" enjoy cheering on the home team at a local sporting event and a day of fast rides and sweet treats at the nearby theme park.  These families are also focused on helping those who are less fortunate by volunteering at a local charitable organization. </td>\n   </tr> \n\n  <tr>\n     <td>N01 </td>\n     <td>Suburban Challenges </td>\n     <td>Suburban Challenges are material movers, healthcare support specialists, production workers and food preparation &amp; service employees who are young, single and do not have children living with them in their modest rentals located outside of city centers.  Their less than average incomes are focused on basics such as retail purchases, utilities, food &amp; beverages, healthcare and tobacco products.   When they're not working, \"Suburban Challenges\" enjoy watching television, listening to the radio, reading magazines and surfing the net.  They also like to unwind with their favorite distilled liquor, perhaps while listening to the music they recently downloaded. </td>\n   </tr> \n\n  <tr>\n     <td>N02 </td>\n     <td>Foundering Families </td>\n     <td>Foundering Families are married with children, living a pinched existence in large-scale suburban settings.  Mom and Dad work hard at their jobs in healthcare support, production and food preparation &amp; service--some may even be unemployed currently.  Their less than average household incomes support their family's basic needs including food &amp; beverages, utilities, healthcare, personal care and tobacco products.  Occasionally there's some left over for that new outfit for mom, new toys for the kids or a new household appliance for their modest rental.  \"Foundering Families\" enjoy getting together for dinner at their favorite fast food restaurant. </td>\n   </tr> \n\n  <tr>\n     <td>N03 </td>\n     <td>Surviving in Suburbia </td>\n     <td>Surviving in Suburbia are predominantly single mothers and their children under the age of 10, living an indigent existence in large suburban settings.  They hold down jobs in food preparation &amp; service, production and healthcare support and many may also be currently unemployed.  Their considerably less than average household income helps them pay for food &amp; beverages, utilities, healthcare and other miscellaneous expenses.  What remains helps buy women's clothing, household appliances and toys for the kids.  When they get a moment to relax, \"Surviving in Suburbia\" enjoy listening to the radio and reading their favorite magazines. </td>\n   </tr> \n\n  <tr>\n     <td>N04 </td>\n     <td>Cash-Strapped Seniors </td>\n     <td>Cash-Strapped Seniors are single retirees without any children at home, living hand-to-mouth in large-scale suburban areas.  With their extremely limited fixed incomes, these seniors focus their spending on basic necessities including utilities, food &amp; beverages, healthcare, personal care and tobacco products.  It's likely this audience uses a prescription or two to combat various ailments, as well as a vitamin or supplement for their overall health.  \"Cash-Strapped Seniors\" keep up with current events compliments of their local newspaper and enjoy tuning in their favorite programs on television and the radio. </td>\n   </tr> \n\n  <tr>\n     <td>N05 </td>\n     <td>Middle-Aged Matrons </td>\n     <td>This audience of single, middle-aged moms and their children are living indigent lives in large-scale suburban settings.  \"Middle-Aged Matrons\" struggle to make ends meet with their jobs in material moving, food preparation &amp; service, healthcare support and production, however many of them are also currently unemployed.  Although they don't have excess income at their disposal, they do have enough to pay for utilities, healthcare, personal care and food &amp; beverages.  With what's left, these folks have probably also purchased new tires for their standard cars, women's clothing and cigarettes or cigars.  When they get some time to relax, \"Middle-Aged Matrons\" enjoy listening to the radio or tuning in their favorite shows on television. </td>\n   </tr> \n\n  <tr>\n     <td>N06 </td>\n     <td>True Blue </td>\n     <td>True Blue are middle-aged couples and their kids living your typical middle class lifestyle in suburban areas where the crime index tends to be on the high side.  Mom and Dad work blue collar jobs in the fields of healthcare support, social services, fire prevention and material moving.  Those with an entrepreneurial bent are home-based business owners.  These families do tend to have some consumer debt, with their average household incomes earmarked for utilities, food &amp; beverages, healthcare, personal care and retail purchases.  They have probably also purchased some men's clothing recently or a new toy for the family cat.  \"True Blue\" enjoy eating out at family restaurants, watching the game on television and relaxing with a glass or two of their preferred distilled beverage. </td>\n   </tr> \n\n  <tr>\n     <td>N07 </td>\n     <td>Retired Repose</td>\n     <td>Retired Repose are mature, married couples who no longer have children living at home.  They're retired from their jobs in material moving, healthcare support and production and are enjoying their golden years in their modest homes located in larger suburban settings.  Their below average household incomes are allocated for retail purchases, utilities, food &amp; beverages, healthcare and other miscellaneous expenses.  They have probably also purchased some new tires recently for their domestic auto.  \"Retired Repose\" are members of collector's clubs and also enjoy watching television and reading the newspaper. </td>\n   </tr> \n\n  <tr>\n     <td>N08 </td>\n     <td>Middle-Aged Mavericks </td>\n     <td>Middle-Aged Mavericks are single without any children in the household.  They hold down jobs in social services, fire prevention, healthcare support or they may also be currently unemployed.  Their less than average household incomes pay for the utilities, food &amp; beverages, chewing tobacco, life insurance and other miscellaneous expenses.  They have also probably purchased some new tires recently.  \"Middle-Aged Mavericks\" enjoy a night on the town gambling, as well as picking up lottery tickets on their way home from work.  They like to relax by reading magazines, listening to their favorite tunes on the radio and treating themselves to some comfort food at their favorite family restaurant. </td>\n   </tr> \n\n  <tr>\n     <td>N09 </td>\n     <td>Punch Card Parents </td>\n     <td>Punch Card Parents are married couples and their children living an active family life in large-scale suburban areas.  After dropping off the kids at school, Mom and Dad drive their compact cars to their nine-to-five in healthcare support.  Some punch the time clock at home as home-based business entrepreneurs.  Still others may be currently unemployed.  Their average household incomes help pay for utilities, healthcare expenses, personal care, retail purchases and tobacco products.  They have also recently replaced the tires on the family van and bought that must-have new toy for their kids.  For fun, \"Punch Card Parents\" enjoy listening to the radio, perhaps while browsing through the latest issue of their favorite magazine. </td>\n   </tr> \n\n  <tr>\n     <td>N10 </td>\n     <td>Working Class Warriors </td>\n     <td>Working Class Warriors are single parents who still have children in the household.  These social servants, fire fighters, healthcare techs, administrators and material movers live in single family homes in larger suburban settings where the crime index is above average.  When they're not on the job, this group enjoys reading magazines, listening to the radio and surfing the net.  \"Working Class Warriors\" pull down average household incomes that pay for the lease on their luxury car, women's clothing, the refrigerator they recently purchased, utilities, food &amp; beverages and tobacco products. </td>\n   </tr> \n\n  <tr>\n     <td>P01 </td>\n     <td>Rooms for Improvement </td>\n     <td>Rooms for Improvement are an audience of young singles living a modest existence in the urban sprawl they call home.  Their jobs in the armed forces and food preparation &amp; service earn them less than average wages, which they spend on retail purchases, utilities, personal care, food &amp; beverages and their cigarette habit.  For fun, these renters enjoy going dancing, surfing the net and getting together with friends to relax with a beer or two, while everyone enjoys that new recipe \"Rooms for Improvement\" discovered in their favorite magazine. </td>\n   </tr> \n\n  <tr>\n     <td>P02 </td>\n     <td>Workin' for a Livin' </td>\n     <td>Workin' for a Livin'  are young, single moms caring for children 10 years and younger.  These moms work hard at their jobs in the armed forces and food preparation &amp; service.  After work, they head home to the condo they rent to help the kids with their homework before taking them to their favorite fast food restaurant for dinner.  \"Workin' for a Livin' \" take home less than average paychecks, which they spend on food &amp; beverages, utilities, tobacco products and healthcare.  They have also recently purchased some new clothing for themselves, toys for the kids and that new toaster oven that's been on their wish list.  For fun, this group enjoys going dancing, surfing the net and texting with friends on their smartphones. </td>\n   </tr> \n\n  <tr>\n     <td>P03 </td>\n     <td>Final Frontier </td>\n     <td>Final Frontier are mature singles getting by in America's urban centers.  This audience is nearly, or newly, retired from their jobs in the armed forces, food preparation &amp; service and administration and is looking forward to a little rest and relaxation as they begin the next chapter of their lives.  Although this group doesn't have a lot of income at their disposal, there is enough to handle the utility bills, healthcare expenses, retail purchases and food &amp; beverages.  With what remains, \"Final Frontier\" have probably also purchased a piece of fine jewelry recently, along with an item from their favorite catalog.  This group enjoys watching television, trying their luck at the local casino and they're looking forward to the cruise they're going to be taking over the holidays. </td>\n   </tr> \n\n  <tr>\n     <td>P04 </td>\n     <td>Kiddies in the City </td>\n     <td>Kiddies in the City are married couples and their children enjoying active family lives in the city.  Mom and Dad have careers in the armed forces, food preparation &amp; service and administrative/clerical where they earn average incomes that adequately support their family's lifestyle.  These folks spend their money on personal care, healthcare, utilities, food &amp; beverages and retail purchases and the kids have probably gotten some new toys recently.  For fun, \"Kiddies in the City\" enjoy a night out dancing, listening to the game on the radio, a day of fun in the sun at the local theme park and taking a trip to a foreign locale.  These families are also philanthropic and can be found volunteering at a local charitable organization close to their hearts. </td>\n   </tr> \n\n  <tr>\n     <td>P05 </td>\n     <td>Everyday Earners </td>\n     <td>Everyday Earners are middle-aged singles enjoying a comfortable city existence.  These armed forces enlistees, food preparation workers and administrators earn average salaries, which are more than adequate for handling their household bills including utilities, healthcare expenses, food &amp; beverages and personal care, as well as their internet and catalog purchases.  \"Everyday Earners\" also have an eye on the future with investments in both stocks and mutual funds.  When this group wants to relax they enjoy traveling and it's likely they've taken a cruise or a trip to an exotic foreign locale recently. </td>\n   </tr> \n\n  <tr>\n     <td>Q01 </td>\n     <td>Suburban Surplus </td>\n     <td>Suburban Surplus are married couples with children living a privileged lifestyle in the suburbs.  Mom and Dad enjoy careers as lawyers, corporate managers, doctors and financial experts.  Their well above average household incomes are used to maintain and manage their well appointed homes, as well as for personal insurance, gifts, contributions, apparel and education.  \"Suburban Surplus\" enjoy relaxing with a glass of wine while reading the NYT bestseller they recently purchased.  These families also enjoy spending quality time together, whether that means a day of thrills and chills at the local theme park or an extended family vacation to a foreign locale. </td>\n   </tr> \n\n  <tr>\n     <td>Q02 </td>\n     <td>Regal Retirees </td>\n     <td>Regal Retirees are mature empty nesters making the most of their golden years.  Both singles and couples belong to this segment that's enjoying the good life, with generous fixed incomes that allow them to maintain and manage their posh homes, gas up their luxury cars, purchase catalog and internet must-haves, make contributions to causes they support and buy gifts for family and friends.  In addition, this group also has an extremely healthy net worth with diverse portfolios that include stocks and mutual funds.  \"Regal Retirees\" like to relax with a glass of wine or perhaps catch up on current events compliments of their local newspaper.  This set also enjoys traveling and is probably either returning from, or planning, a luxurious cruise vacation or trip abroad. </td>\n   </tr> \n\n  <tr>\n     <td>Q03 </td>\n     <td>Posh Professionals </td>\n     <td>Posh Professionals are lawyers, doctors, corporate managers and financial advisors living the good life in mid-size suburban areas.  This group is more likely to be single and may or may not have children living with them in their luxury rentals.  Their substantial household incomes allow them to effortlessly manage and maintain their stylish homes, contribute to worthy causes, lavish loved ones with gifts, purchase the latest fashion trends and make payments on lingering student loans.  \"Posh Professionals\" enjoy cheering on their hometown sports teams, surfing the net on their smartphones, relaxing to the new album they recently downloaded and enjoying a day out with the kids at the local theme park. </td>\n   </tr> \n\n  <tr>\n     <td>Q04 </td>\n     <td>Family Fortune </td>\n     <td>Family Fortune are middle-aged married couples with children living a life of luxury in mid-size suburban settings.  With their enviable incomes, these doctors, lawyers and financial consultants are able to afford the very best for themselves and their families including luxury cars, beautifully appointed high-end homes, designer apparel, gifts for friends &amp; family and personal insurance.  These families have also accumulated a substantial net worth with investments in stocks and mutual funds.  For fun, \"Family Fortune\" enjoy reading magazines and taking lavish vacations to foreign locales.  These families are also quite philanthropic and volunteer for charitable organizations near to their hearts. </td>\n   </tr> \n\n  <tr>\n     <td>Q05 </td>\n     <td>Singular Sensations </td>\n     <td>Singular Sensations are middle-aged singles living privileged lives in mid-size suburban areas.  These lawyers, corporate managers, doctors and financial consultants pull down sizable incomes that support lavish homes, luxury cars, high-end apparel, personal insurance, gifts and contributions.  This set also has a substantial net worth with investments in various stocks.  When they're not working, \"Singular Sensations\" enjoy gambling, relaxing with a glass or two of wine and traveling abroad or cruising the high seas on a well deserved vacation. </td>\n   </tr> \n\n  <tr>\n     <td>R01 </td>\n     <td>City Survivors </td>\n     <td>City Survivors are single without children, living day-to-day in urban areas.  These folks work hard at their jobs in fire prevention, healthcare support, personal care &amp; service and maintenance--many of them may also be currently unemployed.  Their meager incomes are focused on basics such as retail purchases, personal care, food &amp; beverages, utilities, tobacco products and healthcare.  For fun, \"City Survivors\" enjoy cheering on their hometown teams, listening to the radio, reading magazines and surfing the net.   </td>\n   </tr> \n\n  <tr>\n     <td>R02 </td>\n     <td>Urban Underdogs </td>\n     <td>Urban Underdogs are mature seniors maintaining modest homes in urban areas where the crime index tends to be high.  Although they don't have a lot of income at their disposal, there is enough to pay for food &amp; beverages, utilities, tobacco products, healthcare and other miscellaneous expenses.  When they're not at their jobs in the fields of fire prevention, healthcare support, maintenance and social services, \"Urban Underdogs\" enjoy tuning in their favorite programs on television and the radio. </td>\n   </tr> \n\n  <tr>\n     <td>R03 </td>\n     <td>Underprivileged Urbanites </td>\n     <td>Comprised heavily of single women and their children, \"Underprivileged Urbanites\" are living an indigent existence in the city.  This audience's substantially less than average incomes are allocated for basics such as food &amp; beverages, utilities, tobacco products, toys for the kids, women's clothing and other miscellaneous expenses.  When they're not on the job as fire fighters, healthcare support personnel, personal care experts and social services professionals, \"Underprivileged Urbanites\" enjoy going dancing, reading magazines, listening to the radio and watching television. </td>\n   </tr> \n\n  <tr>\n     <td>R04 </td>\n     <td>One Day at a Time </td>\n     <td>One Day at a Time are middle-aged married couples and their children eking out a modest existence in our country's urban centers.  Mom and Dad work long hours at their jobs in fire prevention, healthcare support, maintenance and social services--some may also be unemployed currently.  Their less than average household incomes go toward the utility bills, food &amp; beverages, tobacco products, healthcare expenses and personal care.  This group has also probably bought some new tires recently, along with one or two catalog or internet purchases.  When they're not on the job, \"One Day at a Time\" enjoy listening to the radio, playing the lottery and spending quality time with the kids at their favorite family restaurant. </td>\n   </tr> \n\n  <tr>\n     <td>R05 </td>\n     <td>Livin' Large </td>\n     <td>Livin' Large are married couples with children, living a prosperous lifestyle in the city.  In addition to their sizable household incomes, this audience also has a substantial net worth that probably includes some investment real estate.  For fun, \"Livin' Large\" enjoy listening to the radio, surfing the net, throwing dinner parties where they can serve up their latest gourmet triumphs and treating themselves to fabulous vacations including trips to foreign countries and luxurious cruises.  </td>\n   </tr> \n  \n<tr> \n</tr></table>","_postman_id":"d38209c3-6a79-482c-ad8e-8bf1f8c4a526"},{"name":"Connex Neighborhood Cluster","item":[],"id":"c73938f3-06bf-48d4-9512-b91ed90433ec","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>1</td>\n     <td>No Place Like Home</td>\n     <td>No Place Like Home are middle-aged married couples and their children living a casual lifestyle in the country.  These Associate's degree holders manage careers in the armed forces and in the fields of installation/repair, law enforcement and administration.  Those with an entrepreneurial mindset manage home-based businesses.  \"No Place Like Home\" earn slightly below average incomes, which they tend to spend on transportation, food &amp; beverages, tobacco and other miscellaneous expenses.  Weekends are reserved for family, which may include a little ATV off-roading, dinner at their favorite fast food joint or enjoying the latest movie release on their Blu-ray player.</td>\n   </tr> \n\n  <tr>\n     <td>2</td>\n     <td>Full House</td>\n     <td>Full House are married with children of all ages, living comfortable lives in smaller suburban settings.  They spend their above average incomes on entertainment, transportation and the maintenance and management of their spacious homes.  Some of their more recent purchases may have also included sports and recreation equipment for the kids, as well as some much anticipated home improvements.  Although \"Full House\" do tend to have consumer debt, they still find the money for frequent dinners at family restaurants, new clothes for dad and tickets to a local sports event.</td>\n   </tr> \n\n  <tr>\n     <td>3</td>\n     <td>Blissful in the Burbs</td>\n     <td>Blissful in the Burbs are middle-aged married couples and their older children living an idyllic suburban existence in small town America.  Mom and dad enjoy careers as doctors, engineers and corporate managers.  Their above average incomes allow them to expertly manage their upscale homes, pay for personal insurance, put some money away for the kids' education, buy gifts for loved ones and make the occasional contribution.  These folks also have an eye on the future with a comfortable net worth that probably includes stocks, mutual funds and some investment real estate to mix things up.  For fun, \"Blissful in the Burbs\" enjoy cheering on their home team at local sporting events.  They are also looking forward to the cruise vacation they plan on taking in a couple of months.</td>\n   </tr> \n\n  <tr>\n     <td>4</td>\n     <td>Up and Comers</td>\n     <td>Up and Comers are young singles free from the responsibilities of children, enjoying a carefree lifestyle in the big city setting they call home.  By day, these success-oriented singles are making a name for themselves in the arts, social science and computers, where they earn incomes that, although slightly below average, are more than enough to handle their rent and renter insurance, personal care expenses, retail purchases, utilities, healthcare and food &amp; beverages.  When they're not working, \"Up and Comers\" enjoy a night out dancing, impressing friends with their culinary skills at intimate dinner parties and relaxing with a beer while reading the latest NYT bestseller.</td>\n   </tr> \n\n  <tr>\n     <td>5</td>\n     <td>Modest Middle-Agers</td>\n     <td>Predominantly single without children in the household, \"Modest Middle-Agers\" are a middle-aged segment living a modest lifestyle in mid-size suburban areas.  These food preparation &amp; service professionals, social servants and administrators pull down less than average incomes, which they use for utilities, personal care, healthcare, tobacco, food &amp; beverages and other miscellaneous expenses.  They have probably downloaded the latest chart topper or audio book recently.  A good time for \"Modest Middle-Agers\" may include a night out dancing, trying out new recipes on family and friends or relaxing with their favorite magazine.</td>\n   </tr> \n\n  <tr>\n     <td>6</td>\n     <td>Suburban Serenity</td>\n     <td>Living comfortable lives in larger suburban settings located just outside city centers, \"Suburban Serenity\" are just as likely to be married with children as they are to be single and child-free.  As computer experts, social scientists, engineers, financial executives and educators, this group takes home above average incomes, which they tend to use for education, reading materials, gifts, personal insurance, contributions and for furnishing and managing their upscale homes.  They have probably downloaded the latest chart topper recently, as well as made a deposit into their children's college fund or their own retirement fund.  For fun, \"Suburban Serenity\" enjoy getting together with family and friends to share their latest culinary triumph paired with a glass of their favorite varietal.</td>\n   </tr> \n\n  <tr>\n     <td>7</td>\n     <td>Main Street Middles</td>\n     <td>Main Street Middles are living a comfortable lifestyle in small town America with their spouse and children.  During the week, Mom takes the family van to drop the kids off at school before heading to her job as a nurse practitioner, while Dad stays home to run the family's home-based business.  They tend to spend their average household incomes on home furnishings, entertainment and maintaining their multiple vehicles, which include full-size and compact pick-ups, as well as motorcycles.  When they get some free time, \"Main Street Middles\" enjoy gardening, making long distance calls to faraway friends and family and relaxing on the couch with the family cat.</td>\n   </tr> \n\n  <tr>\n     <td>8</td>\n     <td>Melting Pot</td>\n     <td>Melting Pot are a diverse suburban audience that is just as likely to be married as they are to be single, but either way they definitely have children at home.  As personal care professionals and maintenance workers, these folks pull down incomes that are slightly below average, but still enough to pay for apparel, transportation expenses, $150+ per week on groceries and a new chew toy for the family dog.  In their downtime, \"Melting Pot\" enjoy a night on the town dancing or treating the kids to a day at the theme park, followed by dinner at their favorite fast food restaurant.</td>\n   </tr> \n\n  <tr>\n     <td>9</td>\n     <td>Middle Class Mainstream</td>\n     <td>Whether married or single, with or without children, \"Middle Class Mainstream\" are a middle-aged group living an average lifestyle in small town suburbia.  As armed forces enlistees, administrators, social servants and healthcare technicians these folks take home average incomes, which support their transportation costs, personal care expenses, healthcare bills and tobacco habit.  This group also has enough remaining to cover their rental insurance premiums, as well as the big-ticket home furnishings and small kitchen appliance they recently purchased.  For fun, \"Middle Class Mainstream\" enjoy a night out dancing, watching their favorite programs on television and grabbing a burger and fries at their favorite fast food restaurant.</td>\n   </tr> \n\n  <tr>\n     <td>10</td>\n     <td>Middle-Aged Moderates</td>\n     <td>Single without children in the household, \"Middle-Aged Moderates\" are living an everyday life in mid-size suburban settings.  As educators and social scientists, these folks earn average incomes that they tend to spend on reading materials, retail purchases, personal care expenses, healthcare bills, utilities and tobacco.  It's also likely that they have recently purchased a small kitchen appliance or a must-have item they spotted in a catalog.  When they get some free time, \"Middle-Aged Moderates\" enjoy relaxing with friends over a beer, glass of wine or distilled liquor of choice.  They also enjoy trying their luck at the lottery.</td>\n   </tr> \n\n  <tr>\n     <td>11</td>\n     <td>Blue Bayou</td>\n     <td>Blue Bayou are married couples and their children living low-key lives in the country.  Mom and dad work hard at their jobs in installation/repair, construction, transportation, production, law enforcement and as healthcare technicians.  Some of them even manage home-based businesses.  Although their household incomes are below average, they still have enough to pay for transportation, healthcare, tobacco and food &amp; beverages.  They have probably even purchased a household appliance recently.  When they're not working, \"Blue Bayou\" enjoy reading outdoor media and off-roading in their full-size pick-ups or on their ATVs.</td>\n   </tr> \n\n  <tr>\n     <td>12</td>\n     <td>Suburban Setbacks</td>\n     <td>Suburban Setbacks are single without any children at home, living a modest lifestyle in larger suburban areas.  The work week is spent at their maintenance, personal care and food preparation jobs where they earn below average incomes.  They tend to spend their money on basics such as transportation, food &amp; beverages, personal care, utilities and tobacco products.  These folks enjoy listening to the radio and reading their favorite magazines and when they really want to kick up their heels, \"Suburban Setbacks\" hit the town for a night of dancing or gambling at the local casino.</td>\n   </tr> \n\n  <tr>\n     <td>13</td>\n     <td>Southern Sensibility</td>\n     <td>These folks may or may not be married, but they more than likely have young children living with them in homes that were built in the last 25 years.  When not on the job as administrators, transportation experts and installation professionals, \"Southern Sensibility\" enjoy family pursuits including a day at the local theme park, lunch at their favorite fast food joint and a game of fetch with Fido.  Their average household incomes are more than enough to cover their transportation expenses, food &amp; beverages, tobacco products, utilities and personal care bills with enough left over to buy the occasional lottery ticket.  \"Southern Sensibility\" like to relax by listening to music they recently downloaded to their smartphone.  For more serious relaxation, these folks like to hit the high seas on a cruise vacation.</td>\n   </tr> \n\n  <tr>\n     <td>14</td>\n     <td>Coupon Clippers</td>\n     <td>Coupon Clippers are budget-conscious married couples who may or may not have children living with them in their suburban homes.  As healthcare technicians, social servants and administrators, this group brings home slightly less than average incomes, which they allocate for transportation expenses, healthcare costs, tobacco expenditures and food &amp; beverages.  With the money they save over time, these folks have probably bought that new fridge the missus has had her eye on, along with some new tools for the man of the house.  In their downtime, \"Coupon Clippers\" enjoy listening to the home town team on the radio, keeping their eye out for bargains in their local newspaper and playing the lottery.</td>\n   </tr> \n\n  <tr>\n     <td>15</td>\n     <td>Clock Watchers</td>\n     <td>Clock Watchers are mature singles without children at home anxiously awaiting the day when they can finally retire.  With careers in the fields of healthcare and social services, this group's household incomes are below the national average, but still enough to cover basics such as retail purchases, healthcare expenses, utilities, food &amp; beverages and tobacco products.  For fun, \"Clock Watchers\" enjoy a night out dancing, treating friends to a new recipe they've discovered and keeping up with loved ones who are just a long distance phone call away.</td>\n   </tr> \n\n  <tr>\n     <td>16</td>\n     <td>Community Cogwheels</td>\n     <td>Single without any children at home, \"Community Cogwheels\" are living a modest existence in large city centers.  These folks are on the verge of retirement, or newly retired, from jobs in fields that keep their communities running smoothly including fire prevention, food preparation &amp; service, social services and personal care.  Their well below average fixed incomes are enough to handle basics such as retail purchases, personal care, healthcare expenses, utilities, food &amp; beverages, reading materials and tobacco products.  At their age, they have probably taken a prescription remedy for an ailment, as well as a vitamin or supplement for their overall well being.  \"Community Cogwheels\" enjoy watching their favorite shows on television, as well as cheering on their home team at the sporting event du jour.</td>\n   </tr> \n\n  <tr>\n     <td>17</td>\n     <td>Carpools and Little League</td>\n     <td>Married with children, \"Carpools and Little League\" are living active family lives in large suburban settings.  As computer experts, engineers and sales reps, these moms and dads earn above average incomes that they use to manage and maintain their upscale homes and educate their children, as well as for entertainment and personal insurance.  Although \"Carpools and Little League\" have some consumer debt, it hasn't stopped them from purchasing some big-ticket home furnishings recently, in addition to a brand-new fridge to safeguard the $150+ per week they spend on groceries.  Family fun time includes a day at the local theme park, followed by dinner at their favorite family restaurant.</td>\n   </tr> \n\n  <tr>\n     <td>18</td>\n     <td>Single-Minded</td>\n     <td>As its name suggests, \"Single-Minded\" are unmarried, free from the responsibilities of parenthood and focused on career success in the city.  As burgeoning artists, social scientists and computer professionals, these savvy singles earn enviable incomes that allow them to manage and furnish their hip city rentals, buy the latest fashion trends, pay off lingering student loans, make payments on their luxury cars, shower loved ones with gifts and contribute to their favorite causes.  When they get some downtime, this group enjoys sharing a glass or two of wine with friends, while impressing them with their latest culinary masterpiece.  \"Single-Minded\" also like traveling and have probably recently returned from one of the many foreign trips they enjoy indulging in.</td>\n   </tr> \n\n  <tr>\n     <td>19</td>\n     <td>Career Couples</td>\n     <td>Career Couples are married, but probably don't have any children in the household.  Rather, these couples are focused on their careers in the legal sector, healthcare, education, sales and management.  As above average earners, this group focuses their spending on their upscale suburban homes, luxury cars, reading materials, personal insurance, education, gifts and contributions.  These folks also have an eye on their imminent retirement with investments in stocks, mutual funds and real estate.  When it's time to relax, \"Career Couples\" enjoy experimenting in the kitchen, reading the newspaper and vacationing to foreign locales.</td>\n   </tr> \n\n  <tr>\n     <td>20</td>\n     <td>Made in the USA</td>\n     <td>Made in the USA are a suburban working class audience that is single and may or may not have children in the household.  With jobs in the armed forces, administration, food preparation and healthcare, these folks earn below average incomes, which they typically spend on basics such as utilities, food &amp; beverages, personal care and their tobacco habit.  They have probably also purchased some women's clothing or some low-ticket home furnishings recently.  When they get some downtime, \"Made in the USA\" enjoy listening to the radio, while catching up on the latest issue of their favorite magazines.</td>\n   </tr> \n\n  <tr>\n     <td>21</td>\n     <td>Nine-to-Fivers</td>\n     <td>Whether they're married or single, parents or child-free, \"Nine-to-Fivers\" work hard at making ends meet in the mid-size suburbs they call home.  On weekdays you will find this group driving their domestic cars and full-size pick-ups to their jobs as production workers, material movers and healthcare specialists.  Despite their below average incomes, this audience manages to cover their healthcare expenses, utility bills and food &amp; beverages.  After the bills are paid, there's usually enough remaining to splurge on lottery tickets and to indulge their cigarette habit.  For fun, \"Nine-to-Fivers\" enjoy tuning in the game on the radio and curling up on the couch with the family cat.</td>\n   </tr> \n\n  <tr>\n     <td>22</td>\n     <td>Southern Comfort</td>\n     <td>Southern Comfort are married couples and their children enjoying the creature comforts of the southern suburb they call home.  Mom and dad have successful sales careers where they earn above average incomes that they spend on their homes, entertainment, personal insurance and gifts.  Recent purchases include a new dishwasher and new throw pillows for the sectional in the family room.  This group also has an eye on the future, as evidenced by their stock and real estate investments.  For fun, \"Southern Comfort\" enjoy spending a day at the local theme park, followed by dinner at their favorite family restaurant.  They're also looking forward to the cruise they're going on in the next couple months.</td>\n   </tr> \n\n  <tr>\n     <td>23</td>\n     <td>Salt of the Earth</td>\n     <td>Salt of the Earth are married and more than likely still have children living with them in their modest country homes.  Their jobs in production, transportation and installation may not make them the big bucks, but they do earn enough to handle their healthcare expenses, food &amp; beverages and their preferred tobacco products.  There's also enough to cover the maintenance and upkeep of their full-size and compact pick-ups, as well as their domestic cars.  Living in the country has made these folks quite handy and their extensive set of tools helps them tackle all sorts of projects around the house.  When they have some spare time on their hands, \"Salt of the Earth\" enjoy exploring the countryside on their ATVs.</td>\n   </tr> \n\n  <tr>\n     <td>24</td>\n     <td>Country Kin</td>\n     <td>Country Kin are married couples and their teenage children enjoying a laid-back lifestyle in small town America.  Mom and dad hold down jobs as installation professionals, production workers and home-based business owners.  Their average household incomes allow them to cover their healthcare bills and transportation expenses, including the maintenance and upkeep of their full-size pick-ups, vans, standard cars and motorcycles.  For fun, \"Country Kin\" enjoy reading outdoor media, playing fetch with Fido and off-roading on their ATVs.</td>\n   </tr> \n\n  <tr>\n     <td>25</td>\n     <td>Almost Free</td>\n     <td>Almost Free are middle-aged couples with older children who are on the verge of leaving the nest.  As career educators, these moms and dads make above average household incomes, which they use to furnish and manage their homes, as well as for entertainment and transportation.  These folks are avid sport fans who enjoy catching the game on TV or the radio.  They like tending to their gardens and they've probably also made some home improvements recently.  \"Almost Free\" like to unwind with their favorite adult beverage and when they really want to cut loose, they hit the local casino for a night of gambling fun.</td>\n   </tr> \n\n  <tr>\n     <td>26</td>\n     <td>Median Middles</td>\n     <td>Median Middles are a middle-aged audience living middle class lives in mid-size suburban settings.  They are just as likely to be married with children as they are to be single and child free.  These personal care &amp; service professionals and administrators take home average salaries, which they tend to use for household furnishings and entertainment.  For fun, \"Median Middles\" enjoy reading their favorite magazines, getting together with friends for a beer or two, trying their luck at the local casino and surfing the net on their smartphones.  When they want some serious R &amp; R, this group hops a plane to an exotic foreign locale.</td>\n   </tr> \n\n  <tr>\n     <td>27</td>\n     <td>Growing Pains</td>\n     <td>Growing Pains are young singles who are focused on establishing themselves in the urban center they call home.  As food preparation professionals and armed forces enlistees, their household incomes are below average but still enough to pay for the rent and rental insurance on their townhomes and condos, in addition to utilities, personal care, food &amp; beverages and other miscellaneous expenses. It's also likely they have purchased some big-ticket home furnishings and other household appliances recently.  For fun, \"Growing Pains\" enjoy getting social on their smartphones, surfing the net and reading their favorite magazines.</td>\n   </tr> \n\n  <tr>\n     <td>28</td>\n     <td>Serve and Protect</td>\n     <td>Serve and Protect are middle-aged singles who may or may not have children living with them in their average homes, which are located in urban areas where the crime index tends to be high.  These civic-minded folks tend to have careers in fields focused on the protection and welfare of their community including social services, fire prevention, law enforcement, transportation and healthcare.  Although this group earns below average incomes, they typically have enough to cover their transportation expenses, food &amp; beverages, personal care expenditures and their cigarette, cigar or chewing tobacco habit.  It's also likely they've treated themselves to some fine jewelry recently.  When they're not on the job, \"Serve and Protect\" enjoy reading magazines and watching their favorite shows on television.</td>\n   </tr> \n\n  <tr>\n     <td>29</td>\n     <td>Gracious Homes</td>\n     <td>Gracious Homes are married couples and their children living a life of privilege along the urban fringe.  These moms and dads have highly successful careers as computer experts, corporate managers and engineers.  They use their above average household incomes to maintain and manage their luxurious homes, educate their children, pay for personal insurance, purchase fashion-forward apparel, buy gifts for loved ones and make contributions to those causes they deem as worthy.  On weekends, these families hop in their mid-size SUVs and head to their local theme park or perhaps to a sports event where they can cheer on their home town heroes.  \"Gracious Homes\" also like to give back to those who are less fortunate by volunteering for charitable organizations they support.</td>\n   </tr> \n\n  <tr>\n     <td>30</td>\n     <td>Working Class Woes</td>\n     <td>Working Class Woes are middle-aged law enforcement officials, transportation workers, production professionals, installation experts, construction workers and healthcare technicians who work hard to make ends meet in the small town they call home.  These folks are just as likely to be married with children as they are to be single and child-free.  Their very limited household incomes are focused on basics such as healthcare, retail purchases, food &amp; beverages, utilities and their cigarette or chewing tobacco habit.  When they're not working, \"Working Class Woes\" enjoy watching their favorite programs on television, playing fetch with Fido and off-roading on their ATVs.</td>\n   </tr> \n\n  <tr>\n     <td>31</td>\n     <td>Farmland Frugals</td>\n     <td>Farmland Frugals are married couples who work the land in rural locales.  As farmers, managers and home-based business owners these couples put in a hard day's work to earn their limited household incomes, which they carefully budget to cover their healthcare expenses, transportation, food &amp; beverages, retail purchases and tobacco products.  They have probably also recently purchased a large kitchen appliance or an item that caught their eye in a catalog.  When they get some downtime, \"Farmland Frugals\" enjoy reading outdoor media or relaxing outdoors, perhaps exploring the countryside on their ATVs.</td>\n   </tr> \n\n  <tr>\n     <td>32</td>\n     <td>Urban Challenges</td>\n     <td>Single without any children in the household, \"Urban Challenges\" are eking out a meager existence in the city.  As food preparation professionals, material movers, healthcare support staffers and production workers, this group struggles to make ends meet with household incomes that are well below average.  In fact, some of these folks may even be unemployed currently.  They tend to spend on the basics including retail purchases, utilities, personal care, healthcare, tobacco, food &amp; beverages and other miscellaneous expenses.  When they have some free time, \"Urban Challenges\" enjoy listening to the radio, watching television and surfing the net.</td>\n   </tr> \n\n  <tr>\n     <td>33</td>\n     <td>Golden Age</td>\n     <td>Golden Age are married retirees without any children in the household, living out their golden years in the comfort of the country locale they call home.  These folks have accumulated a sizable nest egg with investments in stocks, mutual funds and real estate.  They use their well above average household incomes to furnish and manage their upscale condos and townhomes, as well as to buy reading materials, cover personal insurance expenses, buy gifts for loved ones and make contributions to causes they support.  \"Golden Age\" enjoy catching up on current events compliments of their local newspaper, having dinner out at their favorite family restaurant and making long distance calls to faraway family and friends.  These couples are also looking forward to the cruise they'll be taking in the next couple of months. </td>\n   </tr> \n\n  <tr>\n     <td>34</td>\n     <td>Small Town Travails</td>\n     <td>Small Town Travails are a middle-aged group that tends to be single and may or may not have children living with them in their humble country homes.  These folks didn't graduate from high school and with low-paying jobs in construction and maintenance, they struggle to make ends meet.  Their limited household incomes cover basic expenses such as food &amp; beverages, utilities, healthcare and their cigar habit.   It's quite possible they may also have purchased a large kitchen appliance recently.  For fun, \"Small Town Travails\" enjoy watching television and playing catch with the family dog.  They are also actively involved in collector's clubs.</td>\n   </tr> \n\n  <tr>\n     <td>35</td>\n     <td>Struggling Suburban Singles</td>\n     <td>Struggling Suburban Singles are unmarried without any children in the household, struggling to stay afloat in their large-scale suburban communities.  Lacking a high school degree, their jobs in maintenance, personal care &amp; service and material moving barely earn them enough to cover the most basic of expenses including personal care, food &amp; beverages, apparel, utilities, retail purchases and their tobacco habit.  When they're not on the job, \"Struggling Suburban Singles\" enjoy tuning in their favorite programs on the television or radio, as well as reading their favorite magazines.</td>\n   </tr> \n\n  <tr>\n     <td>36</td>\n     <td>Dressed in Success</td>\n     <td>Dressed in Success are established married couples without any children at home, enjoying lucrative careers in the suburbs.  These lawyers, doctors and corporate managers pull down healthy salaries, which they use to furnish and manage their upscale homes, as well as for personal insurance, education, gifts and contributions.  They are also savvy investors and their already sizable net worth includes both stocks and mutual funds. When they're not on the job, \"Dressed in Success\" enjoy relaxing with a glass of wine while reading the latest NYT bestseller.  When they need some serious R &amp; R, these couples set sail on a luxury cruise or cross the pond for an international vacation.</td>\n   </tr> \n\n  <tr>\n     <td>37</td>\n     <td>At the Starting Gate</td>\n     <td>At the Starting Gate are young singles fresh out of college and raring to make a name for themselves in the big city.  As recent recipients of Bachelor's and Post-Graduate degrees, these educators and culinary professionals earn less than average incomes, but they still manage to cover their rent, rental insurance, utilities, reading materials, personal care, retail purchases, food &amp; beverages and their cigar habit.  Free from the responsibility of children, this group enjoys getting together with friends for a night on the town dancing or sharing a beer or two at the local watering hole.  \"At the Starting Gate\" also like to cook and stay connected to friends and family with their smartphones.</td>\n   </tr> \n\n  <tr>\n     <td>38</td>\n     <td>Under Paid Urbanites</td>\n     <td>Under Paid Urbanites are single, middle-aged wage earners living hand-to-mouth in large urban centers.  With jobs in the armed forces, maintenance and food preparation &amp; service, these singles put in a long day's work for minimal wages, which they tend to spend on utilities, personal care, their tobacco habit and the $150+ per week they spend on groceries.  They have probably also purchased new tires for their standard cars recently.  When they're able to work in some relaxation, \"Under Paid Urbanites\" enjoy tuning into their favorite television programs.</td>\n   </tr> \n\n  <tr>\n     <td>39</td>\n     <td>Mid-Life Metros</td>\n     <td>Mid-Life Metros are singles without any children in the household living an average life in the city.  With their Associate's, Bachelor's and Post-Graduate degrees, this group pulls down average household incomes, which they typically spend on reading materials, transportation and other miscellaneous expenses.  They have probably also purchased some low-ticket home furnishings for their townhomes recently, as well as a small kitchen appliance.  For fun, \"Mid-Life Metros\" enjoy playing the lottery and dishing with friends over their latest culinary creation accompanied by a specialty cocktail they concocted using their favorite distilled liquor.</td>\n   </tr> \n\n  <tr>\n     <td>40</td>\n     <td>High Rise Hipsters</td>\n     <td>High Rise Hipsters are single professionals without any children in the household living low-key lives in large urban centers where the crime index is high.  As social servants, artists, court reporters and educators, this set pulls down average incomes that they use to pay for reading materials, personal care, retail expenses, healthcare premiums and utilities.  They have probably also purchased some home furnishings or perhaps a piece of fine jewelry recently.  When they get some downtime, \"High Rise Hipsters\" enjoy trying out new recipes or meeting up with friends at the street corner bar where they can catch up over a beer or two.</td>\n   </tr> \n\n  <tr>\n     <td>41</td>\n     <td>Lap of Luxury</td>\n     <td>Lap of Luxury are married couples and their children living privileged lives in mid-size suburban areas.  As lawyers, doctors, corporate managers and financial consultants, these moms and dads earn household incomes that are well above average.  It's these lucrative incomes that allow them to enjoy the finer things in life such as upscale homes, private school for the kids, high-fashion apparel, personal insurance, lavish gifts for loved ones and contributions to worthy causes.  They also tend to indulge in luxury cars, fine wines and vacations to exotic foreign locales.  \"Lap of Luxury\" are also quite philanthropic and often volunteer at charitable organizations they support.</td>\n   </tr> \n\n  <tr>\n     <td>42</td>\n     <td>Backwoods Blues</td>\n     <td>Backwoods Blues are rural singles holding down blue collar jobs in small town America.  As armed forces enlistees, law enforcement officials, installation experts, transportation professionals and construction workers, this group puts in a hard day's work for their below average incomes.  Some in this segment may not even be in the labor force currently.  Their typical expenditures include healthcare bills, tobacco products, retail purchases, utilities and food &amp; beverages.  They have probably also recently purchased new tires for the car, a household appliance and that must-have item they saw on the internet a few days ago.  When they get some downtime, \"Backwoods Blues\" like to tune in their favorite shows on television, as well as grab some comfort food at their local family restaurant.</td>\n   </tr> \n\n  <tr>\n     <td>43</td>\n     <td>City Limited</td>\n     <td>Comprised largely of unmarried women, \"City Limited\" are living hand-to-mouth lives in city centers where the crime index tends to be high.  As healthcare support professionals, fire fighters, social servants and personal care experts, this group pulls down incomes that are well below average.  In fact, some of these women may even be currently unemployed.  The money they do take home handles basics such as personal care, food &amp; beverages, utilities, tobacco, retail expenses and healthcare bills.  It's also probable that they have purchased a piece of fine jewelry recently.  When they get some time to themselves, \"City Limited\" enjoy tuning into their favorite programs on television and the radio, as well as reading magazines.  They also enjoy a night on the town dancing followed by a late night bite at a nearby fast food restaurant.</td>\n   </tr> \n\n  <tr>\n     <td>44</td>\n     <td>Down and Out Downtown</td>\n     <td>Down and Out Downtown are an urban audience living an indigent lifestyle in our country's city centers.  For the most part, this group is made up of middle-aged single women who are less likely to have children living at home.  Their nine-to-five is spent in the fields of healthcare support, fire prevention, personal care, maintenance and food preparation &amp; service.  However, many of them are also currently unemployed.  They spend their meager take home on retail expenses, personal care, food &amp; beverages, apparel, utilities, healthcare and their cigarette/cigar habit.  Anything remaining has likely been used to buy a much needed household appliance, a piece of fine jewelry or perhaps a new toy for those in this audience who do have children.  For fun, \"Down and Out Downtown\" are active participants in collector's clubs.  They also enjoy watching television, listening to the radio and reading magazines.</td>\n   </tr> \n\n  <tr>\n     <td>45</td>\n     <td>Solo Suburbanites</td>\n     <td>Solo Suburbanites are single without any children at home, living an average existence in mid-size suburban settings.  As armed forces enlistees, personal care professionals, educators, food preparation specialists, social servants and administrators, these folks take home slightly below average incomes, which they spend on reading materials, retail purchases, personal care, healthcare, utilities, tobacco and food &amp; beverages.  Other items this group has probably purchased lately include a household appliance, that must-have item they saw in a catalog or new tires for their compact cars.  They also have an eye on the future with a decent net worth, as well as some investment real estate.  For fun, \"Solo Suburbanites\" enjoy listening to the music they recently downloaded and participating in local sports leagues.</td>\n   </tr> \n\n  <tr>\n     <td>46</td>\n     <td>Between Sunset and Dusk</td>\n     <td>Between Sunset and Dusk are elderly singles living low-key retirements in the city.  As former social servants and healthcare professionals, this group has managed to accumulate an adequate net worth that includes some investment real estate.  They tend to spend their slightly below average household incomes on their homes, reading materials, retail purchases, healthcare and their lifelong tobacco habit.  It's also likely that these folks have recently purchased some big-ticket home furnishings, women's clothing and a household appliance.  For fun, \"Between Sunset and Dusk\" enjoy digging into the latest NYT bestseller, accompanied by a glass of wine or their preferred label of distilled liquor.</td>\n   </tr> \n\n  <tr>\n     <td>47</td>\n     <td>Small Town Toilers</td>\n     <td>Small Town Toilers are just as likely to be married as they are to be single and they may or may not have children living with them in their country homes.  As production personnel, transportation professionals, installation experts, material movers and construction workers, these folks work hard to earn their below average household incomes, which are budgeted for healthcare bills, utilities, food &amp; beverages, retail purchases and tobacco.  They have probably also purchased new tires for their domestic cars or a household appliance recently.  When they get some time to relax, \"Small Town Toilers\" enjoy tuning in their favorite shows on television.</td>\n   </tr> \n\n  <tr>\n     <td>48</td>\n     <td>Suburban Security</td>\n     <td>Suburban Security tend to be single and may or may not have children living with them in their comfy suburban homes.  Their jobs in the armed forces, sales and architecture provide them with average household incomes, which they use for managing their homes, entertainment, household furnishings, apparel and education.  There's also enough left over for that new blender they've had their eye on, the must-have item they just saw on the internet and perhaps a piece of fine jewelry for themselves or that special someone.  For fun, \"Suburban Security\" enjoy going dancing, catching the game on TV and for those who have kids, a day at the local theme park is always a crowd pleaser.</td>\n   </tr> \n\n  <tr>\n     <td>49</td>\n     <td>Provincial Paupers</td>\n     <td>Singles who may or may not have children at home comprise this small town set.  With jobs in maintenance, material moving, production and construction \"Provincial Paupers\" work hard to earn their limited household incomes.  With minimal funds at their discretion, this group spends on basics such as apparel, utilities, transportation, tobacco and food &amp; beverages--including the $150+ per week they spend on groceries, as well as their frequent meals at fast food restaurants.  When they get some downtime, \"Provincial Paupers\" enjoy spending a day with the kids at a local theme park or getting social on their smartphones.</td>\n   </tr> \n\n  <tr>\n     <td>50</td>\n     <td>Plugged-In Players</td>\n     <td>Plugged-In Players are young, urban singles on the success super highway.  With their top-of-the-line smartphones and internet acumen, this set always stays one step ahead of what's hot and hip.  As burgeoning artists, financial gurus and social scientists, this set earns household incomes that allow them to maintain and manage upscale urban digs, as well as pay for reading materials, lingering student loans, high-fashion apparel and personal insurance.  They also like to splurge on gifts for loved ones and make contributions to causes they find worthwhile.  When they get some time away from the office, these successful singles enjoy getting together with friends to share a glass of wine or their favorite distilled liquor.  For some real R &amp; R they hop a plane bound for an exotic foreign locale.  \"Plugged-In Players\" are also keen on giving back and volunteer for charitable organizations they support. </td>\n   </tr> \n\n  <tr>\n     <td>51</td>\n     <td>IntenseCities</td>\n     <td>IntenseCities are middle-aged singles working hard to carve out a place for themselves in the urban core of large city centers.  With careers in personal care, the arts and social services, this group puts in long hours for their below average incomes, which they tend to spend on retail purchases, personal care, reading materials, apparel, utilities, food &amp; beverages and healthcare.  This group likes to unwind with a glass of wine or their favorite distilled liquor--perhaps while listening to the new album they recently downloaded or while watching their favorite show on television.  For fun, \"IntenseCities\" enjoy going dancing, a day of thrills at the local theme park and when they really want to get away, they hop a plane headed for an international destination.</td>\n   </tr> \n\n  <tr>\n     <td>52</td>\n     <td>Country Money Crunch</td>\n     <td>Country Money Crunch are law enforcement officers, healthcare support professionals, production personnel and material movers who are single and may or may not have children living with them in their country homes.  Although this middle-aged set earns well below average household incomes, they still find the funds to pay for their retail purchases, food &amp; beverages, healthcare bills, utilities, personal care and their preferred tobacco products.  They have also likely purchased new tires or a piece of fine jewelry recently.  For fun, \"Country Money Crunch\" enjoy off-roading on their ATVs, tuning in their favorite programs on television and the radio and staying informed by reading their local newspaper and favorite magazines.</td>\n   </tr> \n\n  <tr>\n     <td>53</td>\n     <td>Downtown Digs</td>\n     <td>Downtown Digs are single without any children in the household, living ordinary average lives in the city.  As armed forces enlistees and computer professionals, this group pulls down average incomes, which are allocated for the rent on their condos and townhomes, renter insurance, transportation, personal care, reading materials and utilities.  It's also likely that they've recently feathered their nests with some big-ticket home furnishings.  On the weekends, \"Downtown Digs\" like to hop in their imported cars and hit the town for a night of dancing or, if they're craving an outing that is more low-key, they may meet up with friends for dinner at their favorite family restaurant.</td>\n   </tr> \n\n  <tr>\n     <td>54</td>\n     <td>Textbook Townies</td>\n     <td>Textbook Townies are enjoying the simple pleasures of small town suburbia with their spouse and young children.  During the week, these moms and dads hop in their compact cars and head off to their jobs in law enforcement.  Weekends are for family time, which may include dinner out at their favorite family restaurant or dinner in where they can enjoy mom's latest culinary creation.  \"Textbook Townies\" have average household incomes, which they tend to spend on transportation, low-ticket home furnishings, toys for the kids and items they saw on the internet for themselves.  </td>\n   </tr> \n\n  <tr>\n     <td>55</td>\n     <td>Country Classics</td>\n     <td>Country Classics are mature married couples who no longer have children at home enjoying a casual lifestyle in the country.  Although many of these folks have already retired, there are those who continue to work with jobs in construction or perhaps they're running home-based businesses.  Their tight fixed incomes are used for healthcare expenses, retail purchases, chewing tobacco, transportation and food &amp; beverages.  They have also managed to accumulate a sufficient net worth, which probably includes some real estate.   For fun, \"Country Classics\" like to work with their tools on small DIY projects, as well as explore the surrounding countryside on their ATVs. </td>\n   </tr> \n\n  <tr>\n     <td>56</td>\n     <td>Middle-Aged Misfortune</td>\n     <td>Middle-Aged Misfortune are singles who are living impoverished lives in the city.  With jobs in fire prevention, healthcare support, maintenance, social services and personal care, they earn just enough to get by.  For the many who are currently unemployed, times are even tougher.  Their spending tends to center around the basics including retail purchases, food &amp; beverages, healthcare, tobacco, utilities and personal care.  On those rare occasions when there's a little left over, they may treat themselves to that special item they saw in a catalog or perhaps to a piece of fine jewelry.  After a hard day's work, \"Middle-Aged Misfortune\" enjoy dinner out at their favorite family restaurant followed by a night in watching their favorite television shows.</td>\n   </tr> \n\n  <tr>\n     <td>57</td>\n     <td>Small Town Blues</td>\n     <td>Small Town Blues are single and may or may not have children living with them in their small town suburban rentals, which are located in areas where the crime index tends to be high.  During the week, these folks clock-in at their blue collar jobs in production, material moving and food preparation.  For those who are currently unemployed, job hunting is on the agenda.  Although their incomes are below average, this group is able to handle the basics including utilities, food &amp; beverages, healthcare and their preferred tobacco product.  They have also likely purchased a household appliance, women's clothing and a new chew toy for the dog recently.  After hours, \"Small Town Blues\" like to tune in their favorite programs on the radio for a relaxing night in. </td>\n   </tr> \n\n  <tr>\n     <td>58</td>\n     <td>Labored Force</td>\n     <td>Labored Force are middle-aged singles eking out a skimpy living in the small town suburbs they call home.  These maintenance professionals, food preparation &amp; service employees and construction workers put in long hours to earn their considerably less than average incomes.  With discretionary spending at a minimum, these folks focus on the basics such as retail purchases, utilities, food &amp; beverages, personal care, healthcare and tobacco products.  They have probably also purchased a small kitchen appliance recently, along with some new tires and perhaps a piece of fine jewelry.  When they're not on the job, \"Labored Force\" enjoy a night out dancing or a night in watching television.  They are also avid members of collector's clubs.  </td>\n   </tr> \n\n  <tr>\n     <td>59</td>\n     <td>Old Guard</td>\n     <td>Old Guard are retirees living out their golden years in urban areas where they reside in a maintenance-free condo or townhome.  As former sales reps, fire fighters, administrators and personal care &amp; service professionals, these folks have managed to accumulate a respectable net worth that likely includes some retirement real estate.  Despite their below average household incomes, this group has more than enough to cover their must-haves including reading materials, retail purchases, healthcare expenses, utilities and tobacco products.  At their age, you can bet \"Old Guard\" probably take a prescription or two for specific ailments, as well as a vitamin or supplement for their overall health.  For fun, this group enjoys watching their favorite shows on television, catching up on current events compliments of their local newspaper and a night of gambling excitement at the local casino.  They are also looking forward to the cruise they plan on taking in the next couple months.</td>\n   </tr> \n\n  <tr>\n     <td>60</td>\n     <td>Hard Row to Hoe</td>\n     <td>Hard Row to Hoe is an indigent audience comprised predominantly of singles who may or may not have children living with them in their rural rentals.  As farmers and material movers, these folks put in a long day's work for below average incomes.  Their expenditures center around basic needs including food &amp; beverages, utilities, personal care and tobacco products.  If they do manage a bit of downtime, \"Hard Row to Hoe\" enjoy a night on the town dancing.</td>\n   </tr> \n\n  <tr>\n     <td>61</td>\n     <td>Family Portrait</td>\n     <td>Family Portrait are married couples and their children, living a comfortable lifestyle in large suburban settings.  Mom and dad enjoy careers in engineering, where they earn above average incomes that they spend on managing and maintaining their upscale homes, educating their children, personal insurance, gifts for friends and loved ones and contributions to worthy causes.  There is also enough for extras including luxury cars, cruise trips and vacations abroad.  For some domestic fun, \"Family Portrait\" enjoy sharing a glass or two of wine with their friends, a night of gambling at the local casino and treating the kids to a day of fast rides and sweet treats at the local theme park.</td>\n   </tr> \n\n  <tr>\n     <td>62</td>\n     <td>Urban Utopia</td>\n     <td>Urban Utopia are married couples and their children living lives of privilege in the city.  These moms and dads enjoy rewarding careers, not to mention substantial incomes, as lawyers, executive managers, doctors and social scientists.  Their impressive net worth boasts diverse investments including stocks and mutual funds.  They can also afford to live a lavish lifestyle including upscale homes, luxury cars, high-fashion apparel, top-notch schools for the kids, gifts for loved ones and contributions to causes close to their hearts.  Downtime is spent relaxing in front of the fireplace with a glass or two of wine.  When they need some serious R &amp; R, \"Urban Utopia\" hop a plane headed to an international destination.</td>\n   </tr> \n\n  <tr>\n     <td>63</td>\n     <td>Simply Suburbia</td>\n     <td>Simply Suburbia are married couples and their children enjoying all the pleasures of a mid-size suburban lifestyle.  Mom and dad have careers in the armed forces and law enforcement, which allow them to provide their family with transportation, entertainment, household furnishings for their comfy homes, sports and recreation equipment for the kids, dinners out at their fave fast food restaurants and dinners in courtesy of the $150+ per week they drop on groceries.  Although \"Simply Suburbia\" do tend to have consumer debt, there's still usually enough to treat the family to a day at the local theme park, as well as new toys for children who manage to get their chores done on time.</td>\n   </tr> \n\n  <tr>\n     <td>64</td>\n     <td>Dinner's at Five</td>\n     <td>Dinner's at Five are mature retirees enjoying their golden years in small town America.  As retired sales reps, these folks now enjoy more relaxing pursuits including watching their favorite programs on television, actively participating in collector's clubs, making long distance phone calls to faraway friends and family and of course enjoying dinners at their favorite family restaurants, which they generally hit early to avoid the rush.  Although \"Dinner's at Five\" live on fixed incomes that are below average, there's still enough to pay for their basic expenses including healthcare, retail purchases, reading materials, utilities and tobacco products.  They also have a decent net worth, which includes some retirement real estate.</td>\n   </tr> \n\n  <tr>\n     <td>65</td>\n     <td>Day by Day</td>\n     <td>Day by Day are a middle-aged audience that's single without any children in the household, living an indigent lifestyle in our nation's city centers in areas where the crime index is high.  Many in this group are currently unemployed, but those that have jobs tend to work in the fields of fire prevention, healthcare, maintenance and personal care &amp; service.  Their very limited discretionary funds are focused on basics including rent, renter insurance, retail purchases, personal care, food &amp; beverages, utilities, healthcare and tobacco products.  When they get some time to relax, \"Day by Day\" enjoy watching television, listening to the radio and surfing the net.</td>\n   </tr> \n\n  <tr>\n     <td>66</td>\n     <td>Utterly Urban</td>\n     <td>Utterly Urban are singles without any children at home living a modest lifestyle in the urban core.  With jobs in personal care &amp; service, fire prevention and healthcare support, this group's household incomes tend to run below the national average.  However, they do make enough to pay for personal care, apparel, food &amp; beverages, utilities, retail expenses and tobacco products.  They have probably also treated themselves to a piece of fine jewelry recently, as well as that must-have item they spotted on the internet.  \"Utterly Urban\" like to relax by listening to their favorite tunes on the radio, while surfing the net.  It's also likely that they have recently returned from a cruise or from an international vacation.</td>\n   </tr> \n\n  <tr>\n     <td>67</td>\n     <td>Teenage Transitions</td>\n     <td>Teenage Transitions are burgeoning young adults enjoying their first taste of autonomy in the big city.  With fledgling careers in food preparation &amp; service, education, social science and personal care &amp; service, this group earns below average incomes, which they tend to spend on personal care, food &amp; beverages, retail purchases, tobacco products, apparel and healthcare.  It's also likely that they've purchased a large kitchen appliance or some fine jewelry recently.  \"Teenage Transitions\" like getting together with friends and hitting the dance floor at a local club and when they want to kick back, they enjoy listening to the radio and surfing the net.</td>\n   </tr> \n\n  <tr>\n     <td>68</td>\n     <td>Careers in the City</td>\n     <td>Careers in the City are young singles paving a successful path for themselves in the urban core.  These young adults enjoy flourishing careers in the arts, the legal sector and in finance where they pull down handsome household incomes.  They tend to spend their well above average paychecks on reading materials, high-fashion apparel, lingering student loans, personal insurance, household operations, gifts and contributions.  A good time for this group may include participation in a collector's club, meeting up with friends at the neighborhood bar for a glass or two of their preferred distilled liquor or just about anything involving sports.  When they want to get away, \"Careers in the City\" love exploring the culture and history of foreign countries.  They are also quite philanthropic and volunteer for charitable organizations near and dear to them.</td>\n   </tr> \n\n\n\n<tr>\n</tr></table>","_postman_id":"c73938f3-06bf-48d4-9512-b91ed90433ec"},{"name":"Connex Family Cluster","item":[],"id":"5a40c959-4a91-4332-9eea-b03cc442910e","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>A</td>\n     <td>Only Just Begun</td>\n     <td>The eleven Household Clusters that comprise Ruf's \"Only Just Begun\" Family Cluster include people who are just getting started on the road of life.  They're married with small children ages 5 years and younger.  They live in single family homes in smaller suburban settings where they drive their compact cars and full-size pick-up trucks to their jobs in the armed forces, law enforcement and administration.  They enjoy reading outdoor media and frequently use the internet.  They eat often at fast food restaurants and have probably purchased toys or attended a theme park recently.  Their household spending is geared towards transportation, food &amp; beverages and personal care.</td>\n   </tr> \n\n  <tr>\n     <td>B</td>\n     <td>Small Town Satisfaction</td>\n     <td>The people who fall into the thirteen Household Clusters that comprise Ruf's \"Small Town Satisfaction\" Family Cluster are living comfortable lives in small town suburbs.  These established married couples have older children between the ages of 16 - 18.  When they're not on-the-job as engineers and home-based business owners, \"Small Town Satisfaction\" enjoy watching sports events on television and eating in family restaurants.  Although they have some consumer debt, \"Small Town Satisfaction\" still find the money to make home improvements and feather their nests with new furnishings.  They also tend to spend on entertainment, transportation and household operations.</td>\n   </tr> \n\n  <tr>\n     <td>C</td>\n     <td>Success in the Suburbs</td>\n     <td>The people who fall into the fifteen Household Clusters that make up the \"Success in the Suburbs\" Family Cluster are living the quintessential suburban dream.  They're married with children, living in mid-size suburban areas in single family homes.  These stock and mutual fund owners enjoy careers as educators, corporate managers and engineers.  Their income also affords them little luxuries such as vacations to foreign lands and fine wines.  They spend their income on their homes &amp; household operations, household furnishings, education, personal insurance, gifts and the occasional contribution.</td>\n   </tr> \n\n  <tr>\n     <td>D</td>\n     <td>Road to Success</td>\n     <td>The \"Road to Success\" Family Cluster is comprised of five Household Clusters featuring people who tend to be younger, single, highly educated and rapidly making a place for themselves in the world.  These up-and-comers live in condos and townhouses in the city where they enjoy careers in the arts and social sciences.  Outside of work, they lead active lives that include dancing, traveling or cooking for fun.  You can also find this group surfing the net, reading magazines or drinking distilled liquor.  They use their better than average incomes for their homes &amp; household operations, reading materials, education, apparel, personal insurance, gifts and contributions.</td>\n   </tr> \n\n  <tr>\n     <td>E</td>\n     <td>Average Joes</td>\n     <td>The folks who fall into the eight Households Clusters that comprise Ruf's \"Average Joes\" Family Cluster tend to live in apartments or other rental properties located in small-size suburban areas.  This audience is less likely to be married with children and tends to make their living in the armed forces or in the fields of computers and social services.  These frequent internet users enjoy distilled liquor, are members of collector's clubs and have recently bought a household or kitchen appliance.  They use their somewhat less than average income for reading materials, personal care, utilities, healthcare, transportation and other miscellaneous expenses.</td>\n   </tr> \n\n  <tr>\n     <td>F</td>\n     <td>Laborer Pains</td>\n     <td>The people who make up the nine Household Clusters that comprise Ruf's \"Laborer Pains\" Family Cluster are farmers, maintenance workers and construction laborers who did not graduate from high school.  They live paycheck-to-paycheck in the suburbs where they're less likely than the national average to be homeowners.  The bulk of their income goes towards food &amp; beverages, utilities, personal care, tobacco and apparel.</td>\n   </tr> \n\n  <tr>\n     <td>G</td>\n     <td>Keeping It Simple</td>\n     <td>Ruf's \"Keeping It Simple\" Family Cluster is made up of twelve Household Clusters that contain people who are married with children, living in houses built before 1990 in mid-size suburban areas.  They drive their standard and subcompact cars to their jobs as healthcare technicians, social servants and clerical administrators and enjoy listening to sports events on the radio, watching TV and going dancing in their downtime.  This segment's household spending is earmarked for transportation, healthcare, tobacco, utilities and other miscellaneous expenses.</td>\n   </tr> \n\n  <tr>\n     <td>H</td>\n     <td>Modest Homemakers</td>\n     <td>The people who fall into the ten Household Clusters that make up Ruf's \"Modest Homemakers\" Family Cluster are married with children and living in rural, non-farm areas.  These high school graduates have jobs in installation &amp; repair, production, transportation and construction--some even have a home-based business.  They enjoy \"going mobile\" and drive anything from vans and full-size pick-ups to motorcycles, standard cars and ATVs/UTVs.  These real estate owners also enjoy reading outdoor media.  \"Modest Homemakers\" spend their household income on healthcare, tobacco, food &amp; beverages, and of course, transportation.</td>\n   </tr> \n\n  <tr>\n     <td>J</td>\n     <td>Farmland Values</td>\n     <td>Ruf's \"Farmland Values\" Family Cluster features six Household Clusters that contain people who work the land in rural areas.  These high school graduates are more than likely married with children in the household.  If they're not working the land, \"Farmland Values\" probably have jobs in law enforcement, transportation or production--many may not even be in the labor force at all.  These folks enjoy watching television and reading outdoor media.  Their insubstantial household incomes typically go toward healthcare, retail purchases, tobacco, food &amp; beverages and utilities.</td>\n   </tr> \n\n  <tr>\n     <td>K</td>\n     <td>Comfy Country Livin'</td>\n     <td>The people who fall into the eight Household Clusters that comprise Ruf's \"Comfy Country Livin' \" Family Cluster tend to be older folks who are spending their golden years in the country.  They enjoy reading the newspaper and watching sports events on television.  They also own retirement real estate and have probably taken a cruise recently.  Their limited household funds are allocated for retail purchases, reading materials, healthcare, tobacco and utilities, along with other miscellaneous expenses.</td>\n   </tr> \n\n  <tr>\n     <td>L</td>\n     <td>Big City Burdens</td>\n     <td>The four Household Clusters that comprise Ruf's \"Big City Burdens\" Family Cluster contain people who tend to be single without children, living in multi-family units in the urban core. Females tend to dominate the households in this strapped Family Cluster.  Their careers in Fire Prevention and Personal Care &amp; Service don't afford them a lot of extras, but they do enjoy watching television and surfing the net.  They use their limited funds for retail purchases, personal care, utilities, food &amp; beverages, apparel, healthcare and other miscellaneous expenses.</td>\n   </tr> \n\n  <tr>\n     <td>M</td>\n     <td>Fast-Lane Families</td>\n     <td>The people who belong to the four Household Clusters that comprise Ruf's \"Fast-Lane Families\" Family Cluster tend to be married with children between the ages of 3-18.  As its name suggests, this audience leads busy, family-focused lives in large suburban areas on the urban fringe.  Engineers by day, this group typically spends $150+ per week on groceries, drives mid-size SUVs or luxury cars and has likely attended a theme park recently.  They have probably also invested in a large kitchen appliance and/or low-ticket home furnishings.  With a fair amount of income at their disposal, \"Fast-Lane Families\" tend to focus their spending on their homes &amp; household operations, education, apparel, personal insurance, gifts and contributions.</td>\n   </tr> \n\n  <tr>\n     <td>N</td>\n     <td>Blue Collar Blues</td>\n     <td>The folks who fall into the ten Households Clusters that make up Ruf's \"Blue Collar Blues\" Family Cluster live in suburban areas and are less likely than the national average to be married and have children.  This audience is making ends meet with jobs in healthcare support, material moving and food preparation &amp; service.  Many may also be currently unemployed.  \"Blue Collar Blues\" enjoy listening to the radio and watching television, as well as reading magazines.  With limited discretionary funds, their expenses include items such as utilities, tobacco, food &amp; beverages, retail purchases, healthcare, personal care and other miscellaneous expenses.  </td>\n   </tr> \n\n  <tr>\n     <td>P</td>\n     <td>Low-Rent Singles</td>\n     <td>Ruf's \"Low-Rent Singles\" Family Cluster is comprised of five Household Clusters containing people who tend to be young, single and less likely than the national average to have children.  This urban-based audience is comprised of renters who live in condos or townhouses.  \"Low-Rent Singles\" are plugged-in with their frequent internet usage and smartphones, from which they have probably purchased downloadable music recently.  With limited funds at their disposal, this group's expenditures are directed toward personal care, utilities, retail purchases, healthcare, tobacco and food &amp; beverages.</td>\n   </tr> \n\n  <tr>\n     <td>Q</td>\n     <td>Lux and Leisure</td>\n     <td>The five Household Clusters that make up Ruf's \"Lux and Leisure\" Family Cluster are comprised of people who enjoy the finer things in life.  This group is married with children, living in high-end homes in large-scale suburban areas.  They drive luxury cars, own stocks &amp; mutual funds and have taken multiple trips to foreign countries.  With excess income at their disposal, these doctors, lawyers, executive managers and financial representatives spend their money on their homes and household operations, apparel, contributions, personal insurance, gifts and education.</td>\n   </tr> \n\n  <tr>\n     <td>R</td>\n     <td>Urban Struggles</td>\n     <td>Ruf's \"Urban Struggles\" Family Cluster is comprised of five Household Clusters containing people who live day-to-day trying to make ends meet.  This group is less likely to be married and have children compared to the national average.  They live in urban areas where they work in healthcare support, personal care &amp; service, maintenance and social services.  Many are unemployed.  \"Urban Struggles\" smoke cigars, are members of collector's clubs and have probably purchased a household appliance recently.  They enjoy watching TV, listening to the radio and reading magazines.  With extremely limited discretionary funds, their spending leans towards retail purchases, personal care, food &amp; beverages, utilities, tobacco, healthcare and other miscellaneous expenses.</td>\n   </tr> \n  \n<tr>\n</tr></table>","_postman_id":"5a40c959-4a91-4332-9eea-b03cc442910e"},{"name":"Connex Messaging Cluster","item":[],"id":"99855cb1-cc3b-415f-a51c-7b7a9add1ca1","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>1</td>\n     <td>Young and Free</td>\n     <td>Young and Free are happy-go-lucky singles free from the responsibilities of children.  These renters tend to live in nicely appointed condos or multi-family units in our nation's urban centers.  With careers in the arts and the legal sector that are beginning to take off, this segment earns average incomes that they use for personal care, utilities, food &amp; beverages and other miscellaneous expenses. \"Young and Free\" spend their spare time surfing the internet on their smartphone, sharing a beer with friends or hitting a local hot spot for a night of dancing.</td>\n   </tr> \n\n  <tr>\n     <td>2</td>\n     <td>Mature Empty Nesters</td>\n     <td>Mature Empty Nesters are retirees living a modest lifestyle in urban areas. With an average nest egg and a strict fixed income, these single empty nesters focus their spending on retail purchases, healthcare, utilities, tobacco, food &amp; beverages, personal care and other miscellaneous expenses.  It is also likely that they own some retirement real estate.  For fun, \"Mature Empty Nesters\" are active members of collector's clubs.  They also enjoy watching their favorite shows on television and catching up on current events compliments of their local newspaper.</td>\n   </tr> \n\n  <tr>\n     <td>3</td>\n     <td>Me and My Kids</td>\n     <td>As single parents with full-time jobs, \"Me and My Kids\" are leading busy lives in suburban America.  This active segment of firefighters, healthcare support personnel, maintenance workers and material movers earn average incomes, which are focused on food &amp; beverages, utilities, personal care and tobacco products.  With children of all ages at home, you can bet these parents have also recently purchased toys, tickets to the local theme park and dinner at a nearby fast food restaurant.  When \"Me and My Kids\" manage some time to themselves you can find them playing on their smartphones, cutting loose with a night of dancing or listening to their favorite tunes on the radio.</td>\n   </tr> \n\n  <tr>\n     <td>4</td>\n     <td>Up and Coming Families</td>\n     <td>Up and Coming Families are middle-class families living life to the fullest in large-scale suburban areas. As administrators, transportation workers, healthcare technicians and home-based business owners, these moms and dads bring home above average incomes, which they spend on transportation expenses, healthcare, utilities, their preferred tobacco product and the $150+ they spend on groceries every week. With kids ranging from infants to teenagers, these folks have also recently purchased toys or sports &amp; recreation equipment.  On weekends, \"Up and Coming Families\" jump in their mid-size SUVs or mini vans and head to the local theme park for some quality family time.</td>\n   </tr> \n\n  <tr>\n     <td>5</td>\n     <td>Affluent Emerging Retirees</td>\n     <td>Affluent Emerging Retirees are married couples who probably still have children living in their suburban-based households.  With successful careers in engineering, finance, education, medicine and home-based ventures, these folks have managed to acquire an above average nest egg, which has become increasingly important as they get ever closer to retirement. Their above average incomes have also allowed them to purchase some real estate, regularly invest in the kids' college funds and lease that luxury car they've always wanted. \"Affluent Emerging Retirees\" are also focused on giving back by volunteering for worthy charitable organizations.</td>\n   </tr> \n\n<tr>\n</tr></table>","_postman_id":"99855cb1-cc3b-415f-a51c-7b7a9add1ca1"},{"name":"Connex Digital Cluster","item":[],"id":"399566ee-0275-4cc9-935b-153acf4c0303","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>1</td>\n     <td>Ape for Apps</td>\n     <td>Young, single and enjoying unencumbered lives in large-scale suburbs, \"Ape for Apps\" are avid advocates of all things digital. Whether they're on the  clock at their jobs in the armed forces or off the clock enjoying a beer or two with friends, \"Ape for Apps\" are glued to their cell phones, which are an extension of their personality and key source of entertainment. Armed with a robust library of iPhone and Android apps these millennials can tweet, like, post and blog anytime, anywhere. But wait--there's more! Apps like YouTube, Spotify and IMDb put their fave videos, music and celebrity news in the palm of their hands. Aside from their smartphones, these singletons use their video game consoles or even a library computer to connect to the internet. From chatting with friends to posting blogs to meeting new people on Instagram and Facebook, going online is a favorite pastime for \"Ape for Apps\".</td>\n   </tr> \n\n  <tr>\n     <td>2</td>\n     <td>Downtown Digitals</td>\n     <td>\"Downtown Digitals\" are hip young urbanites making a name for themselves in the big city. Dedicated to the pursuit of digital happiness, these single lawyers, educators and artists would feel disconnected without the internet, which is at the core of almost everything they do. From chatting with friends on Google Hangouts to accessing the day's news on NYTimes.com to networking with professional peers on LinkedIn, the internet drives their daily routine. Likewise, these millennial men and women are avid online shoppers who love scoring deals on sites like LivingSocial and Groupon. As active social media users, these young adults use Instagram, Pinterest, Facebook and Tumblr to post blog entries, review products and meet people who share similar interests in things such as sports and cooking. With hectic careers and active social lives, \"Downtown Digitals\" like the convenience of using one mobile device for everything from making calls and texting to accessing the internet.</td>\n   </tr> \n\n  <tr>\n     <td>3</td>\n     <td>Game On!</td>\n     <td>Young, single and free from the responsibilities of children, \"Game On!\" are die hard fans of almost any kind of game. Good thing the internet offers these plugged-in players endless ways to feed their need. From accessing the latest sports news, videos, analysis and scores on websites like WWE.com, SportingNews.com and NBCSports.com to honing their skills with live gaming action on YouTube to downloading video games from Facebook, the internet is ground control for these adrenaline junkies. In addition to playing games, these millennials use social media sites like Twitter and Instagram to meet new friends and people who share similar interests. Like most of their peers, these men and women are rarely apart from their cell phones, which they see as an extension of their personality. In addition to its communication functionality, \"Game On!\" also want to use their phones to stream live TV and other video content. In fact, many of these singles indicated that they'd be willing to pay a monthly subscription fee for streaming services.</td>\n   </tr> \n\n  <tr>\n     <td>4</td>\n     <td>Me, Myselfie and I</td>\n     <td>\"Me, Myselfie and I\" are city-based thirtysomethings devoted to all things digital. Like most of their contemporaries, these singletons spend much of their lives online doing everything from streaming their fave TV shows to posting sassy selfies to Instagram to gambling and dating (which occasionally collide). When they want to sound off they tweet the Twitterverse and when they want to learn something new, say like a new recipe to wow their friends, Pinterest never lets them down. With busy work schedules and active social lives, these men and women depend on their smartphones to stay connected. As their go-to entertainment and communication device, \"Me, Myselfie and I\" consider their smartphones to be an extension of their personalities, which they enjoy customizing to reflect their personal tastes and unique style.</td>\n   </tr> \n\n  <tr>\n     <td>5</td>\n     <td>Upwardly Mobiles</td>\n     <td>\"Upwardly Mobiles\" are established professionals enjoying the spoils of thriving careers in posh suburban surroundings. With extensive LinkedIn networks and numerous Twitter and Instagram followers, these doctors, computer developers and sales managers are always on top of the latest trends. Their generous salaries allow these digital devotees to invest in high-end gadgets and electronics, including the very latest smartphone, which they carry wherever they go to manage every aspect of their busy lives. These men and women are avid online shoppers with LivingSocial.com and Groupon being among their top online shopping destinations. They also frequently purchase new tracks for their iPods and MP3 players, which already house a playlist for every occasion. When they want to get away, \"Upwardly Mobiles\" book luxury vacations to exotic locales using Expedia, TripAdvisor and Travelocity.</td>\n   </tr> \n\n  <tr>\n     <td>6</td>\n     <td>Buffering in the Backwoods</td>\n     <td>Single without children at home, \"Buffering in the Backwoods\" enjoy a carefree country lifestyle, largely free from the digital trappings enjoyed by most of their contemporaries. With physically demanding jobs in construction, material moving and installation, this group likes to relax when they knock off for the day. For them, this is far more likely to involve tuning in the game on the radio and relaxing with a couple of cold ones versus hopping online to surf the net. In fact, many of these men and women are still using an antiquated dial-up modem to connect to the internet. When they do venture online, these folks typically frequent entertainment sites like WWE.com and NASCAR.com or resource sites like Bing Maps and weatherbug.com. As for social media, they tend to favor YouTube and Facebook where they can play games, find people who share similar interests and review products and services. You definitely won't catch this group tweeting or posting to Instagram though. \"Buffering in the Backwoods\" tend to be more open to new experiences when it comes to their cell phones. For instance, they would use text messaging more often if they knew how to do it. They'd also be open to using the internet on their phones more often if it were just a tad less expensive!</td>\n   </tr> \n\n  <tr>\n     <td>7</td>\n     <td>Websession</td>\n     <td>\"Websession\" are middle-aged single suburbanites who live life online. With jobs in healthcare support and material moving, this group's below average incomes are just enough to cover necessities such as food &amp; beverages, healthcare expenses and utilities. As such, many of these folks don't have the luxury of a home PC and instead must access the internet at their local library. This however doesn't stop them from clocking hours of time online each and every week though. Some of that time is devoted to online job boards like CareerBuilder and Monster. Meeting new people and updating their profile pages are also popular activities for this group. Instagram and YouTube tend to be their preferred social media destinations, which they use to play games, find people who share similar interests and update their profiles. When they're on the go, these singletons rely on their smartphones to stay connected. In addition to surfing the net, \"Websession\" are interested in streaming live TV to their phones, a privilege for which they'd be willing to pay a monthly subscription fee.</td>\n   </tr> \n\n  <tr>\n     <td>8</td>\n     <td>Mobile Mamas</td>\n     <td>As single working moms, \"Mobile Mamas\" live life in the fast lane swiftly maneuvering the demands of work and home with few pit stops in between. Thank goodness for their mobile phones! Not only do these digital wonders keep them connected to their schedule and their kids' schedules, they're also their go-to entertainment source. In addition to enjoying sites such as Pandora.com and MTV.com, these moms are huge DisneyXD.com fans, which happily occupies the kids while they get dinner on the table and tackle other household chores. Despite their hectic schedules, \"Mobile Mamas\" are very socially active--on Instagram, Facebook and YouTube that is--where they play games, post videos and meet new people who share similar interests.</td>\n   </tr> \n\n  <tr>\n     <td>9</td>\n     <td>Social Butterflies</td>\n     <td>Whether they're reconnecting with old friends, inviting people to an event or just keeping in touch with family, \"Social Butterflies\" reign supreme on the social networking scene. As single parents raising toddlers, tweens and teens, these men and women count on Instagram for photodocumenting the fam's wacky escapades, Pinterest for recipe and decorating ideas, LinkedIn to give them an edge at work and Facebook for sharing adorable anecdotes about the kids. Thanks to their trusty smartphones, which they carry everywhere they go, these moms and dads never miss an opportunity to post, pin, tweet or like--even on the run! Aside from social networking, \"Social Butterflies\" are also savvy cybershoppers. These 'passionate deal seekers' think the internet is a great way to buy everything from clothes to toys to downloadable music. They're particularly fond of the good deals they've scored on sites like LivingSocial.com and Groupon.</td>\n   </tr> \n\n  <tr>\n     <td>10</td>\n     <td>Swipers Who Diaper</td>\n     <td>Social servants by day, world's greatest mommies by night, \"Swipers Who Diaper\" tackle hectic schedules with a right-to-left swipe. As single suburban moms raising children under the age of five, these women stay connected thanks to their smartphones, which they enjoy customizing to reflect their unique style. In addition to keeping them organized and connected to their peeps, these moms use their phones access the internet, watch video clips and save money. Yep, these mommies enjoy receiving coupons on their cell phones  based on their location! When they manage to carve out some me time, \"Swipers Who Diaper\" enjoy spending time on Instagram and Pinterest where they post family pictures &amp; videos, find information about products and services and IM their friends.</td>\n   </tr> \n\n  <tr>\n     <td>11</td>\n     <td>Real-Time Rigors</td>\n     <td>\"Real-Time Rigors\" are middle-aged single moms struggling to make ends meet in the nation's urban centers. These moms work round the clock with day shifts devoted to their jobs in healthcare support and maintenance and night shifts devoted to caring for young children. When they manage some free time, one of their favorite activities is going online where they enjoy meeting new people, hunting for online bargains and visiting entertainment sites such as MTV.com and Univision.com. To ensure friends and family are in the know on their comings and goings, these moms keep their  Instagram and Facebook profiles updated with sentimental photos, funny videos and personal anecdotes. With their chaotic schedules, \"Real-Time Rigors\" rely on their cell phones to stay in touch--especially where the kids are concerned. And with super tight budgets, these moms would be willing to receive advertisements on their phones in exchange for lower monthly bills or additional services.</td>\n   </tr> \n\n  <tr>\n     <td>12</td>\n     <td>Facebook Families</td>\n     <td>\"Facebook Families\" don't just like Facebook--they love it! From instant messaging to playing games, Facebook serves as the central command center where these suburban families communicate with family and friends, invite people to events and publish blogs. Between active careers in the armed forces and the non-stop activities of their tweens and teens, these moms and dads are constantly on the go. Thanks to the trusty Facebook app on their smartphones though, these couples can connect, comment, \"like\" and post anytime, anywhere. These 'active quality seekers' also give a great big thumbs up to the coupons and other valuable offers they find on the popular social media site. In addition, \"Facebook Families\" count on their favorite social platform to find out more about the products they're interested in purchasing, like the sports equipment they recently bought online.</td>\n   </tr> \n\n  <tr>\n     <td>13</td>\n     <td>Social Chimers</td>\n     <td>Whether they're posting, reviewing, chatting or debuting, you can find \"Social Chimers\" online almost all of the time. These highly social families live life to the fullest in their little slice of suburbia and revel in sharing the details of their charmed existence with their faithful followers on Pinterest, Twitter and YouTube. When it comes to their careers, Mom and Dad swear by LinkedIn where they can network with fellow healthcare, engineering and managerial professionals, as well as stay abreast of industry trends and advancements. Since these folks would feel disconnected without the internet, they arm themselves with an assortment of web-enabled devices including MP3 players, iPads and of course their smartphones to ensure uninterrupted online access at all times. As you probably guessed, \"Social Chimers\" carry their phones wherever they go so they never miss an opportunity to chime in on their fave social platform!</td>\n   </tr> \n\n  <tr>\n     <td>14</td>\n     <td>Parental Controls</td>\n     <td>With toddlers, teens and tweens in between, \"Parental Controls\" are married couples trying to navigate the twists and turns of child rearing in the digital age. Like most of their peers, these middle-aged couples think the internet is a good thing, but worry about too much technology--especially when it comes to protecting their kids. As far as they're concerned, people put too much private information about their lives on the internet and they don't want to see their children do the same. As a result, these parents closely monitor their children's online activity and restrict access to inappropriate websites. When it comes to social media, mom and dad love the wide range of craft and DIY projects their kids can access on Pinterest. However, they keep a closer eye on the games their kids play on YouTube to ensure they contain age appropriate content. \"Parental Controls\" insist their kids unplug a couple hours each day to enjoy the great outdoors, whether that involves playing with the dog out back or taking an off-road adventure on the ATV.</td>\n   </tr> \n\n  <tr>\n     <td>15</td>\n     <td>American Streamers</td>\n     <td>Married with 2.5 kids and a dog, \"American Streamers\" are living ordinary average lives in small town suburbia. As is typical for most modern families, these folks wholeheartedly embrace a digital lifestyle. Going online is one of their favorite pastimes where they do everything from bargain hunting on EBay to posting selfies on Instagram to streaming music and video content from sites like Pandora, DisneyXD and Univision. These plugged-in peeps are so keen to stream in fact that they'd be willing to pay a monthly subscription to stream live TV to their cell phones! In addition to their favorite programs, \"American Streamers\" use YouTube to stream video games so they can test their skills against a world of gamers.</td>\n   </tr> \n\n  <tr>\n     <td>16</td>\n     <td>Passive About Pixels</td>\n     <td>If asked for the one word that best describes their digital attitude, \"Passive About Pixels\" would enthusiastically reply 'meh'. As blasphemous as it may sound to millennials, these middle-aged singletons can live quite happily outside the digital bubble. With marginal interest in the internet, many of these men and women still use outdated dial-up modems for their infrequent visits to sites like WhitePages.com, MapQuest or NBCNews.com. Don't expect to find them on Facebook or Instagram either, since unlike the misguided masses they have no intention of publicizing the private details of their lives alongside an out-of-focus selfie. When it comes to their cells, the majority of \"Passive About Pixels\" subscribe to a 'mobile if I must' approach. While they agree that cell phones make sense for safety, they prefer the simplicity of their landline phones which don't require an advanced degree to operate unlike most cell phones these days!</td>\n   </tr> \n\n  <tr>\n     <td>17</td>\n     <td>Shopping Cart Savvy</td>\n     <td>Single without any children at home, \"Shopping Cart Savvy\" enjoy the laid back lifestyle of their southern suburban homes. For the most part, the internet has little impact on the daily lives of these men and women and think people entrust it with too much of their private information. These singles do have  one guilty pleasure though. Online shopping! Yep, these folks think the internet is awesome not only for gathering information about products and services, but for buying them as well. Spending in excess of $800 annually, these 'active quality seekers' purchase everything from household necessities to big ticket splurges on sites like Amazon, Overstock and EBay. Oh and that cruise they're taking this Spring? \"Shopping Cart Savvy\" booked their dream voyage on Travelocity and then visited CheapTickets.com to purchase affordable airline tickets to their port of departure.</td>\n   </tr> \n\n  <tr>\n     <td>18</td>\n     <td>Suburban Surfers</td>\n     <td>Despite their landlocked locales, \"Suburban Surfers\" know they need only to access their online oasis to enjoy epic waves night or day. Single and free from the responsibilities of children, these middle-agers consider the internet their go-to source for meeting new people, finding local information, researching products and services and of course, entertainment. When they get a moment or two, these suburbanites may paddle out to NASCAR.com to find out what time the race starts Saturday, or CBSNews.com to catch up on the day's headlines. When they aren't tied to a schedule, \"Suburban Surfers\" enjoy reading about industry trends on LinkedIn, checking out trailers for new movies and TV shows on YouTube or catching up with friends on Facebook.</td>\n   </tr> \n\n  <tr>\n     <td>19</td>\n     <td>Offline Realities</td>\n     <td>\"Offline Realities\" are single suburban parents struggling to make ends meet. By day these sole providers work hard for the money as construction workers, maintenance professionals and material movers. By night these single parents work hard for their honeys getting dinner on the table, helping with homework and doing a load or two of laundry. With so much on their plate, these moms and dads have little time for digital distractions. On the rare occasion they get a moment to themselves, these singles enjoy spending time online where they can lose themselves in a steamy novella on Univision.com, look for brand savings on Coupons.com or even browse new job opportunities on CareerBuilder.com. \"Offline Realities\" are also big fans of DisneyChannel.com, which keeps the kids occupied long enough for them to get some housework done.</td>\n   </tr> \n\n  <tr>\n     <td>20</td>\n     <td>E-Comm Couples</td>\n     <td>From groceries and housewares to clothes and cosmetics, \"E-Comm Couples\" ditched the mall and now favor the internet for purchases large and small. Despite their close proximity to a variety of brick &amp; mortar retailers, these urban professionals prefer to browse the cyber aisles of Amazon, Overstock and LivingSocial.com where they're always first in line and parking is never a problem. With annual purchases easily exceeding $800, these middle-aged couples pride themselves in being 'active quality seekers' who read reviews and compare prices across multiple website before making a purchase. They also use the internet to gather information about products and services they want to learn more about. As recent empty nesters, \"E-Comm Couples\" have been bitten by the travel bug, which resulted in several foreign trips over the last year. Not surprisingly, Travelocity, Orbitz and Hotels.com are some of their favorite online shopping destinations!</td>\n   </tr> \n\n  <tr>\n     <td>21</td>\n     <td>Off The Grid</td>\n     <td>More likely to go off-road than online, \"Off The Grid\" are middle-aged married couples enjoying the slow pace of life in the country. With ATVs to ride and gardens to tend, the internet has little impact on the daily lives of these farmers, production specialists and construction workers. These couples think people put way too much private information about their lives online and they aren't interested in joining that particular club . When they do visit the world wide web, these folks typically stick to entertainment websites like NASCAR or resource sites like weatherbug.com. These men and women are also less than social when it comes to social media, which they use very infrequently to play games, find local information or to catch up on news and other current events. When it comes to cell phones, \"Off The Grid\" bought one primarily for safety purposes, but otherwise think they're way too complicated. As far as these country couples are concerned, their landline phone has always served them well and they see no reason to replace it.</td>\n   </tr> \n\n  <tr>\n     <td>22</td>\n     <td>Plugged-In Parents</td>\n     <td>\"Plugged-In Parents\" are middle-aged married couples challenged with raising children in a 24/7 digital world. With kids who log hours of internet activity each week, these busy healthcare techs and fire fighters closely monitor their online activities. Although they think the internet is a good thing, in a world where trolling and cyber bullying are on the rise, these parents worry about too much technology. Not to mention that they don't want to see their kids posting excessive private information about their lives online, which they think too many people do nowadays. However, these moms and dads are all in when it comes to getting homework help using search engines like Ask.com or watching last night's game highlights on NBA.com or even playing games on social media. When some offline family time's in order, \"Plugged-In Parents\" unplug with a day of coasters and funnel cakes at the local theme park.</td>\n   </tr> \n\n  <tr>\n     <td>23</td>\n     <td>Bundled in the Burbs</td>\n     <td>Like most of the families living in the newly constructed neighborhoods that are the hallmark of upper middle class suburbia, \"Bundled in the Burbs\" are diehard devotees of the digital services and devices that help them through their busy day. Look into the windows of these homes and you'll find mom watching the Food Network on her tablet as she prepares dinner, while dad catches the game on ESPN and the kids post selfies to Instagram and tweet funny memes. To ensure everyone can simultaneously enjoy their favorite digital pastime, these families rely on bundled packages from Verizon FiOS and AT&amp;T U-verse to provide them with high-speed internet, premium cable television complete with DVR and digital home phone service. \"Bundled in the Burbs\" also enjoy bundled smartphone services courtesy of a family wireless plan that lets them call, text, stream and socialize near or far from their bundled retreats.</td>\n   </tr> \n\n  <tr>\n     <td>24</td>\n     <td>Digitally Remastered</td>\n     <td>With their enviable incomes, \"Digitally Remastered\" families enjoy a lavish suburban lifestyle complete with luxury cars, exotic foreign travel and of course, the latest digital accoutrements. PCs and laptops are so yesterday for the children of these doctors, lawyers and financial analysts, who instead use their iPads to post, tweet and stream YouTube videos. When mom and dad want to access their beloved wsj.com or invite a colleague to join their LinkedIn network, they use their E-readers. Mom and dad also enjoy the most recent release of their smartphone, despite not knowing how to use all its features--they can always ask their kids for help, since they too got upgrades. In addition to their devices, \"Digitally Remastered\" upgraded their shopping experience by taking it online where they can buy whatever their hearts desire and have it delivered straight to their door. Spending in excess of $800 annually, these 'active quality seekers' buy everything from housewares and apparel to plane tickets for their next trip abroad.</td>\n   </tr> \n\n  <tr>\n     <td>25</td>\n     <td>Small Town Satellites</td>\n     <td>\"Small Town Satellites\" love the easy going pace life in the country offers, but living in rural America isn't without its complications--especially when it comes to their digital connections. Thanks to their sweet satellite dish though, these families can connect to all their favorite cyber destinations including NASCAR, NBCNews and Yahoo! Movies regardless of their rural surroundings. Since these home-based business owners and installation repair specialists have some debt, they also enjoy searching for deals on sites like Coupons.com and Overstock.com. In fact, as 'active quality seekers,' these folks read reviews and compare prices across multiple websites before making an online purchase. In addition to shopping and surfing, \"Small Town Satellites\" are social gamers who visit social networking sites such as YouTube when they're in the mood for a little friendly competition.</td>\n   </tr> \n\n  <tr>\n     <td>26</td>\n     <td>High Speed Homes</td>\n     <td>With a teen who's a gamer and another who blogs, a mom who cybershops till she drops and an app-happy dad, \"High Speed Homes\" have almost as much traffic as the city streets outside their urban homes. Like many contemporary families, going online is a favorite pastime for these urbanites, who use E-readers, iPads and even their television to connect to their favorite medium. Night and day, these homes hum with an endless stream of digital activity that includes everything from networking with colleagues on LinkedIn to researching homework assignments on About.com to posting videos to Instagram. Not ones for being tied down, \"High Speed Homes\" like the convenience of using one mobile device for everything. And since streaming is among their favorite activities,  these families expect the quality of video on their phones to equal that on their TVs.</td>\n   </tr> \n\n  <tr>\n     <td>27</td>\n     <td>Digital Dinosaurs</td>\n     <td>Downloads and hashtags and texts oh my! \"Digital Dinosaurs\" are single suburban seniors who refuse to succumb to the charms of digital technology. The internet has little impact on the lives of these retirees who'd much rather spend their time puttering in the garden and participating in collector's clubs. When they do venture online (courtesy of a dial-up modem) it's typically to play a game on social media or to check their email on AOL Mail. These folks have even less love for cell phones, which they think are way too complicated. In fact, 14 percent of \"Digital Dinosaurs\" threw in the towel and don't even own a cell phone. Those that do own one have it only for emergencies, since they use their landline phones almost exclusively to make and receive calls.</td>\n   </tr> \n\n  <tr>\n     <td>28</td>\n     <td>Cell Conscious</td>\n     <td>Single without any children at home, \"Cell Conscious\" are urban seniors struggling to navigate the wonderful world of wireless. Retired from careers in social science and the arts, this largely female set thinks cell phones are just too complicated these days. Although there are some features on their phones they would like to use, they don't know how and are reluctant to learn. In fact, more than half of these women can be characterized as either 'mobile minimalists' or 'mobile if I must'. While 'mobile minimalists' consider their cell phones to be an efficient replacement for their landline phones, they have no interest in using them for anything other than making and receiving calls. 'Mobile if I must' meanwhile prefer the simplicity of their landline phones and have cell phones primarily for safety. Then there's the 18 percent of \"Cell Conscious\" who don't even own a cell phone and *gasp* really don't want one.</td>\n   </tr> \n\n  <tr>\n     <td>29</td>\n     <td>Social Lites</td>\n     <td>Single without any children at home, \"Social Lites\" are suburban retirees living largely offline lives. If asked, these seniors would tell you the internet has little impact on their lives. As far as they're concerned, newspapers keep them informed, TV entertains them and radio relaxes them. Why in heaven's name would they want to go online? Certainly not to join the throngs of people putting too much private information about their lives on sites like Facebook, Instagram and Twitter. Despite their distaste for pinning, blogging and posting however, \"Social Lites\" do enjoy getting social, especially if it involves watching the game on TV with some friends or comparing notes with fellow connoisseurs at collector's club gatherings.</td>\n   </tr> \n\n  <tr>\n     <td>30</td>\n     <td>Unplugged</td>\n     <td>Single with no children left at home, \"Unplugged\" enjoy a peaceful existence free from the digital distractions that seem to dominate the lives of almost everyone else. For decades, these folks worked at jobs in production, installation and farming. Now retired, and largely widowed, these seniors enjoy more relaxing pursuits like watching their favorite TV shows or leisurely perusing the newspaper with their morning coffee. The internet however has little impact on their lives, since few of them consider going online to be relaxing or enjoyable. Why do they need Facebook friends or Twitter followers? They've been social for years thanks to their trusty landlines, which lets them chat with friends close to home, as well as those faraway courtesy of their domestic long distance calling plan. From where they're sitting, people already put too much private information about their lives on the internet without them adding to it. Furthermore, nearly a quarter of \"Unplugged\" also find cell phones unnecessary. Those that do own one got it primarily for safety purposes and don't intend on using it otherwise, since cell phones are just too complicated these days.</td>\n   </tr> \n\n  <tr>\n     <td>31</td>\n     <td>Retirement Reboot</td>\n     <td>Free from the responsibilities of hectic careers and full-time parenting, \"Retirement Reboot\" couples are enjoying every minute of their 2.0 lifestyle. In V1.0 these lawyers, doctors and financial analysts used the internet as a tool for marketing, research or interoffice communication. Nowadays though, it's their all-access pass to shopping and entertainment excitement. Using their high-speed fiber optic connections, these carefree couples look up show times on sites like PBS.com, manage their enviable investment portfolios or make travel plans--most recently for the European vacation they're taking in the fall. Preferring to spend time socializing as opposed to social networking, these twosomes have little interest in Facebook friends or a Pinterest posse. On the rare occasion they use social networking it's probably to find local information or catch up on the day's headlines. \"Retirement Reboot\" have the same nonchalant attitude about their cell phones. Although most of them own one, they much prefer their landline, which remains blessedly free from the confusing array of features that riddle their cell phones.</td>\n   </tr> \n\n  <tr>\n     <td>32</td>\n     <td>Dreaming of Analog</td>\n     <td>\"Dreaming of Analog\" are married couples living out their golden years in suburban comfort thanks to the retirement real estate they invested in a few years back. For the most part, the internet has little impact on these retirees with the possible exception of managing their financial portfolios. Although they enjoy a healthy fixed income, these couples tend to be 'active quality seekers' who read product reviews and compare prices across multiple websites prior to making purchases, which in their case often exceed $800 annually. As for social networking, these couples think people put too much private information about their lives online and have little interest in doing the same by creating their own Facebook or Instagram profile. \"Dreaming of Analog\" do own cell phones, but much prefer their landline phones for making and receiving calls. Not to mention they find cell phones to be a bit annoying, especially in the hands of people who carry on loud conversations in public places!</td>\n   </tr> \n\n  <tr>\n     <td>33</td>\n     <td>Timed Out</td>\n     <td>Retired from jobs in production and social services, \"Timed Out\" now enjoy quiet lives in modest suburban neighborhoods. The internet has little impact on the lives of these couples who'd much rather spend their free time watching TV or reading the newspaper. Not surprisingly, these folks never got around to replacing their dial-up modem, since it's fine as paint for visiting AOL, NASCAR.com and playing the occasional game on social media. With family living not so close to home any longer, \"Timed Out\" frequently make domestic long distance calls to stay in touch. Despite having cell phones, these couples overwhelming prefer the simplicity of their landline phones, which don't require a degree in rocket science to operate!</td>\n   </tr> \n\n  <tr>\n     <td>34</td>\n     <td>Digital Detours</td>\n     <td>\"Digital Detours\" are senior couples whose children have recently returned to the nest. To help support their larger households, these nearly or newly retired men and women have recently launch home-based businesses. The internet has helped them grow their business, in addition to providing them with a main source of entertainment. Dad enjoys seeing how his fave drivers are faring on NASCAR.com, while mom enjoys looking for deals on Coupons.com--products she's also been known to review on social media once she's had a chance to try them. Their son begins each day checking the latest job postings on CareerBuilder.com and the grandkids just love watching videos and gaming. \"Digital Detours\" have similarly varying behaviors when it comes to their cell phones. The grandkids are obsessed with them and are constantly texting their friends. Conversely, their grandparents prefer the simplicity of their landlines for making and receiving calls and avoid texting altogether since typing messages is real hassle.</td>\n   </tr> \n\n  <tr>\n     <td>35</td>\n     <td>Digital Distractions</td>\n     <td>Located in the sleepy suburbs that dot the outskirts of mid-size cities, \"Digital Distractions\" are blue collar families living a modest, no frills lifestyle. These folks work hard as installation technicians, production specialists and construction workers, so when they're off the clock they want to relax. The internet is a main source of entertainment for these families who frequent sites such as CBS, eHow and Fandango where they watch full episodes of their favorite TV programs, view trailers of upcoming movie and access DIY home &amp; garden projects. They're also fond of the home &amp; garden hacks they find on Pinterest. More than anything though, \"Digital Distractions\" love playing games. Whether they're downloading video games or participating in live gaming events, these folks are always up for some friendly competition.</td>\n   </tr> \n\n<tr>\n</tr></table>","_postman_id":"399566ee-0275-4cc9-935b-153acf4c0303"},{"name":"Connex Generation Cluster","item":[],"id":"2c3147f5-25e4-447b-94c6-33006a3a639f","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>M1</td>\n     <td>Modern Millennials</td>\n     <td>Idealistic, patriotic, team-oriented. These are just some of the characteristics that define the generation that came of age in post-9/11 America. Like many of their peers, \"Modern Millennials\" understood at a very young age that they live in an unsafe world. Not surprisingly, many of them sought to make a difference by pursuing careers in law enforcement and the armed forces. Below average incomes haven't deterred these singles from purchasing new furnishings for their starter homes, leasing a 'like new' compact car or hitting the hot new club for a night of dancing with friends. Having never lived without computers, \"Modern Millennials\" are most comfortable in a digital environment and get all of their information and most of their socialization from the internet. So when this group wants to unwind, they're likely whipping up that chili recipe they just saw on Pinterest or updating their Instagram feed while listening to the new album they recently downloaded from iTunes.</td>\n   </tr> \n\n  <tr>\n     <td>M2</td>\n     <td>Mature Millennials</td>\n     <td>As the seniors of their generation, \"Mature Millennials\" have conquered college, landed a job and found a place to call home. Hit hard by the Great Recession of the late 2000s, this group delayed marriage and children in favor of establishing themselves. They still aren't earning as much as they'd like, but it's enough to pay for utilities, food &amp; beverages, personal care and rental insurance. Having grown up in a digital environment, \"Mature Millennials\" view the world as 24/7 place where fast and immediate processing reigns supreme. As such, these men and women live online. Simply put, if it isn't discussed in a blog, debated in a forum, endorsed with a like, memorialized with a selfie or posted on their feed, it probably isn't worth their time.</td>\n   </tr> \n\n  <tr>\n     <td>X1</td>\n     <td>X in the City</td>\n     <td>Representing the younger side of Generation X, \"X in the City\" are independent singletons living life on their own terms in the big city. Like most of their Gen X peers, this group's loyalty to themselves far outweighs their loyalty to any one organization. As such, you can bet this group of healthcare support professionals have probably had two to three different employers at this stage of their career--and they'll probably have three to four more before they retire. Their below average incomes limit their spending to basic expenses including utilities, food &amp; beverages, rental insurance, healthcare, retail purchases and personal care. Unlike their Boomer parents, \"X in the City\" relish their time outside the office, which may involve grabbing a beer or two with friends or updating their Facebook page while relaxing to the new album they just bought.</td>\n   </tr> \n\n  <tr>\n     <td>X2</td>\n     <td>maXed Mommies</td>\n     <td>Like many of their Gen X peers, \"maXed Mommies\" were late to marry and quick to divorce. Now single parents, these moms are working double time as full-time moms with full-time jobs. As healthcare support professionals, material movers and maintenance workers, this group works hard for their below average incomes. The bulk of their spending centers around necessities such as utilities, food &amp; beverages, personal care and healthcare. They've likely also bought new toys for the kids and a new outfit for themselves recently. Unlike their Baby Boomer parents, \"maXed Mommies\" embrace their time away from work when they can relax with a favorite magazine, catch up with their kids over lunch at a nearby fast food restaurant or get together with girlfriends for a night of dancing.</td>\n   </tr> \n\n  <tr>\n     <td>X3</td>\n     <td>X-Y-Z Families</td>\n     <td>\"X-Y-Z Families\" are married Gen X couples enjoying an active suburban lifestyle with their Y and Z children. Growing up with Baby Boomer parents whose excessive work schedules often left them on their own, these Gen X parents strive for a healthy balance between work and family. As such, these successful lawyers, doctors, sales professionals and engineers are also successful homework advisors, amateur coaches and part-time chauffeurs. As above average earners, these parents shower their kids with top-of-the-line sports/recreation equipment, fashion-forward apparel, new toys and season passes to the local theme park. Like most 21st century families, \"X-Y-Z Families\" are rarely off the grid. These Gen X moms and dads are clueless when it comes to the latest social media phenomenon (Facebook continues to rock their world), but are totally engaged when it comes to their smartphones.</td>\n   </tr> \n\n  <tr>\n     <td>X4</td>\n     <td>Gen X Execs</td>\n     <td>Representing the senior side of Gen X, \"Gen X Execs\" are success-oriented singles living life on their own terms. As is typical for their generation, this group is highly educated which they parlayed into lucrative careers as doctors, lawyers and business executives. Unlike their Boomer parents, these fiercely independent professionals lack organizational loyalty and will readily jump ship if a better opportunity comes their way. Outside the office, these fun loving singles enjoy gambling, cooking and catching up with friends over a beer or two. Like most of their peers, \"Gen X Execs\" rely on the internet to pay their bills, shop for bargains, access the latest news, meet new people and pretty much everything in between.</td>\n   </tr> \n\n  <tr>\n     <td>X5</td>\n     <td>Great Xpectations</td>\n     <td>Trending on the older side of Gen X, \"Great Xpectations\" are single parents striving to create a comfortable life for themselves and their kids in sunny suburbia. As dedicated administrative professionals, this group pulls down average salaries, which they spend on transportation, groceries, toys for the kids and clothes for themselves. They've also probably treated the kids to a day at the theme park followed by burgers and fries at their fave fast food restaurant. Like most of their Gen X peers, \"Great Xpectations\" can remember life before the digital revolution. What they can't remember is how they managed to get through the day without their smartphone, the internet and their Facebook feed!</td>\n   </tr> \n\n  <tr>\n     <td>X6</td>\n     <td>X's and O's</td>\n     <td>\"X's and O's\" are married Gen X couples living the suburban dream complete with 2 kids and the family dog. Raised by Baby Boomer parents whose work schedules often cut into family time, these parents are determined to do a better job of balancing work with family. Not surprisingly, many of these mom and dads started home-based businesses, which offered them the flexibility to work around their kid's schedules. Financially, these families can afford to splurge on brand name sports/recreation equipment, trendy toys and household appliances that cut chore time in half (at least that's what the infomercial claimed). \"X's and O's\" also recently treated themselves to a top-of-the-line refrigerator, which quickly became the envy of all their neighbors. Although they occasionally turn to their kids for help, these Gen X parents are digi-capable...especially when it comes to the internet.</td>\n   </tr> \n\n  <tr>\n     <td>B1</td>\n     <td>Junior Boomers</td>\n     <td>For the most part, \"Junior Boomers\" trend younger along the Baby Boomer spectrum. They are unlikely to be married and even less likely to have kids. Rather, as is typical for their generation, these workaholics are devoted to their careers in  law enforcement, sales, administration and the armed forces. As average earners, their spending is fairly mundane, except when it comes transportation where fiscal responsibility takes a backseat to conspicuous consumption. This group lives in small town suburban settings where the climate doesn't always behave, in average homes built sometime between 1990-2005. Although they aren't planning to retire anytime soon, \"Junior Boomers\" are preparing now by investing in stocks, mutual funds and retirement savings plans.</td>\n   </tr> \n\n  <tr>\n     <td>B2</td>\n     <td>Boomers Without Babies</td>\n     <td>\"Boomers Without Babies\" are middle-aged married couples who opted for career over kids. With advanced degrees and equally matched ambitions, these power couples have carved out successful careers in dynamic fields including the arts, social services, social sciences and the law. Like many of their Boomer peers, these couples are materialistic, but with above average salaries they can afford to indulge on upscale townhomes, visits to high-end salons and frequent retail therapy sessions. These former yuppies have also managed to accumulate a tidy net worth with investments in stocks, mutual funds and real estate. As is typical for their generation, \"Boomers Without Babies\" are hesitant to take too much time off work. When they do manage to tear themselves away, it probably entails a luxury getaway to an exotic foreign locale.</td>\n   </tr> \n\n  <tr>\n     <td>B3</td>\n     <td>Fringe Boomers</td>\n     <td>Teetering on the edge of Gen X, \"Fringe Boomers\" are living the American Dream in the large suburbs that comprise our nation's urban fringe. As typical members of the first generation to raise their children in dual-income homes, these Boomer parents both enjoy successful careers in finance, sales, healthcare and management. As above average earners, these couples can afford the latest apparel, upscale homes, high-end educations for their kids and personal insurance. They've also been known to  splurge on fine jewelry and foreign travel. And with teens on the verge of college, regular deposits into college savings plans are a must. As with most Baby Boomers, \"Fringe Boomers\" desire to make a difference, which for them means volunteering for a local charity and contributing to worthwhile causes.</td>\n   </tr> \n\n  <tr>\n     <td>B4</td>\n     <td>Blue Collar Boomers</td>\n     <td>Single without children at home, \"Blue Collar Boomers\" are closing in on retirement from their jobs in material moving,  healthcare support, maintenance and fire prevention. With below average salaries, this group's household spending focuses on basics such as utilities, food &amp; beverages, personal care and their preferred tobacco product. Being the senior statesmen of their generation, \"Blue Collar Boomers\" have likely taken a prescription remedy for an ailment or a vitamin to support their overall health. As members of the first TV generation, these folks continue to enjoy watching their favorite shows when they get some downtime.</td>\n   </tr> \n\n  <tr>\n     <td>B5</td>\n     <td>Transitional Boomers</td>\n     <td>Representing the senior side of the Baby Boom generation, \"Transitional Boomers\" are gradually moving into the next phase of their lives. Take retirement for instance. Although they've reached an appropriate age, this group isn't quite ready for full-time retirement. They are after all, members of the generation that defined their worth through work. Not surprisingly, many of these men and women chose a more flexible path to retirement through home-based business ownership. In addition to providing an outlet for their highly developed work ethic, the extra income helps offset unexpected household expenses. With teens still at home, \"Transitional Boomers\" are still footing the bill for new clothes, books, weekly grocery bills in excess of $150 and frequent dinners at family restaurants.</td>\n   </tr> \n\n  <tr>\n     <td>B6</td>\n     <td>Red, White and Boom</td>\n     <td>\"Red, White and Boom\" are married Baby Boomers living ordinary average lives in America's heartland. As teens they marched for peace, fought for Civil Rights and said Y-E-S to the E-R-A. As adults they settled down, raised families, bought homes and worked long hours as farmers, production specialists and construction workers. With the kids out of the house and retirement knocking at the door, these couples are using their newfound free-time to try new things like planting that vegetable garden they've always wanted or exploring the countryside on the ATVs they recently purchased. While \"Red, White and Boom\" may never live in the lap of luxury, their average household income supports their modest expenses including healthcare deductibles, food &amp; beverages, tobacco and payments on their full-size pick-ups and standard cars.</td>\n   </tr> \n\n  <tr>\n     <td>B7</td>\n     <td>Bucolic Boomers</td>\n     <td>Married with children, \"Bucolic Boomers\" love the slow and easy pace of their small town life. As part of the first generation to raise their children in dual-income homes, both dad and mom hold down jobs outside the home in the fields of healthcare, law enforcement and installation. As you would expect with kids at home, a fair share of their income is devoted to groceries, which often exceed $150 per week. They also spend quite a bit on their multiple vehicles, including his and hers motorcycles, the family van and the compact pick-up the kids share. For fun, \"Bucolic Boomers\" make the most of their country surroundings with a day of off-roading on their ATVs.</td>\n   </tr> \n\n  <tr>\n     <td>S1</td>\n     <td>Sole Silents</td>\n     <td>Single without children at home, \"Sole Silents\" are enjoying a quiet retirement in sunny southern suburbs. As part of a  generation that valued saving over spending, these former lawyers, law clerks and legal secretaries accumulated a respectable net worth over the years, including the retirement real estate they now call home. Yes, their income is limited, but so is their spending with medical insurance premiums, retail purchases and renter's insurance topping their list of expenses. Like many other Silents, these retirees are avid readers and take great pleasure in reading their local newspaper cover-to-cover. They're also fond of puttering in their gardens and tuning into their favorite shows on TV. Unlike their children and grandchildren (possibly even great grandchildren), \"Sole Silents\" aren't prone to cell phone separation anxiety. In fact, they're still rather attached to their landlines, which they use to make local and domestic long distance calls.</td>\n   </tr> \n\n  <tr>\n     <td>S2</td>\n     <td>Silent Sets</td>\n     <td>\"Silent Sets\" are married empty nesters representing the younger side of the Silent generation. Like many of their contemporaries, these Silents retired in style with a healthy net worth and a household income most non-retirees would envy. Free from restrictive budgets, these twosomes enjoy indulging in cruise vacations, gambling at their local casino and spending long weekends at the lake cabin they bought to celebrate their retirement. As is the case for most Silents, these men and women are avid readers and relaxing with their local newspaper is a favorite pastime. And while they may own a cell phone, \"Silent Sets\" favor their landlines, especially when making long distance calls to the grandkids.</td>\n   </tr> \n\n  <tr>\n     <td>S3</td>\n     <td>Sunsetting Silents</td>\n     <td>Representing the senior side of the Silent generation, \"Sunsetting Silents\" are living out their golden years in the peaceful surroundings of small-town suburbia. Once married, these longtime empty nesters are flying solo nowadays since losing their spouse of many years. Like most women from their generation, this predominantly female segment formerly spent their days caring for the children and taking care of the home while their husbands pursued careers in healthcare, sales and administration. Now retired, this group enjoys more leisurely pursuits such as participating in collector's clubs and watching their favorite shows on television. They also enjoy reading their local newspaper, which is typical for most Silents. And now that the kids have scattered, you can bet these retirees make frequent long distance calls to catch up with their loved ones. Like most people their age, \"Sunsetting Silents\" devote much of their fixed income to healthcare expenses, including medical insurance premiums and prescription medications. </td>\n   </tr> \n\n<tr>\n</tr></table>","_postman_id":"2c3147f5-25e4-447b-94c6-33006a3a639f"},{"name":"Connex Generation Groups","item":[],"id":"bd13921f-d5c6-4ad0-bc1d-b986bb972fdc","description":"<table>\n  <tr>\n     <td> <b>Generation Group Code</b></td>\n     <td> <b>Generation Group Name</b></td>\n     <td> <b>Generation Group Description</b></td>\n   </tr> \n\n  <tr>\n     <td>M</td>\n     <td>Millennial</td>\n     <td>A group of Generation Clusters that includes M1 and M2, grouped based on the generation of the head of household and containing Millennial households.</td>\n   </tr> \n\n  <tr>\n     <td>X</td>\n     <td>Generation X</td>\n     <td>A group of Generation Clusters that includes X1, X2, X3, X4, X5 and X6, grouped based on the generation of the head of household and containing Generation X households.</td>\n   </tr> \n\n  <tr>\n     <td>B</td>\n     <td>Baby Boomer</td>\n     <td>A group of Generation Clusters that includes B1, B2, B3, B4, B5, B6 and B7, grouped based on the generation of the head of household and containing Baby Boomer households.</td>\n   </tr> \n\n  <tr>\n     <td>S</td>\n     <td>Silent Generation</td>\n     <td>A group of Generation Clusters that includes S1, S2 and M3, grouped based on the generation of the head of household and containing Silent Generation households</td>\n   </tr> \n\n<tr>\n</tr></table>","_postman_id":"bd13921f-d5c6-4ad0-bc1d-b986bb972fdc"},{"name":"Connex Life Stage Cluster","item":[],"id":"2d7ba2f6-8a25-40ad-afaa-a2666aca02b1","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>YG1</td>\n     <td>Newly Minted</td>\n     <td>Young, single and just getting started on life's journey, \"Newly Minted\" are enjoying their recently earned adult status in the bright lights of the big city. With fledgling careers in the culinary arts, social services and computers, many of these ambitious millennials plan to change jobs in the next year in order to maximize their earning and growth potential. After hours are spent with friends dancing at the local club, sharing a beer or two at a favorite joint or relaxing with their significant other over a new recipe they discovered on Pinterest. Their Ramen noodle budget limits their spending to basics such as  food &amp; beverages, utilities, rent and renters insurance, with the occasional retail splurge and audio download...and with many \"Newly Minted\" expecting to get engaged in the new future, it's time to start saving for the big day.</td>\n   </tr> \n\n  <tr>\n     <td>MY1</td>\n     <td>Me to We</td>\n     <td>Although \"Me To We\" have left their twenties behind, these city dwellers still have plenty of firsts to look forward to as they gradually transition into middle age. For one, after crushing it at their first few healthcare jobs, these goal seekers plan to parlay their hard won experience to land their dream job in the next year. They're also taking their relationship to the next level with plans to get engaged in the not too distant future. When they're not planning their future, these men and women are on their smartphones documenting their present, uploading selfies of their latest escapades to Facebook and Instagram. You can also find them surfing their fave cooking sites for new recipes they can surprise their significant other with. When they get some downtime, \"Me To We\" enjoy relaxing to the Classic Rock hits they downloaded to their smartphone or tune in on the radio.</td>\n   </tr> \n\n  <tr>\n     <td>MY2</td>\n     <td>Mama Mia</td>\n     <td>Despite their already hectic schedules as single moms with demanding full-time jobs, \"Mama Mia\" have no plans to slow down as they cruise into mid-life at full speed. For one, many of these women plan to get engaged in the near future, so when they're off the clock from their day jobs in healthcare support and social services, they'll be flipping through their favorite magazines for chic wedding ideas and new outfits for the showers their friends are sure to throw them. Those not planning a wedding are planning to become a parent again in the next year. Although this isn't their first rodeo, decorating the nursery and baby proofing takes a fair amount of planning, for which they spend a fair amount of time online searching for style ideas and baby bargains. Whether they're getting married or having a baby, \"Mama Mia\" can all agree that buying their first house is definitely in their future plans and they have probably purchased a household appliance recently in preparation for their new digs.</td>\n   </tr> \n\n  <tr>\n     <td>MY3</td>\n     <td>School Daze</td>\n     <td>From soccer games and science fairs to SATs and prom, \"School Daze\" are married couples whose schedules revolve around the comings and going of their toddlers, tweens and teens. Representing the younger end of this segment are the new parents who are looking forward to buying their first home in the next year that will accommodate their growing family. One or both of these moms and dads are also planning to make a job change for a position requiring less travel and late hours. On the older side of this segment are the parents with teens. In fact, many of these folks have children headed to college come fall. These folks are looking into buying a second home in the next year where the family can reconnect on holidays and summer break. With their above average income, \"School Daze\" lives a comfortable suburban lifestyle including new toys for the kids, high-end sports equipment for their star athletes and most recently a brand new dishwasher for mom. </td>\n   </tr> \n\n  <tr>\n     <td>MO1</td>\n     <td>Approaching the Finish Line</td>\n     <td>With their youngest getting ready to graduate college and their oldest planning a June wedding, \"Approaching the Finish Line\" are looking forward to starting the next chapter of their lives. After years spent in law enforcement, these singles plan to retire in the next year and enjoy some well deserved R&amp;R including that cross country motorcycle trip they've been dreaming about. They're also planning to spend more time with friends be it a night of gambling at the local casino or for a glass of wine at their favorite watering hole. \"Approaching the Finish Line\" have managed to accumulate a comfortable net worth with investments in stocks and mutual funds, which they plan to collect once they officially retire in the next several months. </td>\n   </tr> \n\n  <tr>\n     <td>MO2</td>\n     <td>Middle-Aged Blues</td>\n     <td>Single with children still at home, \"Middle-Aged Blues\" work longs hours to make ends meet in the mid-size suburbs they call home. With jobs in maintenance, construction and material moving, this largely female segment earns just enough to cover their basic household expenses including the $150+ per week they spend on groceries, their monthly utility bills and personal care expenses. For months they've also been saving what they could to help offset come of the expenses their child will incur when they get married later in the year. Many of these women plan to collect a lump sum IRA sometime in the next year, part of which they will use as the down payment on their very first house-something they've been dreaming of their whole lives. Although \"Middle-Aged Blues\" doesn't get a lot of free time, when they do manage some they enjoy relaxing to some tunes on heir favorite radio station or, if their feeling daring, a night of dancing at the local club.</td>\n   </tr> \n\n  <tr>\n     <td>MO3</td>\n     <td>Second Honeymooners</td>\n     <td>Now that the kids have moved out and started families of their own, \"Second Honeymooners\" are rediscovering life as a twosome. Weekends once devoted to teams sports and dance recitals are now spent working in the garden and exploring the countryside on their ATVs. These couples have also been making some home improvements, converting what was once Johnny's bedroom into a media room, complete with two new recliners and flat screen TV. With jobs in farming and construction, these couples have accumulated a comfortable net worth, which includes some real estate where they plan to build a weekend getaway to enjoy in their retirement. As much as \"Second Honeymooners\" enjoy having the house all to themselves again, they are longing to hear the pitter patter of little feet once more...with the arrival of their first grandchild in the next few months!</td>\n   </tr> \n\n  <tr>\n     <td>MO4</td>\n     <td>Tweens and Teens</td>\n     <td>Now playing in a suburban neighborhood near you, \"Tweens and Teens\" stars middle-aged married couples fearlessly braving the  roller coaster ride otherwise know as…the teenage years. With children ranging between the ages of 11 and 18, these parents practically live in their vans and mid-size SUVs driving kids to and from school, soccer, swimming...the grocery store, where they drop at least $150 every week. Thankfully, being home-based business owners has provided these moms and dads with fairly flexible schedules. The money's not bad either. In fact, dad just bought mom those diamond earrings she's had her eye on. Although \"Tweens and Teens\" have some debt, they still can afford to rent a car for a weekend getaway to a nearby resort for some quality family time...something that won't be as easy to come when their oldest heads off to college in the fall.</td>\n   </tr> \n\n  <tr>\n     <td>SR1</td>\n     <td>Me Time</td>\n     <td>With plans to retire in the next year, \"Me Time\" is looking forward to some well deserved R&amp;R and having the time to explore new interests and activities. Having spent the better part of their lives focused on careers in healthcare support and social services, this largely female segment intends to spend their days cultivating a garden that will make them the envy of their suburban neighborhood. These women also plan on taking a more active roles in their collector's club, a hobby they've always enjoyed but didn't always have time to pursue. \"Me Time\" will also begin collecting from their 401k in the next year, which will considerably reduce their household income. However, with limited household expenses including healthcare, utilities, food &amp; beverages and personal care, they will mange just fine. They will however splurge on retail purchases for their first grandchild, who's scheduled to arrive any day now.</td>\n   </tr> \n\n  <tr>\n     <td>SR2</td>\n     <td>Swingin' Silvers</td>\n     <td>Forget the rocker! \"Swingin' Silvers\" are making the most of their retirement years. Once successful salespeople, healthcare professionals and social servants, these married couples now enjoy more leisurely pursuits like casual dinners at their favorite family restaurant, followed by a night of gambling at one of the local casinos. Having accumulated a comfortable net worth that includes some stocks, mutual funds and real estate holdings, these couples have been able to maintain a decent retirement income, which easily supports their retail purchases, healthcare expenses, reading materials and other miscellaneous purchases. At their age, these men and women count on vitamins and supplements to help support their active lifestyle, as well as the occasional prescription remedy as needed. Lacking any desire to visit their local mall, \"Swingin' Silvers\" are enthusiastic mail order buyers. Their latest purchases include new clothes for the cruise they're taking in the fall and of course baby gifts for the grandchild they're expecting next month.</td>\n   </tr> \n\n  <tr>\n     <td>SR3</td>\n     <td>College Crunch Time</td>\n     <td>With their youngest headed to college in the fall and their oldest graduating from college in the spring, \"College Crunch Time\" families are earning an advanced degree in the joys of higher education. Although many of these moms and dads officially retired, the home-based business they launched to help augment their income until they can begin collecting on their 401k later in the year keeps them quite busy. It also provides them with  the necessary fund to accommodate a household of four, including the $150 per week they spend on groceries and the new tires they just put on mom's domestic car and their youngest's compact pick-up. Although \"College Crunch Time\" is always on the go, when they are able to get together as a family they enjoy off-roading excitement on their ATVs or a backyard barbecue where the family dog can usually count on more than a few tasty table scraps.</td>\n   </tr> \n\n<tr>\n</tr></table>","_postman_id":"2d7ba2f6-8a25-40ad-afaa-a2666aca02b1"},{"name":"Connex Life Stage Groups","item":[],"id":"c90df0c4-be92-4ff6-b84f-673a58632490","description":"<table>\n  <tr>\n     <td> <b>Life Stage Group Code</b></td>\n     <td> <b>Life Stage Group Name</b></td>\n     <td> <b>Life Stage Group Description</b></td>\n   </tr> \n\n  <tr>\n     <td>YG</td>\n     <td>Young</td>\n     <td>A group of Life Stage Clusters that includes YG1, grouped based on the age of the head of household and containing younger households</td>\n   </tr> \n\n  <tr>\n     <td>MY</td>\n     <td>Younger Middle-Age</td>\n     <td>A group of Life Stage Clusters that includes MY1, MY2 and MY3, grouped based on the age of the head of household and containing younger, middle-age households</td>\n   </tr> \n\n  <tr>\n     <td>MO</td>\n     <td>Older Middle-Age</td>\n     <td>A group of Life Stage Clusters made up of MO1, MO2, MO3 and MO4, group based on the age of the head of household and containing older, middle-age households</td>\n   </tr> \n\n  <tr>\n     <td>SR</td>\n     <td>Mature</td>\n     <td>A group of Life Stage Clusters made up of SR1, SR2, and SR3, grouped based on the age of the head of household and containing mature households</td>\n   </tr> \n\n<tr>\n</tr></table>","_postman_id":"c90df0c4-be92-4ff6-b84f-673a58632490"}],"id":"1488bd27-5aca-4520-9260-74c030f6885d","description":"<table>\n\n<tr>\n     <td> <b> Output Field </b></td>\n     <td> <b> Description </b></td>\n     <td> <b> Returned Values </b></td>\n   </tr>\n\n<tr>\n     <td>HHCLSTRDCD</td>\n     <td>See Connex HouseHold Clusters Table</td>\n     <td>Cluster code</td>\n   </tr>\n\n<tr>\n     <td>NEIGHBORHOOD_CLSTRDCD</td>\n     <td>See Connex Neighborhood Clusters Table</td>\n     <td>Cluster code</td>\n   </tr>\n\n<tr>\n     <td>FMCLSTRDCD</td>\n     <td>See Connex Family Clusters Table</td>\n     <td>Cluster code</td>\n   </tr>\n\n<tr>\n     <td>MESSAGING_CLSTRDCD</td>\n     <td>See Connex Messaging Clusters Table</td>\n     <td>Cluster code</td>\n   </tr>\n\n<tr>\n     <td>DIGITALCLSTRDCD</td>\n     <td>See Connex Digital Clusters Table</td>\n     <td>Cluster code</td>\n   </tr>\n\n<tr>\n     <td>GENERATION_CLSTRDCD</td>\n     <td>See Connex Generation Clusters Table</td>\n     <td>Cluster code</td>\n   </tr>\n\n<tr>\n     <td>GENERATION_GRPCD</td>\n     <td>See Connex Generation Groups Table</td>\n     <td>Generation group code</td>\n   </tr>\n\n<tr>\n     <td>LIFESTG_CLSTRD</td>\n     <td>See Connex Life Stage Clusters Table</td>\n     <td>Cluster code</td>\n   </tr>\n\n<tr>\n     <td>LIFESTG_GRPCD</td>\n     <td>See Connex Life Stage Groups Table below</td>\n     <td>Life Stage group code</td>\n   </tr>\n\n<tr>\n     <td>CT_MEDIA_HEAVYUSAGE_MAGAZINE</td>\n     <td>Y - Frequent reader of magazines</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_MEDIA_HEAVYUSAGE_NEWSPAPER</td>\n     <td>Y - Frequent reader of newspapers</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_MEDIA_HEAVYUSAGE_RADIO</td>\n     <td>Y - Frequent listener to radio</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_MEDIA_HEAVYUSAGE_PTRADIO</td>\n     <td>Y - Frequent listener to radio primetime</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_MEDIA_HEAVYUSAGE_TV</td>\n     <td>Y - Frequent watcher of television</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_MEDIA_HEAVYUSAGE_INTERNET</td>\n     <td>Y - Frequent user of internet</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_MEDIA_HEAVYUSAGE_ODRMDA</td>\n     <td>Y - Frequent reader of outdoor media</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_SOCIALUSAGE30_FB</td>\n     <td>Y - Facebook Social media, photo or video-sharing services visited or used in the last 30 days</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_SOCIALUSAGE30_INSTA</td>\n     <td>Y - Instagram Social media, photo or video-sharing services visited or used in the last 30 days</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_SOCIALUSAGE30_LNKIN</td>\n     <td>Y - Linkedin Social media, photo or video-sharing services visited or used in the last 30 days</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_SOCIALUSAGE30_PINT</td>\n     <td>Y - Pinterest Social media, photo or video-sharing services visited or used in the last 30 days</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_SOCIALUSAGE30_TWITTER</td>\n     <td>Y - Twitter Social media, photo or video-sharing services visited or used in the last 30 days</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_SOCIALUSAGE30_YOUTUBE</td>\n     <td>Y - Youtube Social media, photo or video-sharing services visited or used in the last 30 days</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_STRMSUB_PRIME</td>\n     <td>Y - Subscribes to Prime Video for streaming video services</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_STRMSUB_HULU</td>\n     <td>Y - Subscribes to Hulu for streaming video services</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_STRMSUB_NETFLIX</td>\n     <td>Y - Subscribes to Netflix for streaming video services</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_SMRTPHN_TYPEOWNS_ANDROID</td>\n     <td>Y - Owns an Android smartphone (any brand)</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_SMRTPHN_TYPEOWNS_IPHONE</td>\n     <td>Y - Owns an Apple iPhone smartphone</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_HOMEIMPROVE12_ANY</td>\n     <td>Y - Made improvements to home</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_HOMEREMODEL12_ANY</td>\n     <td>Y - Home Remodeling - Summary: Any: In last 12 months</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_POLITICAL_PARTYAFF_DEMOCRAT</td>\n     <td>Y - Democratic political affiliation</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_POLITICAL_PARTYAFF_GOP</td>\n     <td>Y - Republican political affiliation</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_POLITICAL_PARTYAFF_IND</td>\n     <td>Y - Independent/no party affiliation</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_POLITICAL_OUTLK_VCONSERV</td>\n     <td>Y - Political outlook is very conservative</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_POLITICAL_OUTLK_SWCONSERV</td>\n     <td>Y - Political outlook is somewhat conservative</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_POLITICAL_OUTLK_MID</td>\n     <td>Y - Political outlook is middle of the road</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_POLITICAL_OUTLK_SWLIBERAL</td>\n     <td>Y - Political outlook is somewhat liberal</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_POLITICAL_OUTLK_VLIBERAL</td>\n     <td>Y - Political outlook is very liberal</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_ONLINESHOPSEG_OFFLINE</td>\n     <td>Y - Online Shoppers Segments: Offline-Only Shoppers</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_ONLINESHOPSEG_TRAD</td>\n     <td>Y - Online Shoppers Segments: Traditional Consumers</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_ONLINESHOPSEG_STRAITFWD</td>\n     <td>Y - Online Shoppers Segments: Straightforward Shoppers</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_ONLINESHOPSEG_DEALSEEK</td>\n     <td>Y - Online Shoppers Segments: Passionate Deal Seekers</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_ONLINESHOPSEG_QUALSEEK</td>\n     <td>Y - Online Shoppers Segments: Active Quality Seekers</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_TECHTUDESEG_PHOBES</td>\n     <td>Y - Technology Attitude Segments: Techno-Phobes</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_TECHTUDESEG_LAGGRDS</td>\n     <td>Y - Technology Attitude Segments: Techno-Laggards</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_TECHTUDESEG_XPLOIT</td>\n     <td>Y - Technology Attitude Segments: Tech-Sploiters</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_TECHTUDESEG_GAMER</td>\n     <td>Y - Technology Attitude Segments: Techno-Gamers</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_TECHTUDESEG_THUSIAST</td>\n     <td>Y - Technology Attitude Segments: Tech-Thusiasts</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_TECHTUDESEG_XPLOR</td>\n     <td>Y - Technology Attitude Segments: Tech-Splorers</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_DNR_CONTRIB_PBS</td>\n     <td>Y - Contributed to Public Broadcasting Service (PBS)</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_DNR_CONTRIB_NPR</td>\n     <td>Y - Contributed to National Public Radio (NPR)</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_DNR_CONTRIB_RELIGIOUS</td>\n     <td>Y - Contributed to religious organization(s)</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_DNR_CONTRIB_ARTS</td>\n     <td>Y - Contributed to arts/cultural organization(s)</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_DNR_CONTRIB_EDU</td>\n     <td>Y - Contributed to educational organization(s)</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_DNR_CONTRIB_ENVIRO</td>\n     <td>Y - Contributed to environmental organization(s)</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_DNR_CONTRIB_HEALTH</td>\n     <td>Y - Contributed to health organization(s)</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_DNR_CONTRIB_POL</td>\n     <td>Y - Contributed to political organization(s)</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_DNR_CONTRIB_SOCSERV</td>\n     <td>Y - Contributed to social service organization(s)</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_DNR_CONTRIB_NONREL</td>\n     <td>Y - Contributed to other non-religious organization(s)</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_DNR_CONTRIBAMT_HIGH</td>\n     <td>Y - Contributed $500 or more to organization(s)</td>\n     <td>1 character: Y </td>\n   </tr>\n\n<tr>\n     <td>CT_VOLUNTEER_CHTYORG</td>\n     <td>Y - Volunteered for a charitable organization</td>\n     <td>1 character: Y </td>\n   </tr>\n<tr>\n</tr></table>","_postman_id":"1488bd27-5aca-4520-9260-74c030f6885d"}],"id":"f6fa66c2-454c-4f36-b1f9-a02dc328ac53","description":"<p>StartFragment</p>\n<p>These are Premium Attributes, not part of the standard layout.<br />Please contact your Infutor Sales Representative if you wish to activate them.</p>\n<p>EndFragment</p>\n","_postman_id":"f6fa66c2-454c-4f36-b1f9-a02dc328ac53"}],"id":"009f6ed9-fc73-49c8-9533-a590483f777c","_postman_id":"009f6ed9-fc73-49c8-9533-a590483f777c","description":""},{"name":"RESTful JSON API ","item":[{"name":"Digital Personalization API","id":"1a2cdeb8-336f-4c49-a54c-35d2c3714315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","type":"text","value":"{{username}}"},{"key":"password","type":"text","value":"{{password}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"hash\": {\r\n        \"md5\": \"639506DC30D9FE8544BC31G2895164B6\",\r\n        \"sha1\": \"F1A5F380C583FA87B06805A2K4E14FC1E7B360C5\",\r\n        \"sha2\": \"097EEFD373C838176E81DE1863BD309CDK3E08DFC6CF5AECD1D24E260BEDD183\"\r\n    },\r\n    \"maid\": \"a7d8a7c1-ffdb-4730-971c-6063fkcfbd20\",\r\n    \"ip\": \"192.0.0.0\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/digpersonal/2","urlObject":{"protocol":"https","path":["digpersonal","2"],"host":["hermes-api","prod","infutor","com"],"query":[],"variable":[]}},"response":[{"id":"c7ca4774-e4ff-4f4a-a24e-cb36e8eafee9","name":"Digital Personalization API","originalRequest":{"method":"POST","header":[{"key":"username","type":"text","value":"{user}"},{"key":"password","type":"text","value":"{password}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"hash\": {\r\n        \"md5\": \"639506DC30D9FE8544BC31G2895164B6\",\r\n        \"sha1\": \"F1A5F380C583FA87B06805A2K4E14FC1E7B360C5\",\r\n        \"sha2\": \"097EEFD373C838176E81DE1863BD309CDK3E08DFC6CF5AECD1D24E260BEDD183\"\r\n    },\r\n    \"maid\": \"a7d8a7c1-ffdb-4730-971c-6063fkcfbd20\",\r\n    \"ip\": \"192.0.0.0\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/digpersonal/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6083"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 02 Mar 2020 21:57:53 GMT"},{"key":"x-amzn-RequestId","value":"f4a73bdd-6fae-4a04-baf3-974a82d4d79a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"IyEm-H9OCYcFedA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5e5d815f-1ac2fe60916b5fec61c6bbdc"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60148e1b654deaf57ffb1900e4709a69.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ATL56-C1"},{"key":"X-Amz-Cf-Id","value":"EYN46Y8_snSImfAUJOOUiSKlca6hZ2xk3E5kz9zu3tTmHdCvFdFRpw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"inputCount\": 1,\n    \"output\": [\n        {\n            \"code\": 0,\n            \"message\": \"Successful match.\",\n            \"results\": [\n                {\n                    \"coreDemographics\": {\n                        \"AGE\": 40,\n                        \"CHILD\": \"Y\",\n                        \"CHILDAGECD_11_15\": null,\n                        \"CHILDAGECD_16_17\": null,\n                        \"CHILDAGECD_6\": \"Y\",\n                        \"CHILDAGECD_6_10\": null,\n                        \"CHILDNBRCD\": \"B\",\n                        \"DOB\": \"198107\",\n                        \"EHI\": \"I\",\n                        \"ETHNICITYCD\": \"E\",\n                        \"GENDER\": \"F\",\n                        \"HOMEOWNERCD\": \"H\",\n                        \"LANGUAGECD\": \"E1\",\n                        \"MARRIEDCD\": \"M\",\n                        \"WEALTHSCR\": \"L\"\n                    },\n                    \"geographical\": {\n                        \"CBSA\": \"35620\",\n                        \"CENSUSBLCK\": \"6005\",\n                        \"CENSUSTRACT\": \"408100\",\n                        \"CITY\": \"EAST MEADOW\",\n                        \"CNTYCD\": \"059\",\n                        \"CNTYSIZECD\": null,\n                        \"DPV\": \"Y\",\n                        \"DWELLTYPE\": \"S\",\n                        \"MSA\": \"5380\",\n                        \"STATE\": \"NY\",\n                        \"STATECD\": \"36\",\n                        \"VACANT\": \"N\",\n                        \"Z4TYPE\": \"S\",\n                        \"ZIP\": \"11554\"\n                    },\n                    \"supplementalDemographics\": {\n                        \"CENSPCT_ADULT_AGE1824\": 11,\n                        \"CENSPCT_ADULT_AGE2534\": 15,\n                        \"CENSPCT_ADULT_AGE3544\": 16,\n                        \"CENSPCT_ADULT_AGE4554\": 20,\n                        \"CENSPCT_ADULT_AGE5564\": 16,\n                        \"CENSPCT_ADULT_AGEGE65\": 21,\n                        \"CENSPCT_HH_FAMILY\": 76,\n                        \"CENSPCT_HH_FAMILY_HUSBWIFE\": 63,\n                        \"CENSPCT_HU_OCCUPIED\": 96,\n                        \"CENSPCT_HU_OWNED\": 83,\n                        \"CENSPCT_HU_RENTED\": 13,\n                        \"CENSPCT_HU_VACANTSEASONAL\": 0,\n                        \"CENSPCT_POP_AGELT18\": 21,\n                        \"CENSPCT_POP_AMERIND\": 0,\n                        \"CENSPCT_POP_ASIAN\": 12,\n                        \"CENSPCT_POP_BLACK\": 5,\n                        \"CENSPCT_POP_HISPANIC\": 12,\n                        \"CENSPCT_POP_MALES\": 50,\n                        \"CENSPCT_POP_MULTIRACE\": 2,\n                        \"CENSPCT_POP_OTHRACE\": 4,\n                        \"CENSPCT_POP_PACISL\": 0,\n                        \"CENSPCT_POP_WHITE\": 77,\n                        \"CENSPCT_WATER\": 0,\n                        \"CENS_HH_AVGSIZE\": 3,\n                        \"CENS_HU_DENSITY\": 2051,\n                        \"CENS_POP_DENSITY\": 6080,\n                        \"CENS_POP_MEDAGE\": 42,\n                        \"CHARITYDNR\": null,\n                        \"CREDITCARD\": null,\n                        \"EDUCATIONCD\": \"A\",\n                        \"FIREPLCD\": null,\n                        \"HHNBR\": 1,\n                        \"HHNBRSR\": null,\n                        \"LOR\": 10,\n                        \"MOBHOMECD\": null,\n                        \"MRKTHOMEVAL\": \"Q\",\n                        \"OCCUPATIONCD\": \"S\",\n                        \"POOL\": null,\n                        \"RELIGIONCD\": \"O\",\n                        \"SGLPARENT\": null,\n                        \"SOHOCD\": null,\n                        \"SPANISHSPCD\": null,\n                        \"VETERANCD\": null,\n                        \"YRBLD\": \"1957\"\n                    },\n                    \"attributes\": {\n                        \"geoCodes\": {\n                            \"GEOLEVEL\": \"01\",\n                            \"LATITUDE\": 40.705564,\n                            \"LONGITUDE\": -73.562306\n                        },\n                        \"lifestyleInsights\": {\n                            \"CPI_APPAREL_ACCESSORY_INDEX\": 0,\n                            \"CPI_APPAREL_INDEX\": 8,\n                            \"CPI_APPAREL_KIDS_INDEX\": 0,\n                            \"CPI_APPAREL_MENFASH_INDEX\": 0,\n                            \"CPI_APPAREL_MEN_INDEX\": 0,\n                            \"CPI_APPAREL_WOMEN_INDEX\": 7,\n                            \"CPI_APPAREL_WOMFASH_INDEX\": 0,\n                            \"CPI_AUTO_INDEX\": 0,\n                            \"CPI_AUTO_TRUCKS_INDEX\": 0,\n                            \"CPI_AVIATION_INDEX\": 0,\n                            \"CPI_BARGAINS_INDEX\": 0,\n                            \"CPI_BEAUTY_INDEX\": 0,\n                            \"CPI_BIBLE_INDEX\": 0,\n                            \"CPI_BUSINESS_HOMEOFFICE_INDEX\": 0,\n                            \"CPI_BUSINESS_INDEX\": 0,\n                            \"CPI_CATALOG_INDEX\": 7,\n                            \"CPI_CC_INDEX\": 0,\n                            \"CPI_COLLECTIBLES_INDEX\": 0,\n                            \"CPI_COLLEGE_INDEX\": 0,\n                            \"CPI_COMPUTERS_INDEX\": 0,\n                            \"CPI_CONSERVATIVE_INDEX\": 0,\n                            \"CPI_CONTINUITY_INDEX\": 0,\n                            \"CPI_COOKING_INDEX\": 0,\n                            \"CPI_CRAFTS_CROCHET_INDEX\": 0,\n                            \"CPI_CRAFTS_INDEX\": 0,\n                            \"CPI_CRAFTS_KNIT_INDEX\": 0,\n                            \"CPI_CRAFTS_NEEDLEPOINT_INDEX\": 0,\n                            \"CPI_CRAFTS_QUILT_INDEX\": 0,\n                            \"CPI_CRAFTS_SEW_INDEX\": 0,\n                            \"CPI_CREDIT_REPAIR_INDEX\": 7,\n                            \"CPI_CREDIT_REPORT_INDEX\": 0,\n                            \"CPI_CULTUREARTS_INDEX\": 0,\n                            \"CPI_CURREVENT_INDEX\": 0,\n                            \"CPI_DIY_INDEX\": 0,\n                            \"CPI_DONOR_INDEX\": 0,\n                            \"CPI_EDUCATION_SEEKERS_INDEX\": 0,\n                            \"CPI_EGO_INDEX\": 0,\n                            \"CPI_ELECTRONICS_INDEX\": 0,\n                            \"CPI_EQUESTRIAN_INDEX\": 0,\n                            \"CPI_FAMILY_INDEX\": 5,\n                            \"CPI_FAMILY_TEEN_INDEX\": 0,\n                            \"CPI_FAMILY_YOUNG_INDEX\": 3,\n                            \"CPI_FICTION_INDEX\": 6,\n                            \"CPI_GAMBLING_INDEX\": 0,\n                            \"CPI_GAMES_INDEX\": 0,\n                            \"CPI_GARDENING_INDEX\": 0,\n                            \"CPI_GIFTGIVR_INDEX\": 3,\n                            \"CPI_GOURMET_INDEX\": 0,\n                            \"CPI_HEALTH_DIET_INDEX\": 0,\n                            \"CPI_HEALTH_FITNESS_INDEX\": 0,\n                            \"CPI_HEALTH_INDEX\": 0,\n                            \"CPI_HIGHTECH_INDEX\": 0,\n                            \"CPI_HISPANIC_INDEX\": 0,\n                            \"CPI_HISTORY_AMERICAN_INDEX\": 0,\n                            \"CPI_HISTORY_INDEX\": 0,\n                            \"CPI_HOBBIES_INDEX\": 0,\n                            \"CPI_HOMEDECR_INDEX\": 0,\n                            \"CPI_HOMELIV_INDEX\": 0,\n                            \"CPI_INSPIRATION_INDEX\": 0,\n                            \"CPI_INSURANCE_AUTO_INDEX\": 0,\n                            \"CPI_INSURANCE_HEALTH_INDEX\": 0,\n                            \"CPI_INSURANCE_INDEX\": 0,\n                            \"CPI_INTERNET_ACCESS_INDEX\": 9,\n                            \"CPI_INTERNET_BUY_INDEX\": 8,\n                            \"CPI_INTERNET_INDEX\": 9,\n                            \"CPI_JOB_SEEKERS_INDEX\": 0,\n                            \"CPI_LIBERAL_INDEX\": 0,\n                            \"CPI_MOBILE_APPS_INDEX\": 0,\n                            \"CPI_MONEYMAKING_INDEX\": 0,\n                            \"CPI_MOTORCYCLES_INDEX\": 0,\n                            \"CPI_MUSIC_INDEX\": 0,\n                            \"CPI_NONFICTION_INDEX\": 0,\n                            \"CPI_OUTDOORS_BOATSAIL_INDEX\": 0,\n                            \"CPI_OUTDOORS_CAMP_INDEX\": 0,\n                            \"CPI_OUTDOORS_FISHING_INDEX\": 0,\n                            \"CPI_OUTDOORS_HUNTFISH_INDEX\": 0,\n                            \"CPI_OUTDOORS_HUNTING_INDEX\": 0,\n                            \"CPI_OUTDOORS_INDEX\": 0,\n                            \"CPI_PETS_CATS_INDEX\": 0,\n                            \"CPI_PETS_DOGS_INDEX\": 0,\n                            \"CPI_PETS_INDEX\": 0,\n                            \"CPI_PFIN_INDEX\": 0,\n                            \"CPI_PHOTOG_INDEX\": 0,\n                            \"CPI_PHOTOPROC_INDEX\": 0,\n                            \"CPI_PUBLISH_BOOKS_INDEX\": 6,\n                            \"CPI_PUBLISH_INDEX\": 4,\n                            \"CPI_PUBLISH_MAGS_INDEX\": 0,\n                            \"CPI_SOCIAL_NETWORKING_INDEX\": 0,\n                            \"CPI_SPORTS_BASEBALL_INDEX\": 0,\n                            \"CPI_SPORTS_BASKETBALL_INDEX\": 0,\n                            \"CPI_SPORTS_BIKING_INDEX\": 0,\n                            \"CPI_SPORTS_FOOTBALL_INDEX\": 0,\n                            \"CPI_SPORTS_GOLF_INDEX\": 0,\n                            \"CPI_SPORTS_HOCKEY_INDEX\": 0,\n                            \"CPI_SPORTS_INDEX\": 0,\n                            \"CPI_SPORTS_RUNNING_INDEX\": 0,\n                            \"CPI_SPORTS_SKI_INDEX\": 0,\n                            \"CPI_SPORTS_SOCCER_INDEX\": 0,\n                            \"CPI_SPORTS_SWIMMING_INDEX\": 0,\n                            \"CPI_SPORTS_TENNIS_INDEX\": 0,\n                            \"CPI_SWEEPS_INDEX\": 0,\n                            \"CPI_TRAVEL_CRUISE_INDEX\": 7,\n                            \"CPI_TRAVEL_INDEX\": 6,\n                            \"CPI_TRAVEL_RV_INDEX\": 0,\n                            \"CPI_TRAVEL_US_INDEX\": 0,\n                            \"CPI_TVMOVIES_INDEX\": 0,\n                            \"CPI_WILDLIFE_INDEX\": 0,\n                            \"MS_ACCESSORY\": 0,\n                            \"MS_APPAREL\": 6,\n                            \"MS_AUDIO\": 0,\n                            \"MS_AUTO\": 0,\n                            \"MS_AVIATION\": 0,\n                            \"MS_BARGAINS\": 0,\n                            \"MS_BEAUTY\": 0,\n                            \"MS_BIBLE\": 0,\n                            \"MS_BOATSAIL\": 0,\n                            \"MS_BOOKS\": 1,\n                            \"MS_BUSINESS\": 0,\n                            \"MS_CAMP\": 0,\n                            \"MS_CATALOG\": 2,\n                            \"MS_COLLECTIBLES\": 0,\n                            \"MS_COMPUTERS\": 0,\n                            \"MS_COOKING\": 0,\n                            \"MS_CRAFTS\": 0,\n                            \"MS_CULTUREARTS\": 0,\n                            \"MS_CURREVENT\": 0,\n                            \"MS_DIY\": 0,\n                            \"MS_ELECTRONICS\": 0,\n                            \"MS_EQUESTRIAN\": 0,\n                            \"MS_FAMILY\": 1,\n                            \"MS_FICTION\": 0,\n                            \"MS_FISHING\": 0,\n                            \"MS_FITNESS\": 0,\n                            \"MS_FOOD\": 0,\n                            \"MS_FUNDRAISING\": 0,\n                            \"MS_GAMES\": 0,\n                            \"MS_GARDEN\": 0,\n                            \"MS_GIFTEE\": 0,\n                            \"MS_GIFTGIVR\": 0,\n                            \"MS_GIFTS\": 1,\n                            \"MS_GOURMET\": 0,\n                            \"MS_HEALTH\": 0,\n                            \"MS_HISTORY\": 0,\n                            \"MS_HOLIDAY\": 0,\n                            \"MS_HOMEDECR\": 0,\n                            \"MS_HOMELIV\": 0,\n                            \"MS_HOUSEWARES\": 0,\n                            \"MS_HUMOR\": 0,\n                            \"MS_HUNTING\": 0,\n                            \"MS_INSPIRATION\": 0,\n                            \"MS_KIDAPP\": 0,\n                            \"MS_MAGS\": 0,\n                            \"MS_MENAPP\": 0,\n                            \"MS_MERCHANDISE\": 0,\n                            \"MS_MONEYMAKING\": 0,\n                            \"MS_MOTORCYCLES\": 0,\n                            \"MS_MUSIC\": 0,\n                            \"MS_OUTDOORS\": 0,\n                            \"MS_PETS\": 0,\n                            \"MS_PFIN\": 0,\n                            \"MS_PHOTO\": 0,\n                            \"MS_PHOTOPROC\": 0,\n                            \"MS_PUBLISH\": 1,\n                            \"MS_PUB_COOKING\": 0,\n                            \"MS_PUB_FAMILY\": 0,\n                            \"MS_PUB_GARDEN\": 0,\n                            \"MS_PUB_GIFTEE\": 0,\n                            \"MS_PUB_GIFTGIVR\": 0,\n                            \"MS_PUB_HOMEDECR\": 0,\n                            \"MS_PUB_HOMELIV\": 0,\n                            \"MS_PUB_OUTDOORS\": 0,\n                            \"MS_SCIENCE\": 0,\n                            \"MS_SPORTS\": 0,\n                            \"MS_TRAVEL\": 1,\n                            \"MS_TVMOVIES\": 0,\n                            \"MS_WILDLIFE\": 0,\n                            \"MS_WOMAN\": 0,\n                            \"MS_WOMAPP\": 2,\n                            \"MS_WOMFASH\": 0\n                        },\n                        \"connexSegmentation\": {\n                            \"CT_DNR_CONTRIBAMT_HIGH\": null,\n                            \"CT_DNR_CONTRIB_ARTS\": \"Y\",\n                            \"CT_DNR_CONTRIB_EDU\": null,\n                            \"CT_DNR_CONTRIB_ENVIRO\": \"Y\",\n                            \"CT_DNR_CONTRIB_HEALTH\": null,\n                            \"CT_DNR_CONTRIB_NONREL\": null,\n                            \"CT_DNR_CONTRIB_NPR\": null,\n                            \"CT_DNR_CONTRIB_PBS\": null,\n                            \"CT_DNR_CONTRIB_POL\": \"Y\",\n                            \"CT_DNR_CONTRIB_RELIGIOUS\": null,\n                            \"CT_DNR_CONTRIB_SOCSERV\": null,\n                            \"CT_HOMEIMPROVE12_ANY\": null,\n                            \"CT_HOMEREMODEL12_ANY\": null,\n                            \"CT_MEDIA_HEAVYUSAGE_INTERNET\": null,\n                            \"CT_MEDIA_HEAVYUSAGE_MAGAZINE\": \"Y\",\n                            \"CT_MEDIA_HEAVYUSAGE_NEWSPAPER\": null,\n                            \"CT_MEDIA_HEAVYUSAGE_ODRMDA\": null,\n                            \"CT_MEDIA_HEAVYUSAGE_PTRADIO\": null,\n                            \"CT_MEDIA_HEAVYUSAGE_RADIO\": null,\n                            \"CT_MEDIA_HEAVYUSAGE_TV\": null,\n                            \"CT_ONLINESHOPSEG_DEALSEEK\": \"Y\",\n                            \"CT_ONLINESHOPSEG_OFFLINE\": null,\n                            \"CT_ONLINESHOPSEG_QUALSEEK\": null,\n                            \"CT_ONLINESHOPSEG_STRAITFWD\": null,\n                            \"CT_ONLINESHOPSEG_TRAD\": null,\n                            \"CT_POLITICAL_OUTLK_MID\": null,\n                            \"CT_POLITICAL_OUTLK_SWCONSERV\": null,\n                            \"CT_POLITICAL_OUTLK_SWLIBERAL\": \"Y\",\n                            \"CT_POLITICAL_OUTLK_VCONSERV\": null,\n                            \"CT_POLITICAL_OUTLK_VLIBERAL\": \"Y\",\n                            \"CT_POLITICAL_PARTYAFF_DEMOCRAT\": \"Y\",\n                            \"CT_POLITICAL_PARTYAFF_GOP\": null,\n                            \"CT_POLITICAL_PARTYAFF_IND\": null,\n                            \"CT_SMRTPHN_TYPEOWNS_ANDROID\": null,\n                            \"CT_SMRTPHN_TYPEOWNS_IPHONE\": null,\n                            \"CT_SOCIALUSAGE30_FB\": null,\n                            \"CT_SOCIALUSAGE30_INSTA\": \"Y\",\n                            \"CT_SOCIALUSAGE30_LNKIN\": null,\n                            \"CT_SOCIALUSAGE30_PINT\": null,\n                            \"CT_SOCIALUSAGE30_TWITTER\": null,\n                            \"CT_SOCIALUSAGE30_YOUTUBE\": null,\n                            \"CT_STRMSUB_HULU\": null,\n                            \"CT_STRMSUB_NETFLIX\": null,\n                            \"CT_STRMSUB_PRIME\": null,\n                            \"CT_TECHTUDESEG_GAMER\": null,\n                            \"CT_TECHTUDESEG_LAGGRDS\": null,\n                            \"CT_TECHTUDESEG_PHOBES\": null,\n                            \"CT_TECHTUDESEG_THUSIAST\": null,\n                            \"CT_TECHTUDESEG_XPLOIT\": null,\n                            \"CT_TECHTUDESEG_XPLOR\": null,\n                            \"CT_VOLUNTEER_CHTYORG\": null,\n                        }\n                    }\n                }\n            ]\n        }\n    ]\n}\n"}],"_postman_id":"1a2cdeb8-336f-4c49-a54c-35d2c3714315"}],"id":"ef05f97a-3412-4552-a880-8e2277b9e083","description":"<h3 id=\"authentication\">Authentication</h3>\n<p>Digital Personalization API provides authentication with username and password passed in POST headers to our API endpoint. Your API login is provided at time of configuration with our sales engineering team, with an email request to the email provided to set your password.</p>\n","event":[{"listen":"prerequest","script":{"id":"75cb3ee9-a804-48d5-b0e8-e10d0afeb20b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1730f686-289e-4044-bcde-aaa03ca924ed","type":"text/javascript","exec":[""]}}],"_postman_id":"ef05f97a-3412-4552-a880-8e2277b9e083"}],"id":"7a9747b9-6aab-4708-b7c2-3c55411ef5d5","description":"<p>The Digital Personalization solution accepts a single or multiple digital identity signals (MAID, Hashed Email, and/or IP Address) and returns a host of demographic data associated with the consumer linked to that digital identity. Our solution provides  Use Digital Personalization to enable a more personalized approach to digital and programmatic retargeting and onboarding initiatives.</p>\n","event":[{"listen":"prerequest","script":{"id":"232b09e7-9e25-4568-8ab8-e8622786bc92","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6e229e15-09ed-4431-946f-52fe9f996dcb","type":"text/javascript","exec":[""]}}],"_postman_id":"7a9747b9-6aab-4708-b7c2-3c55411ef5d5"},{"name":"Digital Append","item":[{"name":"Input Message Body","item":[],"id":"31046454-c154-49bd-bab1-8962b5d66a1c","description":"<p>Request body should be formatted in JSON. The Digital Append accepts at a minimum a pid or a household id or a combination of any of the values (pid,hhid).\n</p>\n\n<h2 id=\"example-1\">Example 1</h2>\n<table>\n <tr>\n  <th>Field</th>\n  <th>Required</th>\n  <th>Description</th>\n </tr>\n\n<tr>\n\n </tr><tr>\n  <td>pid</td>\n  <td>required</td>\n  <td>Synthetic PID, Unique individual. \n      Encrypted value</td>\n </tr>\n\n <tr>\n  <td>hhid</td>\n  <td>required</td>\n  <td>Synthetic Household ID, Unique address + Last Name. Encrypted value</td>\n </tr>\n\n</table>\n\n<h2 id=\"example-2\">Example 2</h2>\n<table>\n <tr>\n  <th>Field\n  </th><th>Required</th>\n  <th>Description</th>\n </tr>\n <tr>\n  <td>pid</td>\n  <td>optional</td>\n  <td>Synthetic PID, Unique individual. Encrypted value</td>\n </tr>\n <tr>\n  <td>hhid</td>\n  <td>required</td>\n  <td>Synthetic Household ID, Unique address + Last Name. Encrypted value</td>\n </tr>\n</table>\n\n\n<h2 id=\"example-3\">Example 3</h2>\n<table>\n <tr>\n  <td><b>Field</b></td>\n  <td><b>Required</b></td>\n  <td><b>Description</b></td>\n </tr>\n\n <tr>\n  <td>pid</td>\n  <td>required</td>\n  <td>Synthetic PID, Unique individual. Encrypted value</td>\n </tr>\n\n <tr>\n  <td>hhid</td>\n  <td>optional</td>\n  <td>Synthetic Household ID, Unique address + Last Name. Encrypted value</td>\n </tr>\n\n <tr>\n\n</tr></table>","event":[{"listen":"prerequest","script":{"id":"e62cadb2-5653-46c3-90be-731c5cddab9f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2376adf8-b47f-40da-9387-19c5d933308b","type":"text/javascript","exec":[""]}}],"_postman_id":"31046454-c154-49bd-bab1-8962b5d66a1c"},{"name":"Output","item":[],"id":"0f182a79-0571-47ab-8969-b5149d55100b","description":"<p> The API will return an echo of your input PID or HHID along with a maximum of 10 hashed emails and Mobile Advertising Ids. \n</p>\n\n<table>\n <tr>\n   <th> Output Field </th>\n   <th> Description </th>\n   <th> Returned Values </th>\n  </tr> \n\n <tr>\n  <td> maid </td> \n  <td> Maximum of 10 Mobile Advertising Ids returned. </td> \n  <td> 100 characters max </td> \n </tr> \n\n <tr>\n  <td> maidType </td> \n  <td> This field indicates if the device is IOS or Android.Identifiers include Android's Advertising ID (AdID), and Apple's, called IDFA(Identifier For Advertisers)</td> \n  <td> 25 characters max </td> \n </tr> \n\n <tr>\n  <td> lastSeen </td> \n  <td> The timestamp(Unix epoch / POSIX time format) is a system for describing points in time, defined as the number of seconds elapsed since midnight proleptic Coordinated Universal Time(UTC) of January 1, 1970, not counting leap seconds. So, seconds since Jan 1, 1970 at 00: 00: 00</td> \n  <td> 25 characters max </td> \n </tr> \n\n <tr>\n  <td> matchingIndicator </td> \n  <td> This indicator will return household level considering \"h\" for high level or \"m\" for medium level </td> \n  <td> 1 Character </td> \n </tr> \n\n <tr>\n  <td> MD5 </td> \n  <td> Cryptographic Hash Algorithm </td> \n  <td> 32 Characters </td> \n </tr> \n\n <tr>\n  <td> SHA1 </td> \n  <td> Cryptographic Hash Algorithm </td> \n  <td> 40 Characters </td> \n </tr> \n\n <tr>\n  <td> SHA2 </td> \n  <td> Cryptographic Hash Algorithm </td> \n  <td> 64 Characters </td> \n </tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"dba126e7-ab22-4af0-813e-a9a94fd3e930","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"703eeaae-2036-4422-919a-ee90292a613b","type":"text/javascript","exec":[""]}}],"_postman_id":"0f182a79-0571-47ab-8969-b5149d55100b"},{"name":"RESTful JSON API ","item":[{"name":"Digital Append API","id":"048050f3-82ca-43b4-9a0e-b3cc79434bcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Username</p>\n","key":"username","type":"text","value":"{{username}}"},{"description":"<p>API Credentials</p>\n","key":"password","type":"text","value":"{{password}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"pid","value":"pid","description":"<p>Persistent ID</p>\n","type":"text"},{"key":"hhid","value":"hhid","description":"<p>Household ID</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pid\":\"E48A65F695539ED9F3E63DEF44F7EFDA\",\r\n    \"hhid\":\"69291DFDC559EDEA09FF4A89991BD6060104129B19768DB07310D388F7ACD8974C8CFB84A814FCE6E236609425213ED1\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/digitalappend","urlObject":{"protocol":"https","path":["digitalappend"],"host":["hermes-api","prod","infutor","com"],"query":[],"variable":[]}},"response":[{"id":"fc66c0fa-a879-4917-a69e-34c59a008b6d","name":"Digital Append API","originalRequest":{"method":"POST","header":[{"key":"username","type":"text","value":"{user}"},{"key":"password","type":"text","value":"{password}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n     \"pid\":\"805A371AEA06D414D42F23E04810BBC7\",\r\n     \"hhid\":\"0F3F5953352E75B9CB6544E92C90467B\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/digitalappend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6083"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 02 Mar 2020 21:57:53 GMT"},{"key":"x-amzn-RequestId","value":"f4a73bdd-6fae-4a04-baf3-974a82d4d79a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"IyEm-H9OCYcFedA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5e5d815f-1ac2fe60916b5fec61c6bbdc"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60148e1b654deaf57ffb1900e4709a69.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ATL56-C1"},{"key":"X-Amz-Cf-Id","value":"EYN46Y8_snSImfAUJOOUiSKlca6hZ2xk3E5kz9zu3tTmHdCvFdFRpw=="}],"cookie":[],"responseTime":null,"body":" \"inputCount\": 1,\n    \"output\": [\n        {\n            \"code\": 0,\n            \"message\": \"Successful match.\",\n            \"results\": [\n                {\n                    \"pid\": \"79ABB3B5CF03DE4932D97B63235D0F79\",\n                    \"hhid\": \"C80932314EB259B64FC0321CB7D469011F064EEAE740A2E31ECC21DEE0776E2W\",\n                    \"hashes\": [\n                        {\n                            \"md5\": \"d4feb829d3150e0b92539323d92qw02e\",\n                            \"sha1\": \"f87a01cd144807946463aaf054d7129a4fd2c6f2\",\n                            \"sha2\": \"b9f997b7a953d6471dac7ca3325457894e0b1c1f573b587dab49ae923810863f\",\n                            \"lastSeen\": 1442620800,\n                            \"firstSeen\": 1442620800,\n                            \"matchIndicator\": \"High\"\n                        }\n                    ],\n                    \"maids\": [\n                        {\n                            \"maid\": \"7288E675-5210-4E48-BB02-2A718005FDC3\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1585925118,\n                            \"firstSeen\": \"\",\n                            \"matchIndicator\": \"High\"\n                        },\n                        {\n                            \"maid\": \"145D6842-D105-4645-A52F-C654D0041D30\",\n                            \"maidType\": \"IDFA\",\n                            \"lastSeen\": 1585872129,\n                            \"firstSeen\": \"\",\n                            \"matchIndicator\": \"High\"\n                        },\n                    ],\n                    \"attributes\": {\n                        \"connexclusters\": null,\n                        \"demographics\": null\n                    }\n                }\n            ]\n        }\n    ]\n}\n"}],"_postman_id":"048050f3-82ca-43b4-9a0e-b3cc79434bcb"}],"id":"5aaabe02-4bc9-462e-ac70-f4181cb9a266","description":"<h3 id=\"authentication\">Authentication</h3>\n<p>Digital Append API provides authentication with username and password passed in POST headers to our API endpoint. Your API login is provided at time of configuration with our sales engineering team, with an email request to the email provided to set your password.</p>","event":[{"listen":"prerequest","script":{"id":"05d6c0e7-6494-46e6-ae12-35302433e4f8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7b865a51-4bb9-4c95-8c4e-dc4a04344373","type":"text/javascript","exec":[""]}}],"_postman_id":"5aaabe02-4bc9-462e-ac70-f4181cb9a266"}],"id":"e3c1a166-28c7-4833-9cab-8c00192ef32d","description":"<p>Digital Appends, activation of your CRM or CDP data has never been easier. We use secure synthetic keys in place of consumer information to append hashed emails or MAIDs. Our robust database of MAIDs/hashed email (MD5, SHA1 and SHA256) will power your omnichannel marketing, improve onboarding, and enable you to resolve digital consumer identities and reach your maximum audience while keeping consumers’ PII secure. This privacy-compliant process eliminates the transmission of PII data while allowing for consumer identification in a consistent and safe way.</p>\n","event":[{"listen":"prerequest","script":{"id":"c72b61c1-30ad-4e52-b478-addd80a9330d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9c145d9f-aa4c-4afe-a878-b0e562c45461","type":"text/javascript","exec":[""]}}],"_postman_id":"e3c1a166-28c7-4833-9cab-8c00192ef32d"},{"name":"Digital Keying","item":[{"name":"Input Message Body","item":[],"id":"fbf9379f-7561-4e60-a2e3-f2a2f115c625","description":"<p>Request body should be formatted in JSON. The Digital Keying accepts at a minimum a Maid or an MD5 or a Sha1 or a Sha256 or a combination of any of the values.\n</p>\n\n<h2 id=\"input\">Input</h2>\n<table>\n <tr>\n  <th>Field</th>\n  <th>Required</th>\n  <th>Description</th>\n </tr>\n\n <tr>\n  <td>maid</td>\n  <td>required</td>\n  <td>Mobile Advertising IDS. We support two types of MAIDs: Apple's Advertising Identifier (IDFA) or Android's Advertising ID (AdID).</td>\n  </tr>\n\n <tr>\n  <td>md5</td>\n  <td>required</td>\n  <td>Cryptographic Hash Algorithm</td>\n </tr>\n\n <tr>\n  <td>sha1</td>\n  <td>required</td>\n  <td>Cryptographic Hash Algorithm</td>\n </tr>\n\n <tr>\n  <td>sha2</td>\n  <td>required</td>\n  <td>Cryptographic Hash Algorithm</td>\n </tr>\n\n <tr>\n\n </tr><tr>\n  <td>ip</td>\n  <td>required</td>\n  <td>IP Address</td>\n </tr>\n\n <tr>\n\n</tr></table>","event":[{"listen":"prerequest","script":{"id":"6dd5026f-8441-431c-8c92-d435acbf279b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fa71daf9-1252-44cc-91b9-e18e67cdbfc8","type":"text/javascript","exec":[""]}}],"_postman_id":"fbf9379f-7561-4e60-a2e3-f2a2f115c625"},{"name":"Output","item":[],"id":"264f1c6b-7181-4fb5-bc21-3085ec7f91bf","description":"<p> The API will return Persistent ID and HouseHold ID. \n</p>\n\n<table>\n  <tr>\n     <td> <b> Output Field </b></td>\n     <td> <b> Description </b></td>\n     <td> <b> Returned Values </b></td>\n   </tr> \n\n<tr>\n  <td> persistentId </td> \n  <td> Synthetic PID, Unique individual. Encrypted value\n </td> \n  <td> String Value 32 characters max\n </td> \n</tr> \n\n<tr>\n  <td> householdId </td> \n  <td> Synthetic Household ID, Unique address + Last Name. Encrypted value </td> \n  <td> String Value 100 characters max\n  </td> \n </tr> \n<tr>\n</tr></table>\n","_postman_id":"264f1c6b-7181-4fb5-bc21-3085ec7f91bf"},{"name":"RESTful JSON API","item":[{"name":"Digital Keying API","id":"b254c389-a7fd-4fbc-8565-ad40695bc9bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{username}","type":"text"},{"key":"password","value":"{password}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"maid\":\"a7d8a7c1-ffdb-4730-921c-6063fdcfbd20\"\r\n    \"hash\":{\r\n\t\t\t\"md5\":\"639506DC30D9FE8544BC3132895164B6\",\r\n\t\t\t\"sha1\":\"F1A5F380C580FA87B06805A2D4E14FC1E7B360C5\",\r\n\t\t\t\"sha2\":\"097EEFD373C835176E81DE1863BD309CDC3E08DFC6CF5AECD1D24E260BEDD183\"\r\n\t\t\t},\r\n}"},"url":"https://hermes-api.prod.infutor.com/digitalkeying","urlObject":{"protocol":"https","path":["digitalkeying"],"host":["hermes-api","prod","infutor","com"],"query":[],"variable":[]}},"response":[{"id":"a4c06c06-f9b3-489f-9a2a-c109b075f1e9","name":"Digital Keying API","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"maid\":\"a7d8a7c1-ffdb-4730-921c-6063fdcfbd20\"\r\n    \"hash\":{\r\n\t\t\t\"md5\":\"639506DC30D9FE8544BC3132895164B6\",\r\n\t\t\t\"sha1\":\"F1A5F380C580FA87B06805A2D4E14FC1E7B360C5\",\r\n\t\t\t\"sha2\":\"097EEFD373C835176E81DE1863BD309CDC3E08DFC6CF5AECD1D24E260BEDD183\"\r\n\t\t\t},\r\n}"},"url":"https://hermes-api.prod.infutor.com/digitalkeying"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"inputCount\": 1,\r\n    \"output\": [\r\n        {\r\n            \"code\": 0,\r\n            \"message\": \"Successful match.\",\r\n            \"results\": {\r\n                    \"persistentId\": \r\n                       \"E48A65F695539ED9F3E63DEF44F7EFDA\"\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"b254c389-a7fd-4fbc-8565-ad40695bc9bd"}],"id":"c78a573f-dfeb-4ed4-903f-5c95cf3bce50","description":"<h3 id=\"authentication\">Authentication</h3>\n<p>Digital Keying API provides authentication with username and password passed in POST headers to our API endpoint. Your API login is provided at time of configuration with our sales engineering team, with an email request to the email provided to set your password.</p>","_postman_id":"c78a573f-dfeb-4ed4-903f-5c95cf3bce50"}],"id":"1398f4de-f4b4-4231-b03f-dbc40a8c47d7","description":"<p>Digital Keying accepts digital identity markers such as Hashed EMails (MD5, SHA1, or SHA256 encrypted), Mobile Advertising ID's (MAIDs) and IP address, and appends secure synthetic keys. These keys can then be used to link data within datasets and across other Infutor keyed datasets, thus, keeping consumers' PII secure and private.</p>\n","event":[{"listen":"prerequest","script":{"id":"78cc7d9b-bea8-489b-8f86-1e5b4f272e45","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1f527c10-ad77-47a4-a7db-560c05bab94d","type":"text/javascript","exec":[""]}}],"_postman_id":"1398f4de-f4b4-4231-b03f-dbc40a8c47d7"},{"name":"Identity Keying","item":[{"name":"Input Message","item":[],"id":"c88fa360-fad7-4070-91d2-85fb0b0797a6","description":"<p>Request body should be formatted in JSON. The Identity Keying API accepts five different combinations as input:\n</p>\n\n<h2 id=\"combination-1\">Combination 1</h2>\n<table>\n\n<td><b>Field</b></td>\n<td><b>Required</b></td>\n<td><b>Description</b></td>\n\n<tr>\n<td>addr1</td>\n<td>Required</td>\n<td>Address line 1 (example: 1234 N Main St SW Apt 3), 60 characters max</td>\n</tr>\n<tr>\n<td>addr2</td>\n<td>Optional</td>\n<td>Address line 2, 60 characters max (not required since full address can be entered as Address1)</td>\n</tr>\n<tr>\n<td>city+state OR zip</td>\n<td>Required</td>\n<td>City name, 28 characters max, State 2 character state abbreviation or Zip5 5 digit numeric USPS zip code.  Zip code may be the 5 numeric code or 9 digit code with hyphens accepted.</td>\n</tr>\n<tr>\n<td>fname</td>\n<td>Optional</td>\n<td>First Name of Individual</td>\n</tr>\n<tr>\n<td>lname</td>\n<td>Optional</td>\n<td>Last Name of Individual</td>\n</tr>\n</table>\n\n\n<p>For Optional Inputs, either do not include parameters, or include them as empty strings (not nulls). Example included in RESTful JSON Api.</p>\n<h2 id=\"combination-2\">Combination 2</h2>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Required</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Required</td>\n<td>10 Digit Telephone number</td>\n</tr>\n<tr>\n<td>fname</td>\n<td>Required</td>\n<td>First Name of Individual</td>\n</tr>\n<tr>\n<td>lname</td>\n<td>Required</td>\n<td>Last Name of Individual</td>\n</tr>\n</table>\n\n<h2 id=\"combination-3\">Combination 3</h2>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Required</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>email</td>\n<td>Required</td>\n<td>Email Address</td>\n</tr>\n<tr>\n<td>fname</td>\n<td>Required</td>\n<td>First Name of Individual</td>\n</tr>\n<tr>\n<td>lname</td>\n<td>Required</td>\n<td>Last Name of Individual</td>\n</tr>\n</table>\n\n<h2 id=\"combination-4\">Combination 4</h2>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Required</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>email</td>\n<td>Required</td>\n<td>Email Address</td>\n</tr>\n</table>\n\n<h2 id=\"combination-5\">Combination 5</h2>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Required</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Required</td>\n<td>10 Digit Telephone number</td>\n</tr>\n</table>\n\n\n<p>**For best results, it is highly recommended that clients send both consumer name and postal address.</p>","event":[{"listen":"prerequest","script":{"id":"b5b1e8a3-ad8d-407f-82ab-46d607dd169c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e7ac879a-dc18-4134-bc49-ad5dc6f58a51","type":"text/javascript","exec":[""]}}],"_postman_id":"c88fa360-fad7-4070-91d2-85fb0b0797a6"},{"name":"Output","item":[],"id":"816bbcba-8520-4a88-b3e6-8272ff26cc0b","description":"<p> The API will return Persistent ID, HouseHold ID and Match Level. \n</p>\n\n<table>\n  <tr>\n    <th>Output Field</th>\n    <th>Description</th>\n    <th>Returned Values</th>\n   </tr> \n\n<tr>\n  <td> persistentId </td> \n  <td> Synthetic PID, Unique individual. Encrypted value\n </td> \n  <td> String Value 32 characters max\n </td> \n</tr> \n\n<tr>\n  <td> householdId </td> \n  <td> Synthetic Household ID, Unique address + Last Name. Encrypted value </td> \n  <td> String Value 100 characters max\n  </td> \n </tr> \n\n<tr>\n  <td> matchLevel</td> \n  <td> Match Score\n1 - indicates a match at the individual level\n2 - indicates a match at the houshold level\n3 - indicates a lower level match\n4 - indicates a match to a single identity marker where multiple markers were provided </td> \n  <td> Numeric Value 1 character</td> \n </tr> \n  \n <tr>\n\n</tr></table>","event":[{"listen":"prerequest","script":{"id":"b793806e-fb16-4796-bef3-0070dd268a2d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f1350113-8f14-4158-8f1a-b860f3b73fb2","type":"text/javascript","exec":[""]}}],"_postman_id":"816bbcba-8520-4a88-b3e6-8272ff26cc0b"},{"name":"RESTful JSON API","item":[{"name":"Identity Keying API","id":"be124f92-978c-437e-9ede-07b64bed524a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\t\"fname\":\"JOHN\",\r\n\t\"lname\":\"SMITH\",\r\n\t\"addr1\":\"123 MAIN STREET\",\r\n\t\"city\":\"ORLANDO\",\r\n\t\"state\":\"FL\",\r\n\t\"zip\":\"60601\",\r\n\t\"email\":\"JOHNSMITH@DOAMIN.COM\",\r\n\t\"phone\":\"5555057943\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/idkeying","urlObject":{"protocol":"https","path":["idkeying"],"host":["hermes-api","prod","infutor","com"],"query":[],"variable":[]}},"response":[{"id":"d99a22ef-4474-4936-a847-1139aa8ae2f2","name":"Identity Keying API","originalRequest":{"method":"POST","header":[{"key":"username","value":"{username}","type":"text"},{"key":"password","value":"{password}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\t\"fname\":\"JOHN\",\r\n\t\"lname\":\"SMITH\",\r\n\t\"addr1\":\"123 MAIN STREET\",\r\n\t\"city\":\"ORLANDO\",\r\n\t\"state\":\"FL\",\r\n\t\"zip\":\"60601\",\r\n\t\"email\":\"JOHNSMITH@DOAMIN.COM\",\r\n\t\"phone\":\"5555057943\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://hermes-api.prod.infutor.com/idkeying"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8008"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 11 Dec 2019 18:39:06 GMT"},{"key":"x-amzn-RequestId","value":"31bfd508-cecf-4e4e-b96b-d649c75e834b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"EjWnfFyxiYcF7Ww="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5df137c9-2bfcb043153cf6f3cf0c4f97;Sampled=1"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 dce51d45ef5ad8611b405be0de5fb2da.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MIA3-C3"},{"key":"X-Amz-Cf-Id","value":"DeBY_Qm9wCFT35u34vaGgz8ru8e6D3TO3n1G-8ufrVWsbxGpY3Valg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"inputCount\": 1,\n    \"output\": [\n        {\n            \"code\": 0,\n            \"message\": \"Successful match.\",\n            \"results\": [\n                {\n                    \"matchLevel\": 1,\n                    \"persistentId\": \"5G5UY4EA17CDEA843C656D5960A154B3\",\n                    \"householdId\": \"4FE38D7FCD8DF3DA526CAB78062FA087134EBEF6B871AD14E5D3EAFB2595864A4BA40918B13EE54852CB2BDDD8G5H2D6R\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"be124f92-978c-437e-9ede-07b64bed524a"}],"id":"69b47419-9956-4448-9853-508e2a5c27ce","description":"<h3 id=\"authentication\">Authentication</h3>\n<p>Identity Keying API provides authentication with username and password passed in POST headers to our API endpoint. Your API login is provided at time of configuration with our sales engineering team, with an email request to the email provided to set your password.</p>","event":[{"listen":"prerequest","script":{"id":"6a96f394-3260-4385-847b-6b065ada1c53","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"72784960-ddec-4d52-96dd-18489c5f2b50","type":"text/javascript","exec":[""]}}],"_postman_id":"69b47419-9956-4448-9853-508e2a5c27ce"}],"id":"33dc20b1-a7b5-4314-a865-0216fe69aa37","description":"<p>Identity Keying accepts offline identity markers such as Name, Physical Address, Phone and Email Address and  appends secure synthetic keys. These keys can then be used to link data within datasets and across other Infutor keyed datasets.  These keys are unique to each client and provide data security and privacy.</p>\n","event":[{"listen":"prerequest","script":{"id":"01ee2127-5373-46d1-a7a8-997e4c64aa5f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e33e3166-7403-4668-bdf6-99958ce3d0d0","type":"text/javascript","exec":[""]}}],"_postman_id":"33dc20b1-a7b5-4314-a865-0216fe69aa37"}],"id":"f517cbc6-6c9b-4691-8d5e-68dd0ab82bfb","event":[{"listen":"prerequest","script":{"id":"8f760104-00e5-4334-b82c-cee45bdc8e3f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"08aeed5a-28e9-421f-8a55-5297c6fa12cd","type":"text/javascript","exec":[""]}}],"_postman_id":"f517cbc6-6c9b-4691-8d5e-68dd0ab82bfb","description":""},{"name":"Identities","item":[{"name":"ID Max","item":[{"name":"Minimum Required Fields","item":[],"id":"875f7443-bcbb-4105-9a20-5a816fde737d","description":"<p>For Identity append/completion and additional contact information, ID Max requires a phone number, email or name and address input.</p>\n\n<p>At a minimum, one of the following input combinations is required for processing:</p>\n\n<ul><li><div>Phone</div></li><li><div>Phone2</div></li><li><div>Email</div></li><li><div>FName + LName</div></li><li><div>FullName</div></li><li><div>Address1 + Zip</div></li><li><div>Address1 + City + State</div></li></ul>","event":[{"listen":"prerequest","script":{"id":"6a87679d-239d-4a26-aefc-0cf94f646185","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5afa1069-bf63-456e-a636-314d728685e3","type":"text/javascript","exec":[""]}}],"_postman_id":"875f7443-bcbb-4105-9a20-5a816fde737d"},{"name":"RESTful JSON API","item":[{"name":"ID Max (Successful Request) (JSON)","id":"5134f7c6-7e5e-4340-ba5e-3f7364bec974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.yourdatadelivery.com/service/rest/IDCompleteBase?Login=username&Password=password&FullName=randomFullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","description":"<p>ID Max is a real-time solution that resolves fractional consumer identities to enable the most effective inbound and outbound marketing initiatives. ID Max receives partial or complete consumer contact information as input and returns completed identity information (name, address, up to three phone numbers and up to three emails) resulting in improved form conversion rates, lead quality and lead attribution.</p>","urlObject":{"protocol":"https","path":["service","rest","IDCompleteBase"],"host":["api","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account username (Required)</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account password (Required)</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full individual Name </p>\n","type":"text/plain"},"key":"FullName","value":"randomFullName"},{"description":{"content":"<p>First name, 15 characters max </p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max. </p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max. </p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. </p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. </p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses) </p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses) </p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max </p>\n","type":"text/plain"},"key":"Email","value":"Email"}],"variable":[]}},"response":[{"id":"588d592e-dd08-4c5e-af5b-5aa2f319eb73","name":"ID Max (Successful Request) (JSON)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.yourdatadelivery.com/service/rest/IDCompleteBase?Login=username&Password=password&FullName=randomFullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&PAAMATCH=TRUE","protocol":"https","host":["api","yourdatadelivery","com"],"path":["service","rest","IDCompleteBase"],"query":[{"key":"Login","value":"username"},{"key":"Password","value":"password"},{"key":"FullName","value":"randomFullName"},{"key":"FName","value":"FName"},{"key":"LName","value":"LName"},{"key":"Address1","value":"Address1"},{"key":"Address2","value":"Address2"},{"key":"City","value":"City"},{"key":"State","value":"State"},{"key":"Zip","value":"Zip"},{"key":"Phone","value":"Phone"},{"key":"Phone2","value":"Phone2"},{"key":"Email","value":"Email"},{"key":"PAAMATCH","value":"TRUE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"1242"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 07 Aug 2019 20:05:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": \" \",\n    \"ResponseMsg\": \"Successful\",\n    \"Detail\": {\n        \"__type\": \"IDCompleteBaseResult:https://api.yourdatadelivery.com/service\",\n        \"Identity\": {\n            \"Name\": {\n                \"FName\": \"JOHN\",\n                \"LName\": \"SMITH\",\n                \"MName\": \"\",\n                \"BusName\": \"\"\n            },\n            \"NameAlias1\": {\n                \"Prefix\": \"\",\n                \"FName\": \"JONNATHAN\",\n                \"LName\": \"SMITH\",\n                \"MName\": \"W\",\n                \"Suffix\": \"\"\n            },\n            \"NameAlias2\": {\n                \"Prefix\": \"\",\n                \"FName\": \"JOHNNIE\",\n                \"LName\": \"SMITH\",\n                \"MName\": \"\",\n                \"Suffix\": \"JR\"\n            },\n            \"NameAlias3\": {\n                \"Prefix\": \"\",\n                \"FName\": \"WILLIAM\",\n                \"LName\": \"SMITH\",\n                \"MName\": \"\",\n                \"Suffix\": \"JR\"\n            },\n            \"Address\": {\n                \"House\": \"123\",\n                \"PreDir\": \"E\",\n                \"Street\": \"MAIN\",\n                \"StrType\": \"ST\",\n                \"PostDir\": \"\",\n                \"AptType\": \"APT\",\n                \"AptNbr\": \"10\",\n                \"City\": \"CHICAGO\",\n                \"State\": \"IL\",\n                \"Zip\": \"60601\",\n                \"Z4\": \"1107\",\n                \"DPC\": \"224\",\n                \"CRTE\": \"C018\",\n                \"CNTY\": \"\",\n                \"Z4Type\": \"S\",\n                \"DPV\": \"Y\",\n                \"Deliverable\": \"Y\",\n                \"ValDate\": \"201808\"\n            },\n            \"PreviousAddress1\": {\n                \"House\": \"456\",\n                \"PreDir\": \"\",\n                \"Street\": \"MICHIGAN\",\n                \"StrType\": \"AVE\",\n                \"PostDir\": \"\",\n                \"AptType\": \"\",\n                \"AptNbr\": \"\",\n                \"City\": \"CHICAGO\",\n                \"State\": \"IL\",\n                \"Zip\": \"60601\",\n                \"Z4\": \"1107\",\n                \"DPC\": \"224\",\n                \"CRTE\": \"C018\",\n                \"DPV\": \"Y\"\n            },\n            \"PreviousAddress2\": {\n                \"House\": \"789\",\n                \"PreDir\": \"N\",\n                \"Street\": \"GENERAL\",\n                \"StrType\": \"DR\",\n                \"PostDir\": \"\",\n                \"AptType\": \"\",\n                \"AptNbr\": \"\",\n                \"City\": \"INDIANAPOLIS\",\n                \"State\": \"IN\",\n                \"Zip\": \"46229\",\n                \"Z4\": \"2192\",\n                \"DPC\": \"418\",\n                \"CRTE\": \"C003\",\n                \"DPV\": \"Y\"\n            },\n            \"PreviousAddress3\": {\n                \"House\": \"147\",\n                \"PreDir\": \"\",\n                \"Street\": \"MAIN\",\n                \"StrType\": \"PL\",\n                \"PostDir\": \"\",\n                \"AptType\": \"\",\n                \"AptNbr\": \"\",\n                \"City\": \"INDIANAPOLIS\",\n                \"State\": \"IN\",\n                \"Zip\": \"46229\",\n                \"Z4\": \"4113\",\n                \"DPC\": \"251\",\n                \"CRTE\": \"C003\",\n                \"DPV\": \"Y\"\n            },\n            \"Phones\": {\n                \"Phone\": {\n                    \"Phone\": \"1234567890\",\n                    \"PhoneType\": \"W\",\n                    \"DID\": \"\",\n                    \"RecType\": \"R\",\n                    \"IDate\": \"20080221\",\n                    \"ODate\": \"20090601\",\n                    \"TelcoName\": \"TELEPHONE COMPANY 1\",\n                    \"Category\": \"I\"\n                },\n                \"Phone2\": {\n                    \"Phone\": \"9876543210\",\n                    \"PhoneType\": \"L\",\n                    \"DID\": \"\",\n                    \"RecType\": \"R\",\n                    \"IDate\": \"20180111\",\n                    \"ODate\": \"20180111\",\n                    \"TelcoName\": \"TELEPHONE COMPANY 2\",\n                    \"Category\": \"I\"\n                },\n                \"Phone3\": {\n                    \"Phone\": \"1234569870\",\n                    \"PhoneType\": \"V\",\n                    \"DID\": \"\",\n                    \"RecType\": \"R\",\n                    \"IDate\": \"20180112\",\n                    \"ODate\": \"20180112\",\n                    \"TelcoName\": \"TELEPHONE COMPANY 3\",\n                    \"Category\": \"H\"\n                }\n            },\n            \"Emails\": {\n                \"Email\": {\n                    \"Email\": \"JSMITH@EMAIL.com\",\n                    \"Suppression\": \"N\",\n                    \"Category\": \"I\",\n                    \"Url\": \"MYDOMAIN.COM\",\n                    \"ODate\": \"20171129\",\n                    \"Sha2\": \"F5709E36F630621B3277F262C58262E83BB18B969CF87C898BA76B45D5F7C3AB\",\n\t\t\t\t\t\"Sha1\": \"E8C33707A5C4A5C4DA935B1ED6B02F3BB8B46AD7\",\n\t\t\t\t\t\"MD5\": \"A6147361910ABBAA4299B2C368DB4766\"\n                },\n                \"Email2\": {\n                    \"Email\": \"JOHNS@EMAIL.com\",\n                    \"Suppression\": \"N\",\n                    \"Category\": \"I\",\n                    \"Url\": \"DOMAIN.NET\",\n                    \"ODate\": \"20110215\",\n                    \"Sha2\": \"8A4A794CEC9D653F4E6C3280F8C6FFF3031AEA11D4059AE5EA708ECA2D93BC0F\",\n\t\t\t\t\t\"Sha1\": \"00D9190243F3C5419662F9512F69636E2560500A\",\n\t\t\t\t\t\"MD5\": \"4F6D63B91B5BA8436A154FA59AF2AA1F\"\n                },\n                \"Email3\": {\n                    \"Email\": \"JOSMITH@EMAIL.COM\",\n                    \"Suppression\": \"N\",\n                    \"Category\": \"I\",\n                    \"Url\": \"DOMAIN.COM\",\n                    \"ODate\": \"20170101\",\n                    \"Sha2\": \"4A801A1EFB8748A691E75B096AA3C09704FD7AF038F1B1D4DE48203E15ADA6AC\",\n\t\t\t\t\t\"Sha1\": \"981686F5D433FE8B57D1FBAEE63DA6EDCA16476E\",\n\t\t\t\t\t\"MD5\": \"23E1474E3425ECCA21AE763345EA261D\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"5134f7c6-7e5e-4340-ba5e-3f7364bec974"}],"id":"a6c69ce8-ebd4-413b-9428-ea242692d4fe","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"a6c69ce8-ebd4-413b-9428-ea242692d4fe","description":""},{"name":"RESTful XML API","item":[{"name":"ID Max (Successful Request) (XML)","id":"9c0d72f1-64ac-4f28-a63a-a757212abfb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://xml.yourdatadelivery.com/IDCompleteBase?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","description":"<p>ID Max is a real-time solution that resolves fractional consumer identities to enable the most effective inbound and outbound marketing initiatives. ID Max receives partial or complete consumer contact information as input and returns completed identity information (name, address, up to three phone numbers and up to three emails) resulting in improved form conversion rates, lead quality and lead attribution.</p>","urlObject":{"protocol":"https","path":["IDCompleteBase"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account username (Required)</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account password (Required)</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full individual Name </p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First name, 15 characters max </p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max. </p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max. </p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. </p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. </p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses) </p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses) </p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max </p>\n","type":"text/plain"},"key":"Email","value":"Email"},{"disabled":true,"key":"uselayout","value":"default"}],"variable":[]}},"response":[{"id":"d1dbd5f3-7f3d-46b4-a612-19637785fc2d","name":"ID Max (Successful Request) (XML)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://xml.yourdatadelivery.com/IDCompleteBase?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDCompleteBase"],"query":[{"key":"Login","value":"username","description":"Account username (Required)"},{"key":"Password","value":"password","description":"Account password (Required)"},{"key":"FullName","value":"FullName","description":"Full individual Name "},{"key":"FName","value":"FName","description":"First name, 15 characters max "},{"key":"LName","value":"LName","description":"Last name, 20 characters max. "},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max. "},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. "},{"key":"State","value":"State","description":"2 character state abbreviation. "},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code"},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses) "},{"key":"Phone2","value":"Phone2","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses) "},{"key":"Email","value":"Email","description":"Email address, 100 characters max "}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"3027"},{"key":"Content-Type","value":"application/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 23 Aug 2019 22:04:09 GMT"}],"cookie":[],"responseTime":null,"body":"<xml xmlns=\"https://xml.yourdatadelivery.com\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    <Response>\n        <Detail transaction=\"IDCompleteBase\" xmlns=\"\">\n            <Identity>\n                <Name>\n                    <FName>JOHN</FName>\n                    <LName>SMITH</LName>\n                    <MName></MName>\n                    <BusName></BusName>\n                </Name>\n                <NameAlias1>\n                    <Prefix></Prefix>\n                    <FName>JON</FName>\n                    <MName>W</MName>\n                    <LName>SMITH</LName>\n                    <Suffix></Suffix>\n                </NameAlias1>\n                <NameAlias2>\n                    <Prefix></Prefix>\n                    <FName>JONATHAN</FName>\n                    <MName/>\n                    <LName>SMITH</LName>\n                    <Suffix></Suffix>\n                </NameAlias2>\n                <NameAlias3>\n                    <Prefix></Prefix>\n                    <FName>JONNIE</FName>\n                    <MName>W</MName>\n                    <LName>SMITH</LName>\n                    <Suffix></Suffix>\n                </NameAlias3>\n                <Address>\n                    <House>123</House>\n                    <PreDir>E</PreDir>\n                    <Street>MAIN</Street>\n                    <StrType>ST</StrType>\n                    <PostDir></PostDir>\n                    <AptType></AptType>\n                    <AptNbr></AptNbr>\n                    <City>CHICAGO</City>\n                    <State>IL</State>\n                    <Zip>60601</Zip>\n                    <Z4>1107</Z4>\n                    <DPC>224</DPC>\n                    <CRTE>C018</CRTE>\n                    <CNTY></CNTY>\n                    <Z4Type>S</Z4Type>\n                    <DPV>Y</DPV>\n                    <Deliverable>Y</Deliverable>\n                    <ValDate>201808</ValDate>\n                </Address>\n                <PreviousAddress1>\n                    <House>456</House>\n                    <PreDir>N</PreDir>\n                    <Street>MAIN</Street>\n                    <StrType>ST</StrType>\n                    <PostDir></PostDir>\n                    <AptType></AptType>\n                    <AptNbr></AptNbr>\n                    <City>CHICAGO</City>\n                    <State>IL</State>\n                    <Zip>60601</Zip>\n                    <Z4>1107</Z4>\n                    <DPC>224</DPC>\n                    <CRTE>C018</CRTE>\n                    <DPV>Y</DPV>\n                </PreviousAddress1>\n                <PreviousAddress2>\n                    <House>10141</House>\n                    <PreDir></PreDir>\n                    <Street>PARK STREAM</Street>\n                    <StrType>DR</StrType>\n                    <PostDir></PostDir>\n                    <AptType></AptType>\n                    <AptNbr></AptNbr>\n                    <City>INDIANAPOLIS</City>\n                    <State>IN</State>\n                    <Zip>46229</Zip>\n                    <Z4>2192</Z4>\n                    <DPC>418</DPC>\n                    <CRTE>C003</CRTE>\n                    <DPV>Y</DPV>\n                </PreviousAddress2>\n                <PreviousAddress3>\n                    <House>111</House>\n                    <PreDir>S</PreDir>\n                    <Street>2ND</Street>\n                    <StrType>AVE</StrType>\n                    <PostDir></PostDir>\n                    <AptType>APT</AptType>\n                    <AptNbr>1A</AptNbr>\n                    <City>INDIANAPOLIS</City>\n                    <State>IN</State>\n                    <Zip>46229</Zip>\n                    <Z4>4113</Z4>\n                    <DPC>251</DPC>\n                    <CRTE>C003</CRTE>\n                    <DPV>Y</DPV>\n                </PreviousAddress3>\n                <Phones>\n                    <Phone>\n                        <Phone>1234567890</Phone>\n                        <PhoneType>W</PhoneType>\n                        <DID/>\n                        <RecType>R</RecType>\n                        <IDate>20080221</IDate>\n                        <ODate>20090601</ODate>\n                        <TelcoName>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - IN</TelcoName>\n                        <Category>I</Category>\n                    </Phone>\n                    <Phone2>\n                        <Phone>9876543210</Phone>\n                        <PhoneType>L</PhoneType>\n                        <DID/>\n                        <RecType>r</RecType>\n                        <IDate>20080328</IDate>\n                        <ODate>20110909</ODate>\n                        <TelcoName>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - CA</TelcoName>\n                        <Category>I</Category>\n                    </Phone2>\n                    <Phone3>\n                        <Phone>9876543210</Phone>\n                        <PhoneType>V</PhoneType>\n                        <DID/>\n                        <RecType>R</RecType>\n                        <IDate>20080328</IDate>\n                        <ODate>20110909</ODate>\n                        <TelcoName>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - CA</TelcoName>\n                        <Category>H</Category>\n                    </Phone3>\n                </Phones>\n                <Emails>\n                    <Email>\n                        <Email>jsmith@gmail.com</Email>\n                        <Suppression>N</Suppression>\n                        <Category>I</Category>\n                        <Url>MYWEBSITE.COM</Url>\n                        <ODate>20170228</ODate>\n                        <Sha2>8A4A794CEC9D653F4E6C3280F8C6FFF3031AEA11D4059AE5EA708ECA2D93BC0F</Sha2>\n\t\t\t\t\t\t<Sha1> E8C33707A5C4A5C4DA935B1ED6B02F3BB8B46AD7</Sha1>\n\t\t\t\t\t\t<MD5>4F6D63B91B5BA8436A154FA59AF2AA1F</MD5>\n                    </Email>\n                    <Email2>\n                        <Email>johnsmith@hotmail.com</Email>\n\t\t\t\t\t\t<Suppression>N</Suppression>\n\t\t\t\t\t\t<Category>I</Category>\n\t\t\t\t\t\t<Url>MYWEBSITE.COM</Url>\n\t\t\t\t\t\t<ODate>20170228</ODate>\n\t\t\t\t\t\t<Sha2>4A801A1EFB8748A691E75B096AA3C09704FD7AF038F1B1D4DE48203E15ADA6AC</Sha2>\n\t\t\t\t\t\t<Sha1>981686F5D433FE8B57D1FBAEE63DA6EDCA16476E</Sha1>\n\t\t\t\t\t\t<MD5>A6147361910ABBAA4299B2C368DB4766</MD5>\n                    </Email2>\n                    <Email3>\n                        <Email>jsmith123@yahoo.com</Email>\n\t\t\t\t\t\t<Suppression>N</Suppression>\n\t\t\t\t\t\t<Category>I</Category>\n\t\t\t\t\t\t<Url>MYWEBSITE.COM</Url>\n\t\t\t\t\t\t<ODate>20170228</ODate>\n\t\t\t\t\t\t<Sha2>F5709E36F630621B3277F262C58262E83BB18B969CF87C898BA76B45D5F7C3AB</Sha2>\n\t\t\t\t\t\t<Sha1>00D9190243F3C5419662F9512F69636E2560500A</Sha1>\n\t\t\t\t\t\t<MD5>23E1474E3425ECCA21AE763345EA261D</MD5>\n                    </Email3>\n                </Emails>\n            </Identity>\n        </Detail>\n    </Response>\n</xml>"}],"_postman_id":"9c0d72f1-64ac-4f28-a63a-a757212abfb0"}],"id":"a5a9ab85-7b95-4b28-b4f1-c612b1d00c64","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"a5a9ab85-7b95-4b28-b4f1-c612b1d00c64","description":""},{"name":"Output","item":[{"name":"Identity","item":[],"id":"6b816464-5e03-43ed-b65d-331ec496600d","description":"<h3 id=\"name\">Name</h3>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>BusName</td>\n<td>Appended Business Name</td>\n<td>100 Characters</td>\n</tr>\n</table>\n\n<h3 id=\"address\">Address</h3>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc.</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name.</td>\n<td>28 characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc.</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc.</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc.</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary Unit number: Apt #, Suite #, etc.</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name.</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS State abbreviation.</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS Zip Code.</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS Zip+4.</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery Point Code with check digit.</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route.</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>CNTY</td>\n<td>Appended FIPS County Code.</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>Z4Type</td>\n<td>Appended USPS Zip+4 type\nF – Firm or company address\nG – General delivery address\nH – High-rise or business complex\nP – PO Box address\nR – Rural Route address\nS – Street or Residential address\nBlank - Unknown\n</td>\n<td>F, G, H, P, R, S</td>\n</tr>\n<tr>\n<td>DPV</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both Primary and (if present) Secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n<tr>\n<td>Deliverable</td>\n<td>Appended Deliverable flag</td>\n<td>Y, N, or Blank</td>\n</tr>\n<tr>\n<td>ValDate</td>\n<td>Appended Last address validation date </td>\n<td>YYYYMMDD or YYYYMM, depending on availability.</td>\n</tr>\n</table>\n\n<p><b>Note: </b>To support customers needing to profile and segment consumers without identity/PII disclosure, the product's default setting is to not output the identity (other than additional hashed emails) when hashed email (MD5, SHA1, or SHA2) are the only input. Infutor can enable disclosure of identity/PII from hashed emails upon request.</p>","event":[{"listen":"prerequest","script":{"id":"f0dfdb44-0849-48fa-bdb1-51faeff86143","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3f1204e0-4f71-4635-8934-a879d62e26e8","type":"text/javascript","exec":[""]}}],"_postman_id":"6b816464-5e03-43ed-b65d-331ec496600d"},{"name":"Name Aliases and Previous Addresses","item":[],"id":"3c4f710e-620e-41a1-af3f-bbd1e4131c2c","description":"<p>Up to 3 name aliases and previous addresses for the returned identity.</p>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>Prefix</td>\n<td>Appended Alias Name Prefix</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>Appended Alias Name Suffix</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc.</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc.</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc.</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc.</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary Unit number: Apt #, Suite #, etc.</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS State abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS Zip Code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS Zip+4</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery Point Code with check digit</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>DPV</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both primary and (if present) secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n</table>\n\n<p><b>This section will be visible only when parameter “paamatch” is set to “true”</b></p>","event":[{"listen":"prerequest","script":{"id":"7e910efa-8582-4026-9023-ae4d47d0cfd9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d726a7d6-819e-431f-a506-4352dcc88620","type":"text/javascript","exec":[""]}}],"_postman_id":"3c4f710e-620e-41a1-af3f-bbd1e4131c2c"},{"name":"Additional Contact Information","item":[],"id":"b0a42101-1ab8-4031-8be2-00636219692e","description":"<p>Up to 3 phone numbers and emails.</p>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Appended Phone (up to 3 additional Phone numbers)</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>PhoneType</td>\n<td>Appended Phone Type (up to 3, one for each appended phone number)\nL – Landline\nV - VoIP\nW – Wireless\nO - Other\n</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>DID</td>\n<td>Direct Inward Dial Number</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>RecType</td>\n<td>Appended Record Type\nR – Residential\nB – Business\nP – Payphone\nU - Unknown\n</td>\n<td>R, B, P, U</td>\n</tr>\n<tr>\n<td>IDate</td>\n<td>Date phone record was first received</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Date phone record was last received as connected</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>TelcoName</td>\n<td>Name of original telephone company provider</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Appended Matched Category (up to 3, one for each appended phone number)\nI – Individual\nH – Household\nA – Address\nZ – Name/Zip\n</td>\n<td>I, H, A, Z</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Appended Email (up to 3 additional Emails)</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>Suppression</td>\n<td>Email Suppression Code\nN - Email is Eligible for Deployment\n</td>\n<td>N or blank</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Appended Matched Category (up to 3, one for each appended Email)\nI – Individual\nH – Household\nA – Address\nZ – Name/Zip\n</td>\n<td>I, H, A, Z</td>\n</tr>\n<tr>\n<td>Url</td>\n<td>Appended URL - Indicates the website in which the consumer \"opted-in\" to receive marketing emails</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Appended Email Last Seen Date</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>SHA2</td>\n<td>Appended Hash Email in a SHA2 encryption – Will be returned when SHA2 is the input</td>\n<td>64 Characters</td>\n</tr>\n<tr>\n<td>SHA1</td>\n<td>Appended Hash Email in a SHA1 encryption -- Will be returned when SHA1 is the input</td>\n<td>40 Characters</td>\n</tr>\n<tr>\n<td>MD5</td>\n<td>Appended Hash Email in a MD5 encryption -- Will be returned when MD5 is the input</td>\n<td>32 Characters</td>\n</tr>\n</table>\n\n<p><b>Note: </b>To support customers needing to profile and segment consumers without identity/PII disclosure, the product's default setting is to not output the unencrypted phone number and email (other than additional hashed emails) when hashed email (MD5, SHA1, or SHA2) are the only input. Infutor can enable disclosure of identity/PII from a hashed email upon request.</p>\n\n<p><a href=\"#b6f7b569-75b1-45d0-ba0f-96549547a1cd\">Response Success &amp; Error Codes</a></p>\n","event":[{"listen":"prerequest","script":{"id":"a29eed7c-427b-4cb2-8bdf-9b0c61965519","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ee807f53-10ba-4c86-b720-7641070a2ef9","type":"text/javascript","exec":[""]}}],"_postman_id":"b0a42101-1ab8-4031-8be2-00636219692e"}],"id":"81b7a733-e86b-405d-8629-2c6da4bca525","description":"<p>ID Max returns identity information and additional points of contact in the output. The identity information includes name &amp; address, while the additional points of contact include additional phone numbers and email addresses.</p>","event":[{"listen":"prerequest","script":{"id":"28b06b2f-b758-477b-91ed-dfd8afb3d8a0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7b83dd47-1f90-42e9-beaf-4c6c3206a6ae","type":"text/javascript","exec":[""]}}],"_postman_id":"81b7a733-e86b-405d-8629-2c6da4bca525"}],"id":"3323080d-0f31-4557-8d89-1e9336c0806e","description":"<p>ID Max is a real-time solution that completes fractional consumer information to identify and segment individuals. ID Max provides significant value by returning key consumer information:</p>\n<ul>\n<li><p>ID Max receives partial or complete consumer contact information as input and returns completed identity information (name, address, additional phone numbers, and additional emails).</p></li>\n</ul>","event":[{"listen":"prerequest","script":{"id":"17511d4a-566a-48bf-8040-1b67c4f67668","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b7960866-0be4-424e-b6e5-1ff062675bd3","type":"text/javascript","exec":[""]}}],"_postman_id":"3323080d-0f31-4557-8d89-1e9336c0806e"},{"name":"ID Max Plus","item":[{"name":"Overview","item":[],"id":"ee3d7a23-0339-4118-a214-b22b294696e4","description":"<p>ID Max Plus product is a real-time solution that verifies and completes fractional consumer information to identify, score and segment individuals. ID Max provides significant value by returning key consumer information:</p>\n\n\n<li>ID Max receives partial or complete consumer contact information as input and returns completed identity information (name, address, additional phones, and additional emails).</li>\n<li>After completion of core identity information, ID Max provides a score on a 100 point scale to reflect the level of verification. This score can be used to make a pass/fail decision when verifying a given individual.</li>\n<li>To complete the individual profile, ID Max also provides key consumer attributes (property, demographics, and phone attributes) to drive inbound routing, marketing segmentation, and offer personalization.</li>","event":[{"listen":"prerequest","script":{"id":"ff748d81-9890-42fd-9b2a-744472471777","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"33f297f8-5874-44e8-be4e-66d352fef57c","type":"text/javascript","exec":[""]}}],"_postman_id":"ee3d7a23-0339-4118-a214-b22b294696e4"},{"name":"Inputs","item":[{"name":"Minimum Required Fields","item":[],"id":"5442247c-a839-419d-9c11-c9b964076b30","description":"<p>For Identity append/competition &amp; additional contact information, ID Max requires phone, email or name &amp; address input.</p>\n\n<p>At a minimum, one of the following input combinations is required for processing:</p>\n\n\n<ul>\n<li>Phone</li>\n<li>Phone2</li>\n<li>Email</li>\n<li>FName + LName</li>\n<li>FullName</li>\n<li>Address1 + Zip</li>\n<li>Address1 + City + State</li>\n</ul>","event":[{"listen":"prerequest","script":{"id":"738da53e-2d27-4236-805d-58a7823325bb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"85033e3e-a303-4d2c-8e4f-29d8c3145a0d","type":"text/javascript","exec":[""]}}],"_postman_id":"5442247c-a839-419d-9c11-c9b964076b30"}],"id":"c1a9be01-6964-439f-87ab-7cc20cfb8530","description":"<p>The ID Max Plus product accepts identity data elements including name, address, phone, and email as input. ID Max accepts IP address to flag if a consumer is using a non-US based IP address.</p>\n\n<table>\n<tr>\n<td><b>Input Field</b></td>\n<td><b>Required?</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>Login</td>\n<td>Required</td>\n<td>Account username</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Required</td>\n<td>Account password</td>\n</tr>\n<tr>\n<td>FullName</td>\n<td>Required*</td>\n<td>Full individual Name</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Required*</td>\n<td>First name, 15 characters max</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Required*</td>\n<td>Last name, 20 characters max</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Required*</td>\n<td>Address line 1, 64 characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Optional</td>\n<td>Address line 2, 64 characters max</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Required*</td>\n<td>City name, 28 characters max. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Required*</td>\n<td>2 character state abbreviation. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Required*</td>\n<td>5 digit numeric USPS zip code.  * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Required*</td>\n<td>10 digit numeric phone number (without spaces, dashes, or parentheses)</td>\n</tr>\n<tr>\n<td>Phone2</td>\n<td>Required*</td>\n<td>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Required*</td>\n<td>Email address, 100 characters max</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>Optional</td>\n<td>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format - when IP Address is provided as an Input parameter, the IP attributes will be populated in the API response</td>\n</tr>\n<tr>\n</tr>\n<tr>\n<td>PHV</td>\n<td>Optional</td>\n<td>By default ID Max will match and return high, medium, and low confidence phones. To exclude low confidence phone numbers, send \"PHV=4. To limit the product to returning only high confidence phone numbers, send \"PHV=3\"</td>\n</tr>\n<tr>\n<td>PCOAMatch</td>\n<td>Optional</td>\n<td>PCOAMatch=True, will return a newer address (if available) for the identity.\nPCOAMatch=False, will output the standardized input address if an address is provided.\nDefault value: PCOAMatch=False.\n</td>\n</tr>\n<tr>\n<td>PhoneCategory</td>\n<td>Optional</td>\n<td>Append phones at an individual or household level, PhoneCategory=I (Individual),=H(Household), default is H</td>\n</tr>\n<tr>\n<td>EmailCategory</td>\n<td>Optional</td>\n<td>Append emails at an individual or household level, EmailCategory=I (Individual),=H(Household), default is I</td>\n</tr>\n<tr>\n<td>PaaMatch</td>\n<td>Optional</td>\n<td>PaaMatch=True, provides up to 3 name aliases and previous addresses for the returned identity (if available).\nPaaMatch=False, provides the most current identity name and address. (no historical).\nDefault value: PaaMatch=False\n</td>\n</tr>\n<tr>\n<td>Suppression</td>\n<td>Optional</td>\n<td>Suppress Email records with restrictions, True or False.  Default: Suppression=True</td>\n</tr>\n<tr>\n<td>ProbabilisticFill</td>\n<td>Optional</td>\n<td>ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"36eb4462-cf23-4130-b786-b9f73f1bf075","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0bc7146f-ad5a-46b7-abc5-1428d5b1868b","type":"text/javascript","exec":[""]}}],"_postman_id":"c1a9be01-6964-439f-87ab-7cc20cfb8530"},{"name":"RESTful JSON API ","item":[{"name":"ID Max Plus (Successful Request) (JSON)","id":"3d71f6a0-2f44-4069-91d1-62bd36fb8691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.yourdatadelivery.com/service/rest/IDComplete?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&PHV=PHV&PCOAMatch=PCOAMatch&PhoneCategory=PhoneCategory&EmailCategory=EmailCategory&PaaMatch=PaaMatch&Suppression=Suppression&ProbabilisticFill=ProbabilisticFill&version=1","description":"<p>ID Max is a real-time solution that completes fractional consumer information to identify and segment individuals. ID Max provides significant value by returning key consumer information: ID Max receives partial or complete consumer contact information as input and returns completed identity information (name, address, additional phone numbers and emails).</p>","urlObject":{"protocol":"https","path":["service","rest","IDComplete"],"host":["api","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account username (Required)</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account password (Required)</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First name, 15 characters max</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code.  * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"Email"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"IP"},{"description":{"content":"<p>By default ID Max will match and return high, medium, and low confidence phones. To exclude low confidence phone numbers, send \"PHV=4. To limit the product to returning only high confidence phone numbers, send \"PHV=3\" (Optional) </p>\n","type":"text/plain"},"key":"PHV","value":"PHV"},{"description":{"content":"<p>PCOAMatch=True, will return a newer address (if available) for the identity.\nPCOAMatch=False, will output the standardized input address if an address is provided.\nDefault value: PCOAMatch=False\n(Optional)</p>\n","type":"text/plain"},"key":"PCOAMatch","value":"PCOAMatch"},{"description":{"content":"<p>Append phones at an individual or household level, PhoneCategory=I (Individual),=H(Household), default is H (Optional) </p>\n","type":"text/plain"},"key":"PhoneCategory","value":"PhoneCategory"},{"description":{"content":"<p>Append emails at an individual or household level, EmailCategory=I (Individual),=H(Household), default is I (Optional) </p>\n","type":"text/plain"},"key":"EmailCategory","value":"EmailCategory"},{"description":{"content":"<p>PaaMatch=True, provides up to 3 name aliases and previous addresses for the returned identity (if available).\nPaaMatch=False, provides the most current identity name and address. (no historical).\nDefault value: PaaMatch=False\n(Optional) </p>\n","type":"text/plain"},"key":"PaaMatch","value":"PaaMatch"},{"description":{"content":"<p>Suppress Email records with restrictions, True or False.  Default: Suppression=True (Optional) </p>\n","type":"text/plain"},"key":"Suppression","value":"Suppression"},{"description":{"content":"<p>ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n(Optional)</p>\n","type":"text/plain"},"key":"ProbabilisticFill","value":"ProbabilisticFill"},{"key":"version","value":"1"}],"variable":[]}},"response":[{"id":"b9c55c31-895a-4a2a-abe5-f42dc1103285","name":"ID Max Plus (Successful Request) (JSON)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.yourdatadelivery.com/service/rest/IDComplete?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&PHV=PHV&PCOAMatch=PCOAMatch&PhoneCategory=PhoneCategory&EmailCategory=EmailCategory&PaaMatch=PaaMatch&Suppression=Suppression&ProbabilisticFill=ProbabilisticFill&version=1","protocol":"https","host":["api","yourdatadelivery","com"],"path":["service","rest","IDComplete"],"query":[{"key":"Login","value":"username"},{"key":"Password","value":"password"},{"key":"FullName","value":"FullName"},{"key":"FName","value":"FName"},{"key":"LName","value":"LName"},{"key":"Address1","value":"Address1"},{"key":"Address2","value":"Address2"},{"key":"City","value":"City"},{"key":"State","value":"State"},{"key":"Zip","value":"Zip"},{"key":"Phone","value":"Phone"},{"key":"Phone2","value":"Phone2"},{"key":"Email","value":"Email"},{"key":"IP","value":"IP"},{"key":"PHV","value":"PHV"},{"key":"PCOAMatch","value":"PCOAMatch"},{"key":"PhoneCategory","value":"PhoneCategory"},{"key":"EmailCategory","value":"EmailCategory"},{"key":"PaaMatch","value":"PaaMatch"},{"key":"Suppression","value":"Suppression"},{"key":"ProbabilisticFill","value":"ProbabilisticFill"},{"key":"version","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"1242"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 07 Aug 2019 20:05:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n   \"ResponseCode\":\"0\",\n   \"ResponseMsg\":\"Successful\",\n   \"Detail\":{\n      \"__type\":\"IDCompleteResult:https://api.yourdatadelivery.com/service\",\n      \"Identity\":{\n         \"Name\":{\n            \"FName\":\"John\",\n            \"LName\":\"Smith\",\n            \"MName\":\"\",\n            \"BusName\":\"\"\n         },\n         \"NameAlias1\":{\n            \"Prefix\":\"\",\n            \"FName\":\"JONATHAN\",\n            \"LName\":\"SMITH\",\n            \"MName\":\"\",\n            \"Suffix\":\"\"\n         },\n         \"NameAlias2\":{\n            \"Prefix\":\"\",\n            \"FName\":\"J\",\n            \"LName\":\"Smith\",\n            \"MName\":\"LANCE\",\n            \"Suffix\":\"\"\n         },\n          \"NameAlias3\":{\n            \"Prefix\":\"\",\n            \"FName\":\"JOHNNY\",\n            \"LName\":\"SMITH\",\n            \"MName\":\"L\",\n            \"Suffix\":\"\"\n         },\n         \n         \"Address\":{\n            \"House\":\"6635\",\n            \"PreDir\":\"\",\n            \"Street\":\"SYLVAN\",\n            \"StrType\":\"RD\",\n            \"PostDir\":\"\",\n            \"AptType\":\"APT\",\n            \"AptNbr\":\"924\",\n            \"City\":\"CITRUS HEIGHTS\",\n            \"State\":\"CA\",\n            \"Zip\":\"95610\",\n            \"Z4\":\"4483\",\n            \"DPC\":\"497\",\n            \"CRTE\":\"C026\",\n            \"CNTY\":\"\",\n            \"Z4Type\":\"H\",\n            \"DPV\":\"Y\",\n            \"Deliverable\":\"Y\",\n            \"ValDate\":\"200912\"\n         },\n         \"PreviousAddress1\":{\n            \"House\":\"6635\",\n            \"PreDir\":\"\",\n            \"Street\":\"SYLVAN\",\n            \"StrType\":\"RD\",\n            \"PostDir\":\"\",\n            \"AptType\":\"APT\",\n            \"AptNbr\":\"924\",\n            \"City\":\"CITRUS HEIGHTS\",\n            \"State\":\"CA\",\n            \"Zip\":\"95610\",\n            \"Z4\":\"4483\",\n            \"DPC\":\"497\",\n            \"CRTE\":\"C026\",\n            \"DPV\":\"Y\"\n         },\n         \"PreviousAddress2\":{\n            \"House\":\"1610\",\n            \"PreDir\":\"S\",\n            \"Street\":\"TYLER\",\n            \"StrType\":\"ST\",\n            \"PostDir\":\"\",\n            \"AptType\":\"\",\n            \"AptNbr\":\"\",\n            \"City\":\"TACOMA\",\n            \"State\":\"WA\",\n            \"Zip\":\"98405\",\n            \"Z4\":\"1142\",\n            \"DPC\":\"105\",\n            \"CRTE\":\"C015\",\n            \"DPV\":\"Y\"\n         },\n         \"PreviousAddress3\":{\n            \"House\":\"4374\",\n            \"PreDir\":\"\",\n            \"Street\":\"BIRCH\",\n            \"StrType\":\"ST\",\n            \"PostDir\":\"SW\",\n            \"AptType\":\"#\",\n            \"AptNbr\":\"A\",\n            \"City\":\"MCCHORD AFB\",\n            \"State\":\"WA\",\n            \"Zip\":\"98439\",\n            \"Z4\":\"1619\",\n            \"DPC\":\"992\",\n            \"CRTE\":\"C031\",\n            \"DPV\":\"Y\"\n         },\n         \"Phones\":{\n            \"Phone\":{\n               \"Phone\":\"2602550297\",\n               \"PhoneType\":\"W\",\n               \"Category\":\"I\"\n            },\n            \"Phone2\":{\n               \"Phone\":\"\",\n               \"PhoneType\":\"\",\n               \"Category\":\"\"\n            },\n            \"Phone3\":{\n               \"Phone\":\"\",\n               \"PhoneType\":\"\",\n               \"Category\":\"\"\n            }\n         },\n         \"Emails\":{\n            \"Email\":{\n               \"Email\":\"jsmith@firstemail.com\",\n               \"Suppression\":\"C\",\n               \"Category\":\"I\",\n               \"Url\":\"EMPLOYMENTSEARCHUSA.COM\",\n               \"ODate\":\"20211024\"\n            },\n            \"Email2\":{\n               \"Email\":\"johnsmith@hotmail.com\",\n               \"Suppression\":\"N\",\n               \"Category\":\"I\",\n               \"Url\":\"LASTMINUTE.COM\",\n               \"ODate\":\"20210425\"\n            },\n            \"Email3\":{\n               \"Email\":\"jsmith123@domain.com\",\n               \"Suppression\":\"C\",\n               \"Category\":\"I\",\n               \"Url\":\"CAPECODUSAREALESTATE.COM\",\n               \"ODate\":\"20200211\"\n            }\n         }\n      },\n      \"IDScores\":{\n         \"ValidAddress\":\"100\",\n         \"ValidPhone\":\"100\",\n         \"ValidEmail\":\"100\",\n         \"ValidName\":\"100\",\n         \"Deceased\":\"100\",\n         \"NameToPhone\":\"0\",\n         \"NameToEmail\":\"100\",\n         \"NameToAddress\":\"40\",\n         \"AddressToPhone\":\"0\",\n         \"AddressToEmail\":\"100\",\n         \"PhoneToEmail\":\"100\",\n         \"USLocation\":\"\",\n         \"ValidPhone2\":\"\",\n         \"NameToPhone2\":\"\",\n         \"AddressToPhone2\":\"\",\n         \"Phone2ToEmail\":\"\",\n         \"PhoneConfidenceScore\":\"78\",\n         \"Phone2ConfidenceScore\":\"\",\n         \"AddressConfidenceScore\":\"60\",\n         \"ValidCount\":\"4\",\n         \"LinkageCount\":\"3.4\",\n         \"RiskFlagCount\":\"0\",\n         \"ValidationSummary\":\"PASS\",\n         \"LinkageSummary\":\"PASS\",\n         \"RiskFlagSummary\":\"PASS\",\n         \"IDVerifyScore\":\"96\",\n         \"ValidZip\":\"\",\n         \"ZipToPhone\":\"\"\n      },\n      \"IDAttributes\":{\n         \"PropertyAttributes\":{\n            \"AdditionalInformation\":{\n               \"PROP_IND\":\"10\",\n               \"PROP_EXTNW\":\"FSD\",\n               \"PROP_VALCALC\":\"405300\",\n               \"PROP_IMP_VALCALC\":\"218100\",\n               \"PROP_IMP_VALCALC_IND\":\"A\",\n               \"PROP_ASSED_VAL\":\"405300\"\n            },\n            \"Attributes\":{\n               \"LOR\":\"09\",\n               \"Homeowner\":\"H\",\n               \"DwellType\":\"S\",\n               \"PROP_ACRES\":\"1492\",\n               \"PROP_LANDSQFT\":\"6500\",\n               \"PROP_YRBLD\":\"1970\",\n               \"PROP_LIVINGSQFT\":\"1804\",\n               \"PROP_RMS\":\"\",\n               \"PROP_BEDRMS\":\"5\",\n               \"PROP_BATHS\":\"100\",\n               \"PROP_FULLBATHS\":\"1\",\n               \"PROP_HALFBATHS\":\"\",\n               \"PROP_AC\":\"\",\n               \"PROP_FRPL\":\"Y\",\n               \"PROP_GAR\":\"\",\n               \"PROP_HEAT\":\"BBE\",\n               \"PROP_POOL\":\"\",\n               \"PROP_ROOFCOVER\":\"15\",\n               \"PROP_ROOFTYPE\":\"\"\n            },\n            \"AssessorDeed\":{\n               \"PROP_TAXAMT\":\"435931\",\n               \"PROP_RECDATE\":\"20040924\",\n               \"PROP_SALEAMT\":\"184000\"\n            },\n            \"Mortgage\":{\n               \"PROP_MTGAMT\":\"188048\",\n               \"PROP_MTGDATE\":\"20070330\",\n               \"PROP_MTGTERM\":\"20\",\n               \"PROP_MTGDUEDATE\":\"20270409\"\n            }\n         },\n         \"DemographicAttributes\":{\n            \"Demographics\":{\n               \"Gender\":\"M\",\n               \"Age\":\"58\",\n               \"MedYrBld\":\"1970\",\n               \"EHI\":\"G\",\n               \"Married\":\"M\",\n               \"WealthScr\":\"B\",\n               \"MrktHomeVal\":\"H\",\n               \"ChildCd\":\"Y\",\n               \"ChildNbrCd\":\"C\",\n               \"MHV\":\"D\",\n               \"MedSchl\":\"133\"\n            },\n            \"PowerScore\":{\n               \"PurPowerScr\":\"D\"\n            }\n         },\n         \"PhoneAttributes\":{\n            \"PhoneType\":\"W\",\n            \"PhoneType2\":\"\"\n         },\n         \"AutoAttributes\":{\n            \"Vehicle\":{\n               \"Make\":\"VOLKSWAGEN\",\n               \"Model\":\"NEW BEETLE\",\n               \"Year\":\"2006\",\n               \"ClassCD\":\"SMALL CAR\",\n               \"FuelTypeCD\":\"G\",\n               \"MFGCD\":\"L\",\n               \"StyleCD\":\"CONV\",\n               \"Mileages\":\"A\",\n               \"ODate\":\"20120412\"\n            },\n            \"Vehicle2\":{\n               \"Make\":\"VOLKSWAGEN\",\n               \"Model\":\"EUROVAN\",\n               \"Year\":\"2001\",\n               \"ClassCD\":\"MINIVAN\",\n               \"FuelTypeCD\":\"G\",\n               \"MFGCD\":\"L\",\n               \"StyleCD\":\"VAN\",\n               \"Mileages\":\"B\",\n               \"ODate\":\"20120312\"\n            },\n            \"Vehicle3\":{\n               \"Make\":\"FORD\",\n               \"Model\":\"EXPLORER\",\n               \"Year\":\"1995\",\n               \"ClassCD\":\"FULL SIZE SUV\",\n               \"FuelTypeCD\":\"G\",\n               \"MFGCD\":\"F\",\n               \"StyleCD\":\"UTIL\",\n               \"Mileages\":\"\",\n               \"ODate\":\"20120127\"\n            },\n            \"Vehicle4\":{\n               \"Make\":\"KIA\",\n               \"Model\":\"SORENTO\",\n               \"Year\":\"2019\",\n               \"ClassCD\":\"SMALL SUV\",\n               \"FuelTypeCD\":\"G\",\n               \"MFGCD\":\"L\",\n               \"StyleCD\":\"UTIL\",\n               \"Mileages\":\"\",\n               \"ODate\":\"\"\n            }\n         },\n         \"IPAttributes\":{\n            \"IP\":\"\",\n            \"IPRegion\":\"\",\n            \"City\":\"\",\n            \"Zip\":\"\",\n            \"Latitude\":\"\",\n            \"Longitude\":\"\",\n            \"ISP\":\"\",\n            \"IPFrom\":\"\",\n            \"IPTo\":\"\"\n         }\n      },\n      \"IDIntelligence\":{\n         \"InMarketAuto\":{\n            \"IN_financing_prob_rank\":\"50\",\n            \"IN_insurance_prob_rank\":\"20\",\n            \"IN_new_vehicle_prob_rank\":\"80\",\n            \"IN_auto_parts_prob_rank\":\"90\",\n            \"IN_used_vehicle_prob_rank\":\"80\"\n         }\n      }\n   }\n}"}],"_postman_id":"3d71f6a0-2f44-4069-91d1-62bd36fb8691"}],"id":"6bf672e9-b143-4311-8e97-f6bca0124813","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"6bf672e9-b143-4311-8e97-f6bca0124813","description":""},{"name":"RESTful XML API","item":[{"name":"ID Max Plus (Successful Request) (XML)","id":"60b79a0d-4390-4318-aeca-ad552d6db046","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://xml.yourdatadelivery.com/IDComplete?Login={{UserName}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&PHV={{PHV}}&PCOAMatch={{PCOAMatch}}&PhoneCategory={{PhoneCategory}}&EmailCategory={{EmailCategory}}&PaaMatch={{PaaMatch}}&Suppression={{Suppression}}&ProbabilisticFill={{ProbabilisticFill}}&SHA2={{SHA2}}&SHA1={{SHA1}}&MD5={{MD5}}&version={{1}}","description":"<p>ID Max is a real-time solution that completes fractional consumer information to identify and segment individuals. ID Max provides significant value by returning key consumer information: ID Max receives partial or complete consumer contact information as input and returns completed identity information (name, address, additional phone numbers and emails).</p>","urlObject":{"protocol":"https","path":["IDComplete"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account username (Required)</p>\n","type":"text/plain"},"key":"Login","value":"{{UserName}}"},{"description":{"content":"<p>Account password (Required)</p>\n","type":"text/plain"},"key":"Password","value":"{{Password}}"},{"description":{"content":"<p>Full individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"{{FullName}}"},{"description":{"content":"<p>First name, 15 characters max</p>\n","type":"text/plain"},"key":"FName","value":"{{FName}}"},{"description":{"content":"<p>Last name, 20 characters max</p>\n","type":"text/plain"},"key":"LName","value":"{{LName}}"},{"description":{"content":"<p>Address line 1, 64 characters max</p>\n","type":"text/plain"},"key":"Address1","value":"{{Address1}}"},{"description":{"content":"<p>Address line 2, 64 characters max</p>\n","type":"text/plain"},"key":"Address2","value":"{{Address2}}"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"City","value":"{{City}}"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"State","value":"{{State}}"},{"description":{"content":"<p>5 digit numeric USPS zip code.  * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"Zip","value":"{{Zip}}"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"{{Phone}}"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"{{Phone2}}"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"{{Email}}"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"{{IP}}"},{"description":{"content":"<p>By default ID Max will match and return high, medium, and low confidence phones. To exclude low confidence phone numbers, send \"PHV=4. To limit the product to returning only high confidence phone numbers, send \"PHV=3\"</p>\n","type":"text/plain"},"key":"PHV","value":"{{PHV}}"},{"description":{"content":"<p>PCOAMatch=True, will return a newer address (if available) for the identity.\nPCOAMatch=False, will output the standardized input address if an address is provided.\nDefault value: PCOAMatch=False</p>\n","type":"text/plain"},"key":"PCOAMatch","value":"{{PCOAMatch}}"},{"description":{"content":"<p>Append phones at an individual or household level, PhoneCategory=I (Individual),=H(Household), default is H</p>\n","type":"text/plain"},"key":"PhoneCategory","value":"{{PhoneCategory}}"},{"description":{"content":"<p>Append emails at an individual or household level, EmailCategory=I (Individual),=H(Household), default is I</p>\n","type":"text/plain"},"key":"EmailCategory","value":"{{EmailCategory}}"},{"description":{"content":"<p>PaaMatch=True, provides up to 3 name aliases and previous addresses for the returned identity (if available)\nPaaMatch=False, provides the most current identity name and address. (no historical)\nDefault value: PaaMatch=False</p>\n","type":"text/plain"},"key":"PaaMatch","value":"{{PaaMatch}}"},{"description":{"content":"<p>Suppress Email records with restrictions, True or False.  Default: Suppression=True</p>\n","type":"text/plain"},"key":"Suppression","value":"{{Suppression}}"},{"description":{"content":"<p>ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False</p>\n","type":"text/plain"},"key":"ProbabilisticFill","value":"{{ProbabilisticFill}}"},{"description":{"content":"<p>64 characters SHA2 email address encryption</p>\n","type":"text/plain"},"key":"SHA2","value":"{{SHA2}}"},{"description":{"content":"<p>40 characters SHA1 email address encryption</p>\n","type":"text/plain"},"key":"SHA1","value":"{{SHA1}}"},{"description":{"content":"<p>32 characters MD5 email address encryption</p>\n","type":"text/plain"},"key":"MD5","value":"{{MD5}}"},{"key":"version","value":"{{1}}"},{"disabled":true,"key":"PAAMATCH","value":"TRUE"}],"variable":[]}},"response":[{"id":"b554db6b-b71d-4930-82b5-37d5889e685d","name":"ID Max Plus (Successful Request) (XML)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://xml.yourdatadelivery.com/IDComplete?Login={{UserName}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&PHV={{PHV}}&PCOAMatch={{PCOAMatch}}&PhoneCategory={{PhoneCategory}}&EmailCategory={{EmailCategory}}&PaaMatch={{PaaMatch}}&Suppression={{Suppression}}&ProbabilisticFill={{ProbabilisticFill}}&SHA2={{SHA2}}&SHA1={{SHA1}}&MD5={{MD5}}&version={{1}}","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDComplete"],"query":[{"key":"Login","value":"{{UserName}}","description":"Account username (Required)"},{"key":"Password","value":"{{Password}}","description":"Account password (Required)"},{"key":"FullName","value":"{{FullName}}","description":"Full individual Name "},{"key":"FName","value":"{{FName}}","description":"First name, 15 characters max "},{"key":"LName","value":"{{LName}}","description":"Last name, 20 characters max. "},{"key":"Address1","value":"{{Address1}}","description":"Address line 1, 64 characters max. "},{"key":"Address2","value":"{{Address2}}","description":"Address line 2, 64 characters max."},{"key":"City","value":"{{City}}","description":"City name, 28 characters max. "},{"key":"State","value":"{{State}}","description":"2 character state abbreviation. "},{"key":"Zip","value":"{{Zip}}","description":"5 digit numeric USPS zip code"},{"key":"Phone","value":"{{Phone}}","description":"10 digit numeric phone number (without spaces, dashes, or parentheses) "},{"key":"Phone2","value":"{{Phone2}}","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses) "},{"key":"Email","value":"{{Email}}","description":"Email address, 100 characters max "},{"key":"IP","value":"{{IP}}","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format"},{"key":"PHV","value":"{{PHV}}","description":"By default ID Max will match and return high, medium, and low confidence phones. To exclude low confidence phone numbers, send \"PHV=4. To limit the product to returning only high confidence phone numbers, send \"PHV=3\""},{"key":"PCOAMatch","value":"{{PCOAMatch}}","description":"PCOAMatch=True, will return a newer address (if available) for the identity.\nPCOAMatch=False, will output the standardized input address if an address is provided.\nDefault value: PCOAMatch=False\n"},{"key":"PhoneCategory","value":"{{PhoneCategory}}","description":"Append phones at an individual or household level, PhoneCategory=I (Individual),=H(Household), default is H"},{"key":"EmailCategory","value":"{{EmailCategory}}","description":"Append emails at an individual or household level, EmailCategory=I (Individual),=H(Household), default is I"},{"key":"PaaMatch","value":"{{PaaMatch}}","description":"PaaMatch=True, provides up to 3 name aliases and previous addresses for the returned identity (if available)\nPaaMatch=False, provides the most current identity name and address. (no historical)\nDefault value: PaaMatch=False\n"},{"key":"Suppression","value":"{{Suppression}}","description":"Suppress Email records with restrictions, True or False.  Default: Suppression=True"},{"key":"ProbabilisticFill","value":"{{ProbabilisticFill}}","description":"ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n"},{"key":"SHA2","value":"{{SHA2}}","description":"64 characters SHA2 email address encryption "},{"key":"SHA1","value":"{{SHA1}}","description":"40 characters SHA1 email address encryption"},{"key":"MD5","value":"{{MD5}}","description":"32 characters MD5 email address encryption"},{"key":"version","value":"{{1}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"3027"},{"key":"Content-Type","value":"application/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 23 Aug 2019 22:04:09 GMT"}],"cookie":[],"responseTime":null,"body":"This XML file does not appear to have any style information associated with it. The document tree is shown below.\n<xml xmlns=\"https://xml.yourdatadelivery.com\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n\t<ResponseCode>0</ResponseCode>\n\t<ResponseMsg>Successful</ResponseMsg>\n\t<Response>\n\t\t<Detail xmlns=\"\" transaction=\"IDComplete\">\n\t\t\t<Identity>\n\t\t\t\t<Name>\n\t\t\t\t\t<FName>John</FName>\n\t\t\t\t\t<LName>Smith</LName>\n\t\t\t\t\t<MName></MName>\n\t\t\t\t\t<BusName/>\n\t\t\t\t</Name>\n\t\t\t\t<NameAlias1>\n\t\t\t\t\t<Prefix/>\n\t\t\t\t\t<FName>Jonathan</FName>\n\t\t\t\t\t<MName></MName>\n\t\t\t\t\t<LName>Smith</LName>\n\t\t\t\t\t<Suffix></Suffix>\n\t\t\t\t</NameAlias1>\n                <NameAlias2>\n\t\t\t\t\t<Prefix/>\n\t\t\t\t\t<FName>J</FName>\n\t\t\t\t\t<MName>Lance</MName>\n\t\t\t\t\t<LName>Smith</LName>\n\t\t\t\t\t<Suffix/>\n\t\t\t\t</NameAlias2>\n\t\t\t\t<NameAlias3>\n\t\t\t\t\t<Prefix/>\n\t\t\t\t\t<FName>Johnny</FName>\n\t\t\t\t\t<MName>L</MName>\n\t\t\t\t\t<LName>Smith</LName>\n\t\t\t\t\t<Suffix/>\n\t\t\t\t</NameAlias3>\n\t\t\t\t<Address>\n\t\t\t\t\t<House>6635</House>\n\t\t\t\t\t<PreDir/>\n\t\t\t\t\t<Street>SYLVAN</Street>\n\t\t\t\t\t<StrType>RD</StrType>\n\t\t\t\t\t<PostDir/>\n\t\t\t\t\t<AptType>APT</AptType>\n\t\t\t\t\t<AptNbr>924</AptNbr>\n\t\t\t\t\t<City>CITRUS HEIGHTS</City>\n\t\t\t\t\t<State>CA</State>\n\t\t\t\t\t<Zip>95610</Zip>\n\t\t\t\t\t<Z4>4483</Z4>\n\t\t\t\t\t<DPC>497</DPC>\n\t\t\t\t\t<CRTE>C026</CRTE>\n\t\t\t\t\t<CNTY/>\n\t\t\t\t\t<Z4Type>H</Z4Type>\n\t\t\t\t\t<DPV>Y</DPV>\n\t\t\t\t\t<Deliverable>Y</Deliverable>\n\t\t\t\t\t<ValDate>200912</ValDate>\n\t\t\t\t</Address>\n\t\t\t\t<PreviousAddress1>\n\t\t\t\t\t<House>6635</House>\n\t\t\t\t\t<PreDir/>\n\t\t\t\t\t<Street>SYLVAN</Street>\n\t\t\t\t\t<StrType>RD</StrType>\n\t\t\t\t\t<PostDir/>\n\t\t\t\t\t<AptType>APT</AptType>\n\t\t\t\t\t<AptNbr>924</AptNbr>\n\t\t\t\t\t<City>CITRUS HEIGHTS</City>\n\t\t\t\t\t<State>CA</State>\n\t\t\t\t\t<Zip>95610</Zip>\n\t\t\t\t\t<Z4>4483</Z4>\n\t\t\t\t\t<DPC>497</DPC>\n\t\t\t\t\t<CRTE>C026</CRTE>\n\t\t\t\t\t<DPV>Y</DPV>\n\t\t\t\t</PreviousAddress1>\n\t\t\t\t<PreviousAddress2>\n\t\t\t\t\t<House>1610</House>\n\t\t\t\t\t<PreDir>S</PreDir>\n\t\t\t\t\t<Street>TYLER</Street>\n\t\t\t\t\t<StrType>ST</StrType>\n\t\t\t\t\t<PostDir/>\n\t\t\t\t\t<AptType/>\n\t\t\t\t\t<AptNbr/>\n\t\t\t\t\t<City>TACOMA</City>\n\t\t\t\t\t<State>WA</State>\n\t\t\t\t\t<Zip>98405</Zip>\n\t\t\t\t\t<Z4>1142</Z4>\n\t\t\t\t\t<DPC>105</DPC>\n\t\t\t\t\t<CRTE>C015</CRTE>\n\t\t\t\t\t<DPV>Y</DPV>\n\t\t\t\t</PreviousAddress2>\n\t\t\t\t<PreviousAddress3>\n\t\t\t\t\t<House>4374</House>\n\t\t\t\t\t<PreDir/>\n\t\t\t\t\t<Street>BIRCH</Street>\n\t\t\t\t\t<StrType>ST</StrType>\n\t\t\t\t\t<PostDir>SW</PostDir>\n\t\t\t\t\t<AptType>#</AptType>\n\t\t\t\t\t<AptNbr>A</AptNbr>\n\t\t\t\t\t<City>MCCHORD AFB</City>\n\t\t\t\t\t<State>WA</State>\n\t\t\t\t\t<Zip>98439</Zip>\n\t\t\t\t\t<Z4>1619</Z4>\n\t\t\t\t\t<DPC>992</DPC>\n\t\t\t\t\t<CRTE>C031</CRTE>\n\t\t\t\t\t<DPV>Y</DPV>\n\t\t\t\t</PreviousAddress3>\n\t\t\t\t<Phones>\n\t\t\t\t\t<Phone>\n\t\t\t\t\t\t<Phone>2602550297</Phone>\n\t\t\t\t\t\t<PhoneType>W</PhoneType>\n\t\t\t\t\t\t<Category>I</Category>\n\t\t\t\t\t</Phone>\n\t\t\t\t\t<Phone2>\n\t\t\t\t\t\t<Phone/>\n\t\t\t\t\t\t<PhoneType/>\n\t\t\t\t\t\t<Category/>\n\t\t\t\t\t</Phone2>\n\t\t\t\t\t<Phone3>\n\t\t\t\t\t\t<Phone/>\n\t\t\t\t\t\t<PhoneType/>\n\t\t\t\t\t\t<Category/>\n\t\t\t\t\t</Phone3>\n\t\t\t\t</Phones>\n\t\t\t\t<Emails>\n\t\t\t\t\t<Email>\n\t\t\t\t\t\t<Email>jsmith@firstemail.com</Email>\n\t\t\t\t\t\t<Suppression>C</Suppression>\n\t\t\t\t\t\t<Category>I</Category>\n\t\t\t\t\t\t<Url>EMPLOYMENTSEARCHUSA.COM</Url>\n\t\t\t\t\t\t<ODate>20211024</ODate>\n\t\t\t\t\t</Email>\n\t\t\t\t\t<Email2>\n\t\t\t\t\t\t<Email>jsmith@myemail.com</Email>\n\t\t\t\t\t\t<Suppression>N</Suppression>\n\t\t\t\t\t\t<Category>I</Category>\n\t\t\t\t\t\t<Url>LASTMINUTE.COM</Url>\n\t\t\t\t\t\t<ODate>20210425</ODate>\n\t\t\t\t\t</Email2>\n\t\t\t\t\t<Email3>\n\t\t\t\t\t\t<Email>jsmith123@domain.com</Email>\n\t\t\t\t\t\t<Suppression>C</Suppression>\n\t\t\t\t\t\t<Category>I</Category>\n\t\t\t\t\t\t<Url>CAPECODUSAREALESTATE.COM</Url>\n\t\t\t\t\t\t<ODate>20200211</ODate>\n\t\t\t\t\t</Email3>\n\t\t\t\t</Emails>\n\t\t\t</Identity>\n\t\t\t<IDScores>\n\t\t\t\t<ValidAddress>100</ValidAddress>\n\t\t\t\t<ValidPhone>100</ValidPhone>\n\t\t\t\t<ValidEmail>100</ValidEmail>\n\t\t\t\t<ValidName>100</ValidName>\n\t\t\t\t<ValidZip/>\n\t\t\t\t<Deceased>100</Deceased>\n\t\t\t\t<NameToPhone>0</NameToPhone>\n\t\t\t\t<NameToEmail>100</NameToEmail>\n\t\t\t\t<NameToAddress>40</NameToAddress>\n\t\t\t\t<AddressToPhone>0</AddressToPhone>\n\t\t\t\t<AddressToEmail>100</AddressToEmail>\n\t\t\t\t<PhoneToEmail>100</PhoneToEmail>\n\t\t\t\t<ZipToPhone/>\n\t\t\t\t<USLocation/>\n\t\t\t\t<ValidPhone2/>\n\t\t\t\t<NameToPhone2/>\n\t\t\t\t<AddressToPhone2/>\n\t\t\t\t<Phone2ToEmail/>\n\t\t\t\t<PhoneConfidenceScore>78</PhoneConfidenceScore>\n\t\t\t\t<Phone2ConfidenceScore/>\n\t\t\t\t<AddressConfidenceScore>60</AddressConfidenceScore>\n\t\t\t\t<ValidCount>4</ValidCount>\n\t\t\t\t<LinkageCount>3.4</LinkageCount>\n\t\t\t\t<RiskFlagCount>0</RiskFlagCount>\n\t\t\t\t<ValidationSummary>PASS</ValidationSummary>\n\t\t\t\t<LinkageSummary>PASS</LinkageSummary>\n\t\t\t\t<RiskFlagSummary>PASS</RiskFlagSummary>\n\t\t\t\t<IDVerifyScore>96</IDVerifyScore>\n\t\t\t</IDScores>\n\t\t\t<IDAttributes>\n\t\t\t\t<PropertyAttributes>\n\t\t\t\t\t<AdditionalInformation>\n\t\t\t\t\t\t<PROP_IND>10</PROP_IND>\n\t\t\t\t\t\t<PROP_EXTNW>FSD</PROP_EXTNW>\n\t\t\t\t\t\t<PROP_VALCALC>405300</PROP_VALCALC>\n\t\t\t\t\t\t<PROP_IMP_VALCALC>218100</PROP_IMP_VALCALC>\n\t\t\t\t\t\t<PROP_IMP_VALCALC_IND>A</PROP_IMP_VALCALC_IND>\n\t\t\t\t\t\t<PROP_ASSED_VAL>405300</PROP_ASSED_VAL>\n\t\t\t\t\t</AdditionalInformation>\n\t\t\t\t\t<Attributes>\n\t\t\t\t\t\t<LOR>09</LOR>\n\t\t\t\t\t\t<Homeowner>H</Homeowner>\n\t\t\t\t\t\t<DwellType>S</DwellType>\n\t\t\t\t\t\t<PROP_ACRES>1492</PROP_ACRES>\n\t\t\t\t\t\t<PROP_LANDSQFT>6500</PROP_LANDSQFT>\n\t\t\t\t\t\t<PROP_YRBLD>1970</PROP_YRBLD>\n\t\t\t\t\t\t<PROP_LIVINGSQFT>1804</PROP_LIVINGSQFT>\n\t\t\t\t\t\t<PROP_RMS/>\n\t\t\t\t\t\t<PROP_BEDRMS>5</PROP_BEDRMS>\n\t\t\t\t\t\t<PROP_BATHS>100</PROP_BATHS>\n\t\t\t\t\t\t<PROP_FULLBATHS>1</PROP_FULLBATHS>\n\t\t\t\t\t\t<PROP_HALFBATHS/>\n\t\t\t\t\t\t<PROP_AC/>\n\t\t\t\t\t\t<PROP_FRPL>Y</PROP_FRPL>\n\t\t\t\t\t\t<PROP_GAR/>\n\t\t\t\t\t\t<PROP_HEAT>BBE</PROP_HEAT>\n\t\t\t\t\t\t<PROP_POOL/>\n\t\t\t\t\t\t<PROP_ROOFCOVER>15</PROP_ROOFCOVER>\n\t\t\t\t\t\t<PROP_ROOFTYPE/>\n\t\t\t\t\t</Attributes>\n\t\t\t\t\t<AssessorDeed>\n\t\t\t\t\t\t<PROP_TAXAMT>435931</PROP_TAXAMT>\n\t\t\t\t\t\t<PROP_RECDATE>20040924</PROP_RECDATE>\n\t\t\t\t\t\t<PROP_SALEAMT>184000</PROP_SALEAMT>\n\t\t\t\t\t</AssessorDeed>\n\t\t\t\t\t<Mortgage>\n\t\t\t\t\t\t<PROP_MTGAMT>188048</PROP_MTGAMT>\n\t\t\t\t\t\t<PROP_MTGDATE>20070330</PROP_MTGDATE>\n\t\t\t\t\t\t<PROP_MTGTERM>20</PROP_MTGTERM>\n\t\t\t\t\t\t<PROP_MTGDUEDATE>20270409</PROP_MTGDUEDATE>\n\t\t\t\t\t</Mortgage>\n\t\t\t\t</PropertyAttributes>\n\t\t\t\t<DemographicAttributes>\n\t\t\t\t\t<Demographics>\n\t\t\t\t\t\t<Gender>M</Gender>\n\t\t\t\t\t\t<Age>58</Age>\n\t\t\t\t\t\t<MedYrBld>1970</MedYrBld>\n\t\t\t\t\t\t<EHI>G</EHI>\n\t\t\t\t\t\t<Married>M</Married>\n\t\t\t\t\t\t<WealthScr>B</WealthScr>\n\t\t\t\t\t\t<MrktHomeVal>H</MrktHomeVal>\n\t\t\t\t\t\t<ChildCd>Y</ChildCd>\n\t\t\t\t\t\t<ChildNbrCd>C</ChildNbrCd>\n\t\t\t\t\t\t<MHV>D</MHV>\n\t\t\t\t\t\t<MedSchl>133</MedSchl>\n\t\t\t\t\t</Demographics>\n\t\t\t\t\t<PowerScore>\n\t\t\t\t\t\t<PurPowerScr>D</PurPowerScr>\n\t\t\t\t\t</PowerScore>\n\t\t\t\t</DemographicAttributes>\n\t\t\t\t<PhoneAttributes>\n\t\t\t\t\t<PhoneType>W</PhoneType>\n\t\t\t\t\t<PhoneType2/>\n\t\t\t\t</PhoneAttributes>\n\t\t\t\t<AutoAttributes>\n\t\t\t\t\t<Vehicle>\n\t\t\t\t\t\t<Make>VOLKSWAGEN</Make>\n\t\t\t\t\t\t<Model>NEW BEETLE</Model>\n\t\t\t\t\t\t<Year>2006</Year>\n\t\t\t\t\t\t<ClassCD>SMALL CAR</ClassCD>\n\t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\n\t\t\t\t\t\t<MFGCD>L</MFGCD>\n\t\t\t\t\t\t<StyleCD>CONV</StyleCD>\n\t\t\t\t\t\t<Mileages>A</Mileages>\n\t\t\t\t\t\t<ODate>20120412</ODate>\n\t\t\t\t\t</Vehicle>\n\t\t\t\t\t<Vehicle2>\n\t\t\t\t\t\t<Make>VOLKSWAGEN</Make>\n\t\t\t\t\t\t<Model>EUROVAN</Model>\n\t\t\t\t\t\t<Year>2001</Year>\n\t\t\t\t\t\t<ClassCD>MINIVAN</ClassCD>\n\t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\n\t\t\t\t\t\t<MFGCD>L</MFGCD>\n\t\t\t\t\t\t<StyleCD>VAN</StyleCD>\n\t\t\t\t\t\t<Mileages>B</Mileages>\n\t\t\t\t\t\t<ODate>20120312</ODate>\n\t\t\t\t\t</Vehicle2>\n\t\t\t\t\t<Vehicle3>\n\t\t\t\t\t\t<Make>FORD</Make>\n\t\t\t\t\t\t<Model>EXPLORER</Model>\n\t\t\t\t\t\t<Year>1995</Year>\n\t\t\t\t\t\t<ClassCD>FULL SIZE SUV</ClassCD>\n\t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\n\t\t\t\t\t\t<MFGCD>F</MFGCD>\n\t\t\t\t\t\t<StyleCD>UTIL</StyleCD>\n\t\t\t\t\t\t<Mileages/>\n\t\t\t\t\t\t<ODate>20120127</ODate>\n\t\t\t\t\t</Vehicle3>\n\t\t\t\t\t<Vehicle4>\n\t\t\t\t\t\t<Make>KIA</Make>\n\t\t\t\t\t\t<Model>SORENTO</Model>\n\t\t\t\t\t\t<Year>2019</Year>\n\t\t\t\t\t\t<ClassCD>SMALL SUV</ClassCD>\n\t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\n\t\t\t\t\t\t<MFGCD>L</MFGCD>\n\t\t\t\t\t\t<StyleCD>UTIL</StyleCD>\n\t\t\t\t\t\t<Mileages/>\n\t\t\t\t\t\t<ODate/>\n\t\t\t\t\t</Vehicle4>\n\t\t\t\t</AutoAttributes>\n\t\t\t\t<IPAttributes>\n\t\t\t\t\t<IP/>\n\t\t\t\t\t<IPRegion/>\n\t\t\t\t\t<City/>\n\t\t\t\t\t<Zip/>\n\t\t\t\t\t<Latitude/>\n\t\t\t\t\t<Longitude/>\n\t\t\t\t\t<ISP/>\n\t\t\t\t\t<IPFrom/>\n\t\t\t\t\t<IPTo/>\n\t\t\t\t</IPAttributes>\n\t\t\t</IDAttributes>\n\t\t\t<IDIntelligence>\n\t\t\t\t<InMarketAuto>\n\t\t\t\t\t<IN_financing_prob_rank>50</IN_financing_prob_rank>\n\t\t\t\t\t<IN_insurance_prob_rank>20</IN_insurance_prob_rank>\n\t\t\t\t\t<IN_new_vehicle_prob_rank>80</IN_new_vehicle_prob_rank>\n\t\t\t\t\t<IN_auto_parts_prob_rank>90</IN_auto_parts_prob_rank>\n\t\t\t\t\t<IN_used_vehicle_prob_rank>80</IN_used_vehicle_prob_rank>\n\t\t\t\t</InMarketAuto>\n\t\t\t</IDIntelligence>\n\t\t</Detail>\n\t</Response>\n</xml>"}],"_postman_id":"60b79a0d-4390-4318-aeca-ad552d6db046"}],"id":"6226215a-72ab-4fe7-997c-33d3a870bbe5","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"6226215a-72ab-4fe7-997c-33d3a870bbe5","description":""},{"name":"Outputs","item":[{"name":"Identity","item":[{"name":"Name aliases and previous addresses","item":[],"id":"f9ef0330-92d6-4cf8-a29c-953208969957","description":"<p>Up to 3 name aliases and previous addresses for the retuned identity.</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Prefix</td>\n<td>Appended Alias Name prefix</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>Appended Alias Name Suffix</td>\n<td>10 Character</td>\n</tr>\n<tr>\n<td>House</td>\n<td>Appended Primary House Number</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS zip+4</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery point code with check digit</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route</td>\n<td>4 Characters</td></tr>\n<tr>\n<td>DPV</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both Primary and (if present) Secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n\n</table>\n\n<p>**This section will be visible only when parameter “paamatch” is set to “true”.</p>\n","event":[{"listen":"prerequest","script":{"id":"88e8d8b4-6bcb-437d-a284-d6528e838ff3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"31c5b69f-4f99-495c-a1a9-33514f1365e2","type":"text/javascript","exec":[""]}}],"_postman_id":"f9ef0330-92d6-4cf8-a29c-953208969957"},{"name":"Additional Contact Information","item":[],"id":"28608aee-5786-4e17-a57b-2529272822f4","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Telephone number, Echo input Phone</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PhoneType</td>\n<td>Appended Phone Type (up to 3, one for each appended phone)\nL – Land Line\nV - VoIP\nW – Wireless\nO - Other\n</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Appended Matched Category (up to 3, one for each appended phone)\nI – Individual\nH – Household\nA – Address\nZ – Name/Zip\n</td>\n</tr><tr>\n<td>I, H, A, Z</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Appended Email (up to 3 additional Emails)</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>Suppression</td>\n<td>Email Suppression Code\nN - Email is Eligible for Deployment\n</td>\n<td>N or blank</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Appended Matched Category (up to 3, one for each appended Email)\nI – Individual\nH – Household\nA – Address\nZ – Name/Zip\n</td>\n<td>I, H, A, Z</td>\n</tr>\n<tr>\n<td>Url</td>\n<td>Appended URL - Indicates the website the consumer \"opted-in\" to receive marketing emails</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Appended Email Last Seen Date</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>SHA2</td>\n<td>Appended Hash Email in a SHA2 encryption – Will be returned when SHA2 is the input</td>\n<td>64 characters</td>\n</tr>\n<tr>\n<td>SHA1</td>\n<td>Appended Hash Email in a SHA1 encryption -- Will be returned when SHA1 is the input</td>\n<td>40 characters</td>\n</tr>\n<tr>\n<td>MD5</td>\n<td>Appended Hash Email in a MD5 encryption -- Will be returned when MD5 is the input</td>\n<td>32 characters</td>\n</tr>\n\n</table>\n\n\n<p>**To support customers needing to profile and segment consumers without identity/PII disclosure, the product's default setting is to not output the unencrypted phone and email (other than additional hashed emails) when hashed email (MD5, SHA1, or SHA2) are the only input. Infutor can enable disclosure of identity/PII from a hashed email upon request.</p>","event":[{"listen":"prerequest","script":{"id":"674f8be8-f762-421c-b621-5716950e5e3a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e364578d-bfc9-4d39-b3cb-67dc470f60f4","type":"text/javascript","exec":[""]}}],"_postman_id":"28608aee-5786-4e17-a57b-2529272822f4"}],"id":"8a8e51d7-7f9c-498e-8bed-99e024a0eb7a","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>BusName</td>\n<td>Appended Business Name</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>House</td>\n<td>Appended Primary House Number</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS zip+4</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery point code with check digit</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route</td>\n<td>4 Characters</td></tr>\n<tr>\n<td>CNTY</td>\n<td>Appended FIPS county code</td>\n<td>3 Characters</td></tr>\n<tr>\n<td>Z4Type</td>\n<td>Appended USPS Zip+4 type\nF – firm or company address\nG – General delivery address\nH – High-rise or business complex\nP – PO Box address\nR – Rural route address\nS – Street or residential address\nBlank - Unknown\n</td>\n<td>F, G, H, P, R, S</td>\n</tr><tr>\n<td>DPV</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both Primary and (if present) Secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n<tr>\n<td>Deliverable</td>\n<td>Appended Deliverable flag</td>\n<td>Y, N, or Blank</td>\n</tr>\n<tr>\n<td>ValDate</td>\n<td>Appended Last address validation date</td>\n<td>YYYYMMDD or YYYYMM, depending on availability.</td>\n</tr>\n\n</table>\n\n\n<p>** To support customers needing to profile and segment consumers without identity/PII disclosure, the product's default setting is to not output the identity (other than additional hashed emails) when hashed email (MD5, SHA1, or SHA2) are the only input. Infutor can enable disclosure of identity/PII from a hashed email upon request. </p>\n","event":[{"listen":"prerequest","script":{"id":"16f57e4e-ef6c-4c42-86b2-9ccf818c5bf1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1b8ad9b3-6020-41a2-8fb1-b375c1aa2dd9","type":"text/javascript","exec":[""]}}],"_postman_id":"8a8e51d7-7f9c-498e-8bed-99e024a0eb7a"},{"name":"Scoring","item":[{"name":"Configurable components","item":[],"id":"1683457e-d920-493f-bbba-77511268272e","description":"<p>For customers who want to build their own scoring algorithm for verification, the ID Max product exposes all the configurable components that factor into the IDVerifyScore. Each component has a score on a 100 point scale, providing detailed granularity on how each identity data element scores for a given individual. The components are categorized into 4 sections: Validation Components, Linkage Components, Risk Flag Components, and Component Summaries.</p>\n<p>By default, each of the Configurable Components has equal weighting in influencing the overall IDVerifyScore. However, Infutor recommends customers allow for a regression analysis, so Infutor can analyze and help customers optimize the ID Max product to meet their specific business needs by emphasizing or de-emphasizing relevant components, adjusting the weighting of how each component influences the overall IDVerifyScore. Additionally, if a given component is not relevant for a customer’s business needs, that component can be turned off from impacting the IDVerifyScore.</p>\n","event":[{"listen":"prerequest","script":{"id":"5293ab55-bcfa-45ec-b898-82093c447bd1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"13a94601-958f-444c-83c8-001b54a8b76f","type":"text/javascript","exec":[""]}}],"_postman_id":"1683457e-d920-493f-bbba-77511268272e"},{"name":"Validation components","item":[],"id":"6330160d-5efb-430e-bbd1-6ce5f4654f4b","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>ValidAddress</td>\n<td>The postal address is a valid USPS address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone</td>\n<td>The phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone2</td>\n<td>The 2nd phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidEmail</td>\n<td>The email is a valid formatted email address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidName</td>\n<td>The individual’s first and last names appear to be valid names and do not contain vulgar words or expressions</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneConfidenceScore</td>\n<td>Score 0-100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity &amp; velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ConfidenceScore</td>\n<td>Score 0-100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity &amp; velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressConfidenceScore</td>\n<td>Score 0-100 that reflects the confidence , accuracy, and deliverability for the input postal address</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n\n\n<p>The Validation Components reflect whether the syntax and formatting of the input data elements appears valid. The Validation Components can be thought of as input form validations. Each component has its own 0-100 score value, which influences the overall IDVerifyScore.</p>","event":[{"listen":"prerequest","script":{"id":"8c348299-d704-4738-b0a5-15ff407fb0a6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7f374226-97c9-4838-bed1-89a1bfc2e931","type":"text/javascript","exec":[""]}}],"_postman_id":"6330160d-5efb-430e-bbd1-6ce5f4654f4b"},{"name":"Linkage components","item":[],"id":"d3852ab1-53fb-40ca-89f3-25ea03f303fe","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>NameToPhone</td>\n<td>The name links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToEmail</td>\n<td>The name links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToAddress</td>\n<td>The name links to the postal address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone</td>\n<td>The postal address links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToEmail</td>\n<td>The postal address link to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneToEmail</td>\n<td>The phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToPhone2</td>\n<td>The name links to the 2nd phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone2</td>\n<td>The postal address links to the 2nd Phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ToEmail</td>\n<td>The 2nd phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n\n\n<p>The Linkage Components reflect whether data elements can be linked to each other (whether the name is associated with the phone, name is associated with the email, etc.) ID Max leverages Infutor’s vast identity data repository containing billions of consumer, address, email, and phone records.</p>\n","event":[{"listen":"prerequest","script":{"id":"78b7f39e-d118-4e5e-962e-664f582a9398","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2538fecd-fa2e-4e3d-84fe-b58ebca19df4","type":"text/javascript","exec":[""]}}],"_postman_id":"d3852ab1-53fb-40ca-89f3-25ea03f303fe"},{"name":"Risk flag components","item":[],"id":"b7cf38c0-7607-4689-88dd-2ba4c8c5f091","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Deceased</td>\n<td>The deceased field is used to determine if an identity is living or deceased. A score of 100 represents the individual is living and a score of 0 represents the individual is deceased. If the field is Blank, it means Unknown</td>\n<td>0 or 100 or Blank</td>\n</tr>\n<tr>\n<td>USLocation</td>\n<td>The \"US Location\" field is used to determine if an identities' IP Address is recognized to be within USA. A score of 100 represents the individual's IP Address is recognized to be within USA</td>\n<td>0 or 100</td>\n</tr>\n\n</table>\n\n\n<p>The Risk Flag Components can be used to get a yes/no (0 or 100) answer on whether or not a given identity could be risk or potential fraud.</p>\n","event":[{"listen":"prerequest","script":{"id":"224d9584-47f3-41ad-a172-0191b2f328be","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9ab827e3-b52c-4c3d-880d-5e88141b8825","type":"text/javascript","exec":[""]}}],"_postman_id":"b7cf38c0-7607-4689-88dd-2ba4c8c5f091"},{"name":"Component summaries","item":[],"id":"30ffb95a-cac5-4d42-a1d1-e7c98cb25481","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>ValidSummary</td>\n<td>A summary of the Validation Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>LinkageSummary</td>\n<td>A summary of the Linkage Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>RiskFlagSummary</td>\n<td>A summary of the Risk Flag Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>ValidCount</td>\n<td>A count of the number of Validation Components which returned a positive verification</td>\n<td>Decimal value, 0-5</td>\n</tr>\n<tr>\n<td>LinkageCount</td>\n<td>A count of the number of Linkage Components which returned a positive verification</td>\n<td>Decimal value, 0-9</td>\n</tr>\n<tr>\n<td>RiskFlagCount</td>\n<td>A count of the number of Risk Flag Components which returned a positive verification</td>\n<td>Decimal value, 0-2</td>\n</tr>\n\n</table>\n\n\n<p>The Component Summaries reflect whether or not a given identity passed the Validations, Linkages, and Risk Flag Components of the ID Max product.</p>\n","event":[{"listen":"prerequest","script":{"id":"5811f7c7-1a3a-431d-8f7d-4017971d7185","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"477c26c2-8ccb-4118-88a1-545cc0d3b511","type":"text/javascript","exec":[""]}}],"_postman_id":"30ffb95a-cac5-4d42-a1d1-e7c98cb25481"}],"id":"9995eb79-d70f-4c9b-a38e-c99ffa8ca8c1","description":"<p>The ID VerifyScore is an overall score, with values in the range of 0-100 that can be used for making pass/fail decisions about whether or not a given identity was verified.</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>IDVerifyScore</td>\n<td>The IDVerifyScore is an overall score to reflect the quality of an ID verification</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"a0bd80d9-f01c-4999-a81d-31feef9e3dec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"41abcb27-5a8d-47be-ab34-94ae9c01d9d2","type":"text/javascript","exec":[""]}}],"_postman_id":"9995eb79-d70f-4c9b-a38e-c99ffa8ca8c1"},{"name":"Profile Attributes","item":[{"name":"Demographic Attributes","item":[],"id":"27a0d537-3e57-4c3d-899b-153271f82a76","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>M=male, F=Female, blank or U=unknown</td>\n<td>M, F, or U</td>\n</tr>\n<tr>\n<td>Age</td>\n<td>Adult Age</td>\n<td>0 - 99</td>\n</tr>\n<tr>\n<td>LOR</td>\n<td>Length of Residence in years, 2 digits</td>\n<td>00 - 99</td>\n</tr>\n<tr>\n<td>Homeowner</td>\n<td>H=Homeowner, R=Renter, A = Inferred Homeowner, B = Inferred Renter</td>\n<td>H, R, A or B</td>\n</tr>\n<tr>\n<td>MedYrBld</td>\n<td>The year home was built. 4 digits</td>\n<td>nnnn</td>\n</tr>\n<tr>\n<td>EHI</td>\n<td>Estimated household income, 1 character:\nA = Less than $20,000 \nB = $20,000 - $29,999\nC = $30,000 - $39,999\nD = $40,000 - $49,999\nE = $50,000 - $74,999\nF = $75,000 - $99,999\nG = $100,000 - $124,999\nH = $125,000 or more\n</td>\n<td>A - I</td>\n</tr>\n<tr>\n<td>Married</td>\n<td>M=Married, S=Single, A=Inferred Married, B=Inferred Single</td>\n<td>M, S, A, or B</td>\n</tr>\n<tr>\n<td>WealthScr</td>\n<td>Model based on income, homeownership, and other assets owned:\nA = Estimated Net less than $5,000\nB = Estimated Net $5,000 - $19,999\nC = Estimated Net $20,000 - $49,999\nD = Estimated Net $50,000 – $79,999\nE = Estimated Net $80,000 - $99,999\nF = Estimated Net $100,000 - $249,999\nG = Estimated Net $250,000 - $499,999\nH = Estimated Net over $500,000\n</td>\n<td>A - H</td>\n</tr>\n<tr>\n<td>DwellType</td>\n<td>Dwelling Type. S=Single Family Dwelling Unit (SFDU). M=Multi-family Dwelling Unit (MFDU)</td>\n<td>S or M</td>\n</tr>\n<tr>\n<td>MrktHomeVal</td>\n<td>Estimated Home Market value:\nA = $1,000 - $24,999\nB = $25,000 - $49,999\nC = $50,000 - $74,999\nD = $75,000 - $99,999\nE = $100,000 - $124,999\nF = $125,000 - $149,999\nG = $150,000 - $174,999\nH = $175,000 - $199,999\nI = $200,000 - $224,999\nJ = $225,000 - $249,999\nK = $250,000 - $274,999\nL = $275,000 - $299,999\nM = $300,000 - $349,999\nN = $350,000 - $399,999\nO = $400,000 - $449,999\nP = $450,000 - $499,999\nQ = $500,000 - $749,999\nR = $750,000 - $999,999\nS = $1,000,000+\n</td>\n<td>A - S</td>\n</tr>\n<tr>\n<td>ChildCd</td>\n<td>Presence of Children. Y= children present</td>\n<td>Y or Blank</td>\n</tr>\n<tr>\n<td>ChildNbrCd</td>\n<td>Number of Children. A=No children, B=less than 3, C= 3-5 children</td>\n<td>A – C</td>\n</tr>\n<tr>\n<td>MHV</td>\n<td>Median House Value Code:\nA = Less than $50,000\nB = $50,000 - $99,999\nC = $100,000 - $149,999\nD = $150,000 - $249,999\nE = $250,000 - $349,999\nF = $350,000 - $499,999\nG = $500,000 - $749,999\nH = $750,000 - $999,999\nI = $1,000,000+\n</td>\n<td>A – I</td>\n</tr>\n<tr>\n<td>MedSchl</td>\n<td>Median years of school, 3 digits max.\n1 implied decimal. eg 210 = 21.0 years</td>\n<td>000-220</td>\n</tr>\n<td>PurPowerScr</td>\n<td>**This is a premium attribute field available only by subscription.  Contact Infutor Sales for more information.\n\n<p>Purchasing Power Model, 1 character:\nA = (820-High)\nB = (800-819)\nC = (780-799)\nD = (760-779)\nE = (740-759)\nF = (720-739)\nG = (700-719)\nH = (680-699)\nI = (660-679)\nJ = (640-659)\nK = (620-639)\nL = (600-619)\nM = (580-599)\nN = (560-579)\nO = (540-559)\nP = (520-539)\nQ = (500-519)\nR = (480-499)\nS = (460-479)\nT = (Low-459)</p>\n</td>\n<td>A - T</td>\n\n\n</table>","event":[{"listen":"prerequest","script":{"id":"ee970770-aefb-4ce7-9461-04b060d8bd4b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4e0a9d46-55ff-430c-b4f4-47f7e5482a49","type":"text/javascript","exec":[""]}}],"_postman_id":"27a0d537-3e57-4c3d-899b-153271f82a76"},{"name":"Property Attributes","item":[],"id":"34dcd78c-4bd8-4c98-9136-84dd510709c5","description":"<table>\n    <tr>\n        <th>Output Field</th>\n        <th>Description</th>\n        <th>Return Values</th>\n    </tr>\n    <tr>\n        <td>PROP_IND</td>\n        <td>Property type indicator, \n            2 digit numeric:\n            10 = Single Family Residence /\n            Townhouse\n            11 = Condominium (residential)\n            20 = Commercial\n            21 = Duplex, Triplex, Quadplex\n            22 = Apartment\n            23 = Hotel, Motel\n            24 = Commercial (condominium)\n            25 = Retail\n            26 = Services (general public)\n            27 = Office Building\n            28 = Warehouse\n            29 = Financial Institution\n            30 = Hospital (medical complex, \n            clinic)\n            31 = Parking\n            32 = Amusement – Recreation\n            50 = Industrial\n            51 = Industrial Light\n            52 = Industrial Heavy\n            53 = Transport\n            54 = Utilities\n            70 = Agricultural\n            80 = Vacant\n            90 = Exempt\n        </td>\n        <td>nn</td>\n</tr>\n<tr>\n<td>PROP_VALCALC</td>\n<td>The “total” (i.e., land + improvement)\nvalue closet to current market value used \nfor assessment by county or local taxing \nauthorities\n</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_IMP_VALCALC</td>\n<td>The “improvement” value closest to \ncurrent market value used for assessment\nby county or local taxing authorities\n</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_VAL_CALCIND</td>\n<td>Property Value type\nA = Assessed\nM = Market\nP = Appraised\nT = Transitional\n</td>\n<td>A,M,P,T or blank</td>\n</tr>\n<tr>\n<td>PROP_ASSED_VAL</td>\n<td>The Total Assessed Value\nof the Parcel's Land &amp; Improvement values\nas provided by the county or local taxing/assessment\nauthority</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_ACRES</td>\n<td>Total land mass in acres. (4 decimal points).\nExample: 13000=1.3 acres</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_LANDSQFT</td>\n<td>Total land mass in Square Feet</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_YRBLD</td>\n<td>The construction year of the original building. (e.g., YYYY)</td>\n<td>YYYY</td>\n</tr>\n<tr>\n<td>PROP_LIVINGSQFT</td>\n<td>The area of a building that\nis used for general living. \nThis is typically the area of a building\nthat is heated or air conditioned\nand does not include Garage, Porch or\nBasement square footage</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_RMS</td>\n<td>Total number of rooms contained in the primary building</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_BEDRMS</td>\n<td>Total number of bedrooms contained in the primary building</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_BATHS</td>\n<td>Total number of bathrooms, 2 implied decimal places. 2.00 baths = 200</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_FULLBATHS</td>\n<td>Total number of Full Baths (typically comprised of a sink, toilet, and bathtub / shower stall). A home containing 2 1/2 \n\n<p>baths would have the number 2 stored in this field</p></td><p></p>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_HALFBATHS</td>\n<td>Total number of Half Baths \n(typically comprised of a sink &amp; toilet).\nA home containing 2 1/2 baths would\nhave the number 1 stored in this field</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_AC</td>\n<td>The type of air conditioning method used to cool the building\n(e.g., Central, Wall Unit, Evaporative):\n0=AC.NONE\nACA=AC.COMMERCIAL A/C\nACE=AC.CENTRAL\nACH=AC.CHILLED WATER\nACP=AC.CENTRAL PARTIAL\nACW=AC.CENTRAL &amp; UNIT\nADU=AC.DUAL UNIT\nAEV=AC.EVAPORATIVE\nAFA=AC.FAN COOLING\nAHT=AC.HEAT PUMP\nAOF=AC.OFFICE ONLY\nAPF=AC.REFRIGERATION\nAPK=AC.PACKAGE\nAPR=AC.PACKAGE ROOF\nAPT=AC.PARTIAL\nAPV=AC.REFRIGERATION/EVAPORATION\nASE=AC.SEPARATE SYSTEM\nASO=AC.SOLAR\nASP=AC.SPLIT SYSTEM\nAWA=AC.WALL UNIT\nAWI=AC.WINDOW UNIT\nAWN=AC.WALL/WINDOW UNIT\n</td>\n<td>nnn\n(3 characters)\n</td>\n</tr>\n<tr>\n<td>PROP_FRPL</td>\n<td>This field is populated with a \"Y\"\nif a fireplace is located within the building</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>PROP_POOL</td>\n<td>Populated with a \"Y\" \nif a Pool is present on the parcel</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>PROP_ROOFTYPE</td>\n<td>999=BYPASS\n9A0=IRREGULAR\n9B0=LEAN TO\nA=A-FRAME\nB=BARN\nC=CANOPY\nD=DORMER\nE=FRAME\nF=FLAT\nG=GABLE\nH=GABLE/HIP\nI=HIP\nJ=GEODESIC\nK=MANSARD\nL=BARREL\nM=MONITOR\nN=CONTEMPORARY\nO=SHED\nP=PITCHED\nQ=PYRAMID\nR=ARCHED\nS=SAWTOOTH\nT=CATHEDRAL/CLERESTORY\nU=BUBBLE\nV=GAMBREL\nW=SWISS CHALET/ALPINE\nX=COMPLEX/CUSTOM\nY=BUTTERFLY\nZ=GAMBREL/MANSARD\n</td>\n<td>nnn\n(3 characters)\n</td>\n</tr>\n<tr>\n<td>PROP_TAXAMT</td>\n<td>The tax amount provided by the county or local taxing / assessment authority. This field has 2 implied decimal spaces at the end of its value. Example: 600,010, = $6,000.10</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_RECDATE</td>\n<td>The date the sales transaction was record at the county</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>PROP_SALEAMT</td>\n<td>Price of the sale as depicted on the recorded sales transaction</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_MTGAMT</td>\n<td>Amount of loan</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_MTGDATE</td>\n<td>Date mortgage was initiated</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>PROP_MTGTERM</td>\n<td>The length of time of the mortgage in years</td>\n<td>Integer (years)</td>\n</tr>\n<tr>\n<td>PROP_MTGDUEDATE</td>\n<td>Date mortgage becomes due</td>\n<td>YYYYMMDD</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"3e7280c0-96aa-4f8c-8832-f4b9eb578ed8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bb9d065a-2866-4f71-aaf4-7eb40e0d9a56","type":"text/javascript","exec":[""]}}],"_postman_id":"34dcd78c-4bd8-4c98-9136-84dd510709c5"},{"name":"Auto Attributes","item":[],"id":"7a45c9cf-f272-4c41-b05d-4deaf543638c","description":"<p>Up to 4 vehicles.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Make</td>\n<td>Vehicle Make, 30 characters max</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Model</td>\n<td>Vehicle Model, 30 characters max</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Year</td>\n<td>Vehicle Year</td>\n<td>YYYY</td>\n</tr>\n<tr>\n<td>ClassCD</td>\n<td>Vehicle Class Code, 15 characters max</td>\n<td>15 characters</td>\n</tr>\n<tr>\n<td>FuelTypeCD</td>\n<td>Vehicle Fuel Code</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>MFGCD</td>\n<td>Vehicle Manufacturing Code</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>StyleCD</td>\n<td>Vehicle Style Code</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>Mileage</td>\n<td>Mileage from the last odometer reading in increments of 10,000.\nA=0-10,000. Z= 250,000+\n</td>\n<td>A-Z</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Last verification date</td>\n<td>YYYYMMDD</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"7fa14297-d186-4afe-9879-edc2eefc115c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"92d79d7e-a817-4642-bfba-5944085fe625","type":"text/javascript","exec":[""]}}],"_postman_id":"7a45c9cf-f272-4c41-b05d-4deaf543638c"},{"name":"In Market Auto Attributes","item":[],"id":"992b585b-267d-4a4d-983f-57638c041708","description":"<p>These are premium attribute fields available only by subscription.  Contact Infutor Sales for more information.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>IN_financing_prob_rank</td>\n<td>In Market for new Financing\n100 -  most qualified\n10  - least qualified\n0 - Unknown \n</td>\n<td>0-100</td>\n</tr>\n<tr>\n<td>IN_insurance_prob_rank</td>\n<td>In Market for new Financing\n100 -  most qualified\n10  - least qualified\n0 - Unknown \n</td>\n<td>0-100</td>\n</tr>\n<tr>\n<td>IN_new_vehicle_prob_rank</td>\n<td>In Market for getting Vehicle Insurance\n100 -  most qualified\n10  - least qualified\n0 - Unknown \n</td>\n<td>0-100</td>\n</tr>\n<tr>\n<td>IN_auto_parts_prob_rank</td>\n<td>In Market for buying auto parts\n100 -  most qualified\n10  - least qualified\n0 - Unknown\n</td>\n<td>0-100</td>\n</tr>\n<tr>\n<td>IN_used_vehicle_prob_rank</td>\n<td>In Market for used Vehicle\n100 -  most qualified\n10  - least qualified\n0 - Unknown\n</td>\n<td>0-100</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"ce2db4cb-11c0-42b6-abe4-74d1ca95551f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9c874f82-c6bd-4828-89ea-d253fe6cea70","type":"text/javascript","exec":[""]}}],"_postman_id":"992b585b-267d-4a4d-983f-57638c041708"},{"name":"Phone Attributes","item":[],"id":"8ddb4733-db9d-4ade-9a80-eb2570829a2c","description":"<p>The Phone Types returned by ID Verify are sourced from the telephone carrier network and are authoritative and accurate, even in situations where a phone has been recently ported from landline to wireless.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>PhoneType</td>\n<td>Phone type for the Phone. L=Landline, V=VoIP, W=Wireless, O=Other</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>Phonetype2</td>\n<td>Phone type for the 2nd Phone. L=Landline, V=VoIP, W=Wireless, O=Other</td>\n<td>L, V, W, O</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"c4b17ae4-4fb8-4407-b55c-2eaec13a455d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"10f94682-1869-4932-bf83-0c1f9944fe4e","type":"text/javascript","exec":[""]}}],"_postman_id":"8ddb4733-db9d-4ade-9a80-eb2570829a2c"},{"name":"IP Attributes","item":[],"id":"a17fe5f5-c1ff-41d7-9887-02a886a8361a","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>IP</td>\n<td>IP v4 address. xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n<tr>\n<td>IP Region</td>\n<td>Region. State name if within the US</td>\n<td>50 characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Approximate city the IP address is located within</td>\n<td>28 characters</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>Approximate latitude of the IP address</td>\n<td>11 characters</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>Approximate longitude of the IP address</td>\n<td>11 characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Approximate Zip code associated with the IP address</td>\n<td>5 characters</td>\n</tr>\n<tr>\n<td>ISP</td>\n<td>Internet service provider responsible for the IP address</td>\n<td>255 characters</td>\n</tr>\n<tr>\n<td>IP From</td>\n<td>Starting IP of the range that the IP address belongs xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n<tr>\n<td>IP To</td>\n<td>Final IP of the range that the IP address belongs xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"e54861de-a87d-4082-a616-e260e2a4ac13","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8cadd5bf-1039-4231-835a-104e54ac7d30","type":"text/javascript","exec":[""]}}],"_postman_id":"a17fe5f5-c1ff-41d7-9887-02a886a8361a"}],"id":"d541418c-ad37-4276-b295-ba0d7a45d06a","_postman_id":"d541418c-ad37-4276-b295-ba0d7a45d06a","description":""}],"id":"7be3d2b1-e39c-4deb-9089-0f4c8c1219c4","description":"<p>The ID Max Plus product returns identity information, additional points of contact, scores, and attributes in the output. The identity information includes name &amp; address, while the additional points of contact include additional phone numbers and email addresses.</p>\n\n<p>The Scores returned from ID Max include both the overall IDVerifyScore and more granular component results. The Component results are divided into 4 sections: Validation Components, Linkage Components, Risk Flag Components, and Component Summaries.</p>\n\n<p>Customers can opt to use Infutor’s IDVerifyScore to make a pass/fail decision about an individual, or customers desiring to build their own scoring algorithms for verification can opt to use the components for more control and granularity. In addition to the scores that ID Max returns, the product also returns attributes, which provide deeper insights into the individual.</p>\n\n<p>The attributes ID Max returns include Demographic Attributes, Property Attributes, Auto Attributes, Phone Attributes, and IP Attributes.</p>\n","event":[{"listen":"prerequest","script":{"id":"fec3f984-a8fc-48b0-a080-820c7bbc5929","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6bba314c-f414-4e37-b304-c2f3cb8c11d1","type":"text/javascript","exec":[""]}}],"_postman_id":"7be3d2b1-e39c-4deb-9089-0f4c8c1219c4"},{"name":"API Response Codes","item":[],"id":"83d9c957-c8ee-4cdb-bfd9-c96e968f01cd","description":"<h3 id=\"ip-attributes\">IP Attributes:</h3>\n<p>The following is a table of potential output response codes &amp; messages:</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>0</td>\n<td>Successful</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No Records found</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Missing required parameter(s)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Too many results. Please refine your search criteria</td>\n</tr>\n<tr>\n<td>4</td>\n<td>You have reached the maximum number of transactions allowed</td>\n</tr>\n<tr>\n<td>102</td>\n<td>The user is invalid (double-check credentials)</td>\n</tr>\n<tr>\n<td>All other codes</td>\n<td>System error. Retry search, if failure continues, contact support</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"4add4d2b-0bf0-4025-8d28-7c0dcdd1ff4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2abd40f9-fa2b-4031-aa35-b623c64d65e6","type":"text/javascript","exec":[""]}}],"_postman_id":"83d9c957-c8ee-4cdb-bfd9-c96e968f01cd"}],"id":"fc83bebd-5a95-49ff-94f6-224e9f002869","event":[{"listen":"prerequest","script":{"id":"a2a82f1e-04f8-4957-bd17-7a684b349cad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2b25c4bd-3360-4f14-a26b-6dd24364769b","type":"text/javascript","exec":[""]}}],"_postman_id":"fc83bebd-5a95-49ff-94f6-224e9f002869","description":""},{"name":"ID Max Premium","item":[{"name":"Overview","item":[],"id":"999da02f-a210-415a-9f9c-b860863e952c","description":"<p>ID Max Premium product is a real-time solution that verifies and completes fractional consumer information to identify, score and segment individuals. ID Max Premium provides significant value by returning key consumer information:</p>\n<p>-ID Max Premium receives partial or complete consumer contact information as input and returns completed identity information (name, address, additional phones, and additional emails)</p>\n<p>-After completion of core identity information, ID Max Premium provides a score on a 100 point scale to reflect the level of verification. This score can be used to make a pass/fail decision when verifying a given individual</p>\n<p>-To complete the individual profile, ID Max Premium also provides key consumer attributes (property, demographics, and phone attributes) to drive inbound routing, marketing segmentation, and offer personalization</p>","event":[{"listen":"prerequest","script":{"id":"ff748d81-9890-42fd-9b2a-744472471777","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"33f297f8-5874-44e8-be4e-66d352fef57c","type":"text/javascript","exec":[""]}}],"_postman_id":"999da02f-a210-415a-9f9c-b860863e952c"},{"name":"Inputs","item":[{"name":"Minimum Required Fields","item":[],"id":"41f0fcc8-e223-4ee1-a689-cb7aec514e78","description":"<p>For Identity append/competition &amp; additional contact information, ID Max requires phone, email or name &amp; address input.</p>\n\n<p>At a minimum, one of the following input combinations is required for processing:</p>\n\n\n<ul>\n<li>Phone</li>\n<li>Phone2</li>\n<li>Email</li>\n<li>FName + LName</li>\n<li>FullName</li>\n<li>Address1 + Zip</li>\n<li>Address1 + City + State</li>\n</ul>","event":[{"listen":"prerequest","script":{"id":"738da53e-2d27-4236-805d-58a7823325bb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"85033e3e-a303-4d2c-8e4f-29d8c3145a0d","type":"text/javascript","exec":[""]}}],"_postman_id":"41f0fcc8-e223-4ee1-a689-cb7aec514e78"}],"id":"d96fd139-2467-4545-bcf1-195241fb22d7","description":"<p>The ID Max Premium product accepts identity data elements including name, address, phone, and email as input. ID Max accepts IP address to flag if a consumer is using a non-US based IP address.</p>\n\n<table>\n<tr>\n<td><b>Input Field</b></td>\n<td><b>Required?</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>Login</td>\n<td>Required</td>\n<td>Account username</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Required</td>\n<td>Account password</td>\n</tr>\n<tr>\n<td>FullName</td>\n<td>Required*</td>\n<td>Full individual Name</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Required*</td>\n<td>First name, 15 characters max</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Required*</td>\n<td>Last name, 15 characters max</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Required*</td>\n<td>Address line 1 (example: 1234 N Main St SW Apt 3), 60 characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Optional</td>\n<td>Address line 2, 60 characters max (not needed, entire address can be put in Address1)</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Required*</td>\n<td>City name, 28 characters max. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Required*</td>\n<td>2 character state abbreviation. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Required*</td>\n<td>5 digit numeric USPS zip code.  * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Required*</td>\n<td>10 digit numeric phone number (without spaces, dashes, or parentheses)</td>\n</tr>\n<tr>\n<td>Phone2</td>\n<td>Required*</td>\n<td>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Required*</td>\n<td>Email address, 100 characters max</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>Optional</td>\n<td>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format - when IP Address is provided as an Input parameter, the IP attributes will be populated in the API response</td>\n</tr>\n<tr>\n<td>PHV</td>\n<td>Optional</td>\n<td>By default ID Max will match and return high, medium, and low confidence phones. To exclude low confidence phone numbers, send \"PHV=4. To limit the product to returning only high confidence phone numbers, send \"PHV=3\"</td>\n</tr>\n<tr>\n<td>PCOAMatch</td>\n<td>Optional</td>\n<td>PCOAMatch=True, will return a newer address (if available) for the identity.\nPCOAMatch=False, will output the standardized input address if an address is provided.\nDefault value: PCOAMatch=False.\n</td>\n</tr>\n<tr>\n<td>PhoneCategory</td>\n<td>Optional</td>\n<td>Append phones at an individual or household level, PhoneCategory=I (Individual),=H(Household), default is H</td>\n</tr>\n<tr>\n<td>EmailCategory</td>\n<td>Optional</td>\n<td>Append emails at an individual or household level, EmailCategory=I (Individual),=H(Household), default is I</td>\n</tr>\n<tr>\n<td>PaaMatch</td>\n<td>Optional</td>\n<td>PaaMatch=True, provides up to 3 name aliases and previous addresses for the returned identity (if available).\nPaaMatch=False, provides the most current identity name and address. (no historical).\nDefault value: PaaMatch=False\n</td>\n</tr>\n<tr>\n<td>Suppression</td>\n<td>Optional</td>\n<td>Suppress Email records with restrictions, True or False.  Default: Suppression=True</td>\n</tr>\n<tr>\n<td>ProbabilisticFill</td>\n<td>Optional</td>\n<td>ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"36eb4462-cf23-4130-b786-b9f73f1bf075","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0bc7146f-ad5a-46b7-abc5-1428d5b1868b","type":"text/javascript","exec":[""]}}],"_postman_id":"d96fd139-2467-4545-bcf1-195241fb22d7"},{"name":"RESTful JSON API ","item":[{"name":"ID Max Premium (Successful Request) (JSON)","id":"3129c7d6-d762-41b9-8769-5d4a981e1545","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.yourdatadelivery.com/service/rest/IDComplete?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&version=2","description":"<p>ID Max is a real-time solution that completes fractional consumer information to identify and segment individuals. ID Max provides significant value by returning key consumer information: ID Max receives partial or complete consumer contact information as input and returns completed identity information (name, address, additional phone numbers and emails).</p>","urlObject":{"protocol":"https","path":["service","rest","IDComplete"],"host":["api","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account username (Required)</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account password (Required)</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First name, 15 characters max</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code.  * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"Email"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"IP"},{"key":"version","value":"2"}],"variable":[]}},"response":[{"id":"76c73d58-41e0-452e-87e5-e1572a860476","name":"ID Max Premium (Successful Request) (JSON)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.yourdatadelivery.com/service/rest/IDComplete?Login=UserName&Password=Password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&PHV=PHV&PCOAMatch=PCOAMatch&PhoneCategory=PhoneCategory&EmailCategory=EmailCategory&PaaMatch=PaaMatch&Suppression=Suppression&ProbabilisticFill=ProbabilisticFill&version=2","protocol":"https","host":["api","yourdatadelivery","com"],"path":["service","rest","IDComplete"],"query":[{"key":"Login","value":"UserName"},{"key":"Password","value":"Password"},{"key":"FullName","value":"FullName"},{"key":"FName","value":"FName"},{"key":"LName","value":"LName"},{"key":"Address1","value":"Address1"},{"key":"Address2","value":"Address2"},{"key":"City","value":"City"},{"key":"State","value":"State"},{"key":"Zip","value":"Zip"},{"key":"Phone","value":"Phone"},{"key":"Phone2","value":"Phone2"},{"key":"Email","value":"Email"},{"key":"IP","value":"IP"},{"key":"PHV","value":"PHV"},{"key":"PCOAMatch","value":"PCOAMatch"},{"key":"PhoneCategory","value":"PhoneCategory"},{"key":"EmailCategory","value":"EmailCategory"},{"key":"PaaMatch","value":"PaaMatch"},{"key":"Suppression","value":"Suppression"},{"key":"ProbabilisticFill","value":"ProbabilisticFill"},{"key":"version","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"1242"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 07 Aug 2019 20:05:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": \"0\",\n    \"ResponseMsg\": \"Successful\",\n    \"Detail\": {\n        \"__type\": \"IDCompleteResult:https://api.yourdatadelivery.com/service\",\n\t\t\t\t\t       \"Identity\": {\n\t\t\t\t\t\"Name\": {\n\t\t\t\t\t\"FName\": \"John\",\n\t\t\t\t\t\"LName\": \"Smith\",\n\t\t\t\t\t\"MName\": \"\",\n\t\t\t\t\t\"BusName\": \"\"\n\t\t\t\t\t},\n\t\t\t\t\t\"NameAlias1\": {\n\t\t\t\t\t        \"Prefix\": \"\",\n\t\t\t\t\t        \"FName\": \"JONATHAN\",\n\t\t\t\t\t        \"LName\": \"SMITH\",\n\t\t\t\t\t        \"MName\": \"\",\n\t\t\t\t\t        \"Suffix\": \"\"\n\t\t\t\t\t},\n\t\t\t\t\t\"NameAlias2\": {\n\t\t\t\t\t        \"Prefix\": \"\",\n\t\t\t\t\t        \"FName\": \"J\",\n\t\t\t\t\t        \"LName\": \"Smith\",\n\t\t\t\t\t        \"MName\": \"LANCE\",\n\t\t\t\t\t        \"Suffix\": \"\"\n\t\t\t\t\t},\n\t\t\t\t\t\"NameAlias3\": {\n\t\t\t\t\t        \"Prefix\": \"\",\n\t\t\t\t\t        \"FName\": \"JOHNNY\",\n\t\t\t\t\t        \"LName\": \"SMITH\",\n\t\t\t\t\t        \"MName\": \"L\",\n\t\t\t\t\t        \"Suffix\": \"\"\n\t\t\t\t\t},\n\t\t\t\t\t\"Address\": {\n\t\t\t\t\t\"House\": \"123\",\n\t\t\t\t\t\"PreDir\": \"\",\n\t\t\t\t\t\"Street\": \"Main\",\n\t\t\t\t\t\"StrType\": \"ST\",\n\t\t\t\t\t\"PostDir\": \"\",\n\t\t\t\t\t\"AptType\": \"APT\",\n\t\t\t\t\t\"AptNbr\": \"A\",\n\t\t\t\t\t\"City\": \"Chicago\",\n\t\t\t\t\t\"State\": \"IL\",\n\t\t\t\t\t\"Zip\": \"60601\",\n\t\t\t\t\t\"Z4\": \"8833\",\n\t\t\t\t\t\"DPC\": \"464\",\n\t\t\t\t\t\"CRTE\": \"C088\",\n\t\t\t\t\t\"CNTY\": \"043\",\n\t\t\t\t\t\"Z4Type\": \"S\",\n\t\t\t\t\t\"DPV\": \"Y\",\n\t\t\t\t\t\"Deliverable\": \"Y\",\n\t\t\t\t\t\"ValDate\": \"20170504\"\n\t\t\t\t\t},\n\t\t\t\t\t\"PreviousAddress1\": {\n\t\t\t\t\t\"House\": \"456\",\n\t\t\t\t\t\"PreDir\": \"\",\n\t\t\t\t\t\"Street\": \"2ND\",\n\t\t\t\t\t\"StrType\": \"AVE\",\n\t\t\t\t\t\"PostDir\": \"\",\n\t\t\t\t\t\"AptType\": \"\",\n\t\t\t\t\t\"AptNbr\": \"\",\n\t\t\t\t\t\"City\": \"CHICAGO\",\n\t\t\t\t\t\"State\": \"IL\",\n\t\t\t\t\t\"Zip\": \"60601\",\n\t\t\t\t\t\"Z4\": \"3750\",\n\t\t\t\t\t\"DPC\": \"586\",\n\t\t\t\t\t\"CRTE\": \"C002\",\n\t\t\t\t\t\"DPV\": \"Y\"\n\t\t\t\t\t},\n\t\t\t\t\t\"PreviousAddress2\": {\n\t\t\t\t\t\"House\": \"789\",\n\t\t\t\t\t\"PreDir\": \"\",\n\t\t\t\t\t\"Street\": \"BLACK RIDGE\",\n\t\t\t\t\t\"StrType\": \"DR\",\n\t\t\t\t\t\"PostDir\": \"\",\n\t\t\t\t\t\"AptType\": \"\",\n\t\t\t\t\t\"AptNbr\": \"\",\n\t\t\t\t\t\"City\": \"EL PASO\",\n\t\t\t\t\t\"State\": \"TX\",\n\t\t\t\t\t \"Zip\": \"79912\",\n\t\t\t\t\t\"Z4\": \"7247\",\n\t\t\t\t\t\"DPC\": \"561\",\n\t\t\t\t\t\"CRTE\": \"C084\",\n\t\t\t\t\t\"DPV\": \"Y\"\n\t\t\t\t\t      },\n\t\t\t\t\t\"PreviousAddress3\": {\n\t\t\t\t\t\"House\": \"123\",\n\t\t\t\t\t\"PreDir\": \"N\",\n\t\t\t\t\t\"Street\": \"MAIN\",\n\t\t\t\t\t\"StrType\": \"ST\",\n\t\t\t\t\t\"PostDir\": \"\",\n\t\t\t\t\t\"AptType\": \"\",\n\t\t\t\t\t\"AptNbr\": \"\",\n\t\t\t\t\t\"City\": \"EL PASO\",\n\t\t\t\t\t\"State\": \"TX\",\n\t\t\t\t\t\"Zip\": \"79913\",\n\t\t\t\t\t\"Z4\": \"1289\",\n\t\t\t\t\t\"DPC\": \"801\",\n\t\t\t\t\t\"CRTE\": \"C024\",\n\t\t\t\t\t\"DPV\": \"Y\"\n\t\t\t\t\t},\n\t\t\t\t\t\"Phones\": {\n\t\t\t\t\t\"Phone\": {\n\t\t\t\t\t\"Phone\": \"1234567890\",\n\t\t\t\t\t\"PhoneType\": \"L\",\n\t\t\t\t\t\"DID\": \"\",\n\t\t\t\t\t\"RecType\": \"R\",\n\t\t\t\t\t\"IDate\": \"20080328\",\n\t\t\t\t\t\"ODate\": \"20110909\",\n\t\t\t\t\t\"TelcoName\": \"CELLCO PARTNERSHIP DBA VERIZON WIRELESS - CA\",\n\t\t\t\t\t\"PHV\": \"1\",\n\t\t\t\t\t\"DACode\": \"C\",\n\t\t\t\t\t\"Score\": \"102\",\n\t\t\t\t\t\"Category\": \"I\"\n\t\t\t\t\t},\n\t\t\t\t\t\"Phone2\": {\n\t\t\t\t\t\"Phone\": \"9087654321\",\n\t\t\t\t\t\"PhoneType\": \"W\",\n\t\t\t\t\t\"DID\": \"\",\n\t\t\t\t\t\"RecType\": \"R\",\n\t\t\t\t\t\"IDate\": \"20080328\",\n\t\t\t\t\t\"ODate\": \"20110909\",\n\t\t\t\t\t\"TelcoName\": \"CELLCO PARTNERSHIP DBA VERIZON WIRELESS - CA\",\n\t\t\t\t\t\"PHV\": \"3\",\n\t\t\t\t\t\"DACode\": \"C\",\n\t\t\t\t\t\"Score\": \"200\",\n\t\t\t\t\t\"Category\": \"H\"\n\t\t\t\t\t},\n\t\t\t\t\t\"Phone3\": {\n\t\t\t\t\t\"Phone\": \"2134567890\",\n\t\t\t\t\t\"PhoneType\": \"V\",\n\t\t\t\t\t\"DID\": \"\",\n\t\t\t\t\t\"RecType\": \"R\",\n\t\t\t\t\t\"IDate\": \"20080328\",\n\t\t\t\t\t\"ODate\": \"20110909\",\n\t\t\t\t\t\"TelcoName\": \"CELLCO PARTNERSHIP DBA VERIZON WIRELESS - CA\",\n\t\t\t\t\t\"PHV\": \"5\",\n\t\t\t\t\t\"DACode\": \"D\",\n\t\t\t\t\t\"Score\": \"203\",\n\t\t\t\t\t\"Category\": \"H\"\n\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"Emails\": {\n\t\t\t\t\t\"Email\": {\n\t\t\t\t\t\"Email\": \"jsmith3456@emailme.net\",\n\t\t\t\t\t\"Suppression\": \"N\",\n\t\t\t\t\t\"Score\": \"102\",\n\t\t\t\t\t\"Category\": \"I\",\n\t\t\t\t\t\"Url\": \"MYWEBSITE.COM\",\n\t\t\t\t\t\"ODate\": \"20180101\",\n\t\t\t\t\t\"Sha2\": \"F5709E36F630621B3277F262C58262E83BB18B969CF87C898BA76B45D5F7C3AB\",\n\t\t\t\t\t\"Sha1\": \"E8C33707A5C4A5C4DA935B1ED6B02F3BB8B46AD7\",\n\t\t\t\t\t\"MD5\": \"A6147361910ABBAA4299B2C368DB4766\"\n\t\t\t\t\t},\n\t\t\t\t\t\"Email2\": {\n\t\t\t\t\t\"Email\": \"johns123@emaildomain.com\",\n\t\t\t\t\t\"Suppression\": \"N\",\n\t\t\t\t\t\"Score\": \"104\",\n\t\t\t\t\t\"Category\": \"I\",\n\t\t\t\t\t\"Url\": \"MYWEBSITE.COM\",\n\t\t\t\t\t\"ODate\": \"20180101\",\n\t\t\t\t\t\"Sha2\": \"8A4A794CEC9D653F4E6C3280F8C6FFF3031AEA11D4059AE5EA708ECA2D93BC0F\",\n\t\t\t\t\t\"Sha1\": \"00D9190243F3C5419662F9512F69636E2560500A\",\n\t\t\t\t\t\"MD5\": \"4F6D63B91B5BA8436A154FA59AF2AA1F\"\n\t\t\t\t\t},\n\t\t\t\t\t\"Email3\": {\n\t\t\t\t\t\"Email\": \"josmithy31@gmail.com\",\n\t\t\t\t\t\"Suppression\": \"N\",\n\t\t\t\t\t\"Score\": \"108\",\n\t\t\t\t\t\"Category\": \"I\",\n\t\t\t\t\t\"Url\": \"MYWEBSITE.COM\",\n\t\t\t\t\t\"ODate\": \"20180101\",\n\t\t\t\t\t\"Sha2\": \"4A801A1EFB8748A691E75B096AA3C09704FD7AF038F1B1D4DE48203E15ADA6AC\",\n\t\t\t\t\t\"Sha1\": \"981686F5D433FE8B57D1FBAEE63DA6EDCA16476E\",\n\t\t\t\t\t\"MD5\": \"23E1474E3425ECCA21AE763345EA261D\"\n\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"IDScores\": {\n\t\t\t\t\t\"ValidAddress\": \"100\",\n\t\t\t\t\t\"ValidPhone\": \"100\",\n\t\t\t\t\t\"ValidEmail\": \"100\",\n\t\t\t\t\t\"ValidName\": \"100\",\n\t\t\t\t\t\"Deceased\": \"100\",\n\t\t\t\t\t\"NameToPhone\": \"80\",\n\t\t\t\t\t\"NameToEmail\": \"100\",\n\t\t\t\t\t\"NameToAddress\": \"100\",\n\t\t\t\t\t\"AddressToPhone\": \"90\",\n\t\t\t\t\t\"AddressToEmail\": \"100\",\n\t\t\t\t\t\"PhoneToEmail\": \"10\",\n\t\t\t\t\t\"USLocation\": \"100\",\n\t\t\t\t\t\"ValidPhone2\": \"100\",\n\t\t\t\t\t\"NameToPhone2\": \"60\",\n\t\t\t\t\t\"AddressToPhone2\": \"91\",\n\t\t\t\t\t\"Phone2ToEmail\": \"100\",\n\t\t\t\t\t\t\t\t\"PhoneConfidenceScore\": \"100\",\n\t\t\t\t\t\"Phone2ConfidenceScore\": \"90\",\n\t\t\t\t\t\"AddressConfidenceScore\": \"70\",\n\t\t\t\t\t\"ValidCount\": \"5\",\n\t\t\t\t\t\"LinkageCount\": \"7.2\",\n\t\t\t\t\t\"RiskFlagCount\": \"0\",\n\t\t\t\t\t\"ValidationSummary\": \"PASS\",\n\t\t\t\t\t\"LinkageSummary\": \"PASS\",\n\t\t\t\t\t\"RiskFlagSummary\": \"PASS\",\n\t\t\t\t\t\"IDVerifyScore\": \"98\"\n\t\t\t\t\t},\n\t\t\t\t\t\"IDAttributes\": {\n\t\t\t\t\t\"PropertyAttributes\": {\n\t\t\t\t\t\"IDS\": {\n\t\t\t\t\t\"PID\": \"N3939OE3GASGD5QCQ3ZF\",\n\t\t\t\t\t\"AID\": \"Y000000044732285\"\n\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\"Location\": {\n\t\t\t\t\t\t\t\t\t\t\"FIPSCD\": \"17043\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_CENSUSTRACT\": \"8427111001\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MUNINAME\": \"MILTON TWP\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_TOWNSHIPCD\": \"39\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_SUBDIVISION\": \"BRIARCLIFFE UNIT 03\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_ZONING\": \"R\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_RANGE\": \"10\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_SECTION\": \"34\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_LATITUDE\": \"41.828800\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_LONGITUDE\": \"-88.08850\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_LANDUSE\": \"163\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_APN\": \"05-34-105-011\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_APNSEQNBR\": \"001\"\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t \t\t\t\t\"AdditionalInformation\": {\n\t\t\t\t\t\t\t\t\t\t\"PROP_OWNEROCC\": \"O\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_ADDRIND\": \"S\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_CORPIND\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_RESCD\": \"Y\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_IND\": \"10\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MOBHOME\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_NRBBLD\": \"1\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_STYLE\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_STORIESCD\": \"20\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_STORIESNBR\": \"200\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_APTNBR\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_QLTY\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_BLDGCD\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_BLDGIMPCD\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_COND\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_CNSTRTYPE\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_EXTNW\": \"FRA\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_VALCALC\": \"274726\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_VAL_CALCIND\": \"A\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_LAND_VALCALC\": \"26390\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_LAND_VALCALC_IND\": \"A\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_IMP_VALCALC\": \"73650\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_IMP_VALCALC_IND\": \"A\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_ASSED_VAL\": \"274726\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_ASSED_LANDVAL\": \"26390\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_ASSED_IMPVAL\": \"73650\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MRKTVAL\": \"300120\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MRKT_LANDVAL\": \"79170\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MRKT_IMPVAL\": \"220950\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_APPRAISED_VAL\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_APPRAISED_LANDVAL\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_APPRAISED_IMPVAL\": \"\"\n\t\t\t\t\t \t\t\t\t},\n\t\t\t\t\t \t\t\t\t\"Attributes\": {\n\t\t\t\t\t\t\t\t\t\t\"PROP_VIEW\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_LCTN_INFL\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_FRONTFT\": \"77\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_DEPTHFT\": \"144\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_ACRES\": \"1729\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_LANDSQFT\": \"7530\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_YRBLD\": \"2002\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_EFFYRBLD\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_UNVBLDSQFT\": \"2029\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_BLDSQFTIND\": \"L\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_BLDSQFT\": \"2428\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_LIVINGSQFT\": \"3108\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_GRDFLRSQFT\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_GROSSSQFT\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_ADJGROSSSQFT\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_BSMTSQFT\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_PRKGSQFT\": \"399\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_RMS\": \"10\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_BEDRMS\": \"300\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_BATHSCALC\": \"300\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_BATHS\": \"300\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_FULLBATHS\": \"2\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_HALFBATHS\": \"1\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_1QTRBATHS\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_3QTRBATHS\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_BATHFIXS\": \"\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_AC\": \"ACE\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_BSMTF\": \"\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_FRPL\": \"Y\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_FRPLNBR\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_FRPLTYPE\": \"0U0\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_FND\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_FLR\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_FRAME\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_GAR\": \"450\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_HEAT\": \"FA0\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_PRKGSPACES\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_PRKGTYPE\": \"450\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_POOL\": \"Y\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_POOLCD\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_ROOFCOVER\": \"13\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_ROOFTYPE\": \"I\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_ENERGY\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_FUEL\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_SEWER\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_WATER\": \"\"\n\t\t\t\t\t \t\t\t\t},\n\t\t\t\t\t \t\t\t\t\"AssessorDeed\": {\n\t\t\t\t\t\t\t\t\t\t\"PROP_HOMESTEAD\": \"Y\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_XMTVET\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_XMT_DISABLED\": \"\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_TAXAMT\": \"597479\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_TAXYR\": \"2016\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_DOCYR\": \"2013\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_SALESDEEDCD\": \"G\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_RECDATE\": \"20020827\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_SELLERNAME\": \"DRISCOLL JULIANNE J\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_SALEDATE\": \"20130605\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_SALEAMT\": \"200303\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_SALECD\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_APNCD\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_APNCNT\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_ASMTYR\": \"2016\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_SALESTRANSCD\": \"1\"\n\t\t\t\t\t \t\t\t\t},\n\t\t\t\t\t\t\t\t\t\"PriorSale\": {\n\t\t\t\t\t\t\t\t\t\t\"PROP_RECDATE_PRIOR\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_SALEDATE_PRIOR\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_SALEAMT_PRIOR\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_SALECD_PRIOR\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_APNCD_PRIOR\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_DEEDCD_PRIOR\": \"MG\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_DOCYR_PRIOR\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_DEEDTYPE_PRIOR\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_SALESTRANSCD_PRIOR\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGAMT_PRIOR\": \"\"\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t \t\t\t\t\"Mortgage\": {\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGINTCD\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_OWNERCD\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_SELLCARRYBACK\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_TITTLECOMPANY\": \"CITYWIDE TITLE CORP\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_LOANTOVAL\": \"64\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_MTGAMT\": \"150604\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_MTGDATE\": \"20040416\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGLOANCD\": \"CNV\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGDEEDCD\": \"MG\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_MTGTERM\": \"30\",\n\t\t\t\t\t \t\t\t\t\t\"PROP_MTGDUEDATE\": \"20280605\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGASSUMPTIONAMT\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_LENDERNAME\": \"GUARANTEED RATE INC\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGREFICD\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_RMSEQUITYCD\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGINTRATE\": \"41250\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGINTRATETYPE\": \"FIX\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGAMT2\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGDATE2\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGLOANCD2\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGDEEDCD2\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGTERM2\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGDUEDATE2\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGASSUMPTIONAMT2\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_LENDERNAME2\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGREFICD2\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_RMSEQUITYCD2\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGINTRATE2\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGINTRATETYPE2\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGAMT3\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGDATE3\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGLOANCD3\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGDEEDCD3\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGTERM3\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGDUEDATE3\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGASSUMPTIONAMT3\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_LENDERNAME3\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGREFICD3\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_RMSEQUITYCD3\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PROP_MTGINTRATE3\": \"\",\n\t\t\t\t\t\"PROP_MTGINTRATETYPE3\": \"\"\n\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"DemographicAttributes\": {\n\t\t\t\t\t\"IDS\": {\n\t\t\t\t\t\"PID\": \"Y39394470549246\",\n\t\t\t\t\t\"AID\": \"Y000000025249559\",\n\t\t\t\t\t\"HHID\": \"Y000000025249559SMITH\"\n\t\t\t\t\t},\n\t\t\t\t\t\"Demographics\": {\n\t\t\t\t\t\t\t\t\t\t\"Gender\": \"M\",\n\t\t\t\t\t \t\t\t\t\t\"Age\": \"50\",\n\t\t\t\t\t\t\t\t\t\t\"MedYrBld\": \"2002\",\n\t\t\t\t\t\t\t\t\t\t\"LOR\": \"11\",\n\t\t\t\t\t \t\t\t\t\t\"Homeowner\": \"H\",\n\t\t\t\t\t\t\t\t\t\t\"EHI\": \"D\",\n\t\t\t\t\t \t\t\t\t\t\"DwellType\": \"S\",\n\t\t\t\t\t\t\t\t\t\t\"Married\": \"M\",\n\t\t\t\t\t\t\t\t\t\t\"MobHome\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"Pool\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"FirePl\": \"Y\",\n\t\t\t\t\t\t\t\t\t\t\"SglParent\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"HHNBRSR\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"CreditCard\": \"\",\n\t\t\t\t\t \t\t\t\t\t\"WealthScr\": \"F\",\n\t\t\t\t\t\t\t\t\t\t\"CharityDnr\": \"\",\n\t\t\t\t\t \t\t\t\t\t\"MrktHomeVal\": \"H\",\n\t\t\t\t\t\t\t\t\t\t\"Education\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"Ethnicity\": \"\",\n\t\t\t\t\t \t\t\t\t\t\"ChildCd\": \"Y\",\n\t\t\t\t\t\t\t\t\t\t\"ChildAgeCd\": \"\",\n\t\t\t\t\t \t\t\t\t\t\"ChildNbrCd\": \"B\",\n\t\t\t\t\t\t\t\t\t\t\"VehLux\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"VehSuv\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"VehTrk\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PctBlk\": \"T\",\n\t\t\t\t\t\t\t\t\t\t\"PctWht\": \"D\",\n\t\t\t\t\t\t\t\t\t\t\"PctHsp\": \"T\",\n\t\t\t\t\t\t\t\t\t\t\"PctAsi\": \"S\",\n\t\t\t\t\t\t\t\t\t\t\"PctEngSpeak\": \"D\",\n\t\t\t\t\t\t\t\t\t\t\"PctSpnSpeak\": \"S\",\n\t\t\t\t\t\t\t\t\t\t\"PctAsiaSpeak\": \"T\",\n\t\t\t\t\t\t\t\t\t\t\"PctSFDU\": \"A\",\n\t\t\t\t\t\t\t\t\t\t\"PctMFDU\": \"\",\n\t\t\t\t\t \t\t\t\t\t\"MHV\": \"C\",\n\t\t\t\t\t\t\t\t\t\t\"MOR\": \"F\",\n\t\t\t\t\t\t\t\t\t\t\"PctAuto\": \"A\",\n\t\t\t\t\t \t\t\t\t\t\"MedSchl\": \"131\",\n\t\t\t\t\t\t\t\t\t\t\"PctWhiteCollar\": \"I\",\n\t\t\t\t\t\t\t\t\t\t\"PctBlueCollar\": \"S\",\n\t\t\t\t\t\t\t\t\t\t\"PctOccO\": \"N\",\n\t\t\t\t\t\t\t\t\t\t\"DemoLvl\": \"1\"\n\t\t\t\t\t \t\t\t\t},\n\t\t\t\t\t\t\t\t\t\"LifeStyles\": {\n\t\t\t\t\t\t\t\t\t\t\"PIPriceClub\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIWomanAprl\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIMenAprl\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIChildAprl\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIPetAprl\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIBookBuy\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIBookRead\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIHiTech\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIArts\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PICollect\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIHomeGrd\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIHomeImp\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PICookWine\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIGamble\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PITravel\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIFitness\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PISelfImp\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIAuto\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PISport\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIOutdoor\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIInvst\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIBoat\": \"\",\n\t\t\t\t\t\t\t\t\t\t\"PIMoto\": \"\"\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t \t\t\t\t\"PowerScore\": {\n\t\t\t\t\t \t\t\t\t\t\"PurPowerScr\": \"G\",\n\t\t\t\t\t\"ScoreCode\": \"G\"\n\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"PhoneAttributes\": {\n\t\t\t\t\t\"PhoneType\": \"L\",\n\t\t\t\t\t\"PhoneType2\": \"W\"\n\t\t\t\t\t},\n\t\t\t\t\t\"AutoAttributes\": {\n\t\t\t\t\t\"IDS\": {\n\t\t\t\t\t\"PID\": \"Y39394470549246\",\n\t\t\t\t\t\"AID\": \"Y000000044732285\",\n\t\t\t\t\t\"HHID\": \"Y000000044732285SMITH\"\n\t\t\t\t\t},\n\t\t\t\t\t\"Vehicle\": {\n\t\t\t\t\t\"Make\": \"FORD\",\n\t\t\t\t\t\"Model\": \"FOCUS\",\n\t\t\t\t\t\"Year\": \"2014\",\n\t\t\t\t\t\"ClassCD\": \"SMALL CAR\",\n\t\t\t\t\t\"FuelTypeCD\": \"F\",\n\t\t\t\t\t\"MFGCD\": \"F\",\n\t\t\t\t\t\"StyleCD\": \"HATCHBACK\",\n\t\t\t\t\t\"Mileages\": \"A\",\n\t\t\t\t\t\"ODate\": \"20160501\",\n\t\t\t\t\t\"VIN\":\"1FADP3F21EL421566\"\n\t\t\t\t\t},\n\t\t\t\t\t\"Vehicle2\": {\n\t\t\t\t\t\"Make\": \"FORD\",\n\t\t\t\t\t\"Model\": \"MUSTANG\",\n\t\t\t\t\t\"Year\": \"2001\",\n\t\t\t\t\t\"ClassCD\": \"MID SIZE CAR\",\n\t\t\t\t\t\"FuelTypeCD\": \"G\",\n\t\t\t\t\t\"MFGCD\": \"F\",\n\t\t\t\t\t\"StyleCD\": \"CONV\",\n\t\t\t\t\t\"Mileages\": \"R\",\n\t\t\t\t\t\"ODate\": \"20151203\",\n\t\t\t\t\t\"VIN\":\"1FAFP40471F227691\"\n\t\t\t\t\t},\n\t\t\t\t\t\"Vehicle3\": {\n\t\t\t\t\t\"Make\": \"HONDA\",\n\t\t\t\t\t\"Model\": \"ODYSSEY\",\n\t\t\t\t\t\"Year\": \"2002\",\n\t\t\t\t\t\"ClassCD\": \"MINIVAN\",\n\t\t\t\t\t\"FuelTypeCD\": \"G\",\n\t\t\t\t\t\"MFGCD\": \"L\",\n\t\t\t\t\t\"StyleCD\": \"VAN\",\n\t\t\t\t\t\"Mileages\": \"I\",\n\t\t\t\t\t\"ODate\": \"20120924\",\n\t\t\t\t\t\"VIN\":\"2HKRL18612H510957\"\n\t\t\t\t\t},\n\t\t\t\t\t\"Vehicle4\": {\n\t\t\t\t\t\"Make\": \"HYUNDAI\",\n\t\t\t\t\t\"Model\": \"SANTA FE\",\n\t\t\t\t\t\"Year\": \"2011\",\n\t\t\t\t\t\"ClassCD\": \"SMALL SUV\",\n\t\t\t\t\t\"FuelTypeCD\": \"G\",\n\t\t\t\t\t\"MFGCD\": \"L\",\n\t\t\t\t\t\"StyleCD\": \"UTIL\",\n\t\t\t\t\t\"Mileages\": \"F\",\n\t\t\t\t\t\"ODate\": \"20160508\",\n\t\t\t\t\t\"VIN\":\"5XYZGDAB3BG003997\"\n\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"IPAttributes\": {\n\t\t\t\t\t\"IP\": \"172.13.172.51\",\n\t\t\t\t\t\"IPRegion\": \"Tennessee\",\n\t\t\t\t\t\"City\": \"Memphis\",\n\t\t\t\t\t\"Zip\": \"37501\",\n\t\t\t\t\t\"Latitude\": \"35.15\",\n\t\t\t\t\t\"Longitude\": \"-90.05\",\n\t\t\t\t\t\"ISP\": \"AT&T Internet Services\",\n\t\t\t\t\t\"IPFrom\": \"172.13.168.0\",\n\t\t\t\t\t\"IPTo\": \"172.13.173.255\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"IDIntelligence\": {\n\t\t\t\t\t\"InMarketAuto\": {\n\t\t\t\t\t\"IN_financing_prob_rank\": \"70\",\n\t\t\t\t\t\"IN_insurance_prob_rank\": \"100\",\n\t\t\t\t\t\"IN_new_vehicle_prob_rank\": \"40\",\n\t\t\t\t\t\"IN_auto_parts_prob_rank\": \"10\",\n\t\t\t\t\t\"IN_used_vehicle_prob_rank\": \"20\"\n\t\t\t\t\t}\n\t\t\t\t\t  \"IDConnex\": {\t\n\t\t\t\t\t\"HouseholdClusterCode\":\"\",\n\t\t\t\t\t\"HouseholdClusterName\":\"\",\n\t\t\t\t\t\"DetailHouseholdClusterCode\":\"\",\n\t\t\t\t\t\"NeighborhoodClusterCode\":\"\",\n\t\t\t\t\t\"NeighborhoodClusterName\":\"\",\n\t\t\t\t\t\"FamilyClusterCode\":\"\",\n\t\t\t\t\t\"FamilyClusterName\":\"\",\n\t\t\t\t\t\"MessagingClusterCode\":\"\",\n\t\t\t\t\t\"MessagingClusterName\t\":\"\",\n\t\t\t\t\t\"DigitalClusterCode\":\"\",\n\t\t\t\t\t\"DigitalClusterName\":\"\",\n\t\t\t\t\t\"GenerationClusterCode\":\"\",\n\t\t\t\t\t\"GenerationClusterName\":\"\",\n\t\t\t\t\t\"GenerationGroupCode\":\"\",\n\t\t\t\t\t\"LifeStageClusterCode\":\"\",\n\t\t\t\t\t\"LifeStageClusterName\":\"\",\n\t\t\t\t\t\"LifeStageGroupCode\":\"\"\n\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"3129c7d6-d762-41b9-8769-5d4a981e1545"}],"id":"5455676a-3e8f-44ec-a38c-6c4e3b01f9ad","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"5455676a-3e8f-44ec-a38c-6c4e3b01f9ad","description":""},{"name":"RESTful XML API ","item":[{"name":"ID Max (Successful Request) (XML)","id":"49603293-5ad8-4ea5-8c7c-bfaa7d67a893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://xml.yourdatadelivery.com/IDComplete?Login={{UserName}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&version={{2}}","description":"<p>ID Max is a real-time solution that completes fractional consumer information to identify and segment individuals. ID Max provides significant value by returning key consumer information: ID Max receives partial or complete consumer contact information as input and returns completed identity information (name, address, additional phone numbers and emails).</p>","urlObject":{"protocol":"https","path":["IDComplete"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account username (Required)</p>\n","type":"text/plain"},"key":"Login","value":"{{UserName}}"},{"description":{"content":"<p>Account password (Required)</p>\n","type":"text/plain"},"key":"Password","value":"{{Password}}"},{"description":{"content":"<p>Full individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"{{FullName}}"},{"description":{"content":"<p>First name, 15 characters max</p>\n","type":"text/plain"},"key":"FName","value":"{{FName}}"},{"description":{"content":"<p>Last name, 20 characters max</p>\n","type":"text/plain"},"key":"LName","value":"{{LName}}"},{"description":{"content":"<p>Address line 1, 64 characters max</p>\n","type":"text/plain"},"key":"Address1","value":"{{Address1}}"},{"description":{"content":"<p>Address line 2, 64 characters max</p>\n","type":"text/plain"},"key":"Address2","value":"{{Address2}}"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"City","value":"{{City}}"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"State","value":"{{State}}"},{"description":{"content":"<p>5 digit numeric USPS zip code.  * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"Zip","value":"{{Zip}}"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"{{Phone}}"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"{{Phone2}}"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"{{Email}}"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"{{IP}}"},{"key":"version","value":"{{2}}"},{"disabled":true,"key":"PAAMATCH","value":"TRUE"}],"variable":[]}},"response":[{"id":"f57323c1-6331-4966-ab5f-4b88c19a28fd","name":"ID Max (Successful Request) (XML)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://xml.yourdatadelivery.com/IDComplete?Login={{UserName}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&PHV={{PHV}}&PCOAMatch={{PCOAMatch}}&PhoneCategory={{PhoneCategory}}&EmailCategory={{EmailCategory}}&PaaMatch={{PaaMatch}}&Suppression={{Suppression}}&ProbabilisticFill={{ProbabilisticFill}}&version={{2}}","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDComplete"],"query":[{"key":"Login","value":"{{UserName}}","description":"Account username (Required)"},{"key":"Password","value":"{{Password}}","description":"Account password (Required)"},{"key":"FullName","value":"{{FullName}}","description":"Full individual Name "},{"key":"FName","value":"{{FName}}","description":"First name, 15 characters max "},{"key":"LName","value":"{{LName}}","description":"Last name, 20 characters max. "},{"key":"Address1","value":"{{Address1}}","description":"Address line 1, 64 characters max. "},{"key":"Address2","value":"{{Address2}}","description":"Address line 2, 64 characters max."},{"key":"City","value":"{{City}}","description":"City name, 28 characters max. "},{"key":"State","value":"{{State}}","description":"2 character state abbreviation. "},{"key":"Zip","value":"{{Zip}}","description":"5 digit numeric USPS zip code"},{"key":"Phone","value":"{{Phone}}","description":"10 digit numeric phone number (without spaces, dashes, or parentheses) "},{"key":"Phone2","value":"{{Phone2}}","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses) "},{"key":"Email","value":"{{Email}}","description":"Email address, 100 characters max "},{"key":"IP","value":"{{IP}}","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format"},{"key":"PHV","value":"{{PHV}}","description":"By default ID Max will match and return high, medium, and low confidence phones. To exclude low confidence phone numbers, send \"PHV=4. To limit the product to returning only high confidence phone numbers, send \"PHV=3\""},{"key":"PCOAMatch","value":"{{PCOAMatch}}","description":"PCOAMatch=True, will return a newer address (if available) for the identity.\nPCOAMatch=False, will output the standardized input address if an address is provided.\nDefault value: PCOAMatch=False\n"},{"key":"PhoneCategory","value":"{{PhoneCategory}}","description":"Append phones at an individual or household level, PhoneCategory=I (Individual),=H(Household), default is H"},{"key":"EmailCategory","value":"{{EmailCategory}}","description":"Append emails at an individual or household level, EmailCategory=I (Individual),=H(Household), default is I"},{"key":"PaaMatch","value":"{{PaaMatch}}","description":"PaaMatch=True, provides up to 3 name aliases and previous addresses for the returned identity (if available)\nPaaMatch=False, provides the most current identity name and address. (no historical)\nDefault value: PaaMatch=False\n"},{"key":"Suppression","value":"{{Suppression}}","description":"Suppress Email records with restrictions, True or False.  Default: Suppression=True"},{"key":"ProbabilisticFill","value":"{{ProbabilisticFill}}","description":"ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n"},{"key":"version","value":"{{2}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"3027"},{"key":"Content-Type","value":"application/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 23 Aug 2019 22:04:09 GMT"}],"cookie":[],"responseTime":null,"body":"<xml xmlns=\"https://xml.yourdatadelivery.com\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    <Response>\n        <Detail transaction=\"IDCompleteBase\" xmlns=\"\">\n            <Raw>\n                <Identity>\n                    <Name>\n                        <FName>John</FName>\n                        <LName>Smith</LName>\n                        <MName>L</MName>\n                        <BusName/>\n                    </Name>\n                    <NameAlias1>\n                        <Prefix/>\n                        <FName>Jonathan</FName>\n                        <MName/>\n                        <LName>Smith</LName>\n                        <Suffix/>\n                    </NameAlias1>\n                    <NameAlias2>\n                        <Prefix/>\n                        <FName>J</FName>\n                        <MName>Lance</MName>\n                        <LName>Smith</LName>\n                        <Suffix/>\n                    </NameAlias2>\n                    <NameAlias3>\n                        <Prefix/>\n                        <FName>Johnny</FName>\n                        <MName/>\n                        <LName>Smith</LName>\n                        <Suffix/>\n                    </NameAlias3>\n                    <Address>\n                        <House>123</House>\n                        <PreDir>E\n                        </ PreDir>\n                        <Street>Main</Street>\n                        <StrType>ST</StrType>\n                        <PostDir/>\n                        <AptType>APT\n                        </FName>\n                        <AptNbr>1 A\n                        </FName>\n                        <City>Chicago</City>\n                        <State>IL</State>\n                        <Zip>60601</Zip>\n                        <Z4>1234</Z4>\n                        <DPC>464\n                        </ DPC>\n                        <CRTE>C088</CRTE>\n                        <CNTY>043</CNTY>\n                        <Z4Type>S</Z4Type>\n                        <DPV>Y</DPV>\n                        <Deliverable>Y</Deliverable>\n                        <ValDate>20170504</ValDate>\n                    </Address>\n                    <PreviousAddress1>\n                        <House>456</House>\n                        <PreDir>N</PreDir>\n                        <Street>2ND</Street>\n                        <StrType>AVE</StrType>\n                        <PostDir/>\n                        <AptType/>\n                        <AptNbr/>\n                        <City>Chicago</City>\n                        <State>IL</State>\n                        <Zip>60601</Zip>\n                        <Z4>3750</Z4>\n                        <DPC>586</DPC>\n                        <CRTE>C002</CRTE>\n                        <DPV>Y</DPV>\n                    </PreviousAddress1>\n                    <PreviousAddress2>\n                        <House>789</House>\n                        <PreDir/>\n                        <Street>BLACK RIDGE</Street>\n                        <StrType>DR</StrType>\n                        <PostDir/>\n                        <AptType>APT</AptType>\n                        <AptNbr>6B</AptNbr>\n                        <City>EL PASO</City>\n                        <State>TX</State>\n                        <Zip>79912</Zip>\n                        <Z4>7247</Z4>\n                        <DPC>561</DPC>\n                        <CRTE>C084</CRTE>\n                        <DPV>Y</DPV>\n                    </PreviousAddress2>\n                    <PreviousAddress3>\n                        <House>123</House>\n                        <PreDir/>\n                        <Street>Main</Street>\n                        <StrType>ST</StrType>\n                        <PostDir/>\n                        <AptType/>\n                        <AptNbr/>\n                        <City>EL PASO</City>\n                        <State>TX</State>\n                        <Zip>7248</Zip>\n                        <Z4>1289</Z4>\n                        <DPC>801</DPC>\n                        <CRTE>C024</CRTE>\n                        <DPV>Y</DPV>\n                    </PreviousAddress3>\n                    <Phones>\n                        <Phone>\n                            <Phone>1234567890</Phone>\n                            <PhoneType>L</PhoneType>\n                            <DID/>\n                            <RecType>R</RecType>\n                            <IDate>20080328</IDate>\n                            <ODate>20110909</ODate>\n                            <TelcoName>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - CA</TelcoName>\n                            <PHV>2</PHV>\n                            <DACode>C</DACode>\n                            <Score>100</Score>\n                            <Category>I</Category>\n                        </Phone>\n                        <Phone2>\n                            <Phone>9876543210</Phone>\n                            <PhoneType>W</PhoneType>\n                            <DID/>\n                            <RecType>R</RecType>\n                            <IDate>20080328</IDate>\n                            <ODate>20110909</ODate>\n                            <TelcoName>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - CA</TelcoName>\n                            <PHV>3</PHV>\n                            <DACode>C</DACode>\n                            <Score>200</Score>\n                            <Category>H</Category>\n                        </Phone2>\n                        <Phone3>\n                            <Phone>2134567890</Phone>\n                            <PhoneType>V</PhoneType>\n                            <DID/>\n                            <RecType>R</RecType>\n                            <IDate>20080328</IDate>\n                            <ODate>20110909</ODate>\n                            <TelcoName>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - CA</TelcoName>\n                            <PHV>5</PHV>\n                            <DACode>C</DACode>\n                            <Score>200</Score>\n                            <Category>H</Category>\n                        </Phone3>\n                    </Phones>\n                    <Emails>\n                        <Email>\n                            <Email>jsmith@firstemail.com</Email>\n                            <Suppression>N</Suppression>\n                            <Score>100</Score>\n                            <Category>I\n                            </ Category >\n                            <Url>MYWEBSITE.COM</Url>\n                            <ODate>20170228</ODate>\n                            <Sha2>8A4A794CEC9D653F4E6C3280F8C6FFF3031AEA11D4059AE5EA708ECA2D93BC0F</Sha2>\n                            <Sha1> E8C33707A5C4A5C4DA935B1ED6B02F3BB8B46AD7</Sha1>\n                            <MD5>4F6D63B91B5BA8436A154FA59AF2AA1F\n                            </ MD5>\n                        </Email>\n                        <Email2>\n                            <Email>jsmith@myemail.com</Email>\n                            <Suppression>N</Suppression>\n                            <Score>101</Score>\n                            <Category>I</Category>\n                            <Email>johnsmith@hotmail.com</Email>\n                            <Category>I</Category>\n                            <Url>MYWEBSITE.COM</Url>\n                            <ODate>20170228</ODate>\n                            <Sha2>4A801A1EFB8748A691E75B096AA3C09704FD7AF038F1B1D4DE48203E15ADA6AC</Sha2>\n                            <Sha1>981686F5D433FE8B57D1FBAEE63DA6EDCA16476E</Sha1>\n                            <MD5>A6147361910ABBAA4299B2C368DB4766\n                            </ MD5>\n                        </Email2>\n                        <Email3>\n                            <Email>jsmith123@domain.com</Email>\n                            <Suppression>N</Suppression>\n                            <Score>104</Score>\n                            <Category>I\n                            </ Category >\n                            <Url>MYWEBSITE.COM</Url>\n                            <ODate>20170228</ODate>\n                            <Sha2>F5709E36F630621B3277F262C58262E83BB18B969CF87C898BA76B45D5F7C3AB</Sha2>\n                            <Sha1>00D9190243F3C5419662F9512F69636E2560500A</Sha1>\n                            <MD5>23E1474E3425ECCA21AE763345EA261D\n                            </ MD5>\n                        </Email3>\n                        </Emails>\n                    </Identity>\n                </raw>\n                <IDScores>\n                    <ValidAddress>100</ValidAddress>\n                    <ValidPhone>100</ValidPhone>\n                    <ValidEmail>100</ValidEmail>\n                    <ValidName>100</ValidName>\n                    <Deceased>100</Deceased>\n                    <NameToPhone>100</NameToPhone>\n                    <NameToEmail>100</NameToEmail>\n                    <NameToAddress>100</NameToAddress>\n                    <AddressToPhone>100</AddressToPhone>\n                    <AddressToEmail>100</AddressToEmail>\n                    <PhoneToEmail>100</PhoneToEmail>\n                    <USLocation>100</USLocation>\n                    <ValidPhone2>100</ValidPhone2>\n                    <NameToPhone2>100</NameToPhone2>\n                    <AddressToPhone2>100</AddressToPhone2>\n                    <Phone2ToEmail>100</Phone2ToEmail>\n                    <PhoneConfidenceScore>100</PhoneConfidenceScore>\n                    <Phone2ConfidenceScore>90</Phone2ConfidenceScore>\n                    <AddressConfidenceScore>70</AddressConfidenceScore>\n                    <ValidCount>5</ValidCount>\n                    <LinkageCount>9</LinkageCount>\n                    <RiskFlagCount>2</RiskFlagCount>\n                    <ValidationSummary>PASS</ValidationSummary>\n                    <LinkageSummary>PASS</LinkageSummary>\n                    <RiskFlagSummary>PASS</RiskFlagSummary>\n                    <IDVerifyScore>100</IDVerifyScore>\n                </IDScores>\n                <IDAttributes>\n                    <PropertyAttributes>\n                        <IDS>\n                            <PID>N3939OE3GASGD5QCQ3ZF</PID>\n                            <AID>Y000000044732285</AID>\n                        </IDS>\n                        <Location>\n                            <FIPSCD>17043</FIPSCD>\n                            <PROP_CENSUSTRACT>8427111001</PROP_CENSUSTRACT>\n                            <PROP_MUNINAME>MILTON TWP</PROP_MUNINAME>\n                            <PROP_TOWNSHIPCD>39</PROP_TOWNSHIPCD>\n                            <PROP_SUBDIVISION>BRIARCLIFFE UNIT 03</PROP_SUBDIVISION>\n                            <PROP_ZONING>R</PROP_ZONING>\n                            <PROP_RANGE>10</PROP_RANGE>\n                            <PROP_SECTION>34</PROP_SECTION>\n                            <PROP_LATITUDE>41.828800</PROP_LATITUDE>\n                            <PROP_LONGITUDE>-88.08850</PROP_LONGITUDE>\n                            <PROP_LANDUSE>163</PROP_LANDUSE>\n                            <PROP_APN>05-34-105-011</PROP_APN>\n                            <PROP_APNSEQNBR>001</PROP_APNSEQNBR>\n                        </Location>\n                        <AdditionalInformation>\n                            <PROP_OWNEROCC>O</PROP_OWNEROCC>\n                            <PROP_ADDRIND>S</PROP_ADDRIND>\n                            <PROP_CORPIND/>\n                            <PROP_RESCD>Y</PROP_RESCD>\n                            <PROP_IND>10</PROP_IND>\n                            <PROP_MOBHOME/>\n                            <PROP_NRBBLD>1</PROP_NRBBLD>\n                            <PROP_STYLE/>\n                            <PROP_STORIESCD>20</PROP_STORIESCD>\n                            <PROP_STORIESNBR>200</PROP_STORIESNBR>\n                            <PROP_APTNBR/>\n                            <PROP_QLTY/>\n                            <PROP_BLDGCD/>\n                            <PROP_BLDGIMPCD/>\n                            <PROP_COND/>\n                            <PROP_CNSTRTYPE/>\n                            <PROP_EXTNW>FRA</PROP_EXTNW>\n                            <PROP_VALCALC></PROP_VALCALC>\n                            <PROP_VAL_CALCIND>A</PROP_VAL_CALCIND>\n                            <PROP_LAND_VALCALC>26390</PROP_LAND_VALCALC>\n                            <PROP_LAND_VALCALC_IND>A</PROP_LAND_VALCALC_IND>\n                            <PROP_IMP_VALCALC/>\n                            <PROP_IMP_VALCALC_IND>A</PROP_IMP_VALCALC_IND>\n                            <PROP_ASSED_VAL>250123</PROP_ASSED_VAL>\n                            <PROP_ASSED_LANDVAL>26390</PROP_ASSED_LANDVAL>\n                            <PROP_ASSED_IMPVAL>73650</PROP_ASSED_IMPVAL>\n                            <PROP_MRKTVAL>300120</PROP_MRKTVAL>\n                            <PROP_MRKT_LANDVAL>79170</PROP_MRKT_LANDVAL>\n                            <PROP_MRKT_IMPVAL>220950</PROP_MRKT_IMPVAL>\n                            <PROP_APPRAISED_VAL/>\n                            <PROP_APPRAISED_LANDVAL/>\n                            <PROP_APPRAISED_IMPVAL/>\n                        </AdditionalInformation>\n                        <Attributes>\n                            <PROP_YRBLD>1994</PROP_YRBLD>\n                            <PROP_EFFYRBLD/>\n                            <PROP_VIEW/>\n                            <PROP_LCTN_INFL/>\n                            <PROP_FRONTFT>77</PROP_FRONTFT>\n                            <PROP_DEPTHFT>144</PROP_DEPTHFT>\n                            <PROP_ACRES>13000</PROP_ACRES>\n                            <PROP_LANDSQFT>2000</PROP_LANDSQFT>\n                            <PROP_UNVBLDSQFT>2029</PROP_UNVBLDSQFT>\n                            <PROP_BLDSQFTIND>L</PROP_BLDSQFTIND>\n                            <PROP_BLDSQFT>2428</PROP_BLDSQFT>\n                            <PROP_LIVINGSQFT>2810</PROP_LIVINGSQFT>\n                            <PROP_GRDFLRSQFT/>\n                            <PROP_GROSSSQFT/>\n                            <PROP_ADJGROSSSQFT/>\n                            <PROP_BSMTSQFT/>\n                            <PROP_PRKGSQFT>399</PROP_PRKGSQFT>\n                            <PROP_RMS>10</PROP_RMS>\n                            <PROP_BEDRMS>4</PROP_BEDRMS>\n                            <PROP_BATHSCALC>300</PROP_BATHSCALC>\n                            <PROP_BATHS>300</PROP_BATHS>\n                            <PROP_FULLBATHS>2</PROP_FULLBATHS>\n                            <PROP_HALFBATHS>1</PROP_HALFBATHS>\n                            <PROP_1QTRBATHS/>\n                            <PROP_3QTRBATHS/>\n                            <PROP_BATHFIXS/>\n                            <PROP_AC></PROP_AC>\n                            <PROP_BSMTF/>\n                            <PROP_FRPL>Y</PROP_FRPL>\n                            <PROP_FRPLNBR/>\n                            <PROP_FRPLTYPE>0U0</PROP_FRPLTYPE>\n                            <PROP_FND/>\n                            <PROP_FLR/>\n                            <PROP_FRAME/>\n                            <PROP_GAR>450</PROP_GAR>\n                            <PROP_HEAT>FA0</PROP_HEAT>\n                            <PROP_PRKGSPACES/>\n                            <PROP_PRKGTYPE>450</PROP_PRKGTYPE>\n                            <PROP_POOL/>\n                            <PROP_POOLCD/>\n                            <PROP_ROOFCOVER>13</PROP_ROOFCOVER>\n                            <PROP_ROOFTYPE></PROP_ROOFTYPE>\n                            <PROP_ENERGY/>\n                            <PROP_FUEL/>\n                            <PROP_SEWER/>\n                            <PROP_WATER/>\n                        </Attributes>\n                        <AssessorDeed>\n                            <PROP_HOMESTEAD>Y</PROP_HOMESTEAD>\n                            <PROP_XMTVET/>\n                            <PROP_XMT_DISABLED/>\n                            <PROP_TAXAMT>275010</PROP_TAXAMT>\n                            <PROP_TAXYR>2016</PROP_TAXYR>\n                            <PROP_DOCYR>2013</PROP_DOCYR>\n                            <PROP_SALESDEEDCD>G</PROP_SALESDEEDCD>\n                            <PROP_RECDATE>19980605</PROP_RECDATE>\n                            <PROP_SELLERNAME>DRISCOLL JULIANNE J</PROP_SELLERNAME>\n                            <PROP_SALEDATE>20130605</PROP_SALEDATE>\n                            <PROP_SALEAMT>285000</PROP_SALEAMT>\n                            <PROP_SALECD/>\n                            <PROP_APNCD/>\n                            <PROP_APNCNT/>\n                            <PROP_ASMTYR>2016</PROP_ASMTYR>\n                            <PROP_SALESTRANSCD>1</PROP_SALESTRANSCD>\n                        </AssessorDeed>\n                        <PriorSale>\n                            <PROP_RECDATE_PRIOR/>\n                            <PROP_SALEDATE_PRIOR/>\n                            <PROP_SALEAMT_PRIOR/>\n                            <PROP_SALECD_PRIOR/>\n                            <PROP_APNCD_PRIOR/>\n                            <PROP_DEEDCD_PRIOR>MG</PROP_DEEDCD_PRIOR>\n                            <PROP_DOCYR_PRIOR/>\n                            <PROP_DEEDTYPE_PRIOR/>\n                            <PROP_SALESTRANSCD_PRIOR/>\n                            <PROP_MTGAMT_PRIOR/>\n                        </PriorSale>\n                        <Mortgage>\n                            <PROP_MTGINTCD/>\n                            <PROP_OWNERCD/>\n                            <PROP_SELLCARRYBACK/>\n                            <PROP_TITTLECOMPANY>CITYWIDE TITLE CORP</PROP_TITTLECOMPANY>\n                            <PROP_LOANTOVAL>64</PROP_LOANTOVAL>\n                            <PROP_MTGAMT>150000</PROP_MTGAMT>\n                            <PROP_MTGDATE>19980605</PROP_MTGDATE>\n                            <PROP_MTGLOANCD>CNV</PROP_MTGLOANCD>\n                            <PROP_MTGDEEDCD>MG</PROP_MTGDEEDCD>\n                            <PROP_MTGTERM>30</PROP_MTGTERM>\n                            <PROP_MTGDUEDATE>20280605</PROP_MTGDUEDATE>\n                            <PROP_MTGASSUMPTIONAMT/>\n                            <PROP_LENDERNAME>GUARANTEED RATE INC</PROP_LENDERNAME>\n                            <PROP_MTGREFICD/>\n                            <PROP_RMSEQUITYCD/>\n                            <PROP_MTGINTRATE>41250</PROP_MTGINTRATE>\n                            <PROP_MTGINTRATETYPE>FIX</PROP_MTGINTRATETYPE>\n                            <PROP_MTGAMT2/>\n                            <PROP_MTGDATE2/>\n                            <PROP_MTGLOANCD2/>\n                            <PROP_MTGDEEDCD2/>\n                            <PROP_MTGTERM2/>\n                            <PROP_MTGDUEDATE2/>\n                            <PROP_MTGASSUMPTIONAMT2/>\n                            <PROP_LENDERNAME2/>\n                            <PROP_MTGREFICD2/>\n                            <PROP_RMSEQUITYCD2/>\n                            <PROP_MTGINTRATE2/>\n                            <PROP_MTGINTRATETYPE2/>\n                            <PROP_MTGAMT3/>\n                            <PROP_MTGDATE3/>\n                            <PROP_MTGLOANCD3/>\n                            <PROP_MTGDEEDCD3/>\n                            <PROP_MTGTERM3/>\n                            <PROP_MTGDUEDATE3/>\n                            <PROP_MTGASSUMPTIONAMT3/>\n                            <PROP_LENDERNAME3/>\n                            <PROP_MTGREFICD3/>\n                            <PROP_RMSEQUITYCD3/>\n                            <PROP_MTGINTRATE3/>\n                            <PROP_MTGINTRATETYPE3/>\n                        </Mortgage>\n                    </PropertyAttributes>\n                    <Demographic Attributes>\n                        <IDS>\n                            <PID>Y39394470549246</PID>\n                            <AID>Y000000025249559</AID>\n                            <HHID>Y000000025249559SMITH</HHID>\n                        </IDS>\n                        <Demographics>\n                            <Gender>M</Gender>\n                            <Age>42</Age>\n                            <LOR>7</LOR>\n                            <Homeowner>O</Homeowner>\n                            <EHI>F</EHI>\n                            <DwellType>S</DwellType>\n                            <Married>M</Married>\n                            <MedYrBld>1994</MedYrBld>\n                            <MobHome/>\n                            <Pool/>\n                            <FirePl>Y</FirePl>\n                            <SglParent/>\n                            <HHNBRSR/>\n                            <CreditCard/>\n                            <WealthScr>G</WealthScr>\n                            <CharityDnr/>\n                            <MrktHomeVal>M</MrktHomeVal>\n                            <Education/>\n                            <Ethnicity/>\n                            <ChildCd>Y\n                                <ChildCd>\n                                    <ChildAgeCd/>\n                                    <ChildNbrCd>B</ChildNbrCd>\n                                    <VehLux/>\n                                    <VehSuv/>\n                                    <VehTrk/>\n                                    <PctBlk>T</PctBlk>\n                                    <PctWht>D</PctWht>\n                                    <PctHsp>T</PctHsp>\n                                    <PctAsi>S</PctAsi>\n                                    <PctEngSpeak>D</PctEngSpeak>\n                                    <PctSpnSpeak>S</PctSpnSpeak>\n                                    <PctAsiaSpeak>T</PctAsiaSpeak>\n                                    <PctSFDU>A</PctSFDU>\n                                    <PctMFDU/>\n                                    <MHV>E</MHV>\n                                    <MOR>F</MOR>\n                                    <PctAuto>A</PctAuto>\n                                    <MedSchl>14</MedSchl>\n                                    <PctWhiteCollar>I</PctWhiteCollar>\n                                    <PctBlueCollar>S</PctBlueCollar>\n                                    <PctOccO>N</PctOccO>\n                                    <DemoLvl>1</DemoLvl>\n                                </Demographics>\n                                <LifeStyles>\n                                    <PIPriceClub/>\n                                    <PIWomanAprl/>\n                                    <PIMenAprl/>\n                                    <PIChildAprl/>\n                                    <PIPetAprl/>\n                                    <PIBookBuy/>\n                                    <PIBookRead/>\n                                    <PIHiTech/>\n                                    <PIArts/>\n                                    <PICollect/>\n                                    <PIHomeGrd/>\n                                    <PIHomeImp/>\n                                    <PICookWine/>\n                                    <PIGamble/>\n                                    <PITravel/>\n                                    <PIFitness/>\n                                    <PISelfImp/>\n                                    <PIAuto/>\n                                    <PISport/>\n                                    <PIOutdoor/>\n                                    <PIInvst/>\n                                    <PIBoat/>\n                                    <PIMoto/>\n                                </LifeStyles>\n                                <PowerScore>\n                                    <PurPowerScr>C</PurPowerScr>\n                                    <ScoreCode>C</ScoreCode>\n                                </PowerScore>\n                            </DemographicAttributes>\n                            <Phone Attributes>\n                                <PhoneType>L</PhoneType>\n                                <PhoneType2>W</PhoneType2>\n                            </PhoneAttributes>\n                            <AutoAttributes>\n                                <IDS>\n                                    <PID>Y39394470549246</PID>\n                                    <AID>Y000000044732285</AID>\n                                    <HHID>Y000000044732285SMITH</HHID>\n                                </IDS>\n                                <Vehicle>\n                                    <Make>HYUNDAI</Make>\n                                    <Model>SANTA FE</Model>\n                                    <Year>2011</Year>\n                                    <ClassCD>SMALL SUV</ClassCD>\n                                    <FuelTypeCD>G</FuelTypeCD>\n                                    <MFGCD>L</MFGCD>\n                                    <StyleCD>UTIL</StyleCD>\n                                    <Mileages>F</Mileages>\n                                    <ODate>20160508</ODate>\n                                    <VIN> 5XYZGDAB3BG003997</VIN>\n                                </Vehicle>\n                                <Vehicle2>\n                                    <Make>FORD</Make>\n                                    <Model>FOCUS</Model>\n                                    <Year>2014</Year>\n                                    <ClassCD>SMALL CAR</ClassCD>\n                                    <FuelTypeCD>F</FuelTypeCD>\n                                    <MFGCD>F</MFGCD>\n                                    <StyleCD>HATCHBACK</StyleCD>\n                                    <Mileages>A</Mileages>\n                                    <ODate>20160501</ODate>\n                                    <VIN> 1FADP3F21EL421566</VIN>\n                                </Vehicle2>\n                                <Vehicle3>\n                                    <Make>FORD</Make>\n                                    <Model>MUSTANG</Model>\n                                    <Year>2001</Year>\n                                    <ClassCD>MID SIZE CAR</ClassCD>\n                                    <FuelTypeCD>G</FuelTypeCD>\n                                    <MFGCD>F</MFGCD>\n                                    <StyleCD>CONV</StyleCD>\n                                    <Mileages>R</Mileages>\n                                    <ODate>20151203</ODate>\n                                    <VIN> 1FAFP40471F227691</VIN>\n                                </Vehicle3>\n                                <Vehicle4>\n                                    <Make>HONDA</Make>\n                                    <Model>ODYSSEY</Model>\n                                    <Year>2002</Year>\n                                    <ClassCD>MINIVAN</ClassCD>\n                                    <FuelTypeCD>G</FuelTypeCD>\n                                    <MFGCD>L</MFGCD>\n                                    <StyleCD>VAN</StyleCD>\n                                    <Mileages>I</Mileages>\n                                    <ODate>20120924</ODate>\n                                    <VIN> 2HKRL18612H510957</VIN>\n                                </Vehicle4>\n                            </AutoAttributes>\n                            <IPAttributes>\n                                <IP>172.13.172.51</IP>\n                                <IPRegion>Tennessee</IPRegion>\n                                <City>Memphis</City>\n                                <Zip>37501</Zip>\n                                <Latitude>35.15</Latitude>\n                                <Longitude>-90.05</Longitude>\n                                <ISP>AT&T Internet Services</ISP>\n                                <IPFrom>172.13.168.0</IPFrom>\n                                <IPTo>172.13.173.255</IPTo>\n                            </IPAttributes>\n                        </IDAttributes>\n                        <IDIntelligence>\n                            <InMarketAuto>\n                                <IN_financing_prob_rank>70</IN_financing_prob_rank>\n                                <IN_insurance_prob_rank>100</IN_insurance_prob_rank>\n                                <IN_new_vehicle_prob_rank>40</IN_new_vehicle_prob_rank>\n                                <IN_auto_parts_prob_rank>10</IN_auto_parts_prob_rank>\n                                <IN_used_vehicle_prob_rank>20</IN_used_vehicle_prob_rank>\n                            </InMarketAuto>\n                            <IDConnex>\n                                <HouseholdClusterCode/>\n                                <HouseholdClusterName/>\n                                <DetailHouseholdClusterCode/>\n                                <NeighborhoodClusterCode/>\n                                <NeighborhoodClusterName/>\n                                <FamilyClusterCode/>\n                                <FamilyClusterName/>\n                                <MessagingClusterCode/>\n                                <MessagingClusterName/>\n                                <DigitalClusterCode/>\n                                <DigitalClusterName/>\n                                <GenerationClusterCode/>\n                                <GenerationClusterName/>\n                                <GenerationGroupCode/>\n                                <LifeStageClusterCode/>\n                                <LifeStageClusterName/>\n                                <LifeStageGroupCode/>\n                            </IDConnex>\n                        </IDIntelligence>\n                </Detail>\n            </Response>\n        </xml>"}],"_postman_id":"49603293-5ad8-4ea5-8c7c-bfaa7d67a893"}],"id":"d5d68866-9eac-4f7e-a01c-3d6c6bdd0276","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"d5d68866-9eac-4f7e-a01c-3d6c6bdd0276","description":""},{"name":"Outputs","item":[{"name":"Intelligence over input phone","item":[],"id":"670f1ec5-258a-4fbc-835e-4b93a09b5612","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Appended Matched Category \nIP – Individual - Phone\nHP – Household - Phone\nAP – Address - Phone\nNP – Name – Phone\nLP – Last Name – Phone\nFP – First Name - Phone\nZP –Zip - Phone\nP- Phone Verified\nX – No Match</td>\n\n</tr><tr>\n<td>IP, HP, AP, NP, LP, FP,  ZP, P, X</td>\n</tr>\n<tr>\n<td>PrePaid</td>\n<td>Likely prepaid phone flag</td>\n<td>Y, N or blank</td>\n</tr>\n<tr>\n<td>CNAM</td>\n<td>Additional name field</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>BusName</td>\n<td>Appended Business Name</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>House</td>\n<td>Appended Primary House Number</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS zip+4</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery point code with check digit</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route</td>\n<td>4 Characters</td></tr>\n<tr>\n<td>CNTY</td>\n<td>Appended FIPS county code</td>\n<td>3 Characters</td></tr>\n<tr>\n<td>Z4Type</td>\n<td>Appended USPS Zip+4 type\nF – firm or company address\nG – General delivery address\nH – High-rise or business complex\nP – PO Box address\nR – Rural route address\nS – Street or residential address\nBlank - Unknown\n</td>\n<td>F, G, H, P, R, S</td>\n</tr><tr>\n<td>DPV</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both Primary and (if present) Secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n<tr>\n<td>Deliverable</td>\n<td>Appended Deliverable flag</td>\n<td>Y, N, or Blank</td>\n</tr>\n<tr>\n<td>ValDate</td>\n<td>Appended Last address validation date</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Telephone number, Echo input Phone</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PhoneType</td>\n<td>Appended Phone Type\nL – Land Line\nV - VoIP\nW – Wireless\nO - Other\n</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>DID</td>\n<td>Direct Inward Dial Number</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>RecType</td>\n<td>Appended Record Type\nR – Residential\nB – Business\nP – Payphone\nU - Unknown\n</td>\n<td>R, B, P, U</td>\n</tr>\n<tr>\n<td>IDate</td>\n<td>Date record was first received</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Date record was last received as connected</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>TelcoName</td>\n<td>Name of original telephone company provider</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>PHV</td>\n<td>Telephone confidence score\nPossible values 1-5. 1 is highest confidence, 5 is lowest.  4’s are considered possible\nDisconnects, 5’s are likely disconnects.  Typically PHV 1-3 records are considered high confidence records.\n</td>\n<td>1 - 5</td>\n</tr>\n<tr>\n<td>DACode</td>\n<td>Directory Assistance Flag, 1 character max\n Y – Record as it appears in Directory Assistance\n D – Record was removed / delisted from Directory Assistance\n Blank – Private record (not in Directory Assistance)\n</td>\n<td>Y, D, Blank</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Time Zone\nHawaii=2\nAlaska=3\nPacific=4\nMountain=5\nCentral=6\nEastern=7\nAtlantic=8\n</td>\n<td>2, 3, 4, 5, 6, 7, 8</td>\n</tr>\n<tr>\n<td>DSO</td>\n<td>Spring/Fall Time Change Observed </td>\n<td>1 or Blank</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"1e270ca5-cce7-4a70-a274-508a83ff6f54","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"faf76d99-0286-4aeb-b6f6-281b0d17c026","type":"text/javascript","exec":[""]}}],"_postman_id":"670f1ec5-258a-4fbc-835e-4b93a09b5612"},{"name":"Intelligence over input email","item":[],"id":"1d92ad40-424e-44d7-abdf-21705de96958","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Appended Matched Category \nIE – Individual – Email\nIEP – Individual – Email - Phone\nHE – Household – Email\nHEP – Household – Email - Phone\nAE – Address – Email\nAEP – Address – Email - Phone\nNE – Name – Email\nNEP – Name – Email – Phone\nLE  - Last Name – Email\nLEP – Last Name – Email - Phone\nFE – First Name – Email\nFEP – First Name – Email - Phone\nE- Email Verified\n</td>\n</tr><tr>\n<td>IE, IEP, HE, HEP, AE, AEP, NE, NEP, LE, LEP, FE, FEP, E</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>BusName</td>\n<td>Appended Business Name</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>House</td>\n<td>Appended Primary House Number</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS zip+4</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery point code with check digit</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route</td>\n<td>4 Characters</td></tr>\n\n<tr>\n<td>CNTY</td>\n<td>Appended FIPS county code</td>\n<td>3 Characters</td></tr>\n\n<tr>\n<td>Z4Type</td>\n<td>Appended USPS Zip+4 type\nF – firm or company address\nG – General delivery address\nH – High-rise or business complex\nP – PO Box address\nR – Rural route address\nS – Street or residential address\nBlank - Unknown\n</td>\n<td>F, G, H, P, R, S</td>\n</tr><tr>\n<td>DPV</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both Primary and (if present) Secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n<tr>\n<td>Deliverable</td>\n<td>Appended Deliverable flag</td>\n<td>Y, N, or Blank</td>\n</tr>\n<tr>\n<td>ValDate</td>\n<td>Appended Last address validation date</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Appended Telephone number</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>Phone2</td>\n<td>Appended Second Telephone number</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PhoneType</td>\n<td>Appended Phone Type\nL – Land Line\nV - VoIP\nW – Wireless\nO - Other\n</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>DID</td>\n<td>Direct Inward Dial Number</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>RecType</td>\n<td>Appended Record Type\nR – Residential\nB – Business\nP – Payphone\nU - Unknown\n</td>\n<td>R, B, P, U</td>\n</tr>\n<tr>\n<td>IDate</td>\n<td>Date record was first received</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Date record was last received as connected</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>TelcoName</td>\n<td>Name of original telephone company provider</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>PHV</td>\n<td>Telephone confidence score\nPossible values 1-5. 1 is highest confidence, 5 is lowest.  4’s are considered possible\nDisconnects, 5’s are likely disconnects.  Typically PHV 1-3 records are considered high confidence records.\n</td>\n<td>1 - 5</td>\n</tr>\n<tr>\n<td>DACode</td>\n<td>Directory Assistance Flag, 1 character max\n Y – Record as it appears in Directory Assistance\n D – Record was removed / delisted from Directory Assistance\n Blank – Private record (not in Directory Assistance)\n</td>\n<td>Y, D, Blank</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Email Address</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>Suppression</td>\n<td>Email Suppression Code\nN - Email is Eligible for Deployment\n</td>\n<td>N or blank</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"632552e6-f162-4840-bd89-ab338a862c24","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"38b63f39-748a-4e12-b185-dd13e8f246de","type":"text/javascript","exec":[""]}}],"_postman_id":"1d92ad40-424e-44d7-abdf-21705de96958"},{"name":"Intelligence over input name and address","item":[],"id":"4b4044ae-060e-4240-a2b5-8d0e0631cfa1","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Appended Full Individual Name</td>\n<td>100 characters</td>\n</tr>\n<tr>\n<td>Prefix</td>\n<td>Appended Name Prefix</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>Appended Name Suffix</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>House</td>\n<td>Appended Primary House Number</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Appended Full Address</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS zip+4</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery point code with check digit</td>\n<td>3 Characters</td>\n</tr>\n<td>DwellingType</td>\n<td>Appended Dwelling Type\nF - Firm Record \nG - General Delivery \nH - High-rise, Building, or Apartment \nM - Multi-Carrier Record \nP - Post Office Box \nR - Rural Route or Highway Contract \nS - Street record \nBlank - Unknown\n</td>\n<td>F, G, H, M, P, R, S, Blank</td>\n\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route</td>\n<td>4 Characters</td></tr>\n\n<tr>\n<td>DPV</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both Primary and (if present) Secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n<tr>\n<td>DPVCMRA</td>\n<td>Appended Delivery Point Validation is Commercial Mail Receiving Agent \n0 - Is False \n-1 - Is True \nN - Is False \nY - Is True\n</td>\n<td>0, -1, N, Y</td>\n</tr>\n<tr>\n<td>DPVFoot</td>\n<td>Appended Delivery Point Validation Footnotes\nLK - Processing locked out due to a seed record being processed\nAA - Matched to the ZIP+4 file\nA1 - No match against the ZIP+4 file\nBB - Matched to DPV file (all components confirmed)\nCC - Matched only after removing secondary information, they were presented but invalid\nN1 - Input Primary matched, but high-rise missing secondary number\nM1 - Primary number missing\nM3 - Primary number invalid\nP1 - Input missing PO, RR, HC box number\nP3 - Failed DPV because of invalid PO, RR, or HC box number\nRR - Matched CMRA (found in CMRA file)\nR1 - Matched CMRA, but secondary number (i.e., PMB) missing\nU1 - Matched unique zip code\n</td>\n<td>nn</td>\n</tr>\n<tr>\n<td>ClientDeliveryScore</td>\n<td>This score is used to weight the quality of the address returned\n1 - Highest quality address\n2   \n3   \n4   \n5   \n6   \n7   \n8   \n9 - Lowest quality address\n</td>\n<td>1-9</td>\n</tr>\n<tr>\n<td>OriginalDPV</td>\n<td>Original Customer Address - Delivery Point Validation Indicator\nY - Both the primary and secondary (if present) validated against the DPV database\nS - The primary address is valid according to DPV, but the secondary is invalid\nD - The primary address is valid according to DPV, but the address is missing a secondary\nN - The primary address is not valid according to DPV\nBlank - \"The address was not presented to the DPV table, because it was missing components needed for the lookup This usually means the record is not Zip+4 coded\"\nX - \"The DPV database has been locked-out because of a protocol violation; you must unlock DPV before any more addresses will be presented to the DPV table\"\nE - \"The DPV datafile is more than 105 days old. By USPS restrictions, no more addresses can be presented to the DPV table\"\n</td>\n<td>Y, S, D, N, X, E, Blank</td>\n</tr>\n<tr>\n<td>OriginalDPVCMRA</td>\n<td>Original Customers Address - Delivery Point Code is Commercial Mail Receiving                       Agent</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>OriginalDPVFoot</td>\n<td>Original Customer Address,Delivery Point Validation Footnote\nLK - Processing locked out due to a seed record being processed\nAA - Matched to the ZIP+4 file\nA1 - No match against the ZIP+4 file\nBB - Matched to DPV file (all components confirmed)\nCC - Matched only after removing secondary information, they were presented but invalid\nN1 - Input Primary matched, but high-rise missing secondary number\nM1 - Primary number missing\nM3 - Primary number invalid\nP1 - Input missing PO, RR, HC box number\nP3 - Failed DPV because of invalid PO, RR, or HC box number\nRR - Matched CMRA (found in CMRA file)\nR1 - Matched CMRA, but secondary number (i.e., PMB) missing\nU1 - Matched unique zip code\n</td>\n<td>nn</td>\n</tr>\n<tr>\n<td>OriginalDeliveryScore</td>\n<td>This score is for the original address used to weight the quality of the address returned\n1 - Highest quality address\n2   \n3   \n4   \n5   \n6   \n7   \n8   \n9 - Lowest quality address\n</td>\n<td>1-9</td>\n</tr>\n<tr>\n<td>AddressImprovementCode</td>\n<td>Appended Address Improvement Code\n0 - Source Address is best address\n1 - Source Address NCOA'd\n2 - Corrected Source Address NCOA'd\n3 - New proprietary change of address returned\n4 - Corrected Source Address returned\n5 - Source Address NCOA'd, but MLNA\n6 - Corrected Source Address NCOA'd, but MLNA\n7 - Source Address NCOA'd, but NIXIE\n8 - Corrected Source Address NCOA'd, but NIXIE\n</td>\n<td>0-8</td>\n</tr>\n<tr>\n<td>InrichmentDwellingType</td>\n<td>Appended Dwelling Type\nS - Single Family Dwelling \nM - Multi Family Dwelling \nB - Business \nU - Unknown \n</td>\n<td>S, M, B, U</td>\n</tr>\n<tr>\n<td>AddressID</td>\n<td>Unique address that was matched to on the database. Derived if no match was made\nY - (Address found on the database)\nN - (Address not found on the database)\nRemaining characters - Unique Identifier\n</td>\n<td>32 Characters</td>\n</tr>\n<tr>\n<td>HouseholdID</td>\n<td>Appended Family members ID base on AddressID + Last Name</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>RecencyInd</td>\n<td>Recency Indicator, 1 character\nY - The address returned is the most recent address available on the database\nN - The address returned is not the most recent address available on the database\n</td>\n<td>Y, N</td>\n</tr>\n<tr>\n<td>EffDate</td>\n<td>Date the person moved into the current address</td>\n<td>YYYYMM</td>\n</tr>\n<tr>\n<td>PID</td>\n<td>Appended Persistent ID</td>\n<td>50 Characters</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"d63330c2-349e-4eb6-be3d-8d7dd7830b70","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d90a84fa-881f-454f-9642-1884129769c1","type":"text/javascript","exec":[""]}}],"_postman_id":"4b4044ae-060e-4240-a2b5-8d0e0631cfa1"},{"name":"Intelligence over input second phone","item":[],"id":"76d16db4-dc35-46b0-a482-36039b7600d5","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Appended Matched Category \nIP – Individual - Phone\nHP – Household - Phone\nAP – Address - Phone\nNP – Name – Phone\nLP – Last Name – Phone\nFP – First Name - Phone\nZP –Zip - Phone\nP- Phone Verified\nX – No Match\n</td>\n<td>IP, HP, AP, NP, LP, FP,  ZP, P, X</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>Appended Name Suffix</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>BusName</td>\n<td>Appended Business Name</td>\n<td>100 characters</td>\n</tr>\n<tr>\n<td>House</td>\n<td>Appended Primary House Number</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Telephone number, Echo input Phone</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PhoneType</td>\n<td>Appended Phone Type\nL – Land Line\nV - VoIP\nW – Wireless\nO - Other\n</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>RecType</td>\n<td>Appended Record Type\nR – Residential\nB – Business\nP – Payphone\nU - Unknown\n</td>\n<td>R, B, P, U</td>\n</tr>\n<tr>\n<td>PHV</td>\n<td>Telephone confidence score\nPossible values 1-5. 1 is highest confidence, 5 is lowest.  4’s are considered possible Disconnects, 5’s are likely disconnects.  Typically PHV 1-3 records are considered high confidence records.\n</td>\n<td>1 - 5</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"ae8f43a0-72e5-427c-b3f8-f64584009fcc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d0d83270-ca42-48e7-b895-54c930c879f3","type":"text/javascript","exec":[""]}}],"_postman_id":"76d16db4-dc35-46b0-a482-36039b7600d5"},{"name":"Intelligence over input second phone and email","item":[],"id":"97a66262-eb7b-4c23-a138-67b09646fded","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Appended Matched Category \nIE – Individual – Email\nIEP – Individual – Email - Phone\nHE – Household – Email\nHEP – Household – Email - Phone\nAE – Address – Email\nAEP – Address – Email - Phone\nNE – Name – Email\nNEP – Name – Email – Phone\nLE  - Last Name – Email\nLEP – Last Name – Email - Phone\nFE – First Name – Email\nFEP – First Name – Email - Phone\nE- Email Verified\n</td>\n<td>IE, IEP, HE, HEP, AE, AEP, NE, NEP, LE, LEP, FE, FEP, E</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>BusName</td>\n<td>Appended Business Name</td>\n<td>100 characters</td>\n</tr>\n<tr>\n<td>House</td>\n<td>Appended Primary House Number</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Telephone number, Echo input Phone</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Email Address</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>Suppression</td>\n<td>Email Suppression Code\nN - Email is Eligible for Deployment\n</td>\n<td>N or blank</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"3a877ef8-b6e8-407f-ab65-7a9b039690d5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eb7909a7-72ed-46a6-b99f-68539352f563","type":"text/javascript","exec":[""]}}],"_postman_id":"97a66262-eb7b-4c23-a138-67b09646fded"},{"name":"Identity","item":[{"name":"Name aliases and previous addresses","item":[],"id":"292daf65-b398-4772-9c5f-95c779ac9787","description":"<p>Up to 3 name aliases and previous addresses for the retuned identity.</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Prefix</td>\n<td>Appended Alias Name prefix</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>Appended Alias Name Suffix</td>\n<td>10 Character</td>\n</tr>\n<tr>\n<td>House</td>\n<td>Appended Primary House Number</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS zip+4</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery point code with check digit</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route</td>\n<td>4 Characters</td></tr>\n<tr>\n<td>DPV</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both Primary and (if present) Secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n\n</table>\n\n<p>**This section will be visible only when parameter “paamatch” is set to “true”.</p>\n","event":[{"listen":"prerequest","script":{"id":"88e8d8b4-6bcb-437d-a284-d6528e838ff3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"31c5b69f-4f99-495c-a1a9-33514f1365e2","type":"text/javascript","exec":[""]}}],"_postman_id":"292daf65-b398-4772-9c5f-95c779ac9787"},{"name":"Intelligence over input phone","item":[],"id":"cfdf2a57-fdd6-491b-b983-d1a3d2d378a5","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Telephone number, Echo input Phone</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PhoneType</td>\n<td>Appended Phone Type\nL – Land Line\nV - VoIP\nW – Wireless\nO - Other\n</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>DID</td>\n<td>Direct Inward Dial Number</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>RecType</td>\n<td>Appended Record Type\nR – Residential\nB – Business\nP – Payphone\nU - Unknown\n</td>\n<td>R, B, P, U</td>\n</tr>\n<tr>\n<td>IDate</td>\n<td>Date record was first received</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Date record was last received as connected</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>TelcoName</td>\n<td>Name of original telephone company provider</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>PHV</td>\n<td>Telephone confidence score\nPossible values 1-5. 1 is highest confidence, 5 is lowest.  4’s are considered possible\nDisconnects, 5’s are likely disconnects.  Typically PHV 1-3 records are considered high confidence records.\n</td>\n<td>1 - 5</td>\n</tr>\n<tr>\n<td>DACode</td>\n<td>Directory Assistance Flag, 1 character max\n Y – Record as it appears in Directory Assistance\n D – Record was removed / delisted from Directory Assistance\n Blank – Private record (not in Directory Assistance)\n</td>\n<td>Y, D, Blank</td>\n</tr>\n<tr>\n<td>Score</td>\n<td>Appended Match Score (See Appendix F)</td>\n<td>nnn</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Appended Matched Category (up to 3, one for each appended phone)\nI – Individual\nH – Household\nA – Address\nZ – Name/Zip\n</td>\n</tr><tr>\n<td>I, H, A, Z</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Email Suppression Code\nD - Files with domains only\nC - Cops\nB - Bounce\nT - Traps\nO - Opt out\nG - General\nS - Complainers\nI - Infutor other\nN - None \n</td>\n<td>D, C, B, T, O, G, S, I, N</td>\n</tr>\n<tr>\n<td>Score</td>\n<td>Appended Match Score (See Appendix F)</td>\n<td>nnn</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Appended Matched Category (up to 3, one for each appended phone)\nI – Individual\nH – Household\nA – Address\nZ – Name/Zip\n</td>\n</tr><tr>\n<td>Url</td>\n<td>Appended URL - Indicates the website the consumer \"opted-in\" to receive marketing emails</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Appended Email Last Seen Date</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>SHA2</td>\n<td>Appended Hash Email in a SHA2 encryption – Will be returned when SHA2 is the input</td>\n<td>64 characters </td>\n</tr>\n<tr>\n<td>SHA1</td>\n<td>Appended Hash Email in a SHA1 encryption -- Will be returned when SHA1 is the input</td>\n<td>40 characters</td>\n</tr>\n<tr>\n<td>MD5</td>\n<td>Appended Hash Email in a MD5 encryption -- Will be returned when MD5 is the input</td>\n<td>32 characters</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"3afa23b6-b212-4540-9253-0601ab5fbcd5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e6568d95-01c2-45d3-9383-cef54099a624","type":"text/javascript","exec":[""]}}],"_postman_id":"cfdf2a57-fdd6-491b-b983-d1a3d2d378a5"}],"id":"0e6f492f-2dc1-4806-97a0-1efddb47c03f","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>BusName</td>\n<td>Appended Business Name</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>House</td>\n<td>Appended Primary House Number</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS zip+4</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery point code with check digit</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route</td>\n<td>4 Characters</td></tr>\n<tr>\n<td>CNTY</td>\n<td>Appended FIPS county code</td>\n<td>3 Characters</td></tr>\n<tr>\n<td>Z4Type</td>\n<td>Appended USPS Zip+4 type\nF – firm or company address\nG – General delivery address\nH – High-rise or business complex\nP – PO Box address\nR – Rural route address\nS – Street or residential address\nBlank - Unknown\n</td>\n<td>F, G, H, P, R, S</td>\n</tr><tr>\n<td>DPV</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both Primary and (if present) Secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n<tr>\n<td>Deliverable</td>\n<td>Appended Deliverable flag</td>\n<td>Y, N, or Blank</td>\n</tr>\n<tr>\n<td>ValDate</td>\n<td>Appended Last address validation date</td>\n<td>YYYYMMDD or YYYYMM, depending on availability.</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"16f57e4e-ef6c-4c42-86b2-9ccf818c5bf1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1b8ad9b3-6020-41a2-8fb1-b375c1aa2dd9","type":"text/javascript","exec":[""]}}],"_postman_id":"0e6f492f-2dc1-4806-97a0-1efddb47c03f"},{"name":"Scoring","item":[{"name":"Configurable components","item":[],"id":"1bc2d127-7b87-4aee-99d9-d45c554470d9","description":"<p>For customers who want to build their own scoring algorithm for verification, the ID Max product exposes all the configurable components that factor into the IDVerifyScore. Each component has a score on a 100 point scale, providing detailed granularity on how each identity data element scores for a given individual. The components are categorized into 4 sections: Validation Components, Linkage Components, Risk Flag Components, and Component Summaries.</p>\n<p>By default, each of the Configurable Components has equal weighting in influencing the overall IDVerifyScore. However, Infutor recommends customers allow for a regression analysis, so Infutor can analyze and help customers optimize the ID Max product to meet their specific business needs by emphasizing or de-emphasizing relevant components, adjusting the weighting of how each component influences the overall IDVerifyScore. Additionally, if a given component is not relevant for a customer’s business needs, that component can be turned off from impacting the IDVerifyScore.</p>\n","event":[{"listen":"prerequest","script":{"id":"5293ab55-bcfa-45ec-b898-82093c447bd1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"13a94601-958f-444c-83c8-001b54a8b76f","type":"text/javascript","exec":[""]}}],"_postman_id":"1bc2d127-7b87-4aee-99d9-d45c554470d9"},{"name":"Validation components","item":[],"id":"ab8179d0-2359-4b2e-8f0b-289cc43d057b","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>ValidAddress</td>\n<td>The postal address is a valid USPS address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone</td>\n<td>The phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone2</td>\n<td>The 2nd phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidEmail</td>\n<td>The email is a valid formatted email address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidName</td>\n<td>The individual’s first and last names appear to be valid names and do not contain vulgar words or expressions</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneConfidenceScore</td>\n<td>Score 0-100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity &amp; velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ConfidenceScore</td>\n<td>Score 0-100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity &amp; velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressConfidenceScore</td>\n<td>Score 0-100 that reflects the confidence , accuracy, and deliverability for the input postal address</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n\n\n<p>The Validation Components reflect whether the syntax and formatting of the input data elements appears valid. The Validation Components can be thought of as input form validations. Each component has its own 0-100 score value, which influences the overall IDVerifyScore.</p>","event":[{"listen":"prerequest","script":{"id":"8c348299-d704-4738-b0a5-15ff407fb0a6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7f374226-97c9-4838-bed1-89a1bfc2e931","type":"text/javascript","exec":[""]}}],"_postman_id":"ab8179d0-2359-4b2e-8f0b-289cc43d057b"},{"name":"Linkage components","item":[],"id":"0610f3b2-d983-4488-94b3-075dc2c58af4","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>NameToPhone</td>\n<td>The name links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToEmail</td>\n<td>The name links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToAddress</td>\n<td>The name links to the postal address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone</td>\n<td>The postal address links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToEmail</td>\n<td>The postal address link to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneToEmail</td>\n<td>The phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToPhone2</td>\n<td>The name links to the 2nd phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone2</td>\n<td>The postal address links to the 2nd Phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ToEmail</td>\n<td>The 2nd phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n\n\n<p>The Linkage Components reflect whether data elements can be linked to each other (whether the name is associated with the phone, name is associated with the email, etc.) ID Max Premium leverages Infutor’s vast identity data repository containing billions of consumer, address, email, and phone records.</p>\n","event":[{"listen":"prerequest","script":{"id":"78b7f39e-d118-4e5e-962e-664f582a9398","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2538fecd-fa2e-4e3d-84fe-b58ebca19df4","type":"text/javascript","exec":[""]}}],"_postman_id":"0610f3b2-d983-4488-94b3-075dc2c58af4"},{"name":"Risk flag components","item":[],"id":"11bf99fe-b31a-43a2-b51a-8b15d6e03a86","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Deceased</td>\n<td>The deceased field is used to determine if an identity is living or deceased. A score of 100 represents the individual is living and a score of 0 represents the individual is deceased. If the field is Blank, it means Unknown</td>\n<td>0 or 100 or Blank</td>\n</tr>\n<tr>\n<td>USLocation</td>\n<td>The \"US Location\" field is used to determine if an identities' IP Address is recognized to be within USA. A score of 100 represents the individual's IP Address is recognized to be within USA</td>\n<td>0 or 100</td>\n</tr>\n\n</table>\n\n\n<p>The Risk Flag Components can be used to get a yes/no (0 or 100) answer on whether or not a given identity could be risk or potential fraud.</p>\n","event":[{"listen":"prerequest","script":{"id":"224d9584-47f3-41ad-a172-0191b2f328be","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9ab827e3-b52c-4c3d-880d-5e88141b8825","type":"text/javascript","exec":[""]}}],"_postman_id":"11bf99fe-b31a-43a2-b51a-8b15d6e03a86"},{"name":"Component summaries","item":[],"id":"052f8f61-f986-4c8d-b346-02dfdd82e6fa","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>ValidSummary</td>\n<td>A summary of the Validation Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>LinkageSummary</td>\n<td>A summary of the Linkage Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>RiskFlagSummary</td>\n<td>A summary of the Risk Flag Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>ValidCount</td>\n<td>A count of the number of Validation Components which returned a positive verification</td>\n<td>Decimal value, 0-5</td>\n</tr>\n<tr>\n<td>LinkageCount</td>\n<td>A count of the number of Linkage Components which returned a positive verification</td>\n<td>Decimal value, 0-9</td>\n</tr>\n<tr>\n<td>RiskFlagCount</td>\n<td>A count of the number of Risk Flag Components which returned a positive verification</td>\n<td>Decimal value, 0-2</td>\n</tr>\n\n</table>\n\n\n<p>The Component Summaries reflect whether or not a given identity passed the Validations, Linkages, and Risk Flag Components of the ID Max product.</p>\n","event":[{"listen":"prerequest","script":{"id":"5811f7c7-1a3a-431d-8f7d-4017971d7185","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"477c26c2-8ccb-4118-88a1-545cc0d3b511","type":"text/javascript","exec":[""]}}],"_postman_id":"052f8f61-f986-4c8d-b346-02dfdd82e6fa"}],"id":"f3547b65-3639-455f-aa9f-c46e08543c6a","description":"<p>The ID VerifyScore is an overall score, with values in the range of 0-100 that can be used for making pass/fail decisions about whether or not a given identity was verified.</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>IDVerifyScore</td>\n<td>The IDVerifyScore is an overall score to reflect the quality of an ID verification</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"a0bd80d9-f01c-4999-a81d-31feef9e3dec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"41abcb27-5a8d-47be-ab34-94ae9c01d9d2","type":"text/javascript","exec":[""]}}],"_postman_id":"f3547b65-3639-455f-aa9f-c46e08543c6a"},{"name":"Profile Attributes","item":[{"name":"Demographic Attributes","item":[],"id":"8004828f-70d0-45ba-8f71-c3c93671c617","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Return Values</b></td></tr><tr><td>PID</td><td>Unique individual that was matched to on the database.<br />1st Character – Y (Person found on the database)/N (Person not found on the database).Remaining characters - Unique Identifier</td><td>String Value 32 characters max</td></tr><tr><td>HHID</td><td>Unique address + Last Name that was matched to on the database.<br />1st Character - Y (Address found on the database)/N (Address not found on the database). Remaining characters - Unique Identifier</td><td>String Value 100 characters max</td></tr><tr><td>AID</td><td>Unique address that was matched to on the database.<br />1st Character - Y (Address found on the database)/N (Address not found on the database).Remaining characters - Unique Identifier</td><td>String Value 32 characters max</td></tr><tr><td>Gender</td><td>Gender</td><td>M, F, or U</td></tr><tr><td>Age</td><td>Adult Age</td><td>0 - 99</td></tr><tr><td>LOR</td><td>Length of Residence in years, 2 digits</td><td>00 - 99</td></tr><tr><td>Homeowner</td><td>H=Homeowner, R=Renter, A= Inferred Homeowner, B= Inferred Renter</td><td>H, R, A or B</td></tr><tr><td>EHI</td><td>Estimated household income, 1 character:<br />A = Less than $20,000<br />B = $20,000 - $29,999<br />C = $30,000 - $39,999<br />D = $40,000 - $49,999<br />E = $50,000 - $74,999<br />F = $75,000 - $99,999<br />G = $100,000 - $124,999<br />H = $125,000 or more<br /></td><td>A - I</td></tr><tr><td>DwellType</td><td>Dwelling Type. S=Single Family Dwelling Unit (SFDU). M=Multi-family Dwelling Unit (MFDU)</td><td>S or M</td></tr><tr><td>Married</td><td>M=Married, S=Single, A=Inferred Married, B=Inferred Single</td><td>M, S, A, or B</td></tr><tr><td>MedYrBld</td><td>The year home was built. 4 digits</td><td>nnnn</td></tr><tr><td>MobHome</td><td>Residence is a mobile home</td><td>Y or Blank</td></tr><tr><td>Pool</td><td>Pool owner</td><td>Y or Blank</td></tr><tr><td>FirePl</td><td>Home with fireplace</td><td>Y or Blank</td></tr><tr><td>SglParent</td><td>Single Parent flag</td><td>Y or Blank</td></tr><tr><td>HHNBRSR</td><td>Known resident of HH that is 65 or older</td><td>Y or Blank</td></tr><tr><td>CreditCard</td><td>Known use of Credit Card</td><td>Y or Blank</td></tr><tr><td>WealthScr</td><td>Model based on income, homeownership, and other assets owned:<br />A = Estimated Net less than $5,000<br />B = Estimated Net $5,000 - $19,999<br />C = Estimated Net $20,000 - $49,999<br />D = Estimated Net $50,000 – $79,999<br />E = Estimated Net $80,000 - $99,999<br />F = Estimated Net $100,000 - $249,999<br />G = Estimated Net $250,000 - $499,999<br />H = Estimated Net over $500,000<br /></td><td>A - H</td></tr><tr><td>CharityDnr</td><td>Charity donor</td><td>Y or Blank</td></tr><tr><td>MrktHomeVal</td><td>Estimated Home Market value:<br />A = $1,000 - $24,999<br />B = $25,000 - $49,999<br />C = $50,000 - $74,999<br />D = $75,000 - $99,999<br />E = $100,000 - $124,999<br />F = $125,000 - $149,999<br />G = $150,000 - $174,999<br />H = $175,000 - $199,999<br />I = $200,000 - $224,999<br />J = $225,000 - $249,999<br />K = $250,000 - $274,999<br />L = $275,000 - $299,999<br />M = $300,000 - $349,999<br />N = $350,000 - $399,999<br />O = $400,000 - $449,999<br />P = $450,000 - $499,999<br />Q = $500,000 - $749,999<br />R = $750,000 - $999,999<br />S = $1,000,000+<br /></td><td>A - S</td></tr><tr><td>Education</td><td>Education level<br />A= Completed High School<br />B= Completed College<br />C= Completed Graduate School<br />D= Attended Vocational/Technical<br /></td><td>A,B,C,D or blank</td></tr><tr><td>Ethnicity</td><td>Ethnicity code:<br />Hispanic = Ethnic code Y<br />African American = Ethnic code F<br />Asian = Ethnic code A.<br />*Information (values) for the states of CO, CT and VA are not provided for this field. The data has been removed based upon our approach to the Sensitive Personal Information requirements for Colorado Privacy Act, the Connecticut Data Privacy Act, and Virginia's Consumer Data Protection Act.</td><td>Y,F,A or blank</td></tr><tr><td>ChildCd</td><td>Presence of Children. Y= children present</td><td>Y or Blank</td></tr><tr><td>ChildAgeCd</td><td>Children Age range<br />A = Presence of Children under 5<br />B = Presence of Children aged 6 – 10<br />C = presence of Children Age 11 – 15<br />D = Presence of Children Age 17-17<br /></td><td>A,B,C,D or blank</td></tr><tr><td>ChildNbrCd</td><td>Number of Children. A=No children, B=less than 3, C= 3-5 children</td><td>A – C</td></tr><tr><td>VehLux</td><td>Luxury vehicle owner</td><td>Y or Blank</td></tr><tr><td>VehSuv</td><td>SUV vehicle owner</td><td>Y or Blank</td></tr><tr><td>VehTrk</td><td>SUV vehicle owner</td><td>Y or Blank</td></tr><tr><td>PctBlk</td><td>Percent Range Black (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctWht</td><td>Percent Range White (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctHsp</td><td>Percent Range Hispanic (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctAsi</td><td>Percent Range Asian (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctEngSpeak</td><td>Percent Range English Speaking (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctSpnSpeak</td><td>Percent Range Spanish Speaking (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctAsiaSpeak</td><td>Percent Range Asian Speaking (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctSFDU</td><td>Percent Range SFDU (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctMFDU</td><td>Percent Range MFDU (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>MHV</td><td>Median House Value Code:<br />A = Less than $50,000<br />B = $50,000 - $99,999<br />C = $100,000 - $149,999<br />D = $150,000 - $249,999<br />E = $250,000 - $349,999<br />F = $350,000 - $499,999<br />G = $500,000 - $749,999<br />H = $750,000 - $999,999<br />I = $1,000,000+<br /></td><td>A – I</td></tr><tr><td>MOR</td><td>Mail Order Respondent (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>MedSchl</td><td>Median years of school, 3 digits max.<br />1 implied decimal. eg 210 = 21.0 years</td><td>000-220</td></tr><tr><td>PctWhiteCollar</td><td>Percent Range White Collar (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctBlueCollar</td><td>Percent Range Blue Collar (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctOccO</td><td>Percent Range Other Occupation (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>DemoLvl</td><td>Demographic append level 1 - Zip9 (Zip5,Zip+4); 2 - Zip7 (Zip5,Zip+2); 3 – Zip5</td><td>1,2,3</td></tr><tr><td>PIPriceClub</td><td>Value shopper</td><td>Y or blank</td></tr><tr><td>PIWomanAprl</td><td>Women’s Appareal<br />A = Purchased Women's Apparel<br />B = Purchased Plus size Women's Apparel<br /></td><td>A,B or blank</td></tr><tr><td>PIMenAprl</td><td>Men’s Apparel<br />A = Purchased Men's Apparel<br />B = Purchased Big and Tall Men's Apparel<br /></td><td>A,B or blank</td></tr><tr><td>PIChildAprl</td><td>Parenting and Children's interest</td><td>Y or blank</td></tr><tr><td>PIPetAprl</td><td>Pet’s Apparel<br />A = has Pets<br />B= Equestrian<br />C= Cat owner<br />D= Dog owner<br /></td><td>A,B,C,D or blank</td></tr><tr><td>PIBookBuy</td><td>Books Buyer</td><td>Y or blank</td></tr><tr><td>PIBookRead</td><td>Reader = Y or Blank, 1 character maximum</td><td>Y or blank</td></tr><tr><td>PIHiTech</td><td>Hi Tech Enthusiasts</td><td>Y or blank</td></tr><tr><td>PIArts</td><td>Art enthusiasts<br />A = Interest in Arts<br />B = Avid Music Listener<br />C = Interest in Antiques<br />D = Interest in Performing Arts<br /></td><td>A,B,C,D or blank</td></tr><tr><td>PICollect</td><td>Collectible’s enthusiasts<br />A = General Interest in Collectibles<br />B = Interest in Antique Collectibles<br />C = Interest in Sports Collectibles<br /></td><td>A,B,C or blank</td></tr><tr><td>PIHomeGrd</td><td>Home garden interest<br />A = Interest in Sewing and Knitting<br />B = Interest in Woodworking<br />C = Interest in Photography<br />D = Home and Garden<br /></td><td>A,B,C,D or blank</td></tr><tr><td>PIHomeImp</td><td>Home Improvements<br />A – Home Improvement Interest<br />B – Home Improvement DIY<br /></td><td>A,B or blank</td></tr><tr><td>PICookWine</td><td>Cook or Wine enthusiasts<br />A = Gourmet Food and Wine<br />B = Cooking<br />C = Natural Foods<br /></td><td>A,B,C or blank</td></tr><tr><td>PIGamble</td><td>Gaming casino, sweepstakes</td><td>Y or blank</td></tr><tr><td>PITravel</td><td>Travel enthusiasts<br />A = Travel<br />B = Domestic<br />C = International<br />D = Cruise<br /></td><td>A,B,C,D or blank</td></tr><tr><td>PIFitness</td><td>Fitness enthusiasts<br />A = Interest in Health Exercise<br />B = Running<br />C = Walking<br />D = Aerobics<br /></td><td>A,B,C,D or blank</td></tr><tr><td>PISelfImp</td><td>Health, medical, dieting weight loss, self-improvement<br />A = Health &amp; Medical<br />B = Dieting Weight loss<br />C = Self-Improvement<br /></td><td>A,B,C or blank</td></tr><tr><td>PIAuto</td><td>Parts and accessories, auto work</td><td>Y or blank</td></tr><tr><td>PISport</td><td>Interest in Sports<br />A = Interest in Sports, General<br />B = Interest in Football<br />C - Interest in Baseball<br />D = Interest in Golf<br />E = Interest in Tennis<br />F - Interest in Auto and Motorcycle racing<br /></td><td>A,B,C,D,E,F or blank</td></tr><tr><td>PIOutdoor</td><td>Interest in Outdoors<br />A = Interest in Outdoor - General<br />B = Interest in Snow Sports<br />C = interest in Water Sports<br />D = Interest in Hunting and Fishing<br /></td><td>A,B,C,D or blank</td></tr><tr><td>PIInvst</td><td>Investing active</td><td>Y or blank</td></tr><tr><td>PIBoat</td><td>Interest in Boating</td><td>Y or blank</td></tr><tr><td>PIMoto</td><td>Interest on Motorcycling</td><td>Y or blank</td></tr><tr><td>PurPowerScr</td><td><p>**This is a premium attribute field available only by subscription. Contact Infutor Sales for more information.<br /><br /></p><p>Purchasing Power Model, 1 character:<br />A = (820-High)<br />B = (800-819)<br />C = (780-799)<br />D = (760-779)<br />E = (740-759)<br />F = (720-739)<br />G = (700-719)<br />H = (680-699)<br />I = (660-679)<br />J = (640-659)<br />K = (620-639)<br />L = (600-619)<br />M = (580-599)<br />N = (560-579)<br />O = (540-559)<br />P = (520-539)<br />Q = (500-519)<br />R = (480-499)<br />S = (460-479)<br />T = (Low-459)</p></td><td>A - T</td></tr></tbody></table>\n\n<p>The Component Summaries reflect whether or not a given identity passed the Validations, Linkages, and Risk Flag Components of the ID Max product.</p>","event":[{"listen":"prerequest","script":{"id":"ee970770-aefb-4ce7-9461-04b060d8bd4b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4e0a9d46-55ff-430c-b4f4-47f7e5482a49","type":"text/javascript","exec":[""]}}],"_postman_id":"8004828f-70d0-45ba-8f71-c3c93671c617"},{"name":"Auto Attributes","item":[],"id":"1c0f7991-8601-4b2e-b23d-76e6e607d6df","description":"<p>Up to 4 vehicles.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>PID</td>\n<td>Unique individual that was matched to on the database.  \n1st Character – Y (Person found on the database)/N (Person not found on the database).Remaining characters - Unique Identifier\n</td>\n<td>String Value 32 characters max</td>\n</tr>\n<tr>\n<td>HHID</td>\n<td>Unique address + Last Name that was matched to on the database.  \n1st Character - Y (Address found on the database)/N (Address not found on the database). Remaining characters - Unique Identifier\n</td>\n<td>String Value 100 characters max</td>\n</tr>\n<tr>\n<td>AID</td>\n<td>Unique address that was matched to on the database.  \n1st Character - Y (Address found on the database)/N (Address not found on the database).Remaining characters - Unique Identifier\n</td>\n<td>String Value 32 characters max</td>\n</tr>\n<tr>\n<td>Make</td>\n<td>Vehicle Make, 30 characters max</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Model</td>\n<td>Vehicle Model, 30 characters max</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Year</td>\n<td>Vehicle Year</td>\n<td>YYYY</td>\n</tr>\n<tr>\n<td>ClassCD</td>\n<td>Vehicle Class Code, 15 characters max</td>\n<td>15 characters</td>\n</tr>\n<tr>\n<td>FuelTypeCD</td>\n<td>Vehicle Fuel Code</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>MFGCD</td>\n<td>Vehicle Manufacturing Code</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>StyleCD</td>\n<td>Vehicle Style Code</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>Mileage</td>\n<td>Mileage from the last odometer reading in increments of 10,000.\nA=0-10,000. Z= 250,000+\n</td>\n<td>A-Z</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Last verification date</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>VIN</td>\n<td>17 digit VIN Number</td>\n<td>String Value</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"7fa14297-d186-4afe-9879-edc2eefc115c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"92d79d7e-a817-4642-bfba-5944085fe625","type":"text/javascript","exec":[""]}}],"_postman_id":"1c0f7991-8601-4b2e-b23d-76e6e607d6df"},{"name":"Property Attributes","item":[],"id":"0db25d45-431d-4d42-8c54-f55fe44e47ed","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Return Values</b></td></tr><tr><td>PID</td><td>Unique individual that was matched to on the database.<br />1st Character – Y (Person found on the database)/N (Person not found on the database).Remaining characters - Unique Identifier</td><td>String Value 32 characters max</td></tr><tr><td>AID</td><td>Unique address that was matched to on the database.<br />1st Character - Y (Address found on the database)/N (Address not found on the database).Remaining characters - Unique Identifier</td><td>String Value 32 characters max</td></tr><tr><td>FIPSCD</td><td>Federal Information Processing County code. 5 characters maximum<br />First 2 pos = Numeric State Code<br />Last 3 pos = County Code<br /></td><td>nnnnn</td></tr><tr><td>PROP_CENSUSTRACT</td><td>Comprised of Census Tract</td><td>String value</td></tr><tr><td>PROP_MUNINAME</td><td>Municipality Name where parcel is located</td><td>String value</td></tr><tr><td>PROP_TOWNSHIPCD</td><td>The \"township\" portion of geographical coordinates based on local surveys. Townships typically run north or south of pre-determined \"meridian\" in six mile intervals. (e.g., 7, 11S, 1N, 36S)</td><td>String value</td></tr><tr><td>PROP_SUBDIVISION</td><td>If the property is in a specific subdivision so noted on deed recordings</td><td>String value</td></tr><tr><td>PROP_ZONING</td><td>County and/or Local established Zoning Codes</td><td>String value</td></tr><tr><td>PROP_RANGE</td><td>The \"range\" portion of geographical coordinates based on local surveys. Ranges typically run east or west of pre-determined \"meridian\" in six mile intervals. (e.g., 3W, 8, 89,31E)</td><td>String value</td></tr><tr><td>PROP_SECTION</td><td>The \"section\" portion of geographical coordinates based on local surveys. Sections are 1 square mile and there are 36 sections within the intersection of a Range / Township. (e.g., 27, 40, 16, 11)</td><td>String value</td></tr><tr><td>PROP_LATITUDE</td><td>Property Latitude based on 'parcel'</td><td>String value</td></tr><tr><td>PROP_LONGITUDE</td><td>Property Longitude based on 'parcel'</td><td>String value</td></tr><tr><td>PROP_LANDUSE</td><td>A Land Use code converted from various</td><td>String value</td></tr><tr><td>PROP_APN</td><td>Assessor's Parcel Number in a formatted form</td><td>String value</td></tr><tr><td>PROP_APNSEQNBR</td><td>Sequence number is used to ensure \"unique-ness\" of the Assessor's Parcel Number</td><td>String value</td></tr><tr><td>PROP_OWNEROCC</td><td>Absentee owner indicator code<br />A= Absentee(Mail And Situs Not Equal)<br />M= Situs Address Taken From Mail<br />O= Owner Occupied<br />S= Situs From Sale (Occupied)<br />T= Situs From Sale (Absentee)<br /></td><td>A,M,O,S,T or blank</td></tr><tr><td>PROP_ADDRIND</td><td>Indicate whether the Site data was obtained directly from a county or local Source or was derived by the owners mailing address<br />M= Mailing Address<br />S= Local Source<br /></td><td>M,S or blank</td></tr><tr><td>PROP_CORPIND</td><td>Property owner recognized as or business</td><td>Y or blank</td></tr><tr><td>PROP_RESCD</td><td>Indicates whether the property is residential based on individual zip codes<br />Y = yes<br />N = no<br /></td><td>Y, N or blank</td></tr><tr><td>PROP_IND</td><td>Property type indicator, 2 digit numeric:<br />10 = Single Family Residence / Townhouse<br />11 = Condominium (residential)<br />20 = Commercial<br />21 = Duplex, Triplex, Quadplex<br />22 = Apartment<br />23 = Hotel, Motel<br />24 = Commercial (condominium)<br />25 = Retail<br />26 = Services (general public)<br />27 = Office Building<br />28 = Warehouse<br />29 = Financial Institution<br />30 = Hospital (medical complex, clinic)<br />31 = Parking<br />32 = Amusement – Recreation<br />50 = Industrial<br />51 = Industrial Light<br />52 = Industrial Heavy<br />53 = Transport<br />54 = Utilities<br />70 = Agricultural<br />80 = Vacant<br />90 = Exempt<br /></td><td>nn</td></tr><tr><td>PROP_MOBHOME</td><td>Mobile Home is present on the parcel</td><td>Y or blank</td></tr><tr><td>PROP_NRBBLD</td><td>Total number of buildings on the parcel</td><td>String value</td></tr><tr><td>PROP_STYLE</td><td>Type of building style. Please refer to the property addendum document and see \"PROP_STYLE\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_STORIESCD</td><td>Number of stories code. Please refer to the property addendum document and see “PROP_STORIESCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_STORIESNBR</td><td>Number of stories</td><td>String value</td></tr><tr><td>PROP_APTNBR</td><td>Number of Residential, Apartment or Business Units</td><td>String value</td></tr><tr><td>PROP_QLTY</td><td>Type of construction quality of building<br />QAV = AVERAGE<br />QBA = BELOW AVERAGE<br />QVV = ABOVE AVERAGE<br />QPO = POOR<br />QEX = EXCELLENT<br />QLU = LUXURY<br />999 = BYPASS<br />QGO = GOOD<br />QLO = LOW<br />QFA = FAIR<br />QEC = ECONOMICAL<br /></td><td>nnn</td></tr><tr><td>PROP_BLDGCD</td><td>The primary building type code. Please refer to the property addendum document and see \"PROP_BLDGCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_BLDGIMPCD</td><td>Primary improvement type. Please refer to the property addendum document and see \"PROP_BLDGIMPCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_COND</td><td>0 = NONE<br />999 = BYPASS<br />AVE = AVERAGE<br />DMG = PHYSICAL DAMAGE<br />EXC = EXCELLENT<br />FAI = FAIR<br />GOO = GOOD<br />GTE = GOOD TO EXCELLENT<br />POO = POOR<br />UCN = UNDER CONSTRUCTION<br />UNS = UNSOUND<br />VGO = VERY GOOD<br /></td><td>nnn</td></tr><tr><td>PROP_CNSTRTYPE</td><td>Construction Type. Please refer to the property addendum document and see \"PROP_CNSTRTYPE\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_EXTNW</td><td>Exterior Walls Type. Please refer to the property addendum document and see \"PROP_EXTNW\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_VALCALC</td><td>The “total” (i.e., land + improvement) value closet to current market value used for assessment by county or local taxing authorities</td><td>Integer (dollars)</td></tr><tr><td>PROP_IMP_VALCALC</td><td>The “improvement” value closest to current market value used for assessment by county or local taxing authorities</td><td>Integer (dollars)</td></tr><tr><td>PROP_VAL_CALCIND</td><td>Property Value type<br />A = Assessed<br />M = Market<br />P = Appraised<br />T = Transitional<br /></td><td>A,M,P,T or blank</td></tr><tr><td>PROP_LAND_VALCALC</td><td>Land Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_LAND_VALCALC_IND</td><td>Land Value Indicator<br />A = Assessed<br />M = Market<br />P = Appraised<br />T = Transitional<br /></td><td>A,M,P,T or blank</td></tr><tr><td>PROP_IMP_VALCALC</td><td>Improvement Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_IMP_VALCALC_IND</td><td>The “improvement” value indicator<br />A = Assessed<br />M = Market<br />P = Appraised<br />T = Transitional<br /></td><td>A, M, P, or T</td></tr><tr><td>PROP_ASSED_VAL</td><td>The Total Assessed Value of the Parcel's Land &amp; Improvement values as provided by the county or local taxing/assessment authority</td><td>Integer (dollars)</td></tr><tr><td>PROP_ASSED_LANDVAL</td><td>Assessed Land Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_ASSED_IMPVAL</td><td>Assessed Improvement Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_MRKTVAL</td><td>Total Market Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_MRKT_LANDVAL</td><td>Market Land Values</td><td>Integer (dollars)</td></tr><tr><td>PROP_MRKT_IMPVAL</td><td>Market Improvement Values</td><td>Integer (dollars)</td></tr><tr><td>PROP_APPRAISED_VAL</td><td>Total Appraised Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_APPRAISED_LANDVAL</td><td>Appraised Land Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_APPRAISED_IMPVAL</td><td>Appraised Improvement Values</td><td>Integer (dollars)</td></tr><tr><td>PROP_YRBLD</td><td>The construction year of the original building. (e.g., YYYY)</td><td>YYYY</td></tr><tr><td>PROP_EFFYRBLD</td><td>Effective Year Built</td><td>YYYY</td></tr><tr><td>PROP_VIEW</td><td>Property View, Please refer to the property addendum document and see \"PROP_VIEW \" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_LCTN_INFL</td><td>Location Associated Aspects, Please refer to the property addendum document and see \"PROP_LCTN_INFL\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_FRONTFT</td><td>Front Linear Feet</td><td>Integer</td></tr><tr><td>PROP_DEPTHFT</td><td>Linear feet between</td><td>Integer</td></tr><tr><td>PROP_ACRES</td><td>Total land mass in acres. (4 decimal points). Example: 13000=1.3 acres</td><td>Integer</td></tr><tr><td>PROP_LANDSQFT</td><td>Total land mass in Square Feet</td><td>Integer</td></tr><tr><td>PROP_UNVBLDSQFT</td><td>Building Square Footage</td><td>Integer</td></tr><tr><td>PROP_BLDSQFTIND</td><td>Square foot type indicator, 1 character max.<br />R = GROUND FLOOR LEVEL<br />H = HEATED AREA<br />M = MAIN OR BASE AREA<br />B = BUILDING<br />A = ADJUSTED<br />L = LIVING<br />G = GROSS<br /></td><td>R,H,M,B,A,L,G or blank</td></tr><tr><td>PROP_BLDSQFT</td><td>Building Square feet</td><td>Integer</td></tr><tr><td>PROP_LIVINGSQFT</td><td>The area of a building that is used for general living. This is typically the area of a building that is heated or air conditioned and does not include Garage, Porch or Basement square footage</td><td>Integer</td></tr><tr><td>PROP_GRDFLRSQFT</td><td>Square Footage Front</td><td>Integer</td></tr><tr><td>PROP_GROSSSQFT</td><td>Building Square Footage</td><td>Integer</td></tr><tr><td>PROP_ADJGROSSSQFT</td><td>Square Footage for Improvement Value</td><td>Integer</td></tr><tr><td>PROP_BSMTSQFT</td><td>Basement Square Footage</td><td>Integer</td></tr><tr><td>PROP_PRKGSQFT</td><td>Square footage of parking</td><td>Integer</td></tr><tr><td>PROP_RMS</td><td>Total number of rooms contained in the primary building</td><td>Integer</td></tr><tr><td>PROP_BEDRMS</td><td>Total number of bedrooms contained in the primary building</td><td>Integer</td></tr><tr><td>PROP_BATHSCALC</td><td>Number of Bathrooms. 2 implied decimal places. 2.00 baths = 200.</td><td>Integer</td></tr><tr><td>PROP_BATHS</td><td>Total number of bathrooms, 2 implied decimal places. 2.00 baths = 200</td><td>Integer</td></tr><tr><td>PROP_FULLBATHS</td><td>Total number of Full Baths (typically comprised of a sink, toilet, and bathtub / shower stall). A home containing 2 1/2 baths would have the number 2 stored in this field</td><td>Integer</td></tr><tr><td>PROP_HALFBATHS</td><td>Total number of Half Baths (typically comprised of a sink &amp; toilet). A home containing 2 1/2 baths would have the number 1 stored in this field</td><td>Integer</td></tr><tr><td>PROP_1QTRBATHS</td><td>Total quarter baths</td><td>Integer</td></tr><tr><td>PROP_3QTRBATHS</td><td>Number of 3 quarter baths</td><td>Integer</td></tr><tr><td>PROP_BATHFIXS</td><td>Total Bathroom Fixtures</td><td>Integer</td></tr><tr><td>PROP_AC</td><td>The type of air conditioning method used to cool the building<br />(e.g., Central, Wall Unit, Evaporative):<br />0=AC.NONE<br />ACA=AC.COMMERCIAL A/C<br />ACE=AC.CENTRAL<br />ACH=AC.CHILLED WATER<br />ACP=AC.CENTRAL PARTIAL<br />ACW=AC.CENTRAL &amp; UNIT<br />ADU=AC.DUAL UNIT<br />AEV=AC.EVAPORATIVE<br />AFA=AC.FAN COOLING<br />AHT=AC.HEAT PUMP<br />AOF=AC.OFFICE ONLY<br />APF=AC.REFRIGERATION<br />APK=AC.PACKAGE<br />APR=AC.PACKAGE ROOF<br />APT=AC.PARTIAL<br />APV=AC.REFRIGERATION/EVAPORATION<br />ASE=AC.SEPARATE SYSTEM<br />ASO=AC.SOLAR<br />ASP=AC.SPLIT SYSTEM<br />AWA=AC.WALL UNIT<br />AWI=AC.WINDOW UNIT<br />AWN=AC.WALL/WINDOW UNIT<br /></td><td>nnn<br />(3 characters)<br /></td></tr><tr><td>PROP_BSMTF</td><td>Basement Type<br />0 = NONE<br />999 = BYPASS<br />BFL = FULL<br />CRA = CRAWL-SPACE<br />FBE = BEDROOM<br />FBR = BEDROOM &amp; RECREATION ROOM<br />FCF = COMPLETELY FINISHED<br />FFD = FINISHED WITH DRYWALL<br />FFI = FINISHED<br />FFL = FINISHED WITH PLASTER<br />FFP = FINISHED WITH PANEL<br />FOF = OFFICE<br />FPA = PARKING<br />FPF = PARTIALLY FINISHED<br />FRE = RESIDENT<br />FRR = RECREATION ROOM<br />FST = STORAGE<br />FUN = UNFINISHED<br />FUT = UTILITY<br /></td><td>nnn</td></tr><tr><td>PROP_FRPL</td><td>This field is populated with a \"Y\" if a fireplace is located within the building</td><td>Y or blank</td></tr><tr><td>PROP_FRPLNBR</td><td>Number of Fireplace Openings</td><td>Integer</td></tr><tr><td>PROP_FRPLTYPE</td><td>Type of Fireplace, Please refer to the property addendum document and see \"PROP_FRPLTYPE” table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_FND</td><td>Type of Foundation, Please refer to the property addendum document and see \"PROP_FND\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_FLR</td><td>Floor Construction Type<br />999 = BYPASS<br />A = CONCRETE<br />B = WOOD<br />C = PLYWOOD<br />D = CONCRETE/ASPHALT<br />E = BRICK<br />F = ACRYLIC<br />G = ASBESTOS<br />H = GRAVEL<br />I = SLATE<br />J = DIRT<br />K = CINDER BLOCK<br />L = ASPHALT<br />M = BRICK/STONE<br />N = BRICK/STONE/SLATE<br />P = METAL DECK<br />Q = METAL GRATING<br />R = CORREGATED DECK<br />S = WOOD SHEATHING<br />T = STEEL-FLAT-SLAB<br /></td><td>nnn</td></tr><tr><td>PROP_FRAME</td><td>Type of Roof Framing<br />999 = BYPASS<br />B = BAR JOIST<br />C = CONCRETE<br />D = BAR JOIST &amp; WOOD DECK<br />E = METAL PIPE<br />F = WOOD FRAME<br />G = BOWSTRING<br />J = BAR JOIST &amp; CONCRETE DECK<br />L = FLEXIBLE/FLEXICORE<br />M = METAL<br />O = REINFORCED CONCRETE<br />P = LONGSPAN TRUSS<br />Q = PRESTRESS CONCRETE<br />R = BAR JOIST &amp; RIGID FRAME<br />S = STEEL<br />T = TRUSS/JOIST<br />U = WOOD BEAM<br />W = WOOD<br />X = WOOD JOIST<br />Y = WOOD ON STEEL<br />Z = WOOD TRUSS<br /></td><td>nnn</td></tr><tr><td>PROP_GAR</td><td>Type of Garage, Please refer to the property addendum document and see \"PROP_GAR\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_HEAT</td><td>Method of Heating, Please refer to the property addendum document and see \"PROP_HEAT\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_PRKGSPACES</td><td>Number of Parking Spaces</td><td>Integer</td></tr><tr><td>PROP_PRKGTYPE</td><td>Parking Type, Please refer to the property addendum document and see \"PROP_PRKGTYPE\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_POOL</td><td>Populated with a \"Y\" if a Pool is present on the parcel</td><td>Y or blank</td></tr><tr><td>PROP_POOLCD</td><td>Pool Type, Please refer to the property addendum document and see \"PROP_POOLCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_ROOFCOVER</td><td>Roof Covering, Please refer to the property addendum document and see \"PROP_ROOFCOVER\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_ROOFTYPE</td><td>999=BYPASS<br />9A0=IRREGULAR<br />9B0=LEAN TO<br />A=A-FRAME<br />B=BARN<br />C=CANOPY<br />D=DORMER<br />E=FRAME<br />F=FLAT<br />G=GABLE<br />H=GABLE/HIP<br />I=HIP<br />J=GEODESIC<br />K=MANSARD<br />L=BARREL<br />M=MONITOR<br />N=CONTEMPORARY<br />O=SHED<br />P=PITCHED<br />Q=PYRAMID<br />R=ARCHED<br />S=SAWTOOTH<br />T=CATHEDRAL/CLERESTORY<br />U=BUBBLE<br />V=GAMBREL<br />W=SWISS CHALET/ALPINE<br />X=COMPLEX/CUSTOM<br />Y=BUTTERFLY<br />Z=GAMBREL/MANSARD<br /></td><td>nnn<br />(3 characters)<br /></td></tr><tr><td>PROP_ENERGY</td><td>Type of Electricity<br />0 = NONE<br />999 = BYPASS<br />EAG = AVERAGE WIRING<br />EAV = AVAILABLE<br />EBA = BELOW AVERAGE WIRING<br />ECN = CONNECTED<br />EEX = EXTENSIVE WIRING<br />EGO = GOOD WIRING<br />EHE = HEAVY WIRING<br />ELI = LIGHT WIRING<br />EMA = MAXIMUM WIRING<br />EME = MEDIUM WIRING<br />EMI = MINIMAL WIRING<br />EOV = OVERHEAD WIRES<br />EPR = PRIVATE SOURCE<br />ETY = TYPICAL WIRING<br />EUN = UNDERGROUND WIRES<br /></td><td>nnn</td></tr><tr><td>PROP_FUEL</td><td>Heating Fuel Type, Please refer to the property addendum document and see \"PROP_FUEL\" table for code descriptions</td><td>String value</td></tr><tr><td>PROP_SEWER</td><td>Sewer Type<br />0 = NONE<br />999 = BYPASS<br />SPU = PUBLIC<br />SCE = CESSPOOL<br />SSE = SEPTIC<br />SPR = PRIVATE<br />STR = STORM<br />SCO = COMMERCIAL<br /></td><td>nnn</td></tr><tr><td>PROP_WATER</td><td>Water Supply Type, 3 characters max.<br />0 = NONE<br />999 = BYPASS<br />WPU = PUBLIC<br />WSC = SPRING/CREEK<br />WWE = WELL<br />WPR = PRIVATE<br />WCO = COMMERCIAL<br />WPW = PUBLIC WELL<br />WCI = CISTERN<br /></td><td>nnn</td></tr><tr><td>PROP_HOMESTEAD</td><td>Homestead Qualified</td><td>Y or blank</td></tr><tr><td>PROP_XMTVET</td><td>Presence of Veteran</td><td>Y or blank</td></tr><tr><td>PROP_XMT_DISABLED</td><td>Disable Veteran</td><td>Y or blank</td></tr><tr><td>PROP_TAXAMT</td><td>The tax amount provided by the county or local taxing / assessment authority</td><td>Integer (dollars)</td></tr><tr><td>PROP_TAXYR</td><td>Tax Year</td><td>YYYY</td></tr><tr><td>PROP_DOCYR</td><td>Sale Year</td><td>YYYY</td></tr><tr><td>PROP_SALESDEEDCD</td><td>Deed Type, 1 character max<br />U = FORECLOSURE<br />Q = QUIT CLAIM<br />X = MULTI CNTY/ST OR OPEN-END-MTG<br />T = DEED OF TRUST<br />G = DEED<br />D = RELEASE OF DEED OF TRUST/MTG<br />F = FINAL JUDGEMENT<br />J = MECHANIC LIENS<br />L = LIS PENDENS<br />N = NOTICE OF DEFAULT<br />R = RELEASE/RECISION<br />S = LOAN ASSIGNMENT<br /></td><td>U,Q,X,T,G,D,F,J, L,N,R,S or blank</td></tr><tr><td>PROP_RECDATE</td><td>The date the sales transaction was record at the county</td><td>YYYYMMDD</td></tr><tr><td>PROP_SELLERNAME</td><td>Seller Name</td><td>String Value</td></tr><tr><td>PROP_SALEDATE</td><td>Sale Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_SALEAMT</td><td>Price of the sale as depicted on the recorded sales transaction</td><td>Integer (dollars)</td></tr><tr><td>PROP_SALECD</td><td>Sale Code<br />V = VERIFIED<br />R = LEASE<br />P = SALE PRICE (PARTIAL)<br />C = CONFIRMED<br />N = STAMPS ON BACK/NON-DISCLOSED<br />F = SALE PRICE (FULL)<br />E = ESTIMATED<br />L = COMMITTED<br /></td><td>V,R,P,C,N,F,E,L or blank</td></tr><tr><td>PROP_APNCD</td><td>Parcel Sales, 1 character max<br />D = MULTI / DETAIL PARCEL SALE<br />M = MULTIPLE PARCEL SALE<br />X = MULTI / SPLIT PARCEL SALE<br />S = MULTI / SPLIT PARCEL SALE<br /></td><td>D,M,X,S or blank</td></tr><tr><td>PROP_APNCNT</td><td>Number of Parcels</td><td>Integer</td></tr><tr><td>PROP_ASMTYR</td><td>Last Assessment Year</td><td>YYYY</td></tr><tr><td>PROP_SALESTRANSCD</td><td>Sale Type<br />1 = RESALE<br />2 = REFINANCE<br />3 = SUBDIVISION/NEW CONSTRUCTION<br />4 = TIMESHARE<br />6 = CONSTRUCTION LOAN<br />7 = SELLER CARRYBACK<br />9 = NOMINAL<br />D = RELEASE OF DEED<br />S = ASSIGNMENT OF DEED OF TRUST<br /></td><td>1,2,3,4,6,7,9,D,S or blank</td></tr><tr><td>PROP_RECDATE_PRIOR</td><td>Prior Recorded Sale Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_SALEAMT_PRIOR</td><td>Price of Sale</td><td>Integer (dollars)</td></tr><tr><td>PROP_SALECD_PRIOR</td><td>Prior Sale Type<br />F = Full<br />P = Partial<br /></td><td>F, P or Blank</td></tr><tr><td>PROP_APNCD_PRIOR</td><td>Parcel Type<br />M = MULTIPLE PARCEL SALE<br />D = MULTI / DETAIL PARCEL SALE<br />X = MULTI / SPLIT PARCEL SALE<br />S = SPLIT PARCEL SALE<br /></td><td>M,D,X,S or blank</td></tr><tr><td>PROP_DEEDCD_PRIOR</td><td>Prior Deed Type Used<br />D = RELEASE OF DEED OF TRUST/MTG<br />F = FINAL JUDGEMENT<br />G = DEED<br />J = MECHANIC LIENS<br />L = LIS PENDENS<br />N = NOTICE OF DEFAULT<br />Q = QUIT CLAIM<br />R = RELEASE/RECISION<br />S = LOAN ASSIGNMENT<br />T = DEED OF TRUST<br />U = FORECLOSURE<br />X = MULTI CNTY/ST OR OPEN-END-MTG<br />W = WARRANTY DEED<br />I = ALL INCLUSIVE DEED OF TRUST<br />M = MORTGAGE<br />C = CONSTRUCTION DEED OF TRUST<br />A = ASSIGNMENT DEED<br />E = EXEMPTION DEED<br /></td><td>n</td></tr><tr><td>PROP_SALESTRANSCD_PRIOR</td><td>Prior Sale Transaction Code<br />1 = RESALE<br />2 = REFINANCE<br />3 = SUBDIVISION/NEW CONSTRUCTION<br />4 = TIMESHARE<br />6 = CONSTRUCTION LOAN<br />7 = SELLER CARRYBACK<br />9 = NOMINAL<br />D = RELEASE OF DEED<br />S = ASSIGNMENT OF DEED OF TRUST<br /></td><td>1,2,3,4,6,7,9,D,S or blank</td></tr><tr><td>PROP_MTGAMT_PRIOR</td><td>Prior Sale Mortgage Amount</td><td>Integer</td></tr><tr><td>PROP_MTGINTCD</td><td>Fixed or Variable Mortgage<br />FIX = Fixed<br />ADJ = Adjustable<br />VAR = Variable<br />BAL = Balloon<br /></td><td>nnn</td></tr><tr><td>PROP_OWNERCD</td><td>Owner Type, Please refer to the property addendum document and see \"PROP_OWNERCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_SELLCARRYBACK</td><td>Seller Carry Back<br />Y = YES<br />A = ASSUMED<br /></td><td>Y,A or blank</td></tr><tr><td>PROP_TITTLECOMPANY</td><td>Title Company</td><td>String values</td></tr><tr><td>PROP_LOANTOVAL</td><td>Loan To Value</td><td>String values</td></tr><tr><td>PROP_MTGAMT</td><td>Amount of loan</td><td>Integer (dollars)</td></tr><tr><td>PROP_MTGDATE</td><td>Date mortgage was initiated</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGLOANCD</td><td>Mortgage Type<br />WRP = WRAP-AROUND MORTGAGE<br />VA = Veterans Affairs<br />FHA = Federal Housing Administration<br />CNV = CONVENTIONAL<br />SBA = SMALL BUSINESS ADMINISTRATION<br />PP = PRIVATE PARTY LENDER<br />CDA = COMMUNITY DEVLOPMENT AUTHORITY<br />CNS = CONSTRUCTION<br />LH = LEASE HOLD MORTGAGE<br />PMM = PURCHASE MONEY MORTGAGE<br /></td><td>nnn</td></tr><tr><td>PROP_MTGDEEDCD</td><td>Mortgage Deed Type, Please refer to the layout document and see “PROP_MTGDEEDCD\" table for code descriptions</td><td>String values</td></tr><tr><td>PROP_MTGTERM</td><td>The length of time of the mortgage in years</td><td>Integer (years)</td></tr><tr><td>PROP_MTGDUEDATE</td><td>Date mortgage becomes due</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGASSUMPTIONAMT</td><td>Mortgage Amount Assumed</td><td>Integer (dollars)</td></tr><tr><td>PROP_LENDERNAME</td><td>Lender Name</td><td>String values</td></tr><tr><td>PROP_MTGREFICD</td><td>Refi Type<br />Y = YES<br />T = TRUST<br /></td><td>Y,T or blank</td></tr><tr><td>PROP_RMSEQUITYCD</td><td>Equity in Property</td><td>Y or blank</td></tr><tr><td>PROP_MTGINTRATE</td><td>Rate Associated with Mortgage (4 decimal)</td><td>String values. Example: 47300 - 4.73%</td></tr><tr><td>PROP_MTGINTRATETYPE</td><td>Mortgage Rate Type<br />FIX = Fixed<br />ADJ = Adjustable<br />VAR = Variable<br />BAL = Balloon<br /></td><td>nnn</td></tr><tr><td>PROP_MTGAMT2</td><td>2nd Mortgage Amount</td><td>Integer (dollars)</td></tr><tr><td>PROP_MTGDATE2</td><td>2nd Mortgage Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGLOANCD2</td><td>2nd Mortgage Type</td><td>String value</td></tr><tr><td>PROP_MTGDEEDCD2</td><td>2nd Deed Type</td><td>String values</td></tr><tr><td>PROP_MTGTERM2</td><td>2nd Mortgage Term</td><td>String values</td></tr><tr><td>PROP_MTGDUEDATE2</td><td>2nd Mortgage Due Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGASSUMPTIONAMT2</td><td>2nd Mortgage Amount Assumed</td><td>String values</td></tr><tr><td>PROP_LENDERNAME2</td><td>2nd Mortgage Lender Name</td><td>String values</td></tr><tr><td>PROP_MTGREFICD2</td><td>2nd Mortgage Refi Type</td><td>String values</td></tr><tr><td>PROP_RMSEQUITYCD2</td><td>2nd Equity in Property</td><td>String values</td></tr><tr><td>PROP_MTGINTRATE2</td><td>2nd Rate Associated with Mortgage (4 decimal)</td><td>String values. Example: 47300 - 4.73%</td></tr><tr><td>PROP_MTGINTRATETYPE2</td><td>2nd Mortgage Rate Type</td><td>String values</td></tr><tr><td>PROP_MTGAMT3</td><td>3rd Mortgage Amount</td><td>Integer (dollars)</td></tr><tr><td>PROP_MTGDATE3</td><td>3rd Mortgage Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGASSUMPTIONAMT3</td><td>Mortgage Amount Assumed</td><td>Integer (dollars)</td></tr><tr><td>PROP_LENDERNAME3</td><td>3rd Mortgage Lender Name</td><td>String values</td></tr><tr><td>PROP_MTGREFICD3</td><td>3rd Mortgage Refi Type</td><td>String values</td></tr><tr><td>PROP_MTGDUEDATE3</td><td>3rd Mortgage Due Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_RMSEQUITYCD3</td><td>3rd Equity in Property</td><td>String values</td></tr><tr><td>PROP_MTGINTRATE3</td><td>3rd Rate Associated with Mortgage (4 decimal)</td><td>String values. Example: 47300 - 4.73%</td></tr><tr><td>PROP_MTGINTRATETYPE3</td><td>3rd Mortgage Rate Type</td><td>String values</td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"3e7280c0-96aa-4f8c-8832-f4b9eb578ed8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bb9d065a-2866-4f71-aaf4-7eb40e0d9a56","type":"text/javascript","exec":[""]}}],"_postman_id":"0db25d45-431d-4d42-8c54-f55fe44e47ed"},{"name":"In Market Auto Attributes","item":[],"id":"733da595-6d05-4db8-bc06-2a6d7f983a18","description":"<p>These are premium attribute fields available only by subscription.  Contact Infutor Sales for more information.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>IN_financing_prob_rank</td>\n<td>In Market for new Financing\n100 -  most qualified\n10  - least qualified\n0 - Unknown \n</td>\n<td>0-100</td>\n</tr>\n<tr>\n<td>IN_insurance_prob_rank</td>\n<td>In Market for new Financing\n100 -  most qualified\n10  - least qualified\n0 - Unknown \n</td>\n<td>0-100</td>\n</tr>\n<tr>\n<td>IN_new_vehicle_prob_rank</td>\n<td>In Market for getting Vehicle Insurance\n100 -  most qualified\n10  - least qualified\n0 - Unknown \n</td>\n<td>0-100</td>\n</tr>\n<tr>\n<td>IN_auto_parts_prob_rank</td>\n<td>In Market for buying auto parts\n100 -  most qualified\n10  - least qualified\n0 - Unknown\n</td>\n<td>0-100</td>\n</tr>\n<tr>\n<td>IN_used_vehicle_prob_rank</td>\n<td>In Market for used Vehicle\n100 -  most qualified\n10  - least qualified\n0 - Unknown\n</td>\n<td>0-100</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"ce2db4cb-11c0-42b6-abe4-74d1ca95551f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9c874f82-c6bd-4828-89ea-d253fe6cea70","type":"text/javascript","exec":[""]}}],"_postman_id":"733da595-6d05-4db8-bc06-2a6d7f983a18"},{"name":"Phone Attributes","item":[],"id":"4a0c6e37-c1e4-4f90-abbb-63c92de2aee7","description":"<p>The Phone Types returned by ID Verify are sourced from the telephone carrier network and are authoritative and accurate, even in situations where a phone has been recently ported from landline to wireless.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>PhoneType</td>\n<td>Phone type for the Phone. L=Landline, V=VoIP, W=Wireless, O=Other</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>Phonetype2</td>\n<td>Phone type for the 2nd Phone. L=Landline, V=VoIP, W=Wireless, O=Other</td>\n<td>L, V, W, O</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"c4b17ae4-4fb8-4407-b55c-2eaec13a455d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"10f94682-1869-4932-bf83-0c1f9944fe4e","type":"text/javascript","exec":[""]}}],"_postman_id":"4a0c6e37-c1e4-4f90-abbb-63c92de2aee7"},{"name":"IP Attributes","item":[],"id":"12be33ac-285c-4ae3-a216-bf60be3ec246","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>IP</td>\n<td>IP v4 address. xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n<tr>\n<td>IP Region</td>\n<td>Region. State name if within the US</td>\n<td>50 characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Approximate city the IP address is located within</td>\n<td>28 characters</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>Approximate latitude of the IP address</td>\n<td>11 characters</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>Approximate longitude of the IP address</td>\n<td>11 characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Approximate Zip code associated with the IP address</td>\n<td>5 characters</td>\n</tr>\n<tr>\n<td>ISP</td>\n<td>Internet service provider responsible for the IP address</td>\n<td>255 characters</td>\n</tr>\n<tr>\n<td>IP From</td>\n<td>Starting IP of the range that the IP address belongs xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n<tr>\n<td>IP To</td>\n<td>Final IP of the range that the IP address belongs xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"e54861de-a87d-4082-a616-e260e2a4ac13","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8cadd5bf-1039-4231-835a-104e54ac7d30","type":"text/javascript","exec":[""]}}],"_postman_id":"12be33ac-285c-4ae3-a216-bf60be3ec246"}],"id":"81bdea02-6bca-4454-94f5-c3d79debd810","_postman_id":"81bdea02-6bca-4454-94f5-c3d79debd810","description":""},{"name":"Connex Segmentation Clusters","item":[],"id":"e858a223-2e18-4ad8-b577-5e02c06fe390","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>HouseholdClusterCode</td>\n<td>Assigned cluster code for HouseholdCluster</td>\n<td>3 characters</td>\n</tr>\n<tr>\n<td>HouseholdClusterName</td>\n<td>Precisely segment and deliver targeted communications at the household level with similar demographics, behaviors, attitudes, preferences, buying habits and media consumption</td>\n<td>256 characters max</td>\n</tr>\n<tr>\n<td>DetailHouseholdClusterCode</td>\n<td>Assigned detail cluster code for HouseholdCluster</td>\n<td>3 characters</td>\n</tr>\n<tr>\n<td>NeighborhoodClusterCode</td>\n<td>Assigned cluster code for NeighborhoodCluster</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>NeighborhoodClusterName</td>\n<td>Drive geo-based audience segmentation strategies that maximize your marketing budget when household-level targeting is not an option</td>\n<td>256 characters max</td>\n</tr>\n<tr>\n<td>FamilyClusterCode</td>\n<td>Assigned cluster code for FamilyCluster</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>FamilyClusterName</td>\n<td>Ideal for higher-level strategic segmentation and understanding of larger customer groups including categorizing household-level clusters into a broad category of similar audience segments</td>\n<td>256 characters</td>\n</tr>\n<tr>\n<td>MessagingClusterCode</td>\n<td>Assigned cluster code for MessagingCluster</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>MessagingClusterName</td>\n<td>Ideal for increasing the relevance of offers by tailoring the message to the unique profile of differing customer and prospect segments</td>\n<td>256 characters max</td>\n</tr>\n<tr>\n<td>DigitalClusterCode</td>\n<td>Assigned cluster code for DigitalCluster</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>DigitalClusterName</td>\n<td>Target consumers based on their online social media and mobile behaviors, preferences and buying habits</td>\n<td>256 characters max</td>\n</tr>\n<tr>\n<td>GenerationClusterCode</td>\n<td>Assigned cluster code for GenerationCluster</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>GenerationClusterName</td>\n<td>Ideal for reaching consumers at specific life stages, as well as for marketing strategies that align with generational attitudes and experiences</td>\n<td>256 characters max</td>\n</tr>\n<tr>\n<td>GenerationGroupCode</td>\n<td>Assigned cluster code for GenerationGroup</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>LifeStageClusterCode</td>\n<td>Assigned cluster code for LifeStageCluster</td>\n<td>3 characters</td>\n</tr>\n<tr>\n<td>LifeStageClusterName</td>\n<td>Develop messaging strategies based on significant milestones in consumers' lives including career, marriage, children, retirement, and more</td>\n<td>256 characters max</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"3548bb96-e9b6-40ba-8f1e-d2ea77d7d96b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"09a66ac2-0343-4630-9370-6c98abcded9f","type":"text/javascript","exec":[""]}}],"_postman_id":"e858a223-2e18-4ad8-b577-5e02c06fe390"}],"id":"0a261c74-42b5-4c43-b447-91bfafe491a3","description":"<p>The ID Max Premium product returns identity information, additional points of contact, scores, and attributes in the output. The identity information includes name &amp; address, while the additional points of contact include additional phone numbers and email addresses.</p>\n\n<p>The Scores returned from ID Max include both the overall IDVerifyScore and more granular component results. The Component results are divided into 4 sections: Validation Components, Linkage Components, Risk Flag Components, and Component Summaries. Customers can opt to use Infutor’s IDVerifyScore to make a pass/fail decision about an individual, or customers desiring to build their own scoring algorithms for verification can opt to use the components for more control and granularity. In addition to the scores that ID Max returns, the product also returns attributes, which provide deeper insights into the individual. The attributes ID Max returns include Demographic Attributes, Property Attributes, Auto Attributes, Phone Attributes, IP Attributes and Connex Segmentation Clusters.</p>\n\n<p>The ID Max Premium product returns identity information, additional points of contact, scores, and attributes in the output. The identity information includes name &amp; address, while the additional points of contact include additional phone numbers and email addresses.</p>\n\n<p>Examples are under construction and will be coming shortly.  If you have any questions on this API in the meantime, please email us for a PDF copy at appsupport@infutor.com</p>\n","event":[{"listen":"prerequest","script":{"id":"fec3f984-a8fc-48b0-a080-820c7bbc5929","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6bba314c-f414-4e37-b304-c2f3cb8c11d1","type":"text/javascript","exec":[""]}}],"_postman_id":"0a261c74-42b5-4c43-b447-91bfafe491a3"},{"name":"API Response Codes","item":[],"id":"fd82a491-5f16-431f-a645-df4db5fcf0e6","description":"<h3 id=\"ip-attributes\">IP Attributes:</h3>\n<p>The following is a table of potential output response codes &amp; messages:</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>0</td>\n<td>Successful</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No Records found</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Missing required parameter(s)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Too many results. Please refine your search criteria</td>\n</tr>\n<tr>\n<td>4</td>\n<td>You have reached the maximum number of transactions allowed</td>\n</tr>\n<tr>\n<td>102</td>\n<td>The user is invalid (double-check credentials)</td>\n</tr>\n<tr>\n<td>All other codes</td>\n<td>System error. Retry search, if failure continues, contact support</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"4add4d2b-0bf0-4025-8d28-7c0dcdd1ff4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2abd40f9-fa2b-4031-aa35-b623c64d65e6","type":"text/javascript","exec":[""]}}],"_postman_id":"fd82a491-5f16-431f-a645-df4db5fcf0e6"},{"name":"Demographic Tag Descriptions ","item":[],"id":"559dec77-c87f-49a3-a41b-52b837d6360f","description":"<p>The following is a table of demographic tag descriptions.</p>\n\n<table>\n<tr>\n<td><b>XML Tag Name</b></td>\n<td><b>Description</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>PctBlk</td>\n<td>Percent_Range_Black</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctWht</td>\n<td>Percent_Range_White</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctHsp</td>\n<td>Percent_Range_Hispanic</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctAsi</td>\n<td>Percent_Range_Asian</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctEngSpeak</td>\n<td>Percent_Range_English_Speaking</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctSpnSpeak</td>\n<td>Percnt_Range_Spanish_Speaking</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctAsiaSpeak</td>\n<td>Percent_Range_Asian_Speaking</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctSFDU</td>\n<td>Percent_Range_SFDU</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctMFDU</td>\n<td>Percent_Range_MFDU</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>MOR</td>\n<td>Penetration Range Mail Order Respondent</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctAuto</td>\n<td>Penetration Range Automobile owner</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctWhiteCollar</td>\n<td>Percent _White_Collar</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctBlueCollar</td>\n<td>Percent _Blue_Collar</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctOccO</td>\n<td>PctOccO</td>\n<td>Penetration Range - See Below</td>\n</tr>\n\n</table>\n\n<table>\n<tr>\n<td><b>Penetration Percentage Range</b></td>\n</tr>\n<tr>\n<td>A</td>\n<td>Greater than 95</td>\n</tr>\n<tr>\n<td>B</td>\n<td>95 thru 91</td>\n</tr>\n<tr>\n<td>C</td>\n<td>90 thru 86</td>\n</tr>\n<tr>\n<td>D</td>\n<td>85 thru 81</td>\n</tr>\n<tr>\n<td>E</td>\n<td>80 thru 76</td>\n</tr>\n<tr>\n<td>F</td>\n<td>75 thru 71</td>\n</tr>\n<tr>\n<td>G</td>\n<td>70 thru 66</td>\n</tr>\n<tr>\n<td>H</td>\n<td>65 thru 61</td>\n</tr>\n<tr>\n<td>I</td>\n<td>60 thru 56</td>\n</tr>\n<tr>\n<td>J</td>\n<td>55 thru 51</td>\n</tr>\n<tr>\n<td>K</td>\n<td>50 thru 46</td>\n</tr>\n<tr>\n<td>L</td>\n<td>45 thru 41</td>\n</tr>\n<tr>\n<td>M</td>\n<td>40 thru 36</td>\n</tr>\n<tr>\n<td>N</td>\n<td>35 thru 31</td>\n</tr>\n<tr>\n<td>O</td>\n<td>30 thru 26</td>\n</tr>\n<tr>\n<td>P</td>\n<td>25 thru 21</td>\n</tr>\n<tr>\n<td>Q</td>\n<td>20 thru 16</td>\n</tr>\n<tr>\n<td>R</td>\n<td>15 thru 11</td>\n</tr>\n<tr>\n<td>S</td>\n<td>10 thru 6</td>\n</tr>\n<tr>\n<td>T</td>\n<td>Less than 6</td>\n</tr>\n\n</table>\n\n\n","event":[{"listen":"prerequest","script":{"id":"36eb4462-cf23-4130-b786-b9f73f1bf075","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0bc7146f-ad5a-46b7-abc5-1428d5b1868b","type":"text/javascript","exec":[""]}}],"_postman_id":"559dec77-c87f-49a3-a41b-52b837d6360f"},{"name":"Match Score Descriptions","item":[],"id":"615ed1c0-1520-4700-be18-5bef8756cef2","description":"<p>The following is a table of Match Score Descriptions.</p>\n\n<table>\n<tr>\n<td><b>Category Description</b></td>\n<td><b>Score</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>IE = Individual with Email</td>\n<td>100</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>IP = Individual with Phone</td>\n<td>101</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>IEP = Individual with Email and Phone</td>\n<td>102</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>IEP = Individual with Email and Phone</td>\n<td>103</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>IEP = Individual with Email and Phone</td>\n<td>104</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>IEP = Individual with Email and Phone</td>\n<td>105</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>IEP = Individual with Email and Phone</td>\n<td>106</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>IEP = Individual with Email and Phone</td>\n<td>107</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>IEP = Individual with Email and Phone</td>\n<td>108</td>\n<td>Exact First, Exact Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>IEP = Individual with Email and Phone</td>\n<td>109</td>\n<td>Exact First, Exact Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>IEP = Individual with Email and Phone</td>\n<td>110</td>\n<td>Exact First, Exact Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>IEP = Individual with Email and Phone</td>\n<td>111</td>\n<td>Exact First, Exact Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>HE = HouseHold with Email</td>\n<td>200</td>\n<td>Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>HE = HouseHold with Email</td>\n<td>201</td>\n<td>Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>HEP = HouseHold with Email and Phone</td>\n<td>202</td>\n<td>Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>HEP = HouseHold with Email and Phone</td>\n<td>203</td>\n<td>Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>HEP = HouseHold with Email and Phone</td>\n<td>204</td>\n<td>Exact Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>HEP = HouseHold with Email and Phone</td>\n<td>205</td>\n<td>Exact Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>AE = Address with Email</td>\n<td>300</td>\n<td>Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>AP = Address with Phone</td>\n<td>301</td>\n<td>Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>AEP = Address with Email and Phone</td>\n<td>302</td>\n<td>Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>NP = Name/Phone</td>\n<td>400</td>\n<td>Exact First, Exact Last, Phone</td>\n</tr>\n<tr>\n<td>NP = Name/Phone</td>\n<td>401</td>\n<td>Exact First, Exact Last, Phone/td&gt;\n</td></tr>\n<tr>\n<td>NP = Name/Phone</td>\n<td>402</td>\n<td>Exact First, Exact Last, Phone</td>\n</tr>\n<tr>\n<td>NP = Name/Phone</td>\n<td>403</td>\n<td>Exact First, Exact Last, Phonep</td>\n</tr>\n<tr>\n<td>LP = Last/Phone</td>\n<td>450</td>\n<td>Exact Last, Phone</td>\n</tr>\n<tr>\n<td>LP = Last/Phone</td>\n<td>451</td>\n<td>Exact Last, Phone</td>\n</tr>\n<tr>\n<td>NE = Name/Email</td>\n<td>470</td>\n<td>Exact First, Exact Last, Email</td>\n</tr>\n<tr>\n<td>NE = Name/Email</td>\n<td>471</td>\n<td>Exact First, Exact Last, Email</td>\n</tr>\n<tr>\n<td>NE = Name/Email</td>\n<td>472</td>\n<td>Exact First, Exact Last, Email</td>\n</tr>\n<tr>\n<td>NE = Name/Email</td>\n<td>473</td>\n<td>Exact First, Exact Last, Email</td>\n</tr>\n<tr>\n<td>LE = Last/Email</td>\n<td>480</td>\n<td>Exact Last, Email</td>\n</tr>\n<tr>\n<td>LE = Last/Email</td>\n<td>481</td>\n<td>Fuzzy Last, Email</td>\n</tr>\n<tr>\n<td>LEP = Last/Email with Phone</td>\n<td>480</td>\n<td>Exact Last, Email Phone, Email</td>\n</tr>\n<tr>\n<td>LEP = Last/Email with Phone</td>\n<td>481</td>\n<td>Fuzzy Last, Email Phone, Email</td>\n</tr>\n<tr>\n<td>FP = First/Phone</td>\n<td>460</td>\n<td>Exact First, Phone</td>\n</tr>\n<tr>\n<td>FP = First/Phone</td>\n<td>461</td>\n<td>Exact First, Exact Last, Email</td>\n</tr>\n<tr>\n<td>FE = First/Emaill</td>\n<td>490</td>\n<td>Exact First, Email</td>\n</tr>\n<tr>\n<td>FE = First/Emaill</td>\n<td>491</td>\n<td>Exact First, Email</td>\n</tr>\n<tr>\n<td>FEP = First/Email with Phone</td>\n<td>490</td>\n<td>Exact First, Email, Phone, Email</td>\n</tr>\n<tr>\n<td>FEP = First/Email with Phone</td>\n<td>491</td>\n<td>Fuzzy First, Email, Phone, Email</td>\n</tr>\n<tr>\n<td>EP = Email with Phone</td>\n<td>900</td>\n<td>Phone with  Email Verified</td>\n</tr>\n<tr>\n<td>P</td>\n<td>900</td>\n<td>Phone Verified</td>\n</tr>\n<tr>\n<td>E</td>\n<td>900</td>\n<td>Email Verified</td>\n</tr>\n<tr>\n<td>X or none</td>\n<td>999</td>\n<td>No match foundl</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"36eb4462-cf23-4130-b786-b9f73f1bf075","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0bc7146f-ad5a-46b7-abc5-1428d5b1868b","type":"text/javascript","exec":[""]}}],"_postman_id":"615ed1c0-1520-4700-be18-5bef8756cef2"}],"id":"49e492d6-a636-4a74-ba1a-463cbc01c27e","_postman_id":"49e492d6-a636-4a74-ba1a-463cbc01c27e","description":""},{"name":"ID Ver","item":[{"name":"Minimum Required Fields","item":[],"id":"f5911da2-7b1a-412a-9d18-81754803fb31","description":"<p>At a minimum, one of the following input combinations is required for processing: </p>\n<ul>\n<li>Phone</li>\n<li>Phone2</li>\n<li>Email</li>\n<li>FName + LName</li>\n<li>FullName</li>\n<li>Address1 + Zip</li>\n<li>Address1 + City + State</li>\n<li>IP</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"6a87679d-239d-4a26-aefc-0cf94f646185","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5afa1069-bf63-456e-a636-314d728685e3","type":"text/javascript","exec":[""]}}],"_postman_id":"f5911da2-7b1a-412a-9d18-81754803fb31"},{"name":"RESTful JSON API","item":[{"name":"ID Ver (Successful Request) (JSON)","id":"98bc0524-ca1e-4f99-944f-133e113dfe56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.yourdatadelivery.com/service/rest/IDVerifyBase?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP","urlObject":{"protocol":"https","path":["service","rest","IDVerifyBase"],"host":["api","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account Username</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account Password</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First name, 15 characters max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"Email"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"IP"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"ce907969-eb0b-44f0-a155-3dc1dfa894da","name":"ID Ver (Successful Request) (JSON)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.yourdatadelivery.com/service/rest/IDVerifyBase?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP","protocol":"https","host":["api","yourdatadelivery","com"],"path":["service","rest","IDVerifyBase"],"query":[{"key":"Login","value":"username","description":"Account Username"},{"key":"Password","value":"password","description":"Account Password"},{"key":"FullName","value":"FullName","description":"Full individual Name"},{"key":"FName","value":"FName","description":"First name, 15 characters max."},{"key":"LName","value":"LName","description":"Last name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"Phone2","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"Email","description":"Email address, 100 characters max"},{"key":"IP","value":"IP","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format"},{"key":"uselayout","value":"UseLayout","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"707"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 28 Aug 2019 17:27:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": \"0\",\n    \"ResponseMsg\": \"Successful\",\n    \"Detail\": {\n        \"__type\": \"IDVerifyBaseResult:https://api.yourdatadelivery.com/service\",\n        \"IDScores\": {\n            \"ValidAddress\": \"100\",\n            \"ValidPhone\": \"100\",\n            \"ValidEmail\": \"100\",\n            \"ValidName\": \"100\",\n            \"Deceased\": \"100\",\n            \"NameToPhone\": \"100\",\n            \"NameToEmail\": \"10\",\n            \"NameToAddress\": \"100\",\n            \"AddressToPhone\": \"0\",\n            \"AddressToEmail\": \"100\",\n            \"PhoneToEmail\": \"10\",\n            \"USLocation\": \"100\",\n            \"ValidPhone2\": \"100\",\n            \"NameToPhone2\": \"100\",\n            \"AddressToPhone2\": \"1\",\n            \"Phone2ToEmail\": \"1\",\n            \"PhoneConfidenceScore\": \"81\",\n            \"Phone2ConfidenceScore\": \"81\",\n            \"AddressConfidenceScore\": \"100\",\n            \"ValidCount\": \"5\",\n            \"LinkageCount\": \"4\",\n            \"RiskFlagCount\": \"0\",\n            \"ValidationSummary\": \"PASS\",\n            \"LinkageSummary\": \"PASS\",\n            \"RiskFlagSummary\": \"PASS\",\n            \"IDVerifyScore\": \"92\"\n        }\n    }\n}"}],"_postman_id":"98bc0524-ca1e-4f99-944f-133e113dfe56"}],"id":"fbccf70d-a48d-436b-b69e-f9fe541c8f93","event":[{"listen":"prerequest","script":{"id":"487416c9-ac1e-4491-b0ed-2f949b884076","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7293bd28-cb90-42ca-b3d4-0e83e15af850","type":"text/javascript","exec":[""]}}],"_postman_id":"fbccf70d-a48d-436b-b69e-f9fe541c8f93","description":""},{"name":"RESTfull XML API","item":[{"name":"ID Ver  (Successful Request) (XML)","id":"c71d93de-5e34-4519-a41b-ab5221f13d7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/IDVerifyBase?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP","urlObject":{"protocol":"https","path":["IDVerifyBase"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account Username</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account Password</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First name, 15 characters max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"Email"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"IP"}],"variable":[]}},"response":[{"id":"d24a0a67-00c5-49e8-b498-3c1a46808880","name":"ID Ver  (Successful Request) (XML)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/IDVerifyBase?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDVerifyBase"],"query":[{"key":"Login","value":"username","description":"Account Username"},{"key":"Password","value":"password","description":"Account Password"},{"key":"FullName","value":"FullName","description":"Full individual Name"},{"key":"FName","value":"FName","description":"First name, 15 characters max."},{"key":"LName","value":"LName","description":"Last name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"Phone2","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"Email","description":"Email address, 100 characters max"},{"key":"IP","value":"IP","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"1144"},{"key":"Content-Type","value":"application/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 28 Aug 2019 17:30:54 GMT"}],"cookie":[],"responseTime":null,"body":"<xml xmlns=\"https://xml.yourdatadelivery.com\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    <Response>\n        <Detail transaction=\"IDVerifyBase\" xmlns=\"\">\n            <IDScores>\n                <ValidAddress>100</ValidAddress>\n                <ValidPhone>100</ValidPhone>\n                <ValidEmail>100</ValidEmail>\n                <ValidName>100</ValidName>\n                <Deceased>100</Deceased>\n                <NameToPhone>100</NameToPhone>\n                <NameToEmail>10</NameToEmail>\n                <NameToAddress>100</NameToAddress>\n                <AddressToPhone>0</AddressToPhone>\n                <AddressToEmail>100</AddressToEmail>\n                <PhoneToEmail>10</PhoneToEmail>\n                <USLocation>100</USLocation>\n                <ValidPhone2>100</ValidPhone2>\n                <NameToPhone2>100</NameToPhone2>\n                <AddressToPhone2>1</AddressToPhone2>\n                <Phone2ToEmail>1</Phone2ToEmail>\n                <PhoneConfidenceScore>81</PhoneConfidenceScore>\n                <Phone2ConfidenceScore>81</Phone2ConfidenceScore>\n                <AddressConfidenceScore>100</AddressConfidenceScore>\n                <ValidCount>5</ValidCount>\n                <LinkageCount>4</LinkageCount>\n                <RiskFlagCount>0</RiskFlagCount>\n                <ValidationSummary>PASS</ValidationSummary>\n                <LinkageSummary>PASS</LinkageSummary>\n                <RiskFlagSummary>PASS</RiskFlagSummary>\n                <IDVerifyScore>92</IDVerifyScore>\n            </IDScores>\n        </Detail>\n    </Response>\n</xml>"}],"_postman_id":"c71d93de-5e34-4519-a41b-ab5221f13d7f"}],"id":"b94028a0-ccf2-425c-ab67-a65a0fff27e0","event":[{"listen":"prerequest","script":{"id":"1bfb7c67-98d3-4d3b-aea3-387acc25ee49","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"948e5582-6619-4747-978f-e18943332c33","type":"text/javascript","exec":[""]}}],"_postman_id":"b94028a0-ccf2-425c-ab67-a65a0fff27e0","description":""},{"name":"Output","item":[{"name":"ID Verify Score","item":[],"id":"c1c87fba-3b86-4b29-88fc-481bda18d386","description":"<p>The ID VerifyScore is a score of 0 - 100 that reflects the overall validity of input identity markers, which  can be used for making pass/fail decisions about veracity of a given individual.</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>IDVerifyScore</td>\n<td>The IDVerifyScore is a score of 0 - 100 that reflects the overall validity of input identity markers</td>\n<td>Score 0-100</td>\n</tr>\n</table>\n\n<h3 id=\"configurable-components-of-the-idverifyscore\">Configurable Components of the IDVerifyScore:</h3>\n<p>For customers who want to build their own scoring algorithm, ID Ver exposes all the configurable components that factor into the overall IDVerifyScore. Each component is scored from  0- 100,  providing granularity into the veracity of each identity marker of a given individual. The components are categorized into 4 sections:<b>Validation Components, Linkage Components, Risk Flag Components, and Component Summaries</b>. By default, each of the Configurable Components has equal weighting in influencing the overall IDVerifyScore. To optimize results based on specific business objectives, Infutor recommends augmenting ID Ver with a regression analysis in order to adjust weighting of each component and its influence on the overall IDVerifyScore. Additionally, if a given component is not relevant to a specific business need, that component can be turned off so that it does not impact the IDVerifyScore.</p>","event":[{"listen":"prerequest","script":{"id":"f0dfdb44-0849-48fa-bdb1-51faeff86143","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3f1204e0-4f71-4635-8934-a879d62e26e8","type":"text/javascript","exec":[""]}}],"_postman_id":"c1c87fba-3b86-4b29-88fc-481bda18d386"},{"name":"Validation Components","item":[],"id":"58d9990d-83c9-45d2-82d1-1295c087bf08","description":"<p>The Validation Components reflect whether the syntax and formatting of the input identity markers appear valid. The Validation Components can be thought of as input form validations. Each component has its own score of 0-100, which influences the overall IDVerifyScore.</p>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>ValidAddress</td>\n<td>The postal address is a valid USPS address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone</td>\n<td>The phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone2</td>\n<td>The 2nd phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidEmail</td>\n<td>The email is a valid email address format</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidName</td>\n<td>The individual’s first and last names appear to be valid names and do not contain vulgar words or expressions</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneConfidenceScore</td>\n<td>Score of 0 - 100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity and velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ConfidenceScore</td>\n<td>Score of 0 - 100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity and velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressConfidenceScore</td>\n<td>Score of 0 - 100 that reflects the confidence, accuracy, and deliverability for the input postal address</td>\n<td>Score 0-100</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"7e910efa-8582-4026-9023-ae4d47d0cfd9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d726a7d6-819e-431f-a506-4352dcc88620","type":"text/javascript","exec":[""]}}],"_postman_id":"58d9990d-83c9-45d2-82d1-1295c087bf08"},{"name":"Linkage Components","item":[],"id":"9940873b-3664-4a08-af50-d672dc20f069","description":"<p>The Linkage Components reflect whether data elements can be linked to each other (whether the name is associated with the phone, name is associated with the email, etc.) ID Ver leverages Infutor’s vast identity graph containing billions of consumer, address, email, and phone records.</p>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>NameToPhone</td>\n<td>The name links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToEmail</td>\n<td>The name links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToAddress</td>\n<td>The name links to the postal address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone</td>\n<td>The postal address links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToEmail</td>\n<td>The postal address links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneToEmail</td>\n<td>The phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToPhone2</td>\n<td>The name links to the 2nd phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone2</td>\n<td>The postal address links to the 2nd Phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ToEmail</td>\n<td>The 2nd phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"a29eed7c-427b-4cb2-8bdf-9b0c61965519","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ee807f53-10ba-4c86-b720-7641070a2ef9","type":"text/javascript","exec":[""]}}],"_postman_id":"9940873b-3664-4a08-af50-d672dc20f069"},{"name":"Risk Flag Components","item":[],"id":"b882666b-b0d7-4e16-8087-d9bafaa0ce70","description":"<p>The Risk Flag Components can be used to get a yes/no (0 or 100) answer on whether or not a given identity could pose risk or potential fraud.</p>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>Deceased</td>\n<td>The deceased field is used to determine whether an identity is living or deceased. A score of 100 indicates the individual is living and a score of 0 represents the individual is deceased. If the field is Blank, it means Unknown</td>\n<td>0 or 100 or Blank</td>\n</tr>\n<tr>\n<td>USLocation</td>\n<td>The \"US Location\" field is used to determine whether an identity IP Address is within the USA. A score of 100 indicates the individual's IP Address is within the USA and score of 0 indicates the individual's IP Address i not within the USA</td>\n<td>0 or 100 or blank</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"a29eed7c-427b-4cb2-8bdf-9b0c61965519","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ee807f53-10ba-4c86-b720-7641070a2ef9","type":"text/javascript","exec":[""]}}],"_postman_id":"b882666b-b0d7-4e16-8087-d9bafaa0ce70"},{"name":"Component Summaries","item":[],"id":"1aa1bf74-14cb-4546-84cc-68d2da8c2457","description":"<p>The Component Summaries reflect whether or not a given identity passed the Validations, Linkages, and Risk Flag Components of ID Ver.</p>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>ValidSummary</td>\n<td>A summary of the Validation Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>LinkageSummary</td>\n<td>A summary of the Linkage Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>RiskFlagSummary</td>\n<td>A summary of the Risk Flag Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>ValidCount</td>\n<td>A count of the number of Validation Components that returned a positive verification</td>\n<td>Decimal value, 0-5</td>\n</tr>\n<tr>\n<td>LinkageCount</td>\n<td>A count of the number of Linkage Components that returned a positive verification</td>\n<td>Decimal value, 0-9</td>\n</tr>\n<tr>\n<td>RiskFlagCount</td>\n<td>A count of the number of Risk Flag Components that returned a positive verification</td>\n<td>Decimal value, 0-2</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"a29eed7c-427b-4cb2-8bdf-9b0c61965519","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ee807f53-10ba-4c86-b720-7641070a2ef9","type":"text/javascript","exec":[""]}}],"_postman_id":"1aa1bf74-14cb-4546-84cc-68d2da8c2457"}],"id":"72733740-90f6-41f7-845b-694408c2163f","description":"<p>The ID Ver product returns scores in the output. The Scores returned include both the overall IDVerifyScore and more granular component results. The component results are divided into 4 sections: Validation Components, Linkage Components, Risk Flag Components, and Component Summaries. Customers can opt to use Infutor’s IDVerifyScore to make pass/fail decisions about individuals, or customers desiring to build their own validation scoring algorithms can opt to use the components for more control and granularity.</p>","event":[{"listen":"prerequest","script":{"id":"28b06b2f-b758-477b-91ed-dfd8afb3d8a0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7b83dd47-1f90-42e9-beaf-4c6c3206a6ae","type":"text/javascript","exec":[""]}}],"_postman_id":"72733740-90f6-41f7-845b-694408c2163f"}],"id":"2439fba4-b10c-4629-bab9-2e12abb01b51","description":"<p>ID Ver verifies consumer contact information for purposes of scoring individuals and for identifying and reducing potential fraud and risk. The product receives consumer contact information as input and returns scores to reflect the level of verification. The base version of ID Ver returns an IDVerifyScore of 0 - 100, which reflects the overall validity of input identity markers. The IDVerifyScore can be used to make pass/fail decision about the veracity of a given individual.</p>","event":[{"listen":"prerequest","script":{"id":"24d8002e-3e8e-4b6d-a5a0-9bfb678025c8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"905edbdc-b1ca-4bc5-bc32-acaaccae45df","type":"text/javascript","exec":[""]}}],"_postman_id":"2439fba4-b10c-4629-bab9-2e12abb01b51"},{"name":"ID Ver Plus","item":[{"name":"Overview","item":[],"id":"762a9c6a-45f2-4773-8b63-1190aaad6910","description":"<p>ID Ver Plus product provides a mechanism for verifying consumer contact information, both for purposes of scoring and segmenting individuals, and for identifying and reducing potential fraud and risk. The product receives consumer contact information as input and returns scores to reflect the level of verification. Additionally, the product returns attributes (property, demographics, and phone attributes) to provide further insights on a given individual.</p>\n\n<p>The ID Ver product returns an IDVerifyScore on a 100 point scale, which reflects the overall status of the ID verification. The IDVerifyScore can be used to make a pass/fail decision when verifying a given individual.</p>","event":[{"listen":"prerequest","script":{"id":"ff748d81-9890-42fd-9b2a-744472471777","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"33f297f8-5874-44e8-be4e-66d352fef57c","type":"text/javascript","exec":[""]}}],"_postman_id":"762a9c6a-45f2-4773-8b63-1190aaad6910"},{"name":"Inputs","item":[{"name":"Minimum Required Fields","item":[],"id":"ff97572b-d37f-4c58-9f0e-0b07c65809af","description":"<p>At a minimum, one of the following input combinations is required for processing:</p>\n\n\n<ul>\n<li>Phone</li>\n<li>Phone2</li>\n<li>Email</li>\n<li>FName + LName</li>\n<li>FullName</li>\n<li>Address1 + Zip</li>\n<li>Address1 + City + State</li>\n<li>IP</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"738da53e-2d27-4236-805d-58a7823325bb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"85033e3e-a303-4d2c-8e4f-29d8c3145a0d","type":"text/javascript","exec":[""]}}],"_postman_id":"ff97572b-d37f-4c58-9f0e-0b07c65809af"}],"id":"ee669e7f-e82b-4dbe-8805-420b2b7326e4","description":"<p>ID Ver Plus accepts identity data elements including name, address, phone, and email as input. ID Ver accepts IP address to flag if a consumer is using a non-US based IP address.</p>\n\n<table>\n<tr>\n<td><b>Input Field</b></td>\n<td><b>Required?</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>Login</td>\n<td>Required</td>\n<td>Account username</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Required</td>\n<td>Account password</td>\n</tr>\n<tr>\n<td>FullName</td>\n<td>Required*</td>\n<td>Full individual Name</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Required*</td>\n<td>First name, 15 characters max</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Required*</td>\n<td>Last name, 20 characters max</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Required*</td>\n<td>Address line 1 (example: 1234 N Main St SW Apt 3), 64 characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Optional</td>\n<td>Address line 2, 64 characters max</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Required*</td>\n<td>City name, 28 characters max. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Required*</td>\n<td>2 character state abbreviation. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Required*</td>\n<td>5 digit numeric USPS zip code.  * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Required*</td>\n<td>10 digit numeric phone number (without spaces, dashes, or parentheses)</td>\n</tr>\n<tr>\n<td>Phone2</td>\n<td>Required*</td>\n<td>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Required*</td>\n<td>Email address, 100 characters max</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>Required*</td>\n<td>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</td>\n</tr>\n<tr>\n<td>ProbabilisticFill</td>\n<td>Optional</td>\n<td>ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n</td>\n</tr>\n</table>\n\n\n\n\n","event":[{"listen":"prerequest","script":{"id":"36eb4462-cf23-4130-b786-b9f73f1bf075","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0bc7146f-ad5a-46b7-abc5-1428d5b1868b","type":"text/javascript","exec":[""]}}],"_postman_id":"ee669e7f-e82b-4dbe-8805-420b2b7326e4"},{"name":"Outputs","item":[{"name":"Scoring","item":[{"name":"Configurable components","item":[],"id":"fc405235-4c3c-455f-9b89-4e8ce2d84a3a","description":"<p>For customers who want to build their own scoring algorithm for verification, the ID Max product exposes all the configurable components that factor into the IDVerifyScore. Each component has a score on a 100 point scale, providing detailed granularity on how each identity data element scores for a given individual. The components are categorized into 4 sections: Validation Components, Linkage Components, Risk Flag Components, and Component Summaries.</p>\n<p>By default, each of the Configurable Components has equal weighting in influencing the overall IDVerifyScore. However, Infutor recommends customers allow for a regression analysis, so Infutor can analyze and help customers optimize the ID Max product to meet their specific business needs by emphasizing or de-emphasizing relevant components, adjusting the weighting of how each component influences the overall IDVerifyScore. Additionally, if a given component is not relevant for a customer’s business needs, that component can be turned off from impacting the IDVerifyScore.</p>\n","event":[{"listen":"prerequest","script":{"id":"5293ab55-bcfa-45ec-b898-82093c447bd1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"13a94601-958f-444c-83c8-001b54a8b76f","type":"text/javascript","exec":[""]}}],"_postman_id":"fc405235-4c3c-455f-9b89-4e8ce2d84a3a"},{"name":"Validation components","item":[],"id":"90103e07-f3ef-4aec-a08a-d597ea8b0c53","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>ValidAddress</td>\n<td>The postal address is a valid USPS address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone</td>\n<td>The phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone2</td>\n<td>The 2nd phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidEmail</td>\n<td>The email is a valid formatted email address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidName</td>\n<td>The individual’s first and last names appear to be valid names and do not contain vulgar words or expressions</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneConfidenceScore</td>\n<td>Score 0-100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity &amp; velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ConfidenceScore</td>\n<td>Score 0-100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity &amp; velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressConfidenceScore</td>\n<td>Score 0-100 that reflects the confidence , accuracy, and deliverability for the input postal address</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n\n\n<p>The Validation Components reflect whether the syntax and formatting of the input data elements appears valid. The Validation Components can be thought of as input form validations. Each component has its own 0-100 score value, which influences the overall IDVerifyScore.</p>","event":[{"listen":"prerequest","script":{"id":"8c348299-d704-4738-b0a5-15ff407fb0a6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7f374226-97c9-4838-bed1-89a1bfc2e931","type":"text/javascript","exec":[""]}}],"_postman_id":"90103e07-f3ef-4aec-a08a-d597ea8b0c53"},{"name":"Linkage components","item":[],"id":"99837b4e-e999-487c-a1da-4fe0feb66ef1","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>NameToPhone</td>\n<td>The name links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToEmail</td>\n<td>The name links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToAddress</td>\n<td>The name links to the postal address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone</td>\n<td>The postal address links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToEmail</td>\n<td>The postal address link to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneToEmail</td>\n<td>The phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToPhone2</td>\n<td>The name links to the 2nd phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone2</td>\n<td>The postal address links to the 2nd Phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ToEmail</td>\n<td>The 2nd phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n\n\n<p>The Linkage Components reflect whether data elements can be linked to each other (whether the name is associated with the phone, name is associated with the email, etc.) ID Ver leverages Infutor’s vast identity data repository containing billions of consumer, address, email, and phone records.</p>\n","event":[{"listen":"prerequest","script":{"id":"78b7f39e-d118-4e5e-962e-664f582a9398","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2538fecd-fa2e-4e3d-84fe-b58ebca19df4","type":"text/javascript","exec":[""]}}],"_postman_id":"99837b4e-e999-487c-a1da-4fe0feb66ef1"},{"name":"Risk flag components","item":[],"id":"7997f622-3144-4251-9b5b-f148e5fb03ea","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Deceased</td>\n<td>The deceased field is used to determine if an identity is living or deceased. A score of 100 represents the individual is living and a score of 0 represents the individual is deceased. If the field is Blank, it means Unknown</td>\n<td>0 or 100 or Blank</td>\n</tr>\n<tr>\n<td>USLocation</td>\n<td>The \"US Location\" field is used to determine if an identities' IP Address is recognized to be within USA. A score of 100 represents the individual's IP Address is recognized to be within USA</td>\n<td>0 or 100</td>\n</tr>\n\n</table>\n\n\n<p>The Risk Flag Components can be used to get a yes/no (0 or 100) answer on whether or not a given identity could be risk or potential fraud.</p>\n","event":[{"listen":"prerequest","script":{"id":"224d9584-47f3-41ad-a172-0191b2f328be","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9ab827e3-b52c-4c3d-880d-5e88141b8825","type":"text/javascript","exec":[""]}}],"_postman_id":"7997f622-3144-4251-9b5b-f148e5fb03ea"},{"name":"Component summaries","item":[],"id":"8f082974-7bf9-4dfb-8d4e-6fa745dda03e","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>ValidSummary</td>\n<td>A summary of the Validation Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>LinkageSummary</td>\n<td>A summary of the Linkage Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>RiskFlagSummary</td>\n<td>A summary of the Risk Flag Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>ValidCount</td>\n<td>A count of the number of Validation Components which returned a positive verification</td>\n<td>Decimal value, 0-5</td>\n</tr>\n<tr>\n<td>LinkageCount</td>\n<td>A count of the number of Linkage Components which returned a positive verification</td>\n<td>Decimal value, 0-9</td>\n</tr>\n<tr>\n<td>RiskFlagCount</td>\n<td>A count of the number of Risk Flag Components which returned a positive verification</td>\n<td>Decimal value, 0-2</td>\n</tr>\n\n</table>\n\n\n<p>The Component Summaries reflect whether or not a given identity passed the Validations, Linkages, and Risk Flag Components of the ID Max product.</p>\n","event":[{"listen":"prerequest","script":{"id":"5811f7c7-1a3a-431d-8f7d-4017971d7185","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"477c26c2-8ccb-4118-88a1-545cc0d3b511","type":"text/javascript","exec":[""]}}],"_postman_id":"8f082974-7bf9-4dfb-8d4e-6fa745dda03e"}],"id":"0aced62d-7e92-4ae5-98e5-8a05c878d86f","description":"<p>The ID VerifyScore is an overall score, with values in the range of 0-100 that can be used for making pass/fail decisions about whether or not a given identity was verified.</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>IDVerifyScore</td>\n<td>The IDVerifyScore is an overall score to reflect the quality of an ID verification</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"a0bd80d9-f01c-4999-a81d-31feef9e3dec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"41abcb27-5a8d-47be-ab34-94ae9c01d9d2","type":"text/javascript","exec":[""]}}],"_postman_id":"0aced62d-7e92-4ae5-98e5-8a05c878d86f"},{"name":"Profile Attributes","item":[{"name":"Demographic Attributes","item":[],"id":"91603851-de81-4ca2-b743-3df08fd050e5","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>M=male, F=Female, blank or U=unknown</td>\n<td>M, F, or U</td>\n</tr>\n<tr>\n<td>Age</td>\n<td>Adult Age</td>\n<td>0 - 99</td>\n</tr>\n<tr>\n<td>LOR</td>\n<td>Length of Residence in years, 2 digits</td>\n<td>00 - 99</td>\n</tr>\n<tr>\n<td>Homeowner</td>\n<td>H=Homeowner, R=Renter, A = Inferred Homeowner, B = Inferred Renter</td>\n<td>H, R, A or B</td>\n</tr>\n<tr>\n<td>MedYrBld</td>\n<td>The year home was built. 4 digits</td>\n<td>nnnn</td>\n</tr>\n<tr>\n<td>EHI</td>\n<td>Estimated household income, 1 character:\nA = Less than $20,000 \nB = $20,000 - $29,999\nC = $30,000 - $39,999\nD = $40,000 - $49,999\nE = $50,000 - $74,999\nF = $75,000 - $99,999\nG = $100,000 - $124,999\nH = $125,000 or more\n</td>\n<td>A - I</td>\n</tr>\n<tr>\n<td>Married</td>\n<td>M=Married, S=Single, A=Inferred Married, B=Inferred Single</td>\n<td>M, S, A, or B</td>\n</tr>\n<tr>\n<td>WealthScr</td>\n<td>Model based on income, homeownership, and other assets owned:\nA = Estimated Net less than $5,000\nB = Estimated Net $5,000 - $19,999\nC = Estimated Net $20,000 - $49,999\nD = Estimated Net $50,000 – $79,999\nE = Estimated Net $80,000 - $99,999\nF = Estimated Net $100,000 - $249,999\nG = Estimated Net $250,000 - $499,999\nH = Estimated Net over $500,000\n</td>\n<td>A - H</td>\n</tr>\n<tr>\n<td>DwellType</td>\n<td>Dwelling Type. S=Single Family Dwelling Unit (SFDU). M=Multi-family Dwelling Unit (MFDU)</td>\n<td>S or M</td>\n</tr>\n<tr>\n<td>MrktHomeVal</td>\n<td>Estimated Home Market value:\nA = $1,000 - $24,999\nB = $25,000 - $49,999\nC = $50,000 - $74,999\nD = $75,000 - $99,999\nE = $100,000 - $124,999\nF = $125,000 - $149,999\nG = $150,000 - $174,999\nH = $175,000 - $199,999\nI = $200,000 - $224,999\nJ = $225,000 - $249,999\nK = $250,000 - $274,999\nL = $275,000 - $299,999\nM = $300,000 - $349,999\nN = $350,000 - $399,999\nO = $400,000 - $449,999\nP = $450,000 - $499,999\nQ = $500,000 - $749,999\nR = $750,000 - $999,999\nS = $1,000,000+\n</td>\n<td>A - S</td>\n</tr>\n<tr>\n<td>ChildCd</td>\n<td>Presence of Children. Y= children present</td>\n<td>Y or Blank</td>\n</tr>\n<tr>\n<td>ChildNbrCd</td>\n<td>Number of Children. A=No children, B=less than 3, C= 3-5 children</td>\n<td>A – C</td>\n</tr>\n<tr>\n<td>MHV</td>\n<td>Median House Value Code:\nA = Less than $50,000\nB = $50,000 - $99,999\nC = $100,000 - $149,999\nD = $150,000 - $249,999\nE = $250,000 - $349,999\nF = $350,000 - $499,999\nG = $500,000 - $749,999\nH = $750,000 - $999,999\nI = $1,000,000+\n</td>\n<td>A – I</td>\n</tr>\n<tr>\n<td>MedSchl</td>\n<td>Median years of school, 3 digits max.\n1 implied decimal. eg 210 = 21.0 years</td>\n<td>000-220</td>\n</tr>\n<td>PurPowerScr</td>\n<td>**This is a premium attribute field available only by subscription.  Contact Infutor Sales for more information.\n\n<p>Purchasing Power Model, 1 character:\nA = (820-High)\nB = (800-819)\nC = (780-799)\nD = (760-779)\nE = (740-759)\nF = (720-739)\nG = (700-719)\nH = (680-699)\nI = (660-679)\nJ = (640-659)\nK = (620-639)\nL = (600-619)\nM = (580-599)\nN = (560-579)\nO = (540-559)\nP = (520-539)\nQ = (500-519)\nR = (480-499)\nS = (460-479)\nT = (Low-459)</p>\n</td>\n<td>A - T</td>\n\n\n</table>","event":[{"listen":"prerequest","script":{"id":"ee970770-aefb-4ce7-9461-04b060d8bd4b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4e0a9d46-55ff-430c-b4f4-47f7e5482a49","type":"text/javascript","exec":[""]}}],"_postman_id":"91603851-de81-4ca2-b743-3df08fd050e5"},{"name":"Property Attributes","item":[],"id":"f7bad920-8097-430d-9547-5ff76f43885a","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>PROP_IND</td>\n<td>Property type indicator, 2 digit numeric:\n10 = Single Family Residence / Townhouse\n11 = Condominium (residential)\n20 = Commercial\n21 = Duplex, Triplex, Quadplex\n22 = Apartment\n23 = Hotel, Motel\n24 = Commercial (condominium)\n25 = Retail\n26 = Services (general public)\n27 = Office Building\n28 = Warehouse\n29 = Financial Institution\n30 = Hospital (medical complex, clinic)\n31 = Parking\n32 = Amusement – Recreation\n50 = Industrial\n51 = Industrial Light\n52 = Industrial Heavy\n53 = Transport\n54 = Utilities\n70 = Agricultural\n80 = Vacant\n90 = Exempt\n</td>\n<td>nn</td>\n</tr>\n<tr>\n<td>PROP_VALCALC</td>\n<td>The “total” (i.e., land + improvement) value closet to current market value used for assessment by county or local taxing authorities</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_IMP_VALCALC</td>\n<td>The “improvement” value closest to current market value used for assessment by county or local taxing authorities</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_VAL_CALCIND</td>\n<td>Property Value type\nA = Assessed\nM = Market\nP = Appraised\nT = Transitional\n</td>\n<td>A,M,P,T or blank</td>\n</tr>\n<tr>\n<td>PROP_ASSED_VAL</td>\n<td>The Total Assessed Value of the Parcel's Land &amp; Improvement values as provided by the county or local taxing/assessment authority</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_ACRES</td>\n<td>Total land mass in acres. (4 decimal points). Example: 13000=1.3 acres</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_LANDSQFT</td>\n<td>Total land mass in Square Feet</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_YRBLD</td>\n<td>The construction year of the original building. (e.g., YYYY)</td>\n<td>YYYY</td>\n</tr>\n<tr>\n<td>PROP_LIVINGSQFT</td>\n<td>The area of a building that is used for general living. This is typically the area of a building that is heated or air conditioned and does not include Garage, Porch or Basement square footage</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_RMS</td>\n<td>Total number of rooms contained in the primary building</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_BEDRMS</td>\n<td>Total number of bedrooms contained in the primary building</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_BATHS</td>\n<td>Total number of bathrooms, 2 implied decimal places. 2.00 baths = 200</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_FULLBATHS</td>\n<td>Total number of Full Baths (typically comprised of a sink, toilet, and bathtub / shower stall). A home containing 2 1/2 baths would have the number 2 stored in this field</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_HALFBATHS</td>\n<td>Total number of Half Baths (typically comprised of a sink &amp; toilet). A home containing 2 1/2 baths would have the number 1 stored in this field</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_AC</td>\n<td>The type of air conditioning method used to cool the building\n(e.g., Central, Wall Unit, Evaporative):\n0=AC.NONE\nACA=AC.COMMERCIAL A/C\nACE=AC.CENTRAL\nACH=AC.CHILLED WATER\nACP=AC.CENTRAL PARTIAL\nACW=AC.CENTRAL &amp; UNIT\nADU=AC.DUAL UNIT\nAEV=AC.EVAPORATIVE\nAFA=AC.FAN COOLING\nAHT=AC.HEAT PUMP\nAOF=AC.OFFICE ONLY\nAPF=AC.REFRIGERATION\nAPK=AC.PACKAGE\nAPR=AC.PACKAGE ROOF\nAPT=AC.PARTIAL\nAPV=AC.REFRIGERATION/EVAPORATION\nASE=AC.SEPARATE SYSTEM\nASO=AC.SOLAR\nASP=AC.SPLIT SYSTEM\nAWA=AC.WALL UNIT\nAWI=AC.WINDOW UNIT\nAWN=AC.WALL/WINDOW UNIT\n</td>\n<td>nnn\n(3 characters)\n</td>\n</tr>\n<tr>\n<td>PROP_FRPL</td>\n<td>This field is populated with a \"Y\" if a fireplace is located within the building</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>PROP_POOL</td>\n<td>Populated with a \"Y\" if a Pool is present on the parcel</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>PROP_ROOFTYPE</td>\n<td>999=BYPASS\n9A0=IRREGULAR\n9B0=LEAN TO\nA=A-FRAME\nB=BARN\nC=CANOPY\nD=DORMER\nE=FRAME\nF=FLAT\nG=GABLE\nH=GABLE/HIP\nI=HIP\nJ=GEODESIC\nK=MANSARD\nL=BARREL\nM=MONITOR\nN=CONTEMPORARY\nO=SHED\nP=PITCHED\nQ=PYRAMID\nR=ARCHED\nS=SAWTOOTH\nT=CATHEDRAL/CLERESTORY\nU=BUBBLE\nV=GAMBREL\nW=SWISS CHALET/ALPINE\nX=COMPLEX/CUSTOM\nY=BUTTERFLY\nZ=GAMBREL/MANSARD\n</td>\n<td>nnn\n(3 characters)\n</td>\n</tr>\n<tr>\n<td>PROP_TAXAMT</td>\n<td>The tax amount provided by the county or local taxing / assessment authority. This field has 2 implied decimal spaces at the end of its value. Example: 600,010, = $6,000.10</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_RECDATE</td>\n<td>The date the sales transaction was record at the county</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>PROP_SALEAMT</td>\n<td>Price of the sale as depicted on the recorded sales transaction</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_MTGAMT</td>\n<td>Amount of loan</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_MTGDATE</td>\n<td>Date mortgage was initiated</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>PROP_MTGTERM</td>\n<td>The length of time of the mortgage in years</td>\n<td>Integer (years)</td>\n</tr>\n<tr>\n<td>PROP_MTGDUEDATE</td>\n<td>Date mortgage becomes due</td>\n<td>YYYYMMDD</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"3e7280c0-96aa-4f8c-8832-f4b9eb578ed8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bb9d065a-2866-4f71-aaf4-7eb40e0d9a56","type":"text/javascript","exec":[""]}}],"_postman_id":"f7bad920-8097-430d-9547-5ff76f43885a"},{"name":"Auto Attributes","item":[],"id":"c51e72dc-b0b9-4a7f-a411-01de381a38cc","description":"<p>Up to 4 vehicles.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Make</td>\n<td>Vehicle Make, 30 characters max</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Model</td>\n<td>Vehicle Model, 30 characters max</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Year</td>\n<td>Vehicle Year</td>\n<td>YYYY</td>\n</tr>\n<tr>\n<td>ClassCD</td>\n<td>Vehicle Class Code, 15 characters max</td>\n<td>15 characters</td>\n</tr>\n<tr>\n<td>FuelTypeCD</td>\n<td>Vehicle Fuel Code</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>MFGCD</td>\n<td>Vehicle Manufacturing Code</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>StyleCD</td>\n<td>Vehicle Style Code</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>Mileage</td>\n<td>Mileage from the last odometer reading in increments of 10,000.\nA=0-10,000. Z= 250,000+\n</td>\n<td>A-Z</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Last verification date</td>\n<td>YYYYMMDD</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"7fa14297-d186-4afe-9879-edc2eefc115c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"92d79d7e-a817-4642-bfba-5944085fe625","type":"text/javascript","exec":[""]}}],"_postman_id":"c51e72dc-b0b9-4a7f-a411-01de381a38cc"},{"name":"In Market Auto Attributes","item":[],"id":"8028fd13-b35e-40ef-a324-69d7d574a2d0","description":"<p><i>These are premium attribute fields available only by subscription. Contact Infutor Sales for more information.</i></p>\n<table>\n    <tr>\n        <th>Output Field</th>\n        <th>Description</th>\n        <th>Return Values</th>\n    </tr>\n    <tr>\n        <td>IN_financing_prob_rank</td>\n        <td>In Market for new Financing\n            100 -  most qualified\n            10  - least qualified\n            0 - Unknown \n        </td>\n        <td>0-100</td>\n    </tr>\n    <tr>\n        <td>IN_insurance_prob_rank</td>\n        <td>In Market for getting Vehicle Insurance\n            100 -  most qualified\n            10  - least qualified\n            0 - Unknown\n        </td>\n        <td>0-100</td>\n    </tr>\n    <tr>\n        <td>IN_new_vehicle_prob_rank</td>\n        <td>In Market for new Vehicle\n        100 -  most qualified\n        10  - least qualified\n        0 - Unknown\n        </td>\n        <td>0-100</td>\n    </tr>\n    <tr>\n        <td>IN_auto_parts_prob_rank</td>\n        <td>In Market for buying auto parts\n            100 -  most qualified\n            10  - least qualified\n            0 - Unknown\n        </td>\n        <td>0-100</td>\n    </tr>\n    <tr>\n        <td>IN_used_vehicle_prob_rank</td>\n        <td>In Market for used Vehicle\n            100 -  most qualified\n            10  - least qualified\n            0 - Unknown\n        </td>\n        <td>0-100</td>\n    </tr>\n</table>\n","event":[{"listen":"prerequest","script":{"id":"0b130f3f-e09b-4135-913d-25219c06f475","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d0ac7906-9f62-40d0-81f5-ff43f609833c","type":"text/javascript","exec":[""]}}],"_postman_id":"8028fd13-b35e-40ef-a324-69d7d574a2d0"},{"name":"Phone Attributes","item":[],"id":"196b3fef-98f7-4a55-b990-a382459e99d6","description":"<p>The Phone Types returned by ID Verify are sourced from the telephone carrier network and are authoritative and accurate, even in situations where a phone has been recently ported from landline to wireless.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>PhoneType</td>\n<td>Phone type for the Phone. L=Landline, V=VoIP, W=Wireless, O=Other</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>Phonetype2</td>\n<td>Phone type for the 2nd Phone. L=Landline, V=VoIP, W=Wireless, O=Other</td>\n<td>L, V, W, O</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"c4b17ae4-4fb8-4407-b55c-2eaec13a455d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"10f94682-1869-4932-bf83-0c1f9944fe4e","type":"text/javascript","exec":[""]}}],"_postman_id":"196b3fef-98f7-4a55-b990-a382459e99d6"},{"name":"IP Attributes","item":[],"id":"39da7687-340b-4fc0-bbf0-8ebab7888cc7","description":"<table>\n    <tr>\n        <th>Output Field</th>\n        <th>Description</th>\n        <th>Return Values</th>\n    </tr>\n    <tr>\n        <td>IP</td>\n        <td>IP v4 address. xxx.xxx.xxx.xxx</td>\n        <td>IP v4 address</td>\n    </tr>\n    <tr>\n        <td>IP Region</td>\n        <td>Region. State name if within the US.</td>\n        <td>50 characters</td>\n    </tr>\n    <tr>\n        <td>City</td>\n        <td>Approximate city the IP address is located within.</td>\n        <td>28 characters</td>\n    </tr>\n    <tr>\n        <td>Latitude</td>\n        <td>Approximate latitude of the IP address.</td>\n        <td>11 characters</td>\n    </tr>\n    <tr>\n        <td>Longitude</td>\n        <td>Approximate longitude of the IP address.</td>\n        <td>11 characters</td>\n    </tr>\n    <tr>\n        <td>Zip</td>\n        <td>Approximate Zip code associated with the IP address.</td>\n        <td>5 characters</td>\n    </tr>\n    <tr>\n        <td>ISP</td>\n        <td>Internet service provider responsible for the IP address</td>\n        <td>5 characters</td>\n    </tr>\n    <tr>\n        <td>IP From</td>\n        <td>Starting IP of the range that the IP address belongs xxx.xxx.xxx.xxx</td>\n        <td>IP v4 address</td>\n    </tr>\n    <tr>\n        <td>IP To</td>\n        <td>Final IP of the range that the IP address belongs xxx.xxx.xxx.xxx</td>\n        <td>IP v4 address</td>\n    </tr>\n    </table>","_postman_id":"39da7687-340b-4fc0-bbf0-8ebab7888cc7"}],"id":"3ee19d6f-dfc4-4619-b3b5-99afec509bd6","_postman_id":"3ee19d6f-dfc4-4619-b3b5-99afec509bd6","description":""}],"id":"5b4634aa-5283-4016-abab-b30000747e37","description":"<p>The ID Ver Plus product returns both scores and attributes in the output. The Scores returned from ID Ver include both the overall IDVerifyScore and more granular component results. The Component results are divided into 4 sections: Validation Components, Linkage Components, Risk Flag Components, and Component Summaries.</p>\n\n<p>Customers can opt to use Infutor’s IDVerifyScore to make a pass/fail decision about an individual, or customers desiring to build their own scoring algorithms for verification can opt to use the components for more control and granularity. In addition to the scores that ID Ver returns, the product also returns attributes, which provide deeper insights into the individual.</p>\n\n<p>The attributes ID Ver returns include Demographic Attributes, Property Attributes, Auto Attributes, Phone Attributes, and IP Attributes.</p>\n\n","event":[{"listen":"prerequest","script":{"id":"fec3f984-a8fc-48b0-a080-820c7bbc5929","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6bba314c-f414-4e37-b304-c2f3cb8c11d1","type":"text/javascript","exec":[""]}}],"_postman_id":"5b4634aa-5283-4016-abab-b30000747e37"},{"name":"Appendix A: RESTful XML API Example","item":[{"name":"ID Ver Plus (Successful Request) (XML)","id":"c208e304-1480-40b6-8538-2ac694447456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/IdVerify?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&ProbabilisticFill=ProbabilisticFill&Version=1","description":"<h4><b>Replace login and password with the appropriate account credentials. Passwords are case sensitive.</b></h4>","urlObject":{"protocol":"https","path":["IdVerify"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full Individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First Name, 15 characters Max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Optional, Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"Email"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"IP"},{"description":{"content":"<p>ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False</p>\n","type":"text/plain"},"key":"ProbabilisticFill","value":"ProbabilisticFill"},{"description":{"content":"<p>Describes the ID Ver version being used. 1 = plus</p>\n","type":"text/plain"},"key":"Version","value":"1"}],"variable":[]}},"response":[{"id":"85d5b0db-d04d-4734-bf2f-5054ef88b3c8","name":"ID Ver Plus (Successful Request) (XML)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/IdVerify?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&ProbabilisticFill=ProbabilisticFill&Version=1","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IdVerify"],"query":[{"key":"Login","value":"username","description":"Required"},{"key":"Password","value":"password","description":"Required"},{"key":"FullName","value":"FullName","description":"Full Individual Name"},{"key":"FName","value":"FName","description":"First Name, 15 characters Max."},{"key":"LName","value":"LName","description":"Last name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Optional, Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"Phone2","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"Email","description":"Email address, 100 characters max"},{"key":"IP","value":"IP","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format"},{"key":"ProbabilisticFill","value":"ProbabilisticFill","description":"ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n"},{"key":"Version","value":"1","description":"Describes the ID Ver version being used. 1 = plus"}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<xml>\r\n    <ResponseCode>0</ResponseCode>\r\n    <ResponseMsg>Successful</ResponseMsg>\r\n    <Response>\r\n        <Detail transaction=\"IDVerify\">\r\n            <IDScores>\r\n                <ValidAddress>100</ValidAddress>\r\n                <ValidPhone>100</ValidPhone>\r\n                <ValidEmail>100</ValidEmail>\r\n                <ValidName>100</ValidName>\r\n                <Deceased>100</Deceased>\r\n                <NameToPhone>100</NameToPhone>\r\n                <NameToEmail>100</NameToEmail>\r\n                <NameToAddress>100</NameToAddress>\r\n                <AddressToPhone>100</AddressToPhone>\r\n                <AddressToEmail>100</AddressToEmail>\r\n                <PhoneToEmail>100</PhoneToEmail>\r\n                <USLocation>100</USLocation>\r\n                <ValidPhone2>100</ValidPhone2>\r\n                <NameToPhone2>100</NameToPhone2>\r\n                <AddressToPhone2>100</AddressToPhone2>\r\n                <Phone2ToEmail>100</Phone2ToEmail>\r\n                <PhoneConfidenceScore>100</PhoneConfidenceScore>\r\n                <Phone2ConfidenceScore>90</Phone2ConfidenceScore>\r\n                <AddressConfidenceScore>70</AddressConfidenceScore>\r\n                <ValidCount>7</ValidCount>\r\n                <LinkageCount>11</LinkageCount>\r\n                <RiskFlagCount>2</RiskFlagCount>\r\n                <ValidationSummary>PASS</ValidationSummary>\r\n                <LinkageSummary>PASS</LinkageSummary>\r\n                <RiskFlagSummary>PASS</RiskFlagSummary>\r\n                <IDVerifyScore>100</IDVerifyScore>\r\n            </IDScores>\r\n            <IDAttributes>\r\n                <PropertyAttributes>\r\n                    <AdditionalInformation>\r\n                        <PROP_IND>10</PROP_IND>\r\n                        <PROP_VALCALC></PROP_VALCALC>\r\n                        <PROP_IMP_VALCALC/>\r\n                        <PROP_IMP_VALCALC_IND>A</PROP_IMP_VALCALC_IND>\r\n                        <PROP_ASSED_VAL>250123</PROP_ASSED_VAL>\r\n                    </AdditionalInformation>\r\n                    <Attributes>\r\n                        <LOR>7</LOR>\r\n                        <Homeowner>H</Homeowner>\r\n                        <DwellType>S</DwellType>\r\n                        <PROP_ACRES>13000</PROP_ACRES>\r\n                        <PROP_LANDSQFT>2000</PROP_LANDSQFT>\r\n                        <PROP_YRBLD>1994</PROP_YRBLD>\r\n                        <PROP_LIVINGSQFT>2810</PROP_LIVINGSQFT>\r\n                        <PROP_RMS>10</PROP_RMS>\r\n                        <PROP_BEDRMS>4</PROP_BEDRMS>\r\n                        <PROP_BATHS>3</PROP_BATHS>\r\n                        <PROP_FULLBATHS>3</PROP_FULLBATHS>\r\n                        <PROP_HALFBATHS>0</PROP_HALFBATHS>\r\n                        <PROP_AC></PROP_AC>\r\n                        <PROP_FRPL>Y</PROP_FRPL>\r\n                        <PROP_POOL/>\r\n                        <PROP_ROOFTYPE></PROP_ROOFTYPE>\r\n                    </Attributes>\r\n                    <AssessorDeed>\r\n                        <PROP_TAXAMT>275010</PROP_TAXAMT>\r\n                        <PROP_RECDATE>19980605</PROP_RECDATE>\r\n                        <PROP_SALEAMT>285000</PROP_SALEAMT>\r\n                    </AssessorDeed>\r\n                    <Mortgage>\r\n                        <PROP_MTGAMT>150000</PROP_MTGAMT>\r\n                        <PROP_MTGDATE>19980605</PROP_MTGDATE>\r\n                        <PROP_MTGTERM>30</PROP_MTGTERM>\r\n                        <PROP_MTGDUEDATE>20280605</PROP_MTGDUEDATE>\r\n                    </Mortgage>\r\n                </PropertyAttributes>\r\n                <DemographicAttributes>\r\n                    <Demographics>\r\n                        <Gender>M</Gender>\r\n                        <Age>42</Age>\r\n                        <MedYrBld>1994</MedYrBld>\r\n                        <EHI>F</EHI>\r\n                        <Married>M</Married>\r\n                        <WealthScr>G</WealthScr>\r\n                        <MrktHomeVal>M</MrktHomeVal>\r\n                        <ChildCd>Y</ChildCd>\r\n                        <ChildNbrCd>B</ChildNbrCd>\r\n                        <MHV>E</MHV>\r\n                        <MedSchl>14</MedSchl>\r\n                    </Demographics>\r\n                    <PowerScore>\r\n                        <PurPowerScr>C</PurPowerScr>\r\n                    </PowerScore>\r\n                </DemographicAttributes>\r\n                <PhoneAttributes>\r\n                    <PhoneType>L</PhoneType>\r\n                    <PhoneType2>W</PhoneType2>\r\n                </PhoneAttributes>\r\n                    <AutoAttributes>\r\n                        <Vehicle>\r\n                            <Make>HYUNDAI</Make>\r\n                            <Model>SANTA FE</Model>\r\n                            <Year>2011</Year>\r\n                            <ClassCD>SMALL SUV</ClassCD>\r\n                            <FuelTypeCD>G</FuelTypeCD>\r\n                            <MFGCD>L</MFGCD>\r\n                            <StyleCD>UTIL</StyleCD>\r\n                            <Mileages>F</Mileages>\r\n                            <ODate>20160508</ODate>\r\n                        </Vehicle>\r\n                        <Vehicle2>\r\n                            <Make>FORD</Make>\r\n                            <Model>FOCUS</Model>\r\n                            <Year>2014</Year>\r\n                            <ClassCD>SMALL CAR</ClassCD>\r\n                            <FuelTypeCD>F</FuelTypeCD>\r\n                            <MFGCD>F</MFGCD>\r\n                            <StyleCD>HATCHBACK</StyleCD>\r\n                            <Mileages>A</Mileages>\r\n                            <ODate>20160501</ODate>\r\n                        </Vehicle2>\r\n                        <Vehicle3>\r\n                            <Make>FORD</Make>\r\n                            <Model>MUSTANG</Model>\r\n                            <Year>2001</Year>\r\n                            <ClassCD>MID SIZE CAR</ClassCD>\r\n                            <FuelTypeCD>G</FuelTypeCD>\r\n                            <MFGCD>F</MFGCD>\r\n                            <StyleCD>CONV</StyleCD>\r\n                            <Mileages>R</Mileages>\r\n                            <ODate>20151203</ODate>\r\n                        </Vehicle3>\r\n                        <Vehicle4>\r\n                            <Make>HONDA</Make>\r\n                            <Model>ODYSSEY</Model>\r\n                            <Year>2002</Year>\r\n                            <ClassCD>MINIVAN</ClassCD>\r\n                            <FuelTypeCD>G</FuelTypeCD>\r\n                            <MFGCD>L</MFGCD>\r\n                            <StyleCD>VAN</StyleCD>\r\n                            <Mileages>I</Mileages>\r\n                            <ODate>20120924</ODate>\r\n                        </Vehicle4>\r\n                    </AutoAttributes>\r\n                    <IPAttributes>\r\n                        <IP>172.13.172.51</IP>\r\n                        <IPRegion>Tennessee</IPRegion>\r\n                        <City>Memphis</City>\r\n                        <Zip>37501</Zip>\r\n                        <Latitude>35.15</Latitude>\r\n                        <Longitude>-90.05</Longitude>\r\n                        <ISP>AT&T Internet Services</ISP>\r\n                        <IPFrom>172.13.168.0</IPFrom>\r\n                        <IPTo>172.13.173.255</IPTo>\r\n                    </IPAttributes>\r\n            </IDAttributes>\r\n            <IDIntelligence>\r\n                <InMarketAuto>\r\n                    <IN_financing_prob_rank>70</IN_financing_prob_rank>\r\n                    <IN_insurance_prob_rank>100</IN_insurance_prob_rank>\r\n                    <IN_new_vehicle_prob_rank>40</IN_new_vehicle_prob_rank>\r\n                    <IN_auto_parts_prob_rank>10</IN_auto_parts_prob_rank>\r\n                    <IN_used_vehicle_prob_rank>20</IN_used_vehicle_prob_rank>\r\n                </InMarketAuto>\r\n            </IDIntelligence>\r\n        </Detail>\r\n    </Response>\r\n</xml>"}],"_postman_id":"c208e304-1480-40b6-8538-2ac694447456"}],"id":"a8217c40-a43f-4f90-ada7-2aa7b665cc02","description":"<p><b>Notice:</b> The FlashFind XML API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol for data communications.</p>\n","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"a8217c40-a43f-4f90-ada7-2aa7b665cc02"},{"name":"Appendix B: RESTful JSON API Example","item":[{"name":"ID Ver Plus (Successful Request) (JSON)","id":"da8fbbe4-733d-4749-98b8-039a2ee7f734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.yourdatadelivery.com/service/rest/IdVerify?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&ProbabilisticFill=ProbabilisticFill&Version=1","description":"<h4><b>Replace login and password with the appropriate account credentials. Passwords are case sensitive.</b></h4>","urlObject":{"protocol":"https","path":["service","rest","IdVerify"],"host":["api","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full Individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First Name, 15 characters Max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Optional, Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"Email"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"IP"},{"description":{"content":"<p>OptionalProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False</p>\n","type":"text/plain"},"key":"ProbabilisticFill","value":"ProbabilisticFill"},{"description":{"content":"<p>Describes the ID Ver version being used. 1 = plus</p>\n","type":"text/plain"},"key":"Version","value":"1"}],"variable":[]}},"response":[{"id":"d8821a6b-9802-4af3-9e3e-a6cd931d13a3","name":"ID Ver Plus (Successful Request) (JSON)","originalRequest":{"method":"GET","header":[],"url":{"raw":"?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&ProbabilisticFill=ProbabilisticFill","query":[{"key":"Login","value":"username","description":"Required"},{"key":"Password","value":"password","description":"Required"},{"key":"FullName","value":"FullName","description":"Full Individual Name"},{"key":"FName","value":"FName","description":"First Name, 15 characters Max."},{"key":"LName","value":"LName","description":"Last name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Optional, Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"Phone2","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"Email","description":"Email address, 100 characters max"},{"key":"IP","value":"IP","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format"},{"key":"ProbabilisticFill","value":"ProbabilisticFill","description":"OptionalProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": \" \",\n    \"ResponseMsg\": \"Successful\",\n    \"Detail\": {\n        \"__type\": \"IDVerifyResult:https://api.yourdatadelivery.com/service\",\n        \"IDScores\": {\n            \"ValidAddress\": \"100\",\n            \"ValidPhone\": \"100\",\n            \"ValidEmail\": \"100\",\n            \"ValidName\": \"100\",\n            \"Deceased\": \"100\",\n            \"NameToPhone\": \"80\",\n            \"NameToEmail\": \"100\",\n            \"NameToAddress\": \"100\",\n            \"AddressToPhone\": \"90\",\n            \"AddressToEmail\": \"100\",\n            \"PhoneToEmail\": \"10\",\n            \"USLocation\": \"100\",\n            \"ValidPhone2\": \"100\",\n            \"NameToPhone2\": \"60\",\n            \"AddressToPhone2\": \"91\",\n            \"Phone2ToEmail\": \"100\",\n            \"PhoneConfidenceScore\": \"100\",\n            \"Phone2ConfidenceScore\": \"90\",\n            \"AddressConfidenceScore\": \"70\",\n            \"ValidCount\": \"5\",\n            \"LinkageCount\": \"7.2\",\n            \"RiskFlagCount\": \"0\",\n            \"ValidationSummary\": \"PASS\",\n            \"LinkageSummary\": \"PASS\",\n            \"RiskFlagSummary\": \"PASS\",\n            \"IDVerifyScore\": \"98\"\n        },\n        \"IDAttributes\": {\n            \"PropertyAttributes\": {\n                \"AdditionalInformation\": {\n                    \"PROP_IND\": \"10\",\n                    \"PROP_VALCALC\": \"274726\",\n                    \"PROP_IMP_VALCALC\": \"\",\n                    \"PROP_IMP_VALCALC_IND\": \"A\",\n                    \"PROP_ASSED_VAL\": \"274726\"\n                },\n                \"Attributes\": {\n                    \"LOR\": \"11\",\n                    \"Homeowner\": \"H\",\n                    \"DwellType\": \"S\",\n                    \"PROP_ACRES\": \"1729\",\n                    \"PROP_LANDSQFT\": \"7530\",\n                    \"PROP_YRBLD\": \"2002\",\n                    \"PROP_LIVINGSQFT\": \"3108\",\n                    \"PROP_RMS\": \"10\",\n                    \"PROP_BEDRMS\": \"3\",\n                    \"PROP_BATHS\": \"200\",\n                    \"PROP_FULLBATHS\": \"2\",\n                    \"PROP_HALFBATHS\": \"\",\n                    \"PROP_AC\": \"ACE\",\n                    \"PROP_FRPL\": \"Y\",\n                    \"PROP_POOL\": \"Y\",\n                    \"PROP_ROOFTYPE\": \"I\"\n                },\n                \"AssessorDeed\": {\n                    \"PROP_TAXAMT\": \"597479\",\n                    \"PROP_RECDATE\": \"20020827\",\n                    \"PROP_SALEAMT\": \"200303\"\n                },\n                \"Mortgage\": {\n                    \"PROP_MTGAMT\": \"150604\",\n                    \"PROP_MTGDATE\": \"20040416\",\n                    \"PROP_MTGTERM\": \"30\",\n                    \"PROP_MTGDUEDATE\": \"20280605\"\n                }\n            },\n            \"DemographicAttributes\": {\n                \"Demographics\": {\n                    \"Gender\": \"M\",\n                    \"Age\": \"50\",\n                    \"MedYrBld\": \"2002\",\n                    \"EHI\": \"D\",\n                    \"Married\": \"M\",\n                    \"WealthScr\": \"F\",\n                    \"MrktHomeVal\": \"H\",\n                    \"ChildCd\": \"Y\",\n                    \"ChildNbrCd\": \"B\",\n                    \"MHV\": \"C\",\n                    \"MedSchl\": \"131\"\n                },\n                \"PowerScore\": {\n                    \"PurPowerScr\": \"G\"\n                }\n            },\n            \"PhoneAttributes\": {\n                \"PhoneType\": \"L\",\n                \"PhoneType2\": \"W\"\n            },\n            \"AutoAttributes\": {\n                \"Vehicle\": {\n                    \"Make\": \"FORD\",\n                    \"Model\": \"FOCUS\",\n                    \"Year\": \"2014\",\n                    \"ClassCD\": \"SMALL CAR\",\n                    \"FuelTypeCD\": \"F\",\n                    \"MFGCD\": \"F\",\n                    \"StyleCD\": \"HATCHBACK\",\n                    \"Mileages\": \"A\",\n                    \"ODate\": \"20160501\"\n                },\n                \"Vehicle2\": {\n                    \"Make\": \"FORD\",\n                    \"Model\": \"MUSTANG\",\n                    \"Year\": \"2001\",\n                    \"ClassCD\": \"MID SIZE CAR\",\n                    \"FuelTypeCD\": \"G\",\n                    \"MFGCD\": \"F\",\n                    \"StyleCD\": \"CONV\",\n                    \"Mileages\": \"R\",\n                    \"ODate\": \"20151203\"\n                },\n                \"Vehicle3\": {\n                    \"Make\": \"HONDA\",\n                    \"Model\": \"ODYSSEY\",\n                    \"Year\": \"2002\",\n                    \"ClassCD\": \"MINIVAN\",\n                    \"FuelTypeCD\": \"G\",\n                    \"MFGCD\": \"L\",\n                    \"StyleCD\": \"VAN\",\n                    \"Mileages\": \"I\",\n                    \"ODate\": \"20120924\"\n                },\n                \"Vehicle4\": {\n                    \"Make\": \"HYUNDAI\",\n                    \"Model\": \"SANTA FE\",\n                    \"Year\": \"2011\",\n                    \"ClassCD\": \"SMALL SUV\",\n                    \"FuelTypeCD\": \"G\",\n                    \"MFGCD\": \"L\",\n                    \"StyleCD\": \"UTIL\",\n                    \"Mileages\": \"F\",\n                    \"ODate\": \"20160508\"\n                }\n            },\n            \"IPAttributes\": {\n                \"IP\": \"172.13.172.51\",\n                \"IPRegion\": \"Tennessee\",\n                \"City\": \"Memphis\",\n                \"Zip\": \"37501\",\n                \"Latitude\": \"35.15\",\n                \"Longitude\": \"-90.05\",\n                \"ISP\": \"AT&T Internet Services\",\n                \"IPFrom\": \"172.13.168.0\",\n                \"IPTo\": \"172.13.173.255\"\n            }\n        },\n        \"IDIntelligence\": {\n            \"InMarketAuto\": {\n                \"IN_financing_prob_rank\": \"70\",\n                \"IN_insurance_prob_rank\": \"100\",\n                \"IN_new_vehicle_prob_rank\": \"40\",\n                \"IN_auto_parts_prob_rank\": \"10\",\n                \"IN_used_vehicle_prob_rank\": \"20\"\n            }\n        }\n    }\n}"}],"_postman_id":"da8fbbe4-733d-4749-98b8-039a2ee7f734"}],"id":"7607f3b1-b739-4013-8ada-fbed045ccefd","description":"<p><b>Notice:</b> The FlashFind JSON API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol for data communications.</p>\n","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"7607f3b1-b739-4013-8ada-fbed045ccefd"},{"name":"Appendix C: SOAP API Example ","item":[{"name":"ID Ver Plus (Successful Request) (SOAP)","id":"82b8537f-c690-4d96-a686-a10551c6bb9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/service/soap/IdVerify?Login={{Login}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}","description":"<h4><b>Replace login and password with the appropriate account credentials. Passwords are case sensitive.</b></h4>","urlObject":{"protocol":"https","path":["service","soap","IdVerify"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Login","value":"{{Login}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Password","value":"{{Password}}"},{"description":{"content":"<p>Full Individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"{{FullName}}"},{"description":{"content":"<p>First Name, 15 characters Max.</p>\n","type":"text/plain"},"key":"FName","value":"{{FName}}"},{"description":{"content":"<p>Last name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"{{LName}}"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"{{Address1}}"},{"description":{"content":"<p>Optional, Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"{{Address2}}"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"{{City}}"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"{{State}}"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"{{Zip}}"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"{{Phone}}"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"{{Phone2}}"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"{{Email}}"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"{{IP}}"}],"variable":[]}},"response":[{"id":"8a6c97ac-20bc-45c4-8436-b4e5ef9de11c","name":"ID Ver Plus (Successful Request) (SOAP)","originalRequest":{"method":"GET","header":[],"url":{"raw":"?Login={{Login}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&ProbabilisticFill={{ProbabilisticFill}}","query":[{"key":"Login","value":"{{Login}}","description":"Required"},{"key":"Password","value":"{{Password}}","description":"Required"},{"key":"FullName","value":"{{FullName}}","description":"Full Individual Name"},{"key":"FName","value":"{{FName}}","description":"First Name, 15 characters Max."},{"key":"LName","value":"{{LName}}","description":"Last name, 20 characters max."},{"key":"Address1","value":"{{Address1}}","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"{{Address2}}","description":"Optional, Address line 2, 64 characters max."},{"key":"City","value":"{{City}}","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"{{State}}","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"{{Zip}}","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"{{Phone}}","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"{{Phone2}}","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"{{Email}}","description":"Email address, 100 characters max"},{"key":"IP","value":"{{IP}}","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format"},{"key":"ProbabilisticFill","value":"{{ProbabilisticFill}}","description":"OptionalProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n"}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n \t<s:Body>\r\n \t\t<IDVerifyResponse xmlns=\"https://api.yourdatadelivery.com/service\">\r\n \t\t\t<IDVerifyResult xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n \t\t\t\t<ResponseCode>0</ResponseCode>\r\n    \t\t\t<ResponseMsg>Successful</ResponseMsg>\r\n \t\t\t\t<Detail i:type=\"IDVerifyResult\">\r\n \t\t\t\t\t<IDScores>\r\n \t\t\t\t\t\t<ValidAddress>100</ValidAddress>\r\n \t\t\t\t\t\t<ValidPhone>100</ValidPhone>\r\n \t\t\t\t\t\t<ValidEmail>100</ValidEmail>\r\n \t\t\t\t\t\t<ValidName>100</ValidName>\r\n \t\t\t\t\t\t<Deceased>100</Deceased>\r\n \t\t\t\t\t\t<NameToPhone>80</NameToPhone>\r\n \t\t\t\t\t\t<NameToEmail>100</NameToEmail>\r\n \t\t\t\t\t\t<NameToAddress>100</NameToAddress>\r\n \t\t\t\t\t\t<AddressToPhone>90</AddressToPhone>\r\n \t\t\t\t\t\t<AddressToEmail>100</AddressToEmail>\r\n \t\t\t\t\t\t<PhoneToEmail>10</PhoneToEmail>\r\n \t\t\t\t\t\t<USLocation>100</USLocation>\r\n \t\t\t\t\t\t<ValidPhone2>100</ValidPhone2>\r\n \t\t\t\t\t\t<NameToPhone2>60</NameToPhone2>\r\n \t\t\t\t\t\t<AddressToPhone2>91</AddressToPhone2>\r\n \t\t\t\t\t\t<Phone2ToEmail>100</Phone2ToEmail>\r\n\t\t\t\t\t\t<PhoneConfidenceScore>100</PhoneConfidenceScore>\r\n\t\t\t\t\t\t<Phone2ConfidenceScore>90</Phone2ConfidenceScore>\r\n\t\t\t\t\t\t<AddressConfidenceScore>70</AddressConfidenceScore>\r\n \t\t\t\t\t\t<ValidCount>5</ValidCount>\r\n \t\t\t\t\t\t<LinkageCount>7.2</LinkageCount>\r\n \t\t\t\t\t\t<RiskFlagCount>0</RiskFlagCount>\r\n \t\t\t\t\t\t<ValidationSummary>PASS</ValidationSummary>\r\n \t\t\t\t\t\t<LinkageSummary>PASS</LinkageSummary>\r\n \t\t\t\t\t\t<RiskFlagSummary>PASS</RiskFlagSummary>\r\n \t\t\t\t\t\t<IDVerifyScore>98</IDVerifyScore>\r\n \t\t\t\t\t</IDScores>\r\n \t\t\t\t\t<IDAttributes>\r\n \t\t\t\t\t\t<PropertyAttributes>\r\n \t\t\t\t\t\t\t<AdditionalInformation>\r\n \t\t\t\t\t\t\t\t<PROP_IND>10</PROP_IND>\r\n \t\t\t\t\t\t\t\t<PROP_VALCALC>274726</PROP_VALCALC>\r\n \t\t\t\t\t\t\t\t<PROP_IMP_VALCALC/>\r\n \t\t\t\t\t\t\t\t<PROP_IMP_VALCALC_IND>A</PROP_IMP_VALCALC_IND>\r\n \t\t\t\t\t\t\t\t<PROP_ASSED_VAL>274726</PROP_ASSED_VAL>\r\n \t\t\t\t\t\t\t</AdditionalInformation>\r\n \t\t\t\t\t\t\t<Attributes>\r\n \t\t\t\t\t\t\t\t<LOR>11</LOR>\r\n \t\t\t\t\t\t\t\t<Homeowner>H</Homeowner>\r\n \t\t\t\t\t\t\t\t<DwellType>S</DwellType>\r\n \t\t\t\t\t\t\t\t<PROP_ACRES>1729</PROP_ACRES>\r\n \t\t\t\t\t\t\t\t<PROP_LANDSQFT>7530</PROP_LANDSQFT>\r\n \t\t\t\t\t\t\t\t<PROP_YRBLD>2002</PROP_YRBLD>\r\n \t\t\t\t\t\t\t\t<PROP_LIVINGSQFT>3108</PROP_LIVINGSQFT>\r\n \t\t\t\t\t\t\t\t<PROP_RMS>10</PROP_RMS>\r\n \t\t\t\t\t\t\t\t<PROP_BEDRMS>3</PROP_BEDRMS>\r\n \t\t\t\t\t\t\t\t<PROP_BATHS>200</PROP_BATHS>\r\n \t\t\t\t\t\t\t\t<PROP_FULLBATHS>2</PROP_FULLBATHS>\r\n \t\t\t\t\t\t\t\t<PROP_HALFBATHS/>\r\n \t\t\t\t\t\t\t\t<PROP_AC>ACE</PROP_AC>\r\n \t\t\t\t\t\t\t\t<PROP_FRPL>Y</PROP_FRPL>\r\n \t\t\t\t\t\t\t\t<PROP_POOL>Y</PROP_POOL>\r\n \t\t\t\t\t\t\t\t<PROP_ROOFTYPE>I</PROP_ROOFTYPE>\r\n \t\t\t\t\t\t\t</Attributes>\r\n \t\t\t\t\t\t\t<AssessorDeed>\r\n \t\t\t\t\t\t\t\t<PROP_TAXAMT>597479</PROP_TAXAMT>\r\n \t\t\t\t\t\t\t\t<PROP_RECDATE>20020827</PROP_RECDATE>\r\n \t\t\t\t\t\t\t\t<PROP_SALEAMT>200303</PROP_SALEAMT>\r\n \t\t\t\t\t\t\t</AssessorDeed>\r\n \t\t\t\t\t\t\t<Mortgage>\r\n \t\t\t\t\t\t\t\t<PROP_MTGAMT>150604</PROP_MTGAMT>\r\n \t\t\t\t\t\t\t\t<PROP_MTGDATE>20040416</PROP_MTGDATE>\r\n \t\t\t\t\t\t\t\t<PROP_MTGTERM/>\r\n \t\t\t\t\t\t\t\t<PROP_MTGDUEDATE/>\r\n \t\t\t\t\t\t\t</Mortgage>\r\n \t\t\t\t\t\t</PropertyAttributes>\r\n \t\t\t\t\t\t<DemographicAttributes>\r\n \t\t\t\t\t\t\t<Demographics>\r\n \t\t\t\t\t\t\t\t<Gender>M</Gender>\r\n \t\t\t\t\t\t\t\t<Age>50</Age>\r\n \t\t\t\t\t\t\t\t<MedYrBld>2002</MedYrBld>\r\n \t\t\t\t\t\t\t\t<EHI>D</EHI>\r\n \t\t\t\t\t\t\t\t<Married>M</Married>\r\n \t\t\t\t\t\t\t\t<WealthScr>F</WealthScr>\r\n \t\t\t\t\t\t\t\t<MrktHomeVal>H</MrktHomeVal>\r\n \t\t\t\t\t\t\t\t<ChildCd>Y</ChildCd>\r\n \t\t\t\t\t\t\t\t<ChildNbrCd>B</ChildNbrCd>\r\n \t\t\t\t\t\t\t\t<MHV>C</MHV>\r\n \t\t\t\t\t\t\t\t<MedSchl>131</MedSchl>\r\n \t\t\t\t\t\t\t</Demographics>\r\n \t\t\t\t\t\t\t<PowerScore>\r\n \t\t\t\t\t\t\t\t<PurPowerScr>G</PurPowerScr>\r\n \t\t\t\t\t\t\t</PowerScore>\r\n \t\t\t\t\t\t</DemographicAttributes>\r\n \t\t\t\t\t\t<PhoneAttributes>\r\n \t\t\t\t\t\t\t<PhoneType>L</PhoneType>\r\n \t\t\t\t\t\t\t<PhoneType2>W</PhoneType2>\r\n \t\t\t\t\t\t</PhoneAttributes>\r\n \t\t\t\t\t\t<AutoAttributes>\r\n \t\t\t\t\t\t\t<Vehicle>\r\n \t\t\t\t\t\t\t\t<Make>FORD</Make>\r\n \t\t\t\t\t\t\t\t<Model>FOCUS</Model>\r\n \t\t\t\t\t\t\t\t<Year>2014</Year>\r\n \t\t\t\t\t\t\t\t<ClassCD>SMALL CAR</ClassCD>\r\n \t\t\t\t\t\t\t\t<FuelTypeCD>F</FuelTypeCD>\r\n \t\t\t\t\t\t\t\t<MFGCD>F</MFGCD>\r\n \t\t\t\t\t\t\t\t<StyleCD>HATCHBACK</StyleCD>\r\n \t\t\t\t\t\t\t\t<Mileages>A</Mileages>\r\n \t\t\t\t\t\t\t\t<ODate>20160501</ODate>\r\n \t\t\t\t\t\t\t</Vehicle>\r\n \t\t\t\t\t\t\t<Vehicle2>\r\n \t\t\t\t\t\t\t\t<Make>FORD</Make>\r\n \t\t\t\t\t\t\t\t<Model>MUSTANG</Model>\r\n \t\t\t\t\t\t\t\t<Year>2001</Year>\r\n \t\t\t\t\t\t\t\t<ClassCD>MID SIZE CAR</ClassCD>\r\n \t\t\t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n \t\t\t\t\t\t\t\t<MFGCD>F</MFGCD>\r\n \t\t\t\t\t\t\t\t<StyleCD>CONV</StyleCD>\r\n \t\t\t\t\t\t\t\t<Mileages>R</Mileages>\r\n \t\t\t\t\t\t\t\t<ODate>20151203</ODate>\r\n \t\t\t\t\t\t\t</Vehicle2>\r\n \t\t\t\t\t\t\t<Vehicle3>\r\n \t\t\t\t\t\t\t\t<Make>HONDA</Make>\r\n \t\t\t\t\t\t\t\t<Model>ODYSSEY</Model>\r\n \t\t\t\t\t\t\t\t<Year>2002</Year>\r\n \t\t\t\t\t\t\t\t<ClassCD>MINIVAN</ClassCD>\r\n \t\t\t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n \t\t\t\t\t\t\t\t<MFGCD>L</MFGCD>\r\n \t\t\t\t\t\t\t\t<StyleCD>VAN</StyleCD>\r\n \t\t\t\t\t\t\t\t<Mileages>I</Mileages>\r\n \t\t\t\t\t\t\t\t<ODate>20120924</ODate>\r\n \t\t\t\t\t\t\t</Vehicle3>\r\n \t\t\t\t\t\t\t<Vehicle4>\r\n \t\t\t\t\t\t\t\t<Make>HYIUNDAI</Make>\r\n \t\t\t\t\t\t\t\t<Model>SANTA FE</Model>\r\n \t\t\t\t\t\t\t\t<Year>2011</Year>\r\n \t\t\t\t\t\t\t\t<ClassCD>SMALL SUV</ClassCD>\r\n \t\t\t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n \t\t\t\t\t\t\t\t<MFGCD>L</MFGCD>\r\n \t\t\t\t\t\t\t\t<StyleCD>UTIL</StyleCD>\r\n \t\t\t\t\t\t\t\t<Mileages>F</Mileages>\r\n \t\t\t\t\t\t\t\t<ODate>20160508</ODate>\r\n \t\t\t\t\t\t\t</Vehicle4>\r\n \t\t\t\t\t\t</AutoAttributes>\r\n \t\t\t\t\t\t<IPAttributes>\r\n \t\t\t\t\t\t\t<IP>172.13.172.51</IP>\r\n \t\t\t\t\t\t\t<IPRegion>Tennessee </IPRegion>\r\n \t\t\t\t\t\t\t<City>Memphis</City>\r\n \t\t\t\t\t\t\t<Zip>37501</Zip>\r\n \t\t\t\t\t\t\t<Latitude>35.15</Latitude>\r\n \t\t\t\t\t\t\t<Longitude>-90.05</Longitude>\r\n \t\t\t\t\t\t\t<ISP>AT&T Internet Sevices</ISP>\r\n \t\t\t\t\t\t\t<IPFrom></IPFrom>\r\n \t\t\t\t\t\t\t<IPTo></IPTo>\r\n \t\t\t\t\t\t</IPAttributes>\r\n \t\t\t\t\t</IDAttributes>\r\n\t\t\t\t\t<IDIntelligence>\r\n\t\t\t\t\t\t<InMarketAuto>\r\n\t\t\t\t\t\t\t<IN_financing_prob_rank>100</IN_financing_prob_rank>\r\n\t\t\t\t\t\t\t<IN_insurance_prob_rank>100</IN_insurance_prob_rank>\r\n\t\t\t\t\t\t\t<IN_new_vehicle_prob_rank>80</IN_new_vehicle_prob_rank>\r\n\t\t\t\t\t\t\t<IN_auto_parts_prob_rank>60</IN_auto_parts_prob_rank>\r\n\t\t\t\t\t\t\t<IN_used_vehicle_prob_rank>20</IN_used_vehicle_prob_rank>\r\n\t\t\t\t\t\t</InMarketAuto>\r\n\t\t\t\t\t</IDIntelligence>\r\n \t\t\t\t</Detail>\r\n \t\t\t</IDVerifyResult>\r\n \t\t</IDVerifyResponse>\r\n \t</s:Body>\r\n</s:Envelope>\r\n"}],"_postman_id":"82b8537f-c690-4d96-a686-a10551c6bb9a"}],"id":"c56de3ff-7157-4973-9cea-005e222fd268","description":"<p><b>Notice:</b> The FlashFind SOAP API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol for data communications.</p>\n<h4><b>Configuration</b></h4>\n\n<table>\n    <tr>\n        <td>Connection WSDL:</td>\n        <td>https://api.yourdatadelivery.com/service/wsdl?singlewsdl</td>\n    </tr>\n    <tr>\n        <td>Contract Name:</td>\n        <td>APIservice</td>\n    </tr>\n    <tr>\n        <td>Contract Example:</td>\n        <td>client = new ApiServiceClient();</td>\n    </tr>\n    <tr>\n        <td>Method Name:</td>\n        <td>IDVerify</td>\n    </tr>\n    <tr>\n        <td>Connection Endpoint:</td>\n        <td>https://api.yourdatadelivery.com/service/soap</td>\n    </tr>\n    <tr>\n        <td>Definition:</td>\n        <td>Response IDVerify(STRING LOGIN, STRING PASSWORD, STRING FULLNAME , STRING FNAME ,STRING LNAME, STRING ADDRESS1, STRING ADDRESS2, STRING CITY, STRING STATE, STRING ZIP, STRING PHONE, STRING PHONE2, STRING EMAIL, STRING IP)\n        </td>\n    </tr>\n    <tr>\n        <td>Method Example Request:</td>\n        <td>Response IDVerify(“login”, “password”, \"\", “JOHN”, “SMITH”, “123 MAIN STREET”, \" APT 3\", \"CHICAGO\", \"IL\", \"60657\",”1234567890”,”9876543210”, \"JSMITH@DOMAIN.COM\", \"\")\n        </td>\n    </tr>\n</table>\n","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"c56de3ff-7157-4973-9cea-005e222fd268"},{"name":"API Response Codes","item":[],"id":"c2c31ee5-c4b1-497b-a7b8-4c950871252a","description":"<h3 id=\"ip-attributes\">IP Attributes:</h3>\n<p>The following is a table of potential output response codes &amp; messages:</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>0</td>\n<td>Successful</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No Records found</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Missing required parameter(s)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Too many results. Please refine your search criteria</td>\n</tr>\n<tr>\n<td>4</td>\n<td>You have reached the maximum number of transactions allowed</td>\n</tr>\n<tr>\n<td>102</td>\n<td>The user is invalid (double-check credentials)</td>\n</tr>\n<tr>\n<td>All other codes</td>\n<td>System error. Retry search, if failure continues, contact support</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"4add4d2b-0bf0-4025-8d28-7c0dcdd1ff4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2abd40f9-fa2b-4031-aa35-b623c64d65e6","type":"text/javascript","exec":[""]}}],"_postman_id":"c2c31ee5-c4b1-497b-a7b8-4c950871252a"}],"id":"540d5639-0b35-4dde-b4a6-74532e7b5e81","event":[{"listen":"prerequest","script":{"id":"cbfea72d-765c-44ad-ad30-872d28eb8d87","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2c46cb36-17af-4755-964c-37170aeade59","type":"text/javascript","exec":[""]}}],"_postman_id":"540d5639-0b35-4dde-b4a6-74532e7b5e81","description":""},{"name":"ID Ver Premium","item":[{"name":"Overview","item":[],"id":"771a1b00-5b16-4a11-9c4e-45433c514d61","description":"<p>ID Ver Premium product provides a mechanism for verifying consumer contact information, both for purposes of scoring and segmenting individuals, and for identifying and reducing potential fraud and risk. The product receives consumer contact information as input and returns scores to reflect the level of verification. Additionally, the product returns attributes (property, demographics, and phone attributes) to provide further insights on a given individual. The ID Ver product returns an IDVerifyScore on a 100 point scale, which reflects the overall status of the ID verification. The IDVerifyScore can be used to make a pass/fail decision when verifying a given individual.</p>","event":[{"listen":"prerequest","script":{"id":"ff748d81-9890-42fd-9b2a-744472471777","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"33f297f8-5874-44e8-be4e-66d352fef57c","type":"text/javascript","exec":[""]}}],"_postman_id":"771a1b00-5b16-4a11-9c4e-45433c514d61"},{"name":"Inputs","item":[{"name":"Minimum Required Fields","item":[],"id":"fbf93272-42e2-4b07-88a4-b7c2c38e9960","description":"<p>At a minimum, one of the following input combinations is required for processing:</p>\n\n\n<ul>\n<li>Phone</li>\n<li>Phone2</li>\n<li>Email</li>\n<li>FName + LName</li>\n<li>FullName</li>\n<li>Address1 + Zip</li>\n<li>Address1 + City + State</li>\n<li>IP</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"738da53e-2d27-4236-805d-58a7823325bb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"85033e3e-a303-4d2c-8e4f-29d8c3145a0d","type":"text/javascript","exec":[""]}}],"_postman_id":"fbf93272-42e2-4b07-88a4-b7c2c38e9960"}],"id":"877f0f4d-3ff9-4048-b16a-3cd6d3682399","description":"<p>ID Ver Premium accepts identity data elements including name, address, phone, and email as input. ID Ver accepts IP address to flag if a consumer is using a non-US based IP address.</p>\n\n<table>\n<tr>\n<td><b>Input Field</b></td>\n<td><b>Required?</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>Login</td>\n<td>Required</td>\n<td>Account username</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Required</td>\n<td>Account password</td>\n</tr>\n<tr>\n<td>FullName</td>\n<td>Required*</td>\n<td>Full individual Name</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Required*</td>\n<td>First name, 15 characters max</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Required*</td>\n<td>Last name, 20 characters max</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Required*</td>\n<td>Address line 1 (example: 1234 N Main St SW Apt 3), 64 characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Optional</td>\n<td>Address line 2, 64 characters max</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Required*</td>\n<td>City name, 28 characters max. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Required*</td>\n<td>2 character state abbreviation. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Required*</td>\n<td>5 digit numeric USPS zip code.  * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Required*</td>\n<td>10 digit numeric phone number (without spaces, dashes, or parentheses)</td>\n</tr>\n<tr>\n<td>Phone2</td>\n<td>Required*</td>\n<td>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Required*</td>\n<td>Email address, 100 characters max</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>Required*</td>\n<td>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</td>\n</tr>\n<tr>\n<td>Version</td>\n<td>Optional</td>\n<td>Version=2</td>\n</tr>\n<tr>\n<td>ProbabilisticFill</td>\n<td>Optional</td>\n<td>ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n</td>\n</tr>\n</table>\n\n\n\n\n","event":[{"listen":"prerequest","script":{"id":"36eb4462-cf23-4130-b786-b9f73f1bf075","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0bc7146f-ad5a-46b7-abc5-1428d5b1868b","type":"text/javascript","exec":[""]}}],"_postman_id":"877f0f4d-3ff9-4048-b16a-3cd6d3682399"},{"name":"Outputs","item":[{"name":"Scoring","item":[{"name":"Configurable components","item":[],"id":"e0433ba4-589d-48a3-b240-6f941e2a8d4e","description":"<p>For customers who want to build their own scoring algorithm for verification, the ID Ver product exposes all the configurable components that factor into the IDVerifyScore. Each component has a score on a 100 point scale, providing detailed granularity on how each identity data element scores for a given individual. The components are categorized into 5 sections: Validation Components, Linkage Components, Risk Flag Components, Component Summaries and Connex Segmentation Clusters.</p>\n<p>By default, each of the Configurable Components has equal weighting in influencing the overall IDVerifyScore. However, Infutor recommends customers allow for a regression analysis, so Infutor can analyze and help customers optimize the ID Ver product to meet their specific business needs by emphasizing or de-emphasizing relevant components, adjusting the weighting of how each component influences the overall IDVerifyScore. Additionally, if a given component is not relevant for a customer’s business needs, that component can be turned off from impacting the IDVerifyScore.</p>\n","event":[{"listen":"prerequest","script":{"id":"5293ab55-bcfa-45ec-b898-82093c447bd1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"13a94601-958f-444c-83c8-001b54a8b76f","type":"text/javascript","exec":[""]}}],"_postman_id":"e0433ba4-589d-48a3-b240-6f941e2a8d4e"},{"name":"Validation components","item":[],"id":"f2fdc909-0edd-47f2-9424-70c597223469","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>ValidAddress</td>\n<td>The postal address is a valid USPS address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone</td>\n<td>The phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone2</td>\n<td>The 2nd phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidEmail</td>\n<td>The email is a valid formatted email address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidName</td>\n<td>The individual’s first and last names appear to be valid names and do not contain vulgar words or expressions</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneConfidenceScore</td>\n<td>Score 0-100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity &amp; velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ConfidenceScore</td>\n<td>Score 0-100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity &amp; velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressConfidenceScore</td>\n<td>Score 0-100 that reflects the confidence , accuracy, and deliverability for the input postal address</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n\n\n<p>The Validation Components reflect whether the syntax and formatting of the input data elements appears valid. The Validation Components can be thought of as input form validations. Each component has its own 0-100 score value, which influences the overall IDVerifyScore.</p>","event":[{"listen":"prerequest","script":{"id":"8c348299-d704-4738-b0a5-15ff407fb0a6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7f374226-97c9-4838-bed1-89a1bfc2e931","type":"text/javascript","exec":[""]}}],"_postman_id":"f2fdc909-0edd-47f2-9424-70c597223469"},{"name":"Linkage components","item":[],"id":"ff22eec5-a64e-4929-8db8-50867844c55c","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>NameToPhone</td>\n<td>The name links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToEmail</td>\n<td>The name links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToAddress</td>\n<td>The name links to the postal address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone</td>\n<td>The postal address links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToEmail</td>\n<td>The postal address link to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneToEmail</td>\n<td>The phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToPhone2</td>\n<td>The name links to the 2nd phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone2</td>\n<td>The postal address links to the 2nd Phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ToEmail</td>\n<td>The 2nd phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n\n\n<p>The Linkage Components reflect whether data elements can be linked to each other (whether the name is associated with the phone, name is associated with the email, etc.) ID Ver leverages Infutor’s vast identity data repository containing billions of consumer, address, email, and phone records.</p>\n","event":[{"listen":"prerequest","script":{"id":"78b7f39e-d118-4e5e-962e-664f582a9398","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2538fecd-fa2e-4e3d-84fe-b58ebca19df4","type":"text/javascript","exec":[""]}}],"_postman_id":"ff22eec5-a64e-4929-8db8-50867844c55c"},{"name":"Risk flag components","item":[],"id":"0fdd31f7-3f71-43f4-9d0d-4570c133cba0","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Deceased</td>\n<td>The deceased field is used to determine if an identity is living or deceased. A score of 100 represents the individual is living and a score of 0 represents the individual is deceased. If the field is Blank, it means Unknown</td>\n<td>0 or 100 or Blank</td>\n</tr>\n<tr>\n<td>USLocation</td>\n<td>The \"US Location\" field is used to determine if an identities' IP Address is recognized to be within USA. A score of 100 represents the individual's IP Address is recognized to be within USA</td>\n<td>0 or 100</td>\n</tr>\n\n</table>\n\n\n<p>The Risk Flag Components can be used to get a yes/no (0 or 100) answer on whether or not a given identity could be risk or potential fraud.</p>\n","event":[{"listen":"prerequest","script":{"id":"224d9584-47f3-41ad-a172-0191b2f328be","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9ab827e3-b52c-4c3d-880d-5e88141b8825","type":"text/javascript","exec":[""]}}],"_postman_id":"0fdd31f7-3f71-43f4-9d0d-4570c133cba0"},{"name":"Component summaries","item":[],"id":"bd22a269-22f9-49d4-9c4d-a52d1fb0b56f","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>ValidSummary</td>\n<td>A summary of the Validation Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>LinkageSummary</td>\n<td>A summary of the Linkage Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>RiskFlagSummary</td>\n<td>A summary of the Risk Flag Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>ValidCount</td>\n<td>A count of the number of Validation Components which returned a positive verification</td>\n<td>Decimal value, 0-5</td>\n</tr>\n<tr>\n<td>LinkageCount</td>\n<td>A count of the number of Linkage Components which returned a positive verification</td>\n<td>Decimal value, 0-9</td>\n</tr>\n<tr>\n<td>RiskFlagCount</td>\n<td>A count of the number of Risk Flag Components which returned a positive verification</td>\n<td>Decimal value, 0-2</td>\n</tr>\n\n</table>\n\n\n<p>The Component Summaries reflect whether or not a given identity passed the Validations, Linkages, and Risk Flag Components of the ID Ver.</p>\n","event":[{"listen":"prerequest","script":{"id":"5811f7c7-1a3a-431d-8f7d-4017971d7185","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"477c26c2-8ccb-4118-88a1-545cc0d3b511","type":"text/javascript","exec":[""]}}],"_postman_id":"bd22a269-22f9-49d4-9c4d-a52d1fb0b56f"}],"id":"2ed66fb1-6d61-4665-99e2-794d0cfc61a4","description":"<p>The ID VerifyScore is an overall score, with values in the range of 0-100 that can be used for making pass/fail decisions about whether or not a given identity was verified.</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>IDVerifyScore</td>\n<td>The IDVerifyScore is an overall score to reflect the quality of an ID verification</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"a0bd80d9-f01c-4999-a81d-31feef9e3dec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"41abcb27-5a8d-47be-ab34-94ae9c01d9d2","type":"text/javascript","exec":[""]}}],"_postman_id":"2ed66fb1-6d61-4665-99e2-794d0cfc61a4"},{"name":"Profile Attributes","item":[{"name":"Demographic Attributes","item":[],"id":"e80b8c5e-455a-401e-9f16-604c0092b8b2","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Return Values</b></td></tr><tr><td>Gender</td><td>M=male, F=Female, blank or U=unknown</td><td>M, F, or U</td></tr><tr><td>Age</td><td>Adult Age</td><td>0 - 99</td></tr><tr><td>LOR</td><td>Length of Residence in years, 2 digits</td><td>00 - 99</td></tr><tr><td>Homeowner</td><td>H=Homeowner, R=Renter, A = Inferred Homeowner, B = Inferred Renter</td><td>H, R, A or B</td></tr><tr><td>EHI</td><td>Estimated household income, 1 character:<br />A = Less than $20,000<br />B = $20,000 - $29,999<br />C = $30,000 - $39,999<br />D = $40,000 - $49,999<br />E = $50,000 - $74,999<br />F = $75,000 - $99,999<br />G = $100,000 - $124,999<br />H = $125,000 or more<br />I = $150,000 or more<br /></td><td>A - I</td></tr><tr><td>DwellType</td><td>Dwelling Type. S=Single Family Dwelling Unit (SFDU). M=Multi-family Dwelling Unit (MFDU)</td><td>S or M</td></tr><tr><td>Married</td><td>M=Married, S=Single, A=Inferred Married, B=Inferred Single</td><td>M, S, A, or B</td></tr><tr><td>MedYrBld</td><td>The year home was built. 4 digits</td><td>nnnn</td></tr><tr><td>MobHome</td><td>Residence is a mobile home</td><td>Y or Blank</td></tr><tr><td>Pool</td><td>Pool owner</td><td>Y or Blank</td></tr><tr><td>FirePl</td><td>Home with fireplace</td><td>Y or Blank</td></tr><tr><td>SglParent</td><td>Single Parent flag</td><td>Y or Blank</td></tr><tr><td>HHNBRSR</td><td>Known resident of HH that is 65 or older</td><td>Y or Blank</td></tr><tr><td>CreditCard</td><td>Known use of Credit Card</td><td>Y or Blank</td></tr><tr><td>WealthScr</td><td>Model based on income, homeownership, and other assets owned:<br />A = Estimated Net less than $5,000<br />B = Estimated Net $5,000 - $19,999<br />C = Estimated Net $20,000 - $49,999<br />D = Estimated Net $50,000 – $79,999<br />E = Estimated Net $80,000 - $99,999<br />F = Estimated Net $100,000 - $249,999<br />G = Estimated Net $250,000 - $499,999<br />H = Estimated Net over $500,000<br /></td><td>A - H</td></tr><tr><td>CharityDnr</td><td>Charity donor</td><td>Y or Blank</td></tr><tr><td>MrktHomeVal</td><td>Estimated Home Market value:<br />A = $1,000 - $24,999<br />B = $25,000 - $49,999<br />C = $50,000 - $74,999<br />D = $75,000 - $99,999<br />E = $100,000 - $124,999<br />F = $125,000 - $149,999<br />G = $150,000 - $174,999<br />H = $175,000 - $199,999<br />I = $200,000 - $224,999<br />J = $225,000 - $249,999<br />K = $250,000 - $274,999<br />L = $275,000 - $299,999<br />M = $300,000 - $349,999<br />N = $350,000 - $399,999<br />O = $400,000 - $449,999<br />P = $450,000 - $499,999<br />Q = $500,000 - $749,999<br />R = $750,000 - $999,999<br />S = $1,000,000+<br /></td><td>A - S</td></tr><tr><td>Education</td><td>Education level<br />A= Completed High School<br />B= Completed College<br />C= Completed Graduate School<br />D= Attended Vocational/Technical<br /></td><td>A,B,C,D or blank</td></tr><tr><td>Ethnicity</td><td>Ethnicity code<br />Hispanic = Ethnic code Y<br />African American = Ethnic code F<br />Asian = Ethnic code A.<br />*Information (values) for the states of CO, CT and VA are not provided for this field. The data has been removed based upon our approach to the Sensitive Personal Information requirements for Colorado Privacy Act, the Connecticut Data Privacy Act, and Virginia's Consumer Data Protection Act.</td><td>Y,F,A or blank</td></tr><tr><td>ChildCd</td><td>Presence of Children. Y= children present</td><td>Y or Blank</td></tr><tr><td>ChildAgeCd</td><td>Children Age range<br />A = Presence of Children under 5<br />B = Presence of Children aged 6 – 10<br />C = presence of Children Age 11 – 15<br />D = Presence of Children Age 17-17<br /></td><td>A,B,C,D or blank</td></tr><tr><td>ChildNbrCd</td><td>Number of Children. A=No children, B=less than 3, C= 3-5 children</td><td>A – C</td></tr><tr><td>VehLux</td><td>Luxury vehicle owner</td><td>Y or blank</td></tr><tr><td>VehSuv</td><td>SUV vehicle owner</td><td>Y or blank</td></tr><tr><td>VehTrk</td><td>Pickup Truck vehicle owner</td><td>Y or blank</td></tr><tr><td>PctBlk</td><td>Percent Range Black (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctWht</td><td>Percent Range White (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctHsp</td><td>Percent Range Hispanic (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctAsi</td><td>Percent Range Asian (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctEngSpeak</td><td>Percent Range English Speaking (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctSpnSpeak</td><td>Percent Range Spanish Speaking (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctAsiaSpeak</td><td>Percent Range Asian Speaking (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctSFDU</td><td>Percent Range SFDU (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctMFDU</td><td>Percent Range MFDU (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>MHV</td><td>Median House Value Code:<br />A = Less than $50,000<br />B = $50,000 - $99,999<br />C = $100,000 - $149,999<br />D = $150,000 - $249,999<br />E = $250,000 - $349,999<br />F = $350,000 - $499,999<br />G = $500,000 - $749,999<br />H = $750,000 - $999,999<br />I = $1,000,000+<br /></td><td>A – I</td></tr><tr><td>MOR</td><td>Mail Order Respondent (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctAuto</td><td>Penetration Range Automobile owner (Range - See Appendix E)</td><td>A – T</td></tr><tr><td>MedSchl</td><td>Median years of school, 3 digits max.<br />1 implied decimal. eg 210 = 21.0 years</td><td>000-220</td></tr><tr><td>PctWhiteCollar</td><td>Percent Range White Collar (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctBlueCollar</td><td>Percent Range Blue Collar (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>PctOccO</td><td>Percent Range Other Occupation (Penetration Range - See Appendix E)</td><td>A – T</td></tr><tr><td>DemoLvl</td><td>Demographic append level 1 - Zip9 (Zip5,Zip+4); 2 - Zip7 (Zip5,Zip+2); 3 – Zip5</td><td>1,2,3</td></tr><tr><td>PIPriceClub</td><td>Value shopper</td><td>Y or blank</td></tr><tr><td>PIWomanAprl</td><td>Women’s Appareal<br />A = Purchased Women's Apparel<br />B = Purchased Plus size Women's Apparel<br /></td><td>A,B or blank</td></tr><tr><td>PIMenAprl</td><td>Men’s Apparel<br />A = Purchased Men's Apparel<br />B = Purchased Big and Tall Men's Apparel<br /></td><td>A,B or blank</td></tr><tr><td>PIChildAprl</td><td>Parenting and Children's interest</td><td>Y or blank</td></tr><tr><td>PIPetAprl</td><td>Pet’s Apparel<br />A = has Pets<br />B= Equestrian<br />C= Cat owner<br />D= Dog owner<br /></td><td>A,B,C,D or blank</td></tr><tr><td>PIBookBuy</td><td>Books Buyer</td><td>Y or blank</td></tr><tr><td>PIBookRead</td><td>Reader = Y or Blank, 1 character maximum</td><td>Y or blank</td></tr><tr><td>PIHiTech</td><td>Hi Tech Enthusiasts</td><td>Y or blank</td></tr><tr><td>PIArts</td><td>Art enthusiasts<br />A = Interest in Arts<br />B = Avid Music Listener<br />C = Interest in Antiques<br />D = Interest in Performing Arts<br /></td><td>A,B,C,D or blank</td></tr><tr><td>PICollect</td><td>Collectible’s enthusiasts<br />A = General Interest in Collectibles<br />B = Interest in Antique Collectibles<br />C = Interest in Sports Collectibles<br /></td><td>A,B,C or blank</td></tr><tr><td>PIHomeGrd</td><td>Home garden interest<br />A = Interest in Sewing and Knitting<br />B = Interest in Woodworking<br />C = Interest in Photography<br />D = Home and Garden<br /></td><td>A,B,C,D or blank</td></tr><tr><td>PIHomeImp</td><td>Home Improvements<br />A – Home Improvement Interest<br />B – Home Improvement DIY<br /></td><td>A,B or blank</td></tr><tr><td>PICookWine</td><td>Cook or Wine enthusiasts<br />A = Gourmet Food and Wine<br />B = Cooking<br />C = Natural Foods<br /></td><td>A,B,C or blank</td></tr><tr><td>PIGamble</td><td>Gaming casino, sweepstakes</td><td>Y or blank</td></tr><tr><td>PITravel</td><td>Travel enthusiasts<br />A = Travel<br />B = Domestic<br />C = International<br />D = Cruise<br /></td><td>A,B,C,D or blank</td></tr><tr><td>PIFitness</td><td>Fitness enthusiasts<br />A = Interest in Health Exercise<br />B = Running<br />C = Walking<br />D = Aerobics<br /></td><td>A,B,C,D or blank</td></tr><tr><td>PISelfImp</td><td>Health, medical, dieting weight loss, self-improvement<br />A = Health &amp; Medical<br />B = Dieting Weight loss<br />C = Self-Improvement<br /></td><td>A,B,C or blank</td></tr><tr><td>PIAuto</td><td>Parts and accessories, auto work</td><td>Y or blank</td></tr><tr><td>PISport</td><td>Interest in Sports<br />A = Interest in Sports, General<br />B = Interest in Football<br />C - Interest in Baseball<br />D = Interest in Golf<br />E = Interest in Tennis<br />F - Interest in Auto and Motorcycle racing<br /></td><td>A,B,C,D,E,F or blank</td></tr><tr><td>PIOutdoor</td><td>Interest in Outdoors<br />A = Interest in Outdoor - General<br />B = Interest in Snow Sports<br />C = interest in Water Sports<br />D = Interest in Hunting and Fishing<br /></td><td>A,B,C,D or blank</td></tr><tr><td>PIInvst</td><td>Investing active</td><td>Y or blank</td></tr><tr><td>PIBoat</td><td>Interest in Boating</td><td>Y or blank</td></tr><tr><td>PIMoto</td><td>Interest on Motorcycling</td><td>Y or blank</td></tr><tr><td>PurPowerScr</td><td><p>**This is a premium attribute field available only by subscription. Contact Infutor Sales for more information.<br /><br /></p><p>Purchasing Power Model, 1 character:<br />A = (820-High)<br />B = (800-819)<br />C = (780-799)<br />D = (760-779)<br />E = (740-759)<br />F = (720-739)<br />G = (700-719)<br />H = (680-699)<br />I = (660-679)<br />J = (640-659)<br />K = (620-639)<br />L = (600-619)<br />M = (580-599)<br />N = (560-579)<br />O = (540-559)<br />P = (520-539)<br />Q = (500-519)<br />R = (480-499)<br />S = (460-479)<br />T = (Low-459)</p></td><td>A - T</td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"ee970770-aefb-4ce7-9461-04b060d8bd4b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4e0a9d46-55ff-430c-b4f4-47f7e5482a49","type":"text/javascript","exec":[""]}}],"_postman_id":"e80b8c5e-455a-401e-9f16-604c0092b8b2"},{"name":"Property Attributes","item":[],"id":"b692733f-4714-4ab6-a504-99122cc18e00","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Return Values</b></td></tr><tr><td>FIPSCD</td><td>Federal Information Processing County code. 5 characters maximum<br />First 2 pos = Numeric State Code<br />Last 3 pos = County Code<br /></td><td>nnnnn</td></tr><tr><td>PROP_CENSUSTRACT</td><td>Comprised of Census Tract</td><td>String value</td></tr><tr><td>PROP_MUNINAME</td><td>Municipality Name where parcel is located</td><td>String value</td></tr><tr><td>PROP_TOWNSHIPCD</td><td>The \"township\" portion of geographical coordinates based on local surveys. Townships typically run north or south of pre-determined \"meridian\" in six mile intervals. (e.g., 7, 11S, 1N, 36S)</td><td>String value</td></tr><tr><td>PROP_SUBDIVISION</td><td>If the property is in a specific subdivision so noted on deed recordings</td><td>String value</td></tr><tr><td>PROP_ZONING</td><td>County and/or Local established Zoning Codes</td><td>String value</td></tr><tr><td>PROP_RANGE</td><td>The \"range\" portion of geographical coordinates based on local surveys. Ranges typically run east or west of pre-determined \"meridian\" in six mile intervals. (e.g., 3W, 8, 89,31E)</td><td>String value</td></tr><tr><td>PROP_SECTION</td><td>The \"section\" portion of geographical coordinates based on local surveys. Sections are 1 square mile and there are 36 sections within the intersection of a Range / Township. (e.g., 27, 40, 16, 11)</td><td>String value</td></tr><tr><td>PROP_LATITUDE</td><td>Property Latitude based on 'parcel'</td><td>String value</td></tr><tr><td>PROP_LONGITUDE</td><td>Property Longitude based on 'parcel'</td><td>String value</td></tr><tr><td>PROP_LANDUSE</td><td>A Land Use code converted from various</td><td>String value</td></tr><tr><td>PROP_APN</td><td>Assessor's Parcel Number in a formatted form</td><td>String value</td></tr><tr><td>PROP_APNSEQNBR</td><td>Sequence number is used to ensure \"unique-ness\" of the Assessor's Parcel Number</td><td>String value</td></tr><tr><td>PROP_OWNEROCC</td><td>Absentee owner indicator code<br />A= Absentee(Mail And Situs Not Equal)<br />M= Situs Address Taken From Mail<br />O= Owner Occupied<br />S= Situs From Sale (Occupied)<br />T= Situs From Sale (Absentee)<br /></td><td>A,M,O,S,T or blank</td></tr><tr><td>PROP_ADDRIND</td><td>Indicate whether the Site data was obtained directly from a county or local Source or was derived by the owners mailing address<br />M= Mailing Address<br />S= Local Source<br /></td><td>M,S or blank</td></tr><tr><td>PROP_CORPIND</td><td>Property owner recognized as or business</td><td>Y or blank</td></tr><tr><td>PROP_RESCD</td><td>Indicates whether the property is residential based on individual zip codes<br />Y = yes<br />N = no<br /></td><td>Y, N or blank</td></tr><tr><td>PROP_IND</td><td>Property type indicator, 2 digit numeric:<br />10 = Single Family Residence / Townhouse<br />11 = Condominium (residential)<br />20 = Commercial<br />21 = Duplex, Triplex, Quadplex<br />22 = Apartment<br />23 = Hotel, Motel<br />24 = Commercial (condominium)<br />25 = Retail<br />26 = Services (general public)<br />27 = Office Building<br />28 = Warehouse<br />29 = Financial Institution<br />30 = Hospital (medical complex, clinic)<br />31 = Parking<br />32 = Amusement – Recreation<br />50 = Industrial<br />51 = Industrial Light<br />52 = Industrial Heavy<br />53 = Transport<br />54 = Utilities<br />70 = Agricultural<br />80 = Vacant<br />90 = Exempt<br /></td><td>nn</td></tr><tr><td>PROP_MOBHOME</td><td>Mobile Home is present on the parcel</td><td>Y or blank</td></tr><tr><td>PROP_NRBBLD</td><td>Total number of buildings on the parcel</td><td>String value</td></tr><tr><td>PROP_STYLE</td><td>Type of building style. Please refer to the property addendum document and see \"PROP_STYLE\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_STORIESCD</td><td>Number of stories code. Please refer to the property addendum document and see “PROP_STORIESCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_STORIESNBR</td><td>Number of stories</td><td>String value</td></tr><tr><td>PROP_APTNBR</td><td>Number of Residential, Apartment or Business Units</td><td>String value</td></tr><tr><td>PROP_QLTY</td><td>Type of construction quality of building<br />QAV = AVERAGE<br />QBA = BELOW AVERAGE<br />QVV = ABOVE AVERAGE<br />QPO = POOR<br />QEX = EXCELLENT<br />QLU = LUXURY<br />999 = BYPASS<br />QGO = GOOD<br />QLO = LOW<br />QFA = FAIR<br />QEC = ECONOMICAL<br /></td><td>nnn</td></tr><tr><td>PROP_BLDGCD</td><td>The primary building type code. Please refer to the property addendum document and see \"PROP_BLDGCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_BLDGIMPCD</td><td>Primary improvement type. Please refer to the property addendum document and see \"PROP_BLDGIMPCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_COND</td><td>0 = NONE<br />999 = BYPASS<br />AVE = AVERAGE<br />DMG = PHYSICAL DAMAGE<br />EXC = EXCELLENT<br />FAI = FAIR<br />GOO = GOOD<br />GTE = GOOD TO EXCELLENT<br />POO = POOR<br />UCN = UNDER CONSTRUCTION<br />UNS = UNSOUND<br />VGO = VERY GOOD<br /></td><td>nnn</td></tr><tr><td>PROP_CNSTRTYPE</td><td>Construction Type. Please refer to the property addendum document and see \"PROP_CNSTRTYPE\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_EXTNW</td><td>Exterior Walls Type. Please refer to the property addendum document and see \"PROP_EXTNW\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_VALCALC</td><td>The “total” (i.e., land + improvement) value closet to current market value used for assessment by county or local taxing authorities</td><td>Integer (dollars)</td></tr><tr><td>PROP_IMP_VALCALC</td><td>The “improvement” value closest to current market value used for assessment by county or local taxing authorities</td><td>Integer (dollars)</td></tr><tr><td>PROP_VAL_CALCIND</td><td>Property Value type<br />A = Assessed<br />M = Market<br />P = Appraised<br />T = Transitional<br /></td><td>A,M,P,T or blank</td></tr><tr><td>PROP_LAND_VALCALC</td><td>Land Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_LAND_VALCALC_IND</td><td>Land Value Indicator<br />A = Assessed<br />M = Market<br />P = Appraised<br />T = Transitional<br /></td><td>A,M,P,T or blank</td></tr><tr><td>PROP_IMP_VALCALC</td><td>Improvement Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_IMP_VALCALC_IND</td><td>The “improvement” value indicator<br />A = Assessed<br />M = Market<br />P = Appraised<br />T = Transitional<br /></td><td>A, M, P, or T</td></tr><tr><td>PROP_ASSED_VAL</td><td>The Total Assessed Value of the Parcel's Land &amp; Improvement values as provided by the county or local taxing/assessment authority</td><td>Integer (dollars)</td></tr><tr><td>PROP_ASSED_LANDVAL</td><td>Assessed Land Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_ASSED_IMPVAL</td><td>Assessed Improvement Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_MRKTVAL</td><td>Total Market Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_MRKT_LANDVAL</td><td>Market Land Values</td><td>Integer (dollars)</td></tr><tr><td>PROP_MRKT_IMPVAL</td><td>Market Improvement Values</td><td>Integer (dollars)</td></tr><tr><td>PROP_APPRAISED_VAL</td><td>Total Appraised Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_APPRAISED_LANDVAL</td><td>Appraised Land Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_APPRAISED_IMPVAL</td><td>Appraised Improvement Values</td><td>Integer (dollars)</td></tr><tr><td>PROP_YRBLD</td><td>The construction year of the original building. (e.g., YYYY)</td><td>YYYY</td></tr><tr><td>PROP_EFFYRBLD</td><td>Effective Year Built</td><td>YYYY</td></tr><tr><td>PROP_VIEW</td><td>Property View, Please refer to the property addendum document and see \"PROP_VIEW \" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_LCTN_INFL</td><td>Location Associated Aspects, Please refer to the property addendum document and see \"PROP_LCTN_INFL\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_FRONTFT</td><td>Front Linear Feet</td><td>Integer</td></tr><tr><td>PROP_DEPTHFT</td><td>Linear feet between</td><td>Integer</td></tr><tr><td>PROP_ACRES</td><td>Total land mass in acres. (4 decimal points). Example: 13000=1.3 acres</td><td>Integer</td></tr><tr><td>PROP_LANDSQFT</td><td>Total land mass in Square Feet</td><td>Integer</td></tr><tr><td>PROP_UNVBLDSQFT</td><td>Building Square Footage</td><td>Integer</td></tr><tr><td>PROP_BLDSQFTIND</td><td>Square foot type indicator, 1 character max.<br />R = GROUND FLOOR LEVEL<br />H = HEATED AREA<br />M = MAIN OR BASE AREA<br />B = BUILDING<br />A = ADJUSTED<br />L = LIVING<br />G = GROSS<br /></td><td>R,H,M,B,A,L,G or blank</td></tr><tr><td>PROP_BLDSQFT</td><td>Building Square feet</td><td>Integer</td></tr><tr><td>PROP_LIVINGSQFT</td><td>The area of a building that is used for general living. This is typically the area of a building that is heated or air conditioned and does not include Garage, Porch or Basement square footage</td><td>Integer</td></tr><tr><td>PROP_GRDFLRSQFT</td><td>Square Footage Front</td><td>Integer</td></tr><tr><td>PROP_GROSSSQFT</td><td>Building Square Footage</td><td>Integer</td></tr><tr><td>PROP_ADJGROSSSQFT</td><td>Square Footage for Improvement Value</td><td>Integer</td></tr><tr><td>PROP_BSMTSQFT</td><td>Basement Square Footage</td><td>Integer</td></tr><tr><td>PROP_PRKGSQFT</td><td>Square footage of parking</td><td>Integer</td></tr><tr><td>PROP_RMS</td><td>Total number of rooms contained in the primary building</td><td>Integer</td></tr><tr><td>PROP_BEDRMS</td><td>Total number of bedrooms contained in the primary building</td><td>Integer</td></tr><tr><td>PROP_BATHSCALC</td><td>Number of Bathrooms</td><td>Integer</td></tr><tr><td>PROP_BATHS</td><td>Total number of bathrooms, 2 implied decimal places. 2.00 baths = 200</td><td>Integer</td></tr><tr><td>PROP_FULLBATHS</td><td>Total number of Full Baths (typically comprised of a sink, toilet, and bathtub / shower stall). A home containing 2 1/2 baths would have the number 2 stored in this field</td><td>Integer</td></tr><tr><td>PROP_HALFBATHS</td><td>Total number of Half Baths (typically comprised of a sink &amp; toilet). A home containing 2 1/2 baths would have the number 1 stored in this field</td><td>Integer</td></tr><tr><td>PROP_1QTRBATHS</td><td>Total quarter baths</td><td>Integer</td></tr><tr><td>PROP_3QTRBATHS</td><td>Number of 3 quarter baths</td><td>Integer</td></tr><tr><td>PROP_BATHFIXS</td><td>Total Bathroom Fixtures</td><td>Integer</td></tr><tr><td>PROP_AC</td><td>The type of air conditioning method used to cool the building<br />(e.g., Central, Wall Unit, Evaporative):<br />0=AC.NONE<br />ACA=AC.COMMERCIAL A/C<br />ACE=AC.CENTRAL<br />ACH=AC.CHILLED WATER<br />ACP=AC.CENTRAL PARTIAL<br />ACW=AC.CENTRAL &amp; UNIT<br />ADU=AC.DUAL UNIT<br />AEV=AC.EVAPORATIVE<br />AFA=AC.FAN COOLING<br />AHT=AC.HEAT PUMP<br />AOF=AC.OFFICE ONLY<br />APF=AC.REFRIGERATION<br />APK=AC.PACKAGE<br />APR=AC.PACKAGE ROOF<br />APT=AC.PARTIAL<br />APV=AC.REFRIGERATION/EVAPORATION<br />ASE=AC.SEPARATE SYSTEM<br />ASO=AC.SOLAR<br />ASP=AC.SPLIT SYSTEM<br />AWA=AC.WALL UNIT<br />AWI=AC.WINDOW UNIT<br />AWN=AC.WALL/WINDOW UNIT<br /></td><td>nnn<br />(3 characters)<br /></td></tr><tr><td>PROP_BSMTF</td><td>Basement Type<br />0 = NONE<br />999 = BYPASS<br />BFL = FULL<br />CRA = CRAWL-SPACE<br />FBE = BEDROOM<br />FBR = BEDROOM &amp; RECREATION ROOM<br />FCF = COMPLETELY FINISHED<br />FFD = FINISHED WITH DRYWALL<br />FFI = FINISHED<br />FFL = FINISHED WITH PLASTER<br />FFP = FINISHED WITH PANEL<br />FOF = OFFICE<br />FPA = PARKING<br />FPF = PARTIALLY FINISHED<br />FRE = RESIDENT<br />FRR = RECREATION ROOM<br />FST = STORAGE<br />FUN = UNFINISHED<br />FUT = UTILITY<br /></td><td>nnn</td></tr><tr><td>PROP_FRPL</td><td>This field is populated with a \"Y\" if a fireplace is located within the building</td><td>Y or blank</td></tr><tr><td>PROP_FRPLNBR</td><td>Number of Fireplace Openings</td><td>Integer</td></tr><tr><td>PROP_FRPLTYPE</td><td>Type of Fireplace, Please refer to the property addendum document and see \"PROP_FRPLTYPE” table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_FND</td><td>Type of Foundation, Please refer to the property addendum document and see \"PROP_FND\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_FLR</td><td>Floor Construction Type<br />999 = BYPASS<br />A = CONCRETE<br />B = WOOD<br />C = PLYWOOD<br />D = CONCRETE/ASPHALT<br />E = BRICK<br />F = ACRYLIC<br />G = ASBESTOS<br />H = GRAVEL<br />I = SLATE<br />J = DIRT<br />K = CINDER BLOCK<br />L = ASPHALT<br />M = BRICK/STONE<br />N = BRICK/STONE/SLATE<br />P = METAL DECK<br />Q = METAL GRATING<br />R = CORREGATED DECK<br />S = WOOD SHEATHING<br />T = STEEL-FLAT-SLAB<br /></td><td>nnn</td></tr><tr><td>PROP_FRAME</td><td>Type of Roof Framing<br />999 = BYPASS<br />B = BAR JOIST<br />C = CONCRETE<br />D = BAR JOIST &amp; WOOD DECK<br />E = METAL PIPE<br />F = WOOD FRAME<br />G = BOWSTRING<br />J = BAR JOIST &amp; CONCRETE DECK<br />L = FLEXIBLE/FLEXICORE<br />M = METAL<br />O = REINFORCED CONCRETE<br />P = LONGSPAN TRUSS<br />Q = PRESTRESS CONCRETE<br />R = BAR JOIST &amp; RIGID FRAME<br />S = STEEL<br />T = TRUSS/JOIST<br />U = WOOD BEAM<br />W = WOOD<br />X = WOOD JOIST<br />Y = WOOD ON STEEL<br />Z = WOOD TRUSS<br /></td><td>nnn</td></tr><tr><td>PROP_GAR</td><td>Type of Garage, Please refer to the property addendum document and see \"PROP_GAR\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_HEAT</td><td>Method of Heating, Please refer to the property addendum document and see \"PROP_HEAT\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_PRKGSPACES</td><td>Number of Parking Spaces</td><td>Integer</td></tr><tr><td>PROP_PRKGTYPE</td><td>Parking Type, Please refer to the property addendum document and see \"PROP_PRKGTYPE\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_POOL</td><td>Populated with a \"Y\" if a Pool is present on the parcel</td><td>Y or blank</td></tr><tr><td>PROP_POOLCD</td><td>Pool Type, Please refer to the property addendum document and see \"PROP_POOLCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_ROOFCOVER</td><td>Roof Covering, Please refer to the property addendum document and see \"PROP_ROOFCOVER\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_ROOFTYPE</td><td>999=BYPASS<br />9A0=IRREGULAR<br />9B0=LEAN TO<br />A=A-FRAME<br />B=BARN<br />C=CANOPY<br />D=DORMER<br />E=FRAME<br />F=FLAT<br />G=GABLE<br />H=GABLE/HIP<br />I=HIP<br />J=GEODESIC<br />K=MANSARD<br />L=BARREL<br />M=MONITOR<br />N=CONTEMPORARY<br />O=SHED<br />P=PITCHED<br />Q=PYRAMID<br />R=ARCHED<br />S=SAWTOOTH<br />T=CATHEDRAL/CLERESTORY<br />U=BUBBLE<br />V=GAMBREL<br />W=SWISS CHALET/ALPINE<br />X=COMPLEX/CUSTOM<br />Y=BUTTERFLY<br />Z=GAMBREL/MANSARD<br /></td><td>nnn<br />(3 characters)<br /></td></tr><tr><td>PROP_ENERGY</td><td>Type of Electricity<br />0 = NONE<br />999 = BYPASS<br />EAG = AVERAGE WIRING<br />EAV = AVAILABLE<br />EBA = BELOW AVERAGE WIRING<br />ECN = CONNECTED<br />EEX = EXTENSIVE WIRING<br />EGO = GOOD WIRING<br />EHE = HEAVY WIRING<br />ELI = LIGHT WIRING<br />EMA = MAXIMUM WIRING<br />EME = MEDIUM WIRING<br />EMI = MINIMAL WIRING<br />EOV = OVERHEAD WIRES<br />EPR = PRIVATE SOURCE<br />ETY = TYPICAL WIRING<br />EUN = UNDERGROUND WIRES<br /></td><td>nnn</td></tr><tr><td>PROP_FUEL</td><td>Heating Fuel Type, Please refer to the property addendum document and see \"PROP_FUEL\" table for code descriptions</td><td>String value</td></tr><tr><td>PROP_SEWER</td><td>Sewer Type<br />0 = NONE<br />999 = BYPASS<br />SPU = PUBLIC<br />SCE = CESSPOOL<br />SSE = SEPTIC<br />SPR = PRIVATE<br />STR = STORM<br />SCO = COMMERCIAL<br /></td><td>nnn</td></tr><tr><td>PROP_WATER</td><td>Water Supply Type, 3 characters max.<br />0 = NONE<br />999 = BYPASS<br />WPU = PUBLIC<br />WSC = SPRING/CREEK<br />WWE = WELL<br />WPR = PRIVATE<br />WCO = COMMERCIAL<br />WPW = PUBLIC WELL<br />WCI = CISTERN<br /></td><td>nnn</td></tr><tr><td>PROP_HOMESTEAD</td><td>Homestead Qualified</td><td>Y or blank</td></tr><tr><td>PROP_XMTVET</td><td>Presence of Veteran</td><td>Y or blank</td></tr><tr><td>PROP_XMT_DISABLED</td><td>Disable Veteran</td><td>Y or blank</td></tr><tr><td>PROP_TAXAMT</td><td>The tax amount provided by the county or local taxing / assessment authority</td><td>Integer (dollars)</td></tr><tr><td>PROP_TAXYR</td><td>Tax Year</td><td>YYYY</td></tr><tr><td>PROP_DOCYR</td><td>Sale Year</td><td>YYYY</td></tr><tr><td>PROP_SALESDEEDCD</td><td>Deed Type, 1 character max<br />U = FORECLOSURE<br />Q = QUIT CLAIM<br />X = MULTI CNTY/ST OR OPEN-END-MTG<br />T = DEED OF TRUST<br />G = DEED<br />D = RELEASE OF DEED OF TRUST/MTG<br />F = FINAL JUDGEMENT<br />J = MECHANIC LIENS<br />L = LIS PENDENS<br />N = NOTICE OF DEFAULT<br />R = RELEASE/RECISION<br />S = LOAN ASSIGNMENT<br /></td><td>U,Q,X,T,G,D,F,J, L,N,R,S or blank</td></tr><tr><td>PROP_RECDATE</td><td>The date the sales transaction was record at the county</td><td>YYYYMMDD</td></tr><tr><td>PROP_SELLERNAME</td><td>Seller Name</td><td>String Value</td></tr><tr><td>PROP_SALEDATE</td><td>Sale Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_SALEAMT</td><td>Price of the sale as depicted on the recorded sales transaction</td><td>Integer (dollars)</td></tr><tr><td>PROP_SALECD</td><td>Sale Code<br />V = VERIFIED<br />R = LEASE<br />P = SALE PRICE (PARTIAL)<br />C = CONFIRMED<br />N = STAMPS ON BACK/NON-DISCLOSED<br />F = SALE PRICE (FULL)<br />E = ESTIMATED<br />L = COMMITTED<br /></td><td>V,R,P,C,N,F,E,L or blank</td></tr><tr><td>PROP_APNCD</td><td>Parcel Sales, 1 character max<br />D = MULTI / DETAIL PARCEL SALE<br />M = MULTIPLE PARCEL SALE<br />X = MULTI / SPLIT PARCEL SALE<br />S = MULTI / SPLIT PARCEL SALE<br /></td><td>D,M,X,S or blank</td></tr><tr><td>PROP_APNCNT</td><td>Number of Parcels</td><td>Integer</td></tr><tr><td>PROP_ASMTYR</td><td>Last Assessment Year</td><td>YYYY</td></tr><tr><td>PROP_SALESTRANSCD</td><td>Sale Type<br />1 = RESALE<br />2 = REFINANCE<br />3 = SUBDIVISION/NEW CONSTRUCTION<br />4 = TIMESHARE<br />6 = CONSTRUCTION LOAN<br />7 = SELLER CARRYBACK<br />9 = NOMINAL<br />D = RELEASE OF DEED<br />S = ASSIGNMENT OF DEED OF TRUST<br /></td><td>1,2,3,4,6,7,9,D,S or blank</td></tr><tr><td>PROP_RECDATE_PRIOR</td><td>Prior Recorded Sale Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_SALEDATE_PRIOR</td><td>Prior Completed Sale Date</td><td>Integer (dollars)</td></tr><tr><td>PROP_SALEAMT_PRIOR</td><td>Price of Sale</td><td>Integer (dollars)</td></tr><tr><td>PROP_SALECD_PRIOR</td><td>Prior Sale Type<br />F = Full<br />P = Partial<br /></td><td>F, P or Blank</td></tr><tr><td>PROP_APNCD_PRIOR</td><td>Parcel Type<br />M = MULTIPLE PARCEL SALE<br />D = MULTI / DETAIL PARCEL SALE<br />X = MULTI / SPLIT PARCEL SALE<br />S = SPLIT PARCEL SALE<br /></td><td>M,D,X,S or blank</td></tr><tr><td>PROP_DEEDCD_PRIOR</td><td>Prior Deed Code, Please refer to the property addendum document and see PROP_DEEDCD_PRIOR\" table for code descriptions</td><td>String value</td></tr><tr><td>PROP_DOCYR_PRIOR</td><td>Prior Sale Year Recorded</td><td>String value</td></tr><tr><td>PROP_DEEDTYPE_PRIOR</td><td>Prior Deed Type Used<br />D = RELEASE OF DEED OF TRUST/MTG<br />F = FINAL JUDGEMENT<br />G = DEED<br />J = MECHANIC LIENS<br />L = LIS PENDENS<br />N = NOTICE OF DEFAULT<br />Q = QUIT CLAIM<br />R = RELEASE/RECISION<br />S = LOAN ASSIGNMENT<br />T = DEED OF TRUST<br />U = FORECLOSURE<br />X = MULTI CNTY/ST OR OPEN-END-MTG<br />W = WARRANTY DEED<br />I = ALL INCLUSIVE DEED OF TRUST<br />M = MORTGAGE<br />C = CONSTRUCTION DEED OF TRUST<br />A = ASSIGNMENT DEED<br />E = EXEMPTION DEED<br /></td><td>n</td></tr><tr><td>PROP_SALESTRANSCD_PRIOR</td><td>Prior Sale Transaction Code<br />1 = RESALE<br />2 = REFINANCE<br />3 = SUBDIVISION/NEW CONSTRUCTION<br />4 = TIMESHARE<br />6 = CONSTRUCTION LOAN<br />7 = SELLER CARRYBACK<br />9 = NOMINAL<br />D = RELEASE OF DEED<br />S = ASSIGNMENT OF DEED OF TRUST<br /></td><td>1,2,3,4,6,7,9,D,S or blank</td></tr><tr><td>PROP_MTGAMT_PRIOR</td><td>Prior Sale Mortgage Amount</td><td>Integer</td></tr><tr><td>PROP_MTGINTCD</td><td>Fixed or Variable Mortgage<br />FIX = Fixed<br />ADJ = Adjustable<br />VAR = Variable<br />BAL = Balloon<br /></td><td>nnn</td></tr><tr><td>PROP_OWNERCD</td><td>Owner Type, Please refer to the property addendum document and see \"PROP_OWNERCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_SELLCARRYBACK</td><td>Seller Carry Back<br />Y = YES<br />A = ASSUMED<br /></td><td>Y,A or blank</td></tr><tr><td>PROP_TITTLECOMPANY</td><td>Title Company</td><td>String values</td></tr><tr><td>PROP_LOANTOVAL</td><td>Loan To Value</td><td>String values</td></tr><tr><td>PROP_MTGAMT</td><td>Amount of loan</td><td>Integer (dollars)</td></tr><tr><td>PROP_MTGDATE</td><td>Date mortgage was initiated</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGLOANCD</td><td>Mortgage Type<br />WRP = WRAP-AROUND MORTGAGE<br />VA = Veterans Affairs<br />FHA = Federal Housing Administration<br />CNV = CONVENTIONAL<br />SBA = SMALL BUSINESS ADMINISTRATION<br />PP = PRIVATE PARTY LENDER<br />CDA = COMMUNITY DEVLOPMENT AUTHORITY<br />CNS = CONSTRUCTION<br />LH = LEASE HOLD MORTGAGE<br />PMM = PURCHASE MONEY MORTGAGE<br /></td><td>nnn</td></tr><tr><td>PROP_MTGDEEDCD</td><td>Mortgage Deed Type, Please refer to the layout document and see “PROP_MTGDEEDCD\" table for code descriptions</td><td>String values</td></tr><tr><td>PROP_MTGTERM</td><td>The length of time of the mortgage in years</td><td>Integer (years)</td></tr><tr><td>PROP_MTGDUEDATE</td><td>Date mortgage becomes due</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGASSUMPTIONAMT</td><td>Mortgage Amount Assumed</td><td>Integer (dollars)</td></tr><tr><td>PROP_LENDERNAME</td><td>Lender Name</td><td>String values</td></tr><tr><td>PROP_MTGREFICD</td><td>Refi Type<br />Y = YES<br />T = TRUST<br /></td><td>Y,T or blank</td></tr><tr><td>PROP_RMSEQUITYCD</td><td>Equity in Property</td><td>Y or blank</td></tr><tr><td>PROP_MTGINTRATE</td><td>Rate Associated with Mortgage (4 decimal)</td><td>String values. Example: 47300 - 4.73%</td></tr><tr><td>PROP_MTGINTRATETYPE</td><td>Mortgage Rate Type<br />FIX = Fixed<br />ADJ = Adjustable<br />VAR = Variable<br />BAL = Balloon<br /></td><td>nnn</td></tr><tr><td>PROP_MTGAMT2</td><td>2nd Mortgage Amount</td><td>Integer (dollars)</td></tr><tr><td>PROP_MTGDATE2</td><td>2nd Mortgage Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGLOANCD2</td><td>2nd Mortgage Type</td><td>String value</td></tr><tr><td>PROP_MTGDEEDCD2</td><td>2nd Deed Type</td><td>String values</td></tr><tr><td>PROP_MTGTERM2</td><td>2nd Mortgage Term</td><td>String values</td></tr><tr><td>PROP_MTGDUEDATE2</td><td>2nd Mortgage Due Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGASSUMPTIONAMT2</td><td>2nd Mortgage Amount Assumed</td><td>String values</td></tr><tr><td>PROP_LENDERNAME2</td><td>2nd Mortgage Lender Name</td><td>String values</td></tr><tr><td>PROP_MTGREFICD2</td><td>2nd Mortgage Refi Type</td><td>String values</td></tr><tr><td>PROP_RMSEQUITYCD2</td><td>2nd Equity in Property</td><td>String values</td></tr><tr><td>PROP_MTGINTRATE2</td><td>2nd Rate Associated with Mortgage (4 decimal)</td><td>String values. Example: 47300 - 4.73%</td></tr><tr><td>PROP_MTGINTRATETYPE2</td><td>2nd Mortgage Rate Type</td><td>String values</td></tr><tr><td>PROP_MTGAMT3</td><td>3rd Mortgage Amount</td><td>Integer (dollars)</td></tr><tr><td>PROP_MTGDATE3</td><td>3rd Mortgage Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGLOANCD3</td><td>3rd Mortgage Type</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGDEEDCD3</td><td>3rd Mortgage Deed Type</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGTERM3</td><td>3rd Mortgage Term</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGASSUMPTIONAMT3</td><td>Mortgage Amount Assumed</td><td>Integer (dollars)</td></tr><tr><td>PROP_LENDERNAME3</td><td>3rd Mortgage Lender Name</td><td>String values</td></tr><tr><td>PROP_MTGREFICD3</td><td>3rd Mortgage Refi Type</td><td>String values</td></tr><tr><td>PROP_MTGDUEDATE3</td><td>3rd Mortgage Due Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_RMSEQUITYCD3</td><td>3rd Equity in Property</td><td>String values</td></tr><tr><td>PROP_MTGINTRATE3</td><td>3rd Rate Associated with Mortgage (4 decimal)</td><td>String values. Example: 47300 - 4.73%</td></tr><tr><td>PROP_MTGINTRATETYPE3</td><td>3rd Mortgage Rate Type</td><td>String values</td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"3e7280c0-96aa-4f8c-8832-f4b9eb578ed8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bb9d065a-2866-4f71-aaf4-7eb40e0d9a56","type":"text/javascript","exec":[""]}}],"_postman_id":"b692733f-4714-4ab6-a504-99122cc18e00"},{"name":"Auto Attributes","item":[],"id":"7f0c7258-c69c-4e70-8148-e4e43755c6cf","description":"<p>Up to 4 vehicles.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Make</td>\n<td>Vehicle Make, 30 characters max</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Model</td>\n<td>Vehicle Model, 30 characters max</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Year</td>\n<td>Vehicle Year</td>\n<td>YYYY</td>\n</tr>\n<tr>\n<td>ClassCD</td>\n<td>Vehicle Class Code, 15 characters max</td>\n<td>15 characters</td>\n</tr>\n<tr>\n<td>FuelTypeCD</td>\n<td>Vehicle Fuel Code</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>MFGCD</td>\n<td>Vehicle Manufacturing Code</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>StyleCD</td>\n<td>Vehicle Style Code</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>Mileage</td>\n<td>Mileage from the last odometer reading in increments of 10,000.\nA=0-10,000. Z= 250,000+\n</td>\n<td>A-Z</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Last verification date</td>\n<td>YYYYMMDD</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"7fa14297-d186-4afe-9879-edc2eefc115c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"92d79d7e-a817-4642-bfba-5944085fe625","type":"text/javascript","exec":[""]}}],"_postman_id":"7f0c7258-c69c-4e70-8148-e4e43755c6cf"},{"name":"In Market Auto Attributes","item":[],"id":"2f7624c4-8728-4f0c-9484-4142c15a9546","description":"<p><i>These are premium attribute fields available only by subscription. Contact Infutor Sales for more information.</i></p>\n<table>\n    <tr>\n        <th>Output Field</th>\n        <th>Description</th>\n        <th>Return Values</th>\n    </tr>\n    <tr>\n        <td>IN_financing_prob_rank</td>\n        <td>In Market for new Financing\n            100 -  most qualified\n            10  - least qualified\n            0 - Unknown \n        </td>\n        <td>0-100</td>\n    </tr>\n    <tr>\n        <td>IN_insurance_prob_rank</td>\n        <td>In Market for getting Vehicle Insurance\n            100 -  most qualified\n            10  - least qualified\n            0 - Unknown\n        </td>\n        <td>0-100</td>\n    </tr>\n    <tr>\n        <td>IN_new_vehicle_prob_rank</td>\n        <td>In Market for new Vehicle\n        100 -  most qualified\n        10  - least qualified\n        0 - Unknown\n        </td>\n        <td>0-100</td>\n    </tr>\n    <tr>\n        <td>IN_auto_parts_prob_rank</td>\n        <td>In Market for buying auto parts\n            100 -  most qualified\n            10  - least qualified\n            0 - Unknown\n        </td>\n        <td>0-100</td>\n    </tr>\n    <tr>\n        <td>IN_used_vehicle_prob_rank</td>\n        <td>In Market for used Vehicle\n            100 -  most qualified\n            10  - least qualified\n            0 - Unknown\n        </td>\n        <td>0-100</td>\n    </tr>\n</table>\n","event":[{"listen":"prerequest","script":{"id":"7eaffa50-013b-49c3-a287-b8eb537a0a2b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"676075ab-4523-4ac0-9c48-a76f23f7c5de","type":"text/javascript","exec":[""]}}],"_postman_id":"2f7624c4-8728-4f0c-9484-4142c15a9546"},{"name":"Phone Attributes","item":[],"id":"7bb124e8-05c5-44ae-92a2-492f30edac7e","description":"<p>The Phone Types returned by ID Verify are sourced from the telephone carrier network and are authoritative and accurate, even in situations where a phone has been recently ported from landline to wireless.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>PhoneType</td>\n<td>Phone type for the Phone. L=Landline, V=VoIP, W=Wireless, O=Other</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>Phonetype2</td>\n<td>Phone type for the 2nd Phone. L=Landline, V=VoIP, W=Wireless, O=Other</td>\n<td>L, V, W, O</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"c4b17ae4-4fb8-4407-b55c-2eaec13a455d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"10f94682-1869-4932-bf83-0c1f9944fe4e","type":"text/javascript","exec":[""]}}],"_postman_id":"7bb124e8-05c5-44ae-92a2-492f30edac7e"},{"name":"IP Attributes","item":[],"id":"ea8f734d-760d-486e-a148-67c4987c4b49","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>IP</td>\n<td>IP v4 address. xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n<tr>\n<td>IP Region</td>\n<td>Region. State name if within the US</td>\n<td>50 characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Approximate city the IP address is located within</td>\n<td>28 characters</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>Approximate latitude of the IP address</td>\n<td>11 characters</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>Approximate longitude of the IP address</td>\n<td>11 characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Approximate Zip code associated with the IP address</td>\n<td>5 characters</td>\n</tr>\n<tr>\n<td>ISP</td>\n<td>Internet service provider responsible for the IP address</td>\n<td>255 characters</td>\n</tr>\n<tr>\n<td>IP From</td>\n<td>Starting IP of the range that the IP address belongs xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n<tr>\n<td>IP To</td>\n<td>Final IP of the range that the IP address belongs xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"e54861de-a87d-4082-a616-e260e2a4ac13","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8cadd5bf-1039-4231-835a-104e54ac7d30","type":"text/javascript","exec":[""]}}],"_postman_id":"ea8f734d-760d-486e-a148-67c4987c4b49"},{"name":"Connex Segmentation Clusters","item":[],"id":"fb6ebe9d-fea1-43aa-ad73-5dd88a6881aa","description":"<p>This is a premium attribute field available only by subscription.  Contact Infutor Sales for more information.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>HouseholdClusterCode</td>\n<td>Assigned cluster code for HouseholdCluster</td>\n<td>3 characters</td>\n</tr>\n<tr>\n<td>HouseholdClusterName</td>\n<td>Precisely segment and deliver targeted communications at the household level with similar demographics, behaviors, attitudes, preferences, buying habits and media consumption</td>\n<td>256 characters max</td>\n</tr>\n<tr>\n<td>DetailHouseholdClusterCode</td>\n<td>Assigned detail cluster code for HouseholdCluster</td>\n<td>3 characters</td>\n</tr>\n<tr>\n<td>NeighborhoodClusterCode</td>\n<td>Assigned cluster code for NeighborhoodCluster</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>NeighborhoodClusterName</td>\n<td>Drive geo-based audience segmentation strategies that maximize your marketing budget when household-level targeting is not an option</td>\n<td>256 characters max</td>\n</tr>\n<tr>\n<td>FamilyClusterCode</td>\n<td>Assigned cluster code for FamilyCluster</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>FamilyClusterName</td>\n<td>Ideal for higher-level strategic segmentation and understanding of larger customer groups including categorizing household-level clusters into a broad category of similar audience segments</td>\n<td>256 characters</td>\n</tr>\n<tr>\n<td>MessagingClusterCode</td>\n<td>Assigned cluster code for MessagingCluster</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>MessagingClusterName</td>\n<td>Ideal for increasing the relevance of offers by tailoring the message to the unique profile of differing customer and prospect segments</td>\n<td>256 characters max</td>\n</tr>\n<tr>\n<td>DigitalClusterCode</td>\n<td>Assigned cluster code for DigitalCluster</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>DigitalClusterName</td>\n<td>Target consumers based on their online social media and mobile behaviors, preferences and buying habits</td>\n<td>256 characters max</td>\n</tr>\n<tr>\n<td>GenerationClusterCode</td>\n<td>Assigned cluster code for GenerationCluster</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>GenerationClusterName</td>\n<td>Ideal for reaching consumers at specific life stages, as well as for marketing strategies that align with generational attitudes and experiences</td>\n<td>256 characters max</td>\n</tr>\n<tr>\n<td>GenerationGroupCode</td>\n<td>Assigned cluster code for GenerationGroup</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>LifeStageClusterCode</td>\n<td>Assigned cluster code for LifeStageCluster</td>\n<td>3 characters</td>\n</tr>\n<tr>\n<td>LifeStageClusterName</td>\n<td>Develop messaging strategies based on significant milestones in consumers' lives including career, marriage, children, retirement, and more</td>\n<td>256 characters max</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"3548bb96-e9b6-40ba-8f1e-d2ea77d7d96b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"09a66ac2-0343-4630-9370-6c98abcded9f","type":"text/javascript","exec":[""]}}],"_postman_id":"fb6ebe9d-fea1-43aa-ad73-5dd88a6881aa"},{"name":"Appendix A: RESTful XML API Example ","item":[{"name":"ID Ver Premium (Successful Request) (XML)","id":"890d0e95-5bc0-4166-b349-c044ec346e67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"?Login={{Login}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&ProbabilisticFill={{ProbabilisticFill}}","description":"<h4><b>Replace login and password with the appropriate account credentials. Passwords are case sensitive.</b></h4>","urlObject":{"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Login","value":"{{Login}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Password","value":"{{Password}}"},{"description":{"content":"<p>Full Individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"{{FullName}}"},{"description":{"content":"<p>First Name, 15 characters Max.</p>\n","type":"text/plain"},"key":"FName","value":"{{FName}}"},{"description":{"content":"<p>Last name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"{{LName}}"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"{{Address1}}"},{"description":{"content":"<p>Optional, Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"{{Address2}}"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"{{City}}"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"{{State}}"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"{{Zip}}"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"{{Phone}}"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"{{Phone2}}"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"{{Email}}"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"{{IP}}"},{"description":{"content":"<p>OptionalProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False</p>\n","type":"text/plain"},"key":"ProbabilisticFill","value":"{{ProbabilisticFill}}"}],"variable":[]}},"response":[{"id":"c947e373-223b-49c1-bacb-69363db6e1f2","name":"ID Ver Plus (Successful Request) (XML)","originalRequest":{"method":"GET","header":[],"url":{"raw":"?Login={{Login}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&ProbabilisticFill={{ProbabilisticFill}}","query":[{"key":"Login","value":"{{Login}}","description":"Required"},{"key":"Password","value":"{{Password}}","description":"Required"},{"key":"FullName","value":"{{FullName}}","description":"Full Individual Name"},{"key":"FName","value":"{{FName}}","description":"First Name, 15 characters Max."},{"key":"LName","value":"{{LName}}","description":"Last name, 20 characters max."},{"key":"Address1","value":"{{Address1}}","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"{{Address2}}","description":"Optional, Address line 2, 64 characters max."},{"key":"City","value":"{{City}}","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"{{State}}","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"{{Zip}}","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"{{Phone}}","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"{{Phone2}}","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"{{Email}}","description":"Email address, 100 characters max"},{"key":"IP","value":"{{IP}}","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format"},{"key":"ProbabilisticFill","value":"{{ProbabilisticFill}}","description":"OptionalProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n"}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<xml>\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    <Response>\n        <Detail transaction=\"IDVerify\">\n            <IDScores>\n                <ValidAddress>100</ValidAddress>\n                <ValidPhone>100</ValidPhone>\n                <ValidEmail>100</ValidEmail>\n                <ValidName>100</ValidName>\n                <Deceased>100</Deceased>\n                <NameToPhone>100</NameToPhone>\n                <NameToEmail>100</NameToEmail>\n                <NameToAddress>100</NameToAddress>\n                <AddressToPhone>100</AddressToPhone>\n                <AddressToEmail>100</AddressToEmail>\n                <PhoneToEmail>100</PhoneToEmail>\n                <USLocation>100</USLocation>\n                <ValidPhone2>100</ValidPhone2>\n                <NameToPhone2>100</NameToPhone2>\n                <AddressToPhone2>100</AddressToPhone2>\n                <Phone2ToEmail>100</Phone2ToEmail>\n                <PhoneConfidenceScore>100</PhoneConfidenceScore>\n                <Phone2ConfidenceScore>90</Phone2ConfidenceScore>\n                <AddressConfidenceScore>70</AddressConfidenceScore>\n                <ValidCount>7</ValidCount>\n                <LinkageCount>11</LinkageCount>\n                <RiskFlagCount>2</RiskFlagCount>\n                <ValidationSummary>PASS</ValidationSummary>\n                <LinkageSummary>PASS</LinkageSummary>\n                <RiskFlagSummary>PASS</RiskFlagSummary>\n                <IDVerifyScore>100</IDVerifyScore>\n            </IDScores>\n            <IDAttributes>\n                <PropertyAttributes>\n                    <AdditionalInformation>\n                        <PROP_IND>10</PROP_IND>\n                        <PROP_VALCALC></PROP_VALCALC>\n                        <PROP_IMP_VALCALC/>\n                        <PROP_IMP_VALCALC_IND>A</PROP_IMP_VALCALC_IND>\n                        <PROP_ASSED_VAL>250123</PROP_ASSED_VAL>\n                    </AdditionalInformation>\n                    <Attributes>\n                        <LOR>7</LOR>\n                        <Homeowner>H</Homeowner>\n                        <DwellType>S</DwellType>\n                        <PROP_ACRES>13000</PROP_ACRES>\n                        <PROP_LANDSQFT>2000</PROP_LANDSQFT>\n                        <PROP_YRBLD>1994</PROP_YRBLD>\n                        <PROP_LIVINGSQFT>2810</PROP_LIVINGSQFT>\n                        <PROP_RMS>10</PROP_RMS>\n                        <PROP_BEDRMS>4</PROP_BEDRMS>\n                        <PROP_BATHS>3</PROP_BATHS>\n                        <PROP_FULLBATHS>3</PROP_FULLBATHS>\n                        <PROP_HALFBATHS>0</PROP_HALFBATHS>\n                        <PROP_AC></PROP_AC>\n                        <PROP_FRPL>Y</PROP_FRPL>\n                        <PROP_POOL/>\n                        <PROP_ROOFTYPE></PROP_ROOFTYPE>\n                    </Attributes>\n                    <AssessorDeed>\n                        <PROP_TAXAMT>275010</PROP_TAXAMT>\n                        <PROP_RECDATE>19980605</PROP_RECDATE>\n                        <PROP_SALEAMT>285000</PROP_SALEAMT>\n                    </AssessorDeed>\n                    <Mortgage>\n                        <PROP_MTGAMT>150000</PROP_MTGAMT>\n                        <PROP_MTGDATE>19980605</PROP_MTGDATE>\n                        <PROP_MTGTERM>30</PROP_MTGTERM>\n                        <PROP_MTGDUEDATE>20280605</PROP_MTGDUEDATE>\n                    </Mortgage>\n                </PropertyAttributes>\n                <DemographicAttributes>\n                    <Demographics>\n                        <Gender>M</Gender>\n                        <Age>42</Age>\n                        <MedYrBld>1994</MedYrBld>\n                        <EHI>F</EHI>\n                        <Married>M</Married>\n                        <WealthScr>G</WealthScr>\n                        <MrktHomeVal>M</MrktHomeVal>\n                        <ChildCd>Y</ChildCd>\n                        <ChildNbrCd>B</ChildNbrCd>\n                        <MHV>E</MHV>\n                        <MedSchl>14</MedSchl>\n                    </Demographics>\n                    <PowerScore>\n                        <PurPowerScr>C</PurPowerScr>\n                    </PowerScore>\n                </DemographicAttributes>\n                <PhoneAttributes>\n                    <PhoneType>L</PhoneType>\n                    <PhoneType2>W</PhoneType2>\n                </PhoneAttributes>\n                    <AutoAttributes>\n                        <Vehicle>\n                            <Make>HYUNDAI</Make>\n                            <Model>SANTA FE</Model>\n                            <Year>2011</Year>\n                            <ClassCD>SMALL SUV</ClassCD>\n                            <FuelTypeCD>G</FuelTypeCD>\n                            <MFGCD>L</MFGCD>\n                            <StyleCD>UTIL</StyleCD>\n                            <Mileages>F</Mileages>\n                            <ODate>20160508</ODate>\n                        </Vehicle>\n                        <Vehicle2>\n                            <Make>FORD</Make>\n                            <Model>FOCUS</Model>\n                            <Year>2014</Year>\n                            <ClassCD>SMALL CAR</ClassCD>\n                            <FuelTypeCD>F</FuelTypeCD>\n                            <MFGCD>F</MFGCD>\n                            <StyleCD>HATCHBACK</StyleCD>\n                            <Mileages>A</Mileages>\n                            <ODate>20160501</ODate>\n                        </Vehicle2>\n                        <Vehicle3>\n                            <Make>FORD</Make>\n                            <Model>MUSTANG</Model>\n                            <Year>2001</Year>\n                            <ClassCD>MID SIZE CAR</ClassCD>\n                            <FuelTypeCD>G</FuelTypeCD>\n                            <MFGCD>F</MFGCD>\n                            <StyleCD>CONV</StyleCD>\n                            <Mileages>R</Mileages>\n                            <ODate>20151203</ODate>\n                        </Vehicle3>\n                        <Vehicle4>\n                            <Make>HONDA</Make>\n                            <Model>ODYSSEY</Model>\n                            <Year>2002</Year>\n                            <ClassCD>MINIVAN</ClassCD>\n                            <FuelTypeCD>G</FuelTypeCD>\n                            <MFGCD>L</MFGCD>\n                            <StyleCD>VAN</StyleCD>\n                            <Mileages>I</Mileages>\n                            <ODate>20120924</ODate>\n                        </Vehicle4>\n                    </AutoAttributes>\n                    <IPAttributes>\n                        <IP>172.13.172.51</IP>\n                        <IPRegion>Tennessee</IPRegion>\n                        <City>Memphis</City>\n                        <Zip>37501</Zip>\n                        <Latitude>35.15</Latitude>\n                        <Longitude>-90.05</Longitude>\n                        <ISP>AT&T Internet Services</ISP>\n                        <IPFrom>172.13.168.0</IPFrom>\n                        <IPTo>172.13.173.255</IPTo>\n                    </IPAttributes>\n            </IDAttributes>\n            <IDIntelligence>\n                <InMarketAuto>\n                    <IN_financing_prob_rank>70</IN_financing_prob_rank>\n                    <IN_insurance_prob_rank>100</IN_insurance_prob_rank>\n                    <IN_new_vehicle_prob_rank>40</IN_new_vehicle_prob_rank>\n                    <IN_auto_parts_prob_rank>10</IN_auto_parts_prob_rank>\n                    <IN_used_vehicle_prob_rank>20</IN_used_vehicle_prob_rank>\n                </InMarketAuto>\n            </IDIntelligence>\n        </Detail>\n    </Response>\n</xml>"}],"_postman_id":"890d0e95-5bc0-4166-b349-c044ec346e67"}],"id":"797bfb97-bf3a-42af-9646-86850766b7ee","description":"<p><b>Notice:</b> The FlashFind XML API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol for data communications.</p>\n","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"797bfb97-bf3a-42af-9646-86850766b7ee"},{"name":"Appendix B: RESTful JSON API Example Copy","item":[{"name":"ID Ver Plus (Successful Request) (JSON)","id":"f20d3710-4ea4-458b-9950-38c861e3165f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"?Login={{Login}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&ProbabilisticFill={{ProbabilisticFill}}","description":"<h4><b>Replace login and password with the appropriate account credentials. Passwords are case sensitive.</b></h4>","urlObject":{"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Login","value":"{{Login}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Password","value":"{{Password}}"},{"description":{"content":"<p>Full Individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"{{FullName}}"},{"description":{"content":"<p>First Name, 15 characters Max.</p>\n","type":"text/plain"},"key":"FName","value":"{{FName}}"},{"description":{"content":"<p>Last name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"{{LName}}"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"{{Address1}}"},{"description":{"content":"<p>Optional, Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"{{Address2}}"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"{{City}}"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"{{State}}"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"{{Zip}}"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"{{Phone}}"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"{{Phone2}}"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"{{Email}}"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"{{IP}}"},{"description":{"content":"<p>OptionalProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False</p>\n","type":"text/plain"},"key":"ProbabilisticFill","value":"{{ProbabilisticFill}}"}],"variable":[]}},"response":[{"id":"c396163e-4c1d-4e95-b157-7e7d6f1c3f54","name":"ID Ver Plus (Successful Request) (JSON)","originalRequest":{"method":"GET","header":[],"url":{"raw":"?Login={{Login}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&ProbabilisticFill={{ProbabilisticFill}}","query":[{"key":"Login","value":"{{Login}}","description":"Required"},{"key":"Password","value":"{{Password}}","description":"Required"},{"key":"FullName","value":"{{FullName}}","description":"Full Individual Name"},{"key":"FName","value":"{{FName}}","description":"First Name, 15 characters Max."},{"key":"LName","value":"{{LName}}","description":"Last name, 20 characters max."},{"key":"Address1","value":"{{Address1}}","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"{{Address2}}","description":"Optional, Address line 2, 64 characters max."},{"key":"City","value":"{{City}}","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"{{State}}","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"{{Zip}}","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"{{Phone}}","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"{{Phone2}}","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"{{Email}}","description":"Email address, 100 characters max"},{"key":"IP","value":"{{IP}}","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format"},{"key":"ProbabilisticFill","value":"{{ProbabilisticFill}}","description":"OptionalProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": \" \",\n    \"ResponseMsg\": \"Successful\",\n    \"Detail\": {\n        \"__type\": \"IDVerifyResult:https://api.yourdatadelivery.com/service\",\n        \"IDScores\": {\n            \"ValidAddress\": \"100\",\n            \"ValidPhone\": \"100\",\n            \"ValidEmail\": \"100\",\n            \"ValidName\": \"100\",\n            \"Deceased\": \"100\",\n            \"NameToPhone\": \"80\",\n            \"NameToEmail\": \"100\",\n            \"NameToAddress\": \"100\",\n            \"AddressToPhone\": \"90\",\n            \"AddressToEmail\": \"100\",\n            \"PhoneToEmail\": \"10\",\n            \"USLocation\": \"100\",\n            \"ValidPhone2\": \"100\",\n            \"NameToPhone2\": \"60\",\n            \"AddressToPhone2\": \"91\",\n            \"Phone2ToEmail\": \"100\",\n            \"PhoneConfidenceScore\": \"100\",\n            \"Phone2ConfidenceScore\": \"90\",\n            \"AddressConfidenceScore\": \"70\",\n            \"ValidCount\": \"5\",\n            \"LinkageCount\": \"7.2\",\n            \"RiskFlagCount\": \"0\",\n            \"ValidationSummary\": \"PASS\",\n            \"LinkageSummary\": \"PASS\",\n            \"RiskFlagSummary\": \"PASS\",\n            \"IDVerifyScore\": \"98\"\n        },\n        \"IDAttributes\": {\n            \"PropertyAttributes\": {\n                \"AdditionalInformation\": {\n                    \"PROP_IND\": \"10\",\n                    \"PROP_VALCALC\": \"274726\",\n                    \"PROP_IMP_VALCALC\": \"\",\n                    \"PROP_IMP_VALCALC_IND\": \"A\",\n                    \"PROP_ASSED_VAL\": \"274726\"\n                },\n                \"Attributes\": {\n                    \"LOR\": \"11\",\n                    \"Homeowner\": \"H\",\n                    \"DwellType\": \"S\",\n                    \"PROP_ACRES\": \"1729\",\n                    \"PROP_LANDSQFT\": \"7530\",\n                    \"PROP_YRBLD\": \"2002\",\n                    \"PROP_LIVINGSQFT\": \"3108\",\n                    \"PROP_RMS\": \"10\",\n                    \"PROP_BEDRMS\": \"3\",\n                    \"PROP_BATHS\": \"200\",\n                    \"PROP_FULLBATHS\": \"2\",\n                    \"PROP_HALFBATHS\": \"\",\n                    \"PROP_AC\": \"ACE\",\n                    \"PROP_FRPL\": \"Y\",\n                    \"PROP_POOL\": \"Y\",\n                    \"PROP_ROOFTYPE\": \"I\"\n                },\n                \"AssessorDeed\": {\n                    \"PROP_TAXAMT\": \"597479\",\n                    \"PROP_RECDATE\": \"20020827\",\n                    \"PROP_SALEAMT\": \"200303\"\n                },\n                \"Mortgage\": {\n                    \"PROP_MTGAMT\": \"150604\",\n                    \"PROP_MTGDATE\": \"20040416\",\n                    \"PROP_MTGTERM\": \"30\",\n                    \"PROP_MTGDUEDATE\": \"20280605\"\n                }\n            },\n            \"DemographicAttributes\": {\n                \"Demographics\": {\n                    \"Gender\": \"M\",\n                    \"Age\": \"50\",\n                    \"MedYrBld\": \"2002\",\n                    \"EHI\": \"D\",\n                    \"Married\": \"M\",\n                    \"WealthScr\": \"F\",\n                    \"MrktHomeVal\": \"H\",\n                    \"ChildCd\": \"Y\",\n                    \"ChildNbrCd\": \"B\",\n                    \"MHV\": \"C\",\n                    \"MedSchl\": \"131\"\n                },\n                \"PowerScore\": {\n                    \"PurPowerScr\": \"G\"\n                }\n            },\n            \"PhoneAttributes\": {\n                \"PhoneType\": \"L\",\n                \"PhoneType2\": \"W\"\n            },\n            \"AutoAttributes\": {\n                \"Vehicle\": {\n                    \"Make\": \"FORD\",\n                    \"Model\": \"FOCUS\",\n                    \"Year\": \"2014\",\n                    \"ClassCD\": \"SMALL CAR\",\n                    \"FuelTypeCD\": \"F\",\n                    \"MFGCD\": \"F\",\n                    \"StyleCD\": \"HATCHBACK\",\n                    \"Mileages\": \"A\",\n                    \"ODate\": \"20160501\"\n                },\n                \"Vehicle2\": {\n                    \"Make\": \"FORD\",\n                    \"Model\": \"MUSTANG\",\n                    \"Year\": \"2001\",\n                    \"ClassCD\": \"MID SIZE CAR\",\n                    \"FuelTypeCD\": \"G\",\n                    \"MFGCD\": \"F\",\n                    \"StyleCD\": \"CONV\",\n                    \"Mileages\": \"R\",\n                    \"ODate\": \"20151203\"\n                },\n                \"Vehicle3\": {\n                    \"Make\": \"HONDA\",\n                    \"Model\": \"ODYSSEY\",\n                    \"Year\": \"2002\",\n                    \"ClassCD\": \"MINIVAN\",\n                    \"FuelTypeCD\": \"G\",\n                    \"MFGCD\": \"L\",\n                    \"StyleCD\": \"VAN\",\n                    \"Mileages\": \"I\",\n                    \"ODate\": \"20120924\"\n                },\n                \"Vehicle4\": {\n                    \"Make\": \"HYUNDAI\",\n                    \"Model\": \"SANTA FE\",\n                    \"Year\": \"2011\",\n                    \"ClassCD\": \"SMALL SUV\",\n                    \"FuelTypeCD\": \"G\",\n                    \"MFGCD\": \"L\",\n                    \"StyleCD\": \"UTIL\",\n                    \"Mileages\": \"F\",\n                    \"ODate\": \"20160508\"\n                }\n            },\n            \"IPAttributes\": {\n                \"IP\": \"172.13.172.51\",\n                \"IPRegion\": \"Tennessee\",\n                \"City\": \"Memphis\",\n                \"Zip\": \"37501\",\n                \"Latitude\": \"35.15\",\n                \"Longitude\": \"-90.05\",\n                \"ISP\": \"AT&T Internet Services\",\n                \"IPFrom\": \"172.13.168.0\",\n                \"IPTo\": \"172.13.173.255\"\n            }\n        },\n        \"IDIntelligence\": {\n            \"InMarketAuto\": {\n                \"IN_financing_prob_rank\": \"70\",\n                \"IN_insurance_prob_rank\": \"100\",\n                \"IN_new_vehicle_prob_rank\": \"40\",\n                \"IN_auto_parts_prob_rank\": \"10\",\n                \"IN_used_vehicle_prob_rank\": \"20\"\n            }\n        }\n    }\n}"}],"_postman_id":"f20d3710-4ea4-458b-9950-38c861e3165f"}],"id":"dbb4126b-4e8c-476c-9dfb-aad4b6ff2f9d","description":"<p><b>Notice:</b> The FlashFind JSON API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol for data communications.</p>\n","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"dbb4126b-4e8c-476c-9dfb-aad4b6ff2f9d"},{"name":"Appendix C: SOAP API Example  Copy","item":[{"name":"ID Ver Plus (Successful Request) (SOAP)","id":"3246b64b-1968-43b8-981a-c7d1b9490138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"?Login={{Login}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&ProbabilisticFill={{ProbabilisticFill}}","description":"<h4><b>Replace login and password with the appropriate account credentials. Passwords are case sensitive.</b></h4>","urlObject":{"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Login","value":"{{Login}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Password","value":"{{Password}}"},{"description":{"content":"<p>Full Individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"{{FullName}}"},{"description":{"content":"<p>First Name, 15 characters Max.</p>\n","type":"text/plain"},"key":"FName","value":"{{FName}}"},{"description":{"content":"<p>Last name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"{{LName}}"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"{{Address1}}"},{"description":{"content":"<p>Optional, Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"{{Address2}}"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"{{City}}"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"{{State}}"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"{{Zip}}"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"{{Phone}}"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"{{Phone2}}"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"{{Email}}"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"{{IP}}"},{"description":{"content":"<p>OptionalProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False</p>\n","type":"text/plain"},"key":"ProbabilisticFill","value":"{{ProbabilisticFill}}"}],"variable":[]}},"response":[{"id":"a94a7d81-42f1-49ab-977f-ccd20bd78cc1","name":"ID Ver Plus (Successful Request) (SOAP)","originalRequest":{"method":"GET","header":[],"url":{"raw":"?Login={{Login}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&ProbabilisticFill={{ProbabilisticFill}}","query":[{"key":"Login","value":"{{Login}}","description":"Required"},{"key":"Password","value":"{{Password}}","description":"Required"},{"key":"FullName","value":"{{FullName}}","description":"Full Individual Name"},{"key":"FName","value":"{{FName}}","description":"First Name, 15 characters Max."},{"key":"LName","value":"{{LName}}","description":"Last name, 20 characters max."},{"key":"Address1","value":"{{Address1}}","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"{{Address2}}","description":"Optional, Address line 2, 64 characters max."},{"key":"City","value":"{{City}}","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"{{State}}","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"{{Zip}}","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"{{Phone}}","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"{{Phone2}}","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"{{Email}}","description":"Email address, 100 characters max"},{"key":"IP","value":"{{IP}}","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format"},{"key":"ProbabilisticFill","value":"{{ProbabilisticFill}}","description":"OptionalProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n"}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n \t<s:Body>\r\n \t\t<IDVerifyResponse xmlns=\"https://api.yourdatadelivery.com/service\">\r\n \t\t\t<IDVerifyResult xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n \t\t\t\t<ResponseCode>0</ResponseCode>\r\n    \t\t\t<ResponseMsg>Successful</ResponseMsg>\r\n \t\t\t\t<Detail i:type=\"IDVerifyResult\">\r\n \t\t\t\t\t<IDScores>\r\n \t\t\t\t\t\t<ValidAddress>100</ValidAddress>\r\n \t\t\t\t\t\t<ValidPhone>100</ValidPhone>\r\n \t\t\t\t\t\t<ValidEmail>100</ValidEmail>\r\n \t\t\t\t\t\t<ValidName>100</ValidName>\r\n \t\t\t\t\t\t<Deceased>100</Deceased>\r\n \t\t\t\t\t\t<NameToPhone>80</NameToPhone>\r\n \t\t\t\t\t\t<NameToEmail>100</NameToEmail>\r\n \t\t\t\t\t\t<NameToAddress>100</NameToAddress>\r\n \t\t\t\t\t\t<AddressToPhone>90</AddressToPhone>\r\n \t\t\t\t\t\t<AddressToEmail>100</AddressToEmail>\r\n \t\t\t\t\t\t<PhoneToEmail>10</PhoneToEmail>\r\n \t\t\t\t\t\t<USLocation>100</USLocation>\r\n \t\t\t\t\t\t<ValidPhone2>100</ValidPhone2>\r\n \t\t\t\t\t\t<NameToPhone2>60</NameToPhone2>\r\n \t\t\t\t\t\t<AddressToPhone2>91</AddressToPhone2>\r\n \t\t\t\t\t\t<Phone2ToEmail>100</Phone2ToEmail>\r\n\t\t\t\t\t\t<PhoneConfidenceScore>100</PhoneConfidenceScore>\r\n\t\t\t\t\t\t<Phone2ConfidenceScore>90</Phone2ConfidenceScore>\r\n\t\t\t\t\t\t<AddressConfidenceScore>70</AddressConfidenceScore>\r\n \t\t\t\t\t\t<ValidCount>5</ValidCount>\r\n \t\t\t\t\t\t<LinkageCount>7.2</LinkageCount>\r\n \t\t\t\t\t\t<RiskFlagCount>0</RiskFlagCount>\r\n \t\t\t\t\t\t<ValidationSummary>PASS</ValidationSummary>\r\n \t\t\t\t\t\t<LinkageSummary>PASS</LinkageSummary>\r\n \t\t\t\t\t\t<RiskFlagSummary>PASS</RiskFlagSummary>\r\n \t\t\t\t\t\t<IDVerifyScore>98</IDVerifyScore>\r\n \t\t\t\t\t</IDScores>\r\n \t\t\t\t\t<IDAttributes>\r\n \t\t\t\t\t\t<PropertyAttributes>\r\n \t\t\t\t\t\t\t<AdditionalInformation>\r\n \t\t\t\t\t\t\t\t<PROP_IND>10</PROP_IND>\r\n \t\t\t\t\t\t\t\t<PROP_VALCALC>274726</PROP_VALCALC>\r\n \t\t\t\t\t\t\t\t<PROP_IMP_VALCALC/>\r\n \t\t\t\t\t\t\t\t<PROP_IMP_VALCALC_IND>A</PROP_IMP_VALCALC_IND>\r\n \t\t\t\t\t\t\t\t<PROP_ASSED_VAL>274726</PROP_ASSED_VAL>\r\n \t\t\t\t\t\t\t</AdditionalInformation>\r\n \t\t\t\t\t\t\t<Attributes>\r\n \t\t\t\t\t\t\t\t<LOR>11</LOR>\r\n \t\t\t\t\t\t\t\t<Homeowner>H</Homeowner>\r\n \t\t\t\t\t\t\t\t<DwellType>S</DwellType>\r\n \t\t\t\t\t\t\t\t<PROP_ACRES>1729</PROP_ACRES>\r\n \t\t\t\t\t\t\t\t<PROP_LANDSQFT>7530</PROP_LANDSQFT>\r\n \t\t\t\t\t\t\t\t<PROP_YRBLD>2002</PROP_YRBLD>\r\n \t\t\t\t\t\t\t\t<PROP_LIVINGSQFT>3108</PROP_LIVINGSQFT>\r\n \t\t\t\t\t\t\t\t<PROP_RMS>10</PROP_RMS>\r\n \t\t\t\t\t\t\t\t<PROP_BEDRMS>3</PROP_BEDRMS>\r\n \t\t\t\t\t\t\t\t<PROP_BATHS>200</PROP_BATHS>\r\n \t\t\t\t\t\t\t\t<PROP_FULLBATHS>2</PROP_FULLBATHS>\r\n \t\t\t\t\t\t\t\t<PROP_HALFBATHS/>\r\n \t\t\t\t\t\t\t\t<PROP_AC>ACE</PROP_AC>\r\n \t\t\t\t\t\t\t\t<PROP_FRPL>Y</PROP_FRPL>\r\n \t\t\t\t\t\t\t\t<PROP_POOL>Y</PROP_POOL>\r\n \t\t\t\t\t\t\t\t<PROP_ROOFTYPE>I</PROP_ROOFTYPE>\r\n \t\t\t\t\t\t\t</Attributes>\r\n \t\t\t\t\t\t\t<AssessorDeed>\r\n \t\t\t\t\t\t\t\t<PROP_TAXAMT>597479</PROP_TAXAMT>\r\n \t\t\t\t\t\t\t\t<PROP_RECDATE>20020827</PROP_RECDATE>\r\n \t\t\t\t\t\t\t\t<PROP_SALEAMT>200303</PROP_SALEAMT>\r\n \t\t\t\t\t\t\t</AssessorDeed>\r\n \t\t\t\t\t\t\t<Mortgage>\r\n \t\t\t\t\t\t\t\t<PROP_MTGAMT>150604</PROP_MTGAMT>\r\n \t\t\t\t\t\t\t\t<PROP_MTGDATE>20040416</PROP_MTGDATE>\r\n \t\t\t\t\t\t\t\t<PROP_MTGTERM/>\r\n \t\t\t\t\t\t\t\t<PROP_MTGDUEDATE/>\r\n \t\t\t\t\t\t\t</Mortgage>\r\n \t\t\t\t\t\t</PropertyAttributes>\r\n \t\t\t\t\t\t<DemographicAttributes>\r\n \t\t\t\t\t\t\t<Demographics>\r\n \t\t\t\t\t\t\t\t<Gender>M</Gender>\r\n \t\t\t\t\t\t\t\t<Age>50</Age>\r\n \t\t\t\t\t\t\t\t<MedYrBld>2002</MedYrBld>\r\n \t\t\t\t\t\t\t\t<EHI>D</EHI>\r\n \t\t\t\t\t\t\t\t<Married>M</Married>\r\n \t\t\t\t\t\t\t\t<WealthScr>F</WealthScr>\r\n \t\t\t\t\t\t\t\t<MrktHomeVal>H</MrktHomeVal>\r\n \t\t\t\t\t\t\t\t<ChildCd>Y</ChildCd>\r\n \t\t\t\t\t\t\t\t<ChildNbrCd>B</ChildNbrCd>\r\n \t\t\t\t\t\t\t\t<MHV>C</MHV>\r\n \t\t\t\t\t\t\t\t<MedSchl>131</MedSchl>\r\n \t\t\t\t\t\t\t</Demographics>\r\n \t\t\t\t\t\t\t<PowerScore>\r\n \t\t\t\t\t\t\t\t<PurPowerScr>G</PurPowerScr>\r\n \t\t\t\t\t\t\t</PowerScore>\r\n \t\t\t\t\t\t</DemographicAttributes>\r\n \t\t\t\t\t\t<PhoneAttributes>\r\n \t\t\t\t\t\t\t<PhoneType>L</PhoneType>\r\n \t\t\t\t\t\t\t<PhoneType2>W</PhoneType2>\r\n \t\t\t\t\t\t</PhoneAttributes>\r\n \t\t\t\t\t\t<AutoAttributes>\r\n \t\t\t\t\t\t\t<Vehicle>\r\n \t\t\t\t\t\t\t\t<Make>FORD</Make>\r\n \t\t\t\t\t\t\t\t<Model>FOCUS</Model>\r\n \t\t\t\t\t\t\t\t<Year>2014</Year>\r\n \t\t\t\t\t\t\t\t<ClassCD>SMALL CAR</ClassCD>\r\n \t\t\t\t\t\t\t\t<FuelTypeCD>F</FuelTypeCD>\r\n \t\t\t\t\t\t\t\t<MFGCD>F</MFGCD>\r\n \t\t\t\t\t\t\t\t<StyleCD>HATCHBACK</StyleCD>\r\n \t\t\t\t\t\t\t\t<Mileages>A</Mileages>\r\n \t\t\t\t\t\t\t\t<ODate>20160501</ODate>\r\n \t\t\t\t\t\t\t</Vehicle>\r\n \t\t\t\t\t\t\t<Vehicle2>\r\n \t\t\t\t\t\t\t\t<Make>FORD</Make>\r\n \t\t\t\t\t\t\t\t<Model>MUSTANG</Model>\r\n \t\t\t\t\t\t\t\t<Year>2001</Year>\r\n \t\t\t\t\t\t\t\t<ClassCD>MID SIZE CAR</ClassCD>\r\n \t\t\t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n \t\t\t\t\t\t\t\t<MFGCD>F</MFGCD>\r\n \t\t\t\t\t\t\t\t<StyleCD>CONV</StyleCD>\r\n \t\t\t\t\t\t\t\t<Mileages>R</Mileages>\r\n \t\t\t\t\t\t\t\t<ODate>20151203</ODate>\r\n \t\t\t\t\t\t\t</Vehicle2>\r\n \t\t\t\t\t\t\t<Vehicle3>\r\n \t\t\t\t\t\t\t\t<Make>HONDA</Make>\r\n \t\t\t\t\t\t\t\t<Model>ODYSSEY</Model>\r\n \t\t\t\t\t\t\t\t<Year>2002</Year>\r\n \t\t\t\t\t\t\t\t<ClassCD>MINIVAN</ClassCD>\r\n \t\t\t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n \t\t\t\t\t\t\t\t<MFGCD>L</MFGCD>\r\n \t\t\t\t\t\t\t\t<StyleCD>VAN</StyleCD>\r\n \t\t\t\t\t\t\t\t<Mileages>I</Mileages>\r\n \t\t\t\t\t\t\t\t<ODate>20120924</ODate>\r\n \t\t\t\t\t\t\t</Vehicle3>\r\n \t\t\t\t\t\t\t<Vehicle4>\r\n \t\t\t\t\t\t\t\t<Make>HYIUNDAI</Make>\r\n \t\t\t\t\t\t\t\t<Model>SANTA FE</Model>\r\n \t\t\t\t\t\t\t\t<Year>2011</Year>\r\n \t\t\t\t\t\t\t\t<ClassCD>SMALL SUV</ClassCD>\r\n \t\t\t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n \t\t\t\t\t\t\t\t<MFGCD>L</MFGCD>\r\n \t\t\t\t\t\t\t\t<StyleCD>UTIL</StyleCD>\r\n \t\t\t\t\t\t\t\t<Mileages>F</Mileages>\r\n \t\t\t\t\t\t\t\t<ODate>20160508</ODate>\r\n \t\t\t\t\t\t\t</Vehicle4>\r\n \t\t\t\t\t\t</AutoAttributes>\r\n \t\t\t\t\t\t<IPAttributes>\r\n \t\t\t\t\t\t\t<IP>172.13.172.51</IP>\r\n \t\t\t\t\t\t\t<IPRegion>Tennessee </IPRegion>\r\n \t\t\t\t\t\t\t<City>Memphis</City>\r\n \t\t\t\t\t\t\t<Zip>37501</Zip>\r\n \t\t\t\t\t\t\t<Latitude>35.15</Latitude>\r\n \t\t\t\t\t\t\t<Longitude>-90.05</Longitude>\r\n \t\t\t\t\t\t\t<ISP>AT&T Internet Sevices</ISP>\r\n \t\t\t\t\t\t\t<IPFrom></IPFrom>\r\n \t\t\t\t\t\t\t<IPTo></IPTo>\r\n \t\t\t\t\t\t</IPAttributes>\r\n \t\t\t\t\t</IDAttributes>\r\n\t\t\t\t\t<IDIntelligence>\r\n\t\t\t\t\t\t<InMarketAuto>\r\n\t\t\t\t\t\t\t<IN_financing_prob_rank>100</IN_financing_prob_rank>\r\n\t\t\t\t\t\t\t<IN_insurance_prob_rank>100</IN_insurance_prob_rank>\r\n\t\t\t\t\t\t\t<IN_new_vehicle_prob_rank>80</IN_new_vehicle_prob_rank>\r\n\t\t\t\t\t\t\t<IN_auto_parts_prob_rank>60</IN_auto_parts_prob_rank>\r\n\t\t\t\t\t\t\t<IN_used_vehicle_prob_rank>20</IN_used_vehicle_prob_rank>\r\n\t\t\t\t\t\t</InMarketAuto>\r\n\t\t\t\t\t</IDIntelligence>\r\n \t\t\t\t</Detail>\r\n \t\t\t</IDVerifyResult>\r\n \t\t</IDVerifyResponse>\r\n \t</s:Body>\r\n</s:Envelope>\r\n"}],"_postman_id":"3246b64b-1968-43b8-981a-c7d1b9490138"}],"id":"4d0cc614-a650-4e35-a89c-bb6a24a5c5f4","description":"<p><b>Notice:</b> The FlashFind SOAP API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol for data communications.</p>\n<h4><b>Configuration</b></h4>\n\n<table>\n    <tr>\n        <td>Connection WSDL:</td>\n        <td>https://api.yourdatadelivery.com/service/wsdl?singlewsdl</td>\n    </tr>\n    <tr>\n        <td>Contract Name:</td>\n        <td>APIservice</td>\n    </tr>\n    <tr>\n        <td>Contract Example:</td>\n        <td>client = new ApiServiceClient();</td>\n    </tr>\n    <tr>\n        <td>Method Name:</td>\n        <td>IDVerify</td>\n    </tr>\n    <tr>\n        <td>Connection Endpoint:</td>\n        <td>https://api.yourdatadelivery.com/service/soap</td>\n    </tr>\n    <tr>\n        <td>Definition:</td>\n        <td>Response IDVerify(STRING LOGIN, STRING PASSWORD, STRING FULLNAME , STRING FNAME ,STRING LNAME, STRING ADDRESS1, STRING ADDRESS2, STRING CITY, STRING STATE, STRING ZIP, STRING PHONE, STRING PHONE2, STRING EMAIL, STRING IP)\n        </td>\n    </tr>\n    <tr>\n        <td>Method Example Request:</td>\n        <td>Response IDVerify(“login”, “password”, \"\", “JOHN”, “SMITH”, “123 MAIN STREET”, \" APT 3\", \"CHICAGO\", \"IL\", \"60657\",”1234567890”,”9876543210”, \"JSMITH@DOMAIN.COM\", \"\")\n        </td>\n    </tr>\n</table>\n","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"4d0cc614-a650-4e35-a89c-bb6a24a5c5f4"}],"id":"abc4439e-e612-4544-ad18-01049a146674","_postman_id":"abc4439e-e612-4544-ad18-01049a146674","description":""}],"id":"b6db3973-963b-4b8e-9be5-4886c97851eb","description":"<p>The ID Ver Premium product returns both scores and attributes in the output. The Scores returned from ID Ver include both the overall IDVerifyScore and more granular component results. The Component results are divided into 4 sections: Validation Components, Linkage Components, Risk Flag Components, and Component Summaries.</p>\n\n<p>Customers can opt to use Infutor’s IDVerifyScore to make a pass/fail decision about an individual, or customers desiring to build their own scoring algorithms for verification can opt to use the components for more control and granularity. In addition to the scores that ID Ver returns, the product also returns attributes, which provide deeper insights into the individual.</p>\n\n<p>The attributes ID Ver returns include Demographic Attributes, Property Attributes, Auto Attributes, Phone Attributes, IP Attributes and Connex Segmentation Clusters.</p>\n\n","event":[{"listen":"prerequest","script":{"id":"fec3f984-a8fc-48b0-a080-820c7bbc5929","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6bba314c-f414-4e37-b304-c2f3cb8c11d1","type":"text/javascript","exec":[""]}}],"_postman_id":"b6db3973-963b-4b8e-9be5-4886c97851eb"},{"name":"Appendix A: RESTful XML API Example ","item":[{"name":"ID Ver Premium (Successful Request) (XML)","id":"224d49f4-a934-4cf5-b715-1a6b66a9147e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/IdVerify?Login={{username}}&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&Version=Version&ProbabilisticFill=ProbabilisticFill","description":"<h4><b>Replace login and password with the appropriate account credentials. Passwords are case sensitive.</b></h4>","urlObject":{"protocol":"https","path":["IdVerify"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Login","value":"{{username}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full Individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First Name, 15 characters Max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Optional, Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"Email"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"IP"},{"description":{"content":"<p>Describes which version of ID Ver is being used. 2 = Premium</p>\n","type":"text/plain"},"key":"Version","value":"Version"},{"description":{"content":"<p>Optional, ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False</p>\n","type":"text/plain"},"key":"ProbabilisticFill","value":"ProbabilisticFill"}],"variable":[]}},"response":[{"id":"5591e135-3d51-4f9a-80b5-e703426c0d29","name":"ID Ver Premium (Successful Request) (XML)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/IdVerify?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&Version=Version&ProbabilisticFill=ProbabilisticFill","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IdVerify"],"query":[{"key":"Login","value":"username","description":"Required"},{"key":"Password","value":"password","description":"Required"},{"key":"FullName","value":"FullName","description":"Full Individual Name"},{"key":"FName","value":"FName","description":"First Name, 15 characters Max."},{"key":"LName","value":"LName","description":"Last name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Optional, Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"Phone2","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"Email","description":"Email address, 100 characters max"},{"key":"IP","value":"IP","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format"},{"key":"Version","value":"Version","description":"Describes which version of ID Ver is being used. 2 = Premium"},{"key":"ProbabilisticFill","value":"ProbabilisticFill","description":"ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n"}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<xml>\r\n<ResponseCode>See Appendix D</ResponseCode>\r\n\t<ResponseMsg> See Appendix D</ResponseMsg>\r\n \t<Response>\r\n \t\t<Detail transaction=\"IDVerify\">\r\n \t\t\t<IDScores>\r\n \t\t\t\t<ValidAddress>100</ValidAddress>\r\n \t\t\t\t<ValidPhone>100</ValidPhone>\r\n \t\t\t\t<ValidEmail>100</ValidEmail>\r\n \t\t\t\t<ValidName>100</ValidName>\r\n \t\t\t\t<Deceased>100</Deceased>\r\n \t\t\t\t<NameToPhone>100</NameToPhone>\r\n \t\t\t\t<NameToEmail>100</NameToEmail>\r\n \t\t\t\t<NameToAddress>100</NameToAddress>\r\n \t\t\t\t<AddressToPhone>100</AddressToPhone>\r\n \t\t\t\t<AddressToEmail>100</AddressToEmail>\r\n \t\t\t\t<PhoneToEmail>100</PhoneToEmail>\r\n \t\t\t\t<USLocation>100</USLocation>\r\n \t\t\t\t<ValidPhone2>100</ValidPhone2>\r\n\t\t\t\t<PhoneConfidenceScore>100</PhoneConfidenceScore>\r\n\t\t\t\t<Phone2ConfidenceScore>90</Phone2ConfidenceScore>\r\n\t\t\t\t<AddressConfidenceScore>70</AddressConfidenceScore>\r\n \t\t\t\t<NameToPhone2>100</NameToPhone2>\r\n \t\t\t\t<AddressToPhone2>100</AddressToPhone2>\r\n \t\t\t\t<Phone2ToEmail>100</Phone2ToEmail>\r\n \t\t\t\t<ValidCount>7</ValidCount>\r\n \t\t\t\t<LinkageCount>11</LinkageCount>\r\n \t\t\t\t<RiskFlagCount>2</RiskFlagCount>\r\n \t\t\t\t<ValidationSummary>PASS</ValidationSummary>\r\n \t\t\t\t<LinkageSummary>PASS</LinkageSummary>\r\n \t\t\t\t<RiskFlagSummary>PASS</RiskFlagSummary>\r\n \t\t\t\t<IDVerifyScore>100</IDVerifyScore>\r\n \t\t\t</IDScores>\r\n \t\t\t<IDAttributes>\r\n \t\t\t\t<PropertyAttributes>\r\n\t\t\t\t\t<Location>\r\n\t\t\t\t\t\t<FIPSCD>17043</FIPSCD>\r\n\t\t\t\t\t\t<PROP_CENSUSTRACT>8427111001</PROP_CENSUSTRACT>\r\n\t\t\t\t\t\t<PROP_MUNINAME>MILTON TWP</PROP_MUNINAME>\r\n\t\t\t\t\t\t<PROP_TOWNSHIPCD>39</PROP_TOWNSHIPCD>\r\n\t\t\t\t\t\t<PROP_SUBDIVISION>BRIARCLIFFE UNIT 03</PROP_SUBDIVISION>\r\n\t\t\t\t\t\t<PROP_ZONING>R</PROP_ZONING>\r\n\t\t\t\t\t\t<PROP_RANGE>10</PROP_RANGE>\r\n\t\t\t\t\t\t<PROP_SECTION>34</PROP_SECTION>\r\n\t\t\t\t\t\t<PROP_LATITUDE>41.828800</PROP_LATITUDE>\r\n\t\t\t\t\t\t<PROP_LONGITUDE>-88.08850</PROP_LONGITUDE>\r\n\t\t\t\t\t\t<PROP_LANDUSE>163</PROP_LANDUSE>\r\n\t\t\t\t\t\t<PROP_APN>05-34-105-011</PROP_APN>\r\n\t\t\t\t\t\t<PROP_APNSEQNBR>001</PROP_APNSEQNBR>\r\n\t\t\t\t\t</Location>\r\n\t\t\t\t\t<AdditionalInformation>\r\n\t\t\t\t\t\t<PROP_OWNEROCC>O</PROP_OWNEROCC>\r\n\t\t\t\t\t\t<PROP_ADDRIND>S</PROP_ADDRIND>\r\n\t\t\t\t\t\t<PROP_CORPIND/>\r\n\t\t\t\t\t\t<PROP_RESCD>Y</PROP_RESCD>\r\n \t\t\t\t\t\t<PROP_IND>10</PROP_IND>\r\n\t\t\t\t\t\t<PROP_MOBHOME/>\r\n\t\t\t\t\t\t<PROP_NRBBLD>1</PROP_NRBBLD>\r\n\t\t\t\t\t\t<PROP_STYLE/>\r\n\t\t\t\t\t\t<PROP_STORIESCD>20</PROP_STORIESCD>\r\n\t\t\t\t\t\t<PROP_STORIESNBR>200</PROP_STORIESNBR>\r\n\t\t\t\t\t\t<PROP_APTNBR/>\r\n\t\t\t\t\t\t<PROP_QLTY/>\r\n\t\t\t\t\t\t<PROP_BLDGCD/>\r\n\t\t\t\t\t\t<PROP_BLDGIMPCD/>\r\n\t\t\t\t\t\t<PROP_COND/>\r\n\t\t\t\t\t\t<PROP_CNSTRTYPE/>\r\n\t\t\t\t\t\t<PROP_EXTNW>FRA</PROP_EXTNW>\r\n \t\t\t\t\t\t<PROP_VALCALC></PROP_VALCALC>\r\n\t\t\t\t\t\t<PROP_VAL_CALCIND>A</PROP_VAL_CALCIND>\r\n\t\t\t\t\t\t<PROP_LAND_VALCALC>26390</PROP_LAND_VALCALC>\r\n\t\t\t\t\t\t<PROP_LAND_VALCALC_IND>A</PROP_LAND_VALCALC_IND>\r\n \t\t\t\t\t\t<PROP_IMP_VALCALC/>\r\n \t\t\t\t\t\t<PROP_IMP_VALCALC_IND>A</PROP_IMP_VALCALC_IND>\r\n \t\t\t\t\t\t<PROP_ASSED_VAL>250123</PROP_ASSED_VAL>\r\n\t\t\t\t\t\t<PROP_ASSED_LANDVAL>26390</PROP_ASSED_LANDVAL>\r\n\t\t\t\t\t\t<PROP_ASSED_IMPVAL>73650</PROP_ASSED_IMPVAL>\r\n\t\t\t\t\t\t<PROP_MRKTVAL>300120</PROP_MRKTVAL>\r\n\t\t\t\t\t\t<PROP_MRKT_LANDVAL>79170</PROP_MRKT_LANDVAL>\r\n\t\t\t\t\t\t<PROP_MRKT_IMPVAL>220950</PROP_MRKT_IMPVAL>\r\n\t\t\t\t\t\t<PROP_APPRAISED_VAL/>\r\n\t\t\t\t\t\t<PROP_APPRAISED_LANDVAL/>\r\n\t\t\t\t\t\t<PROP_APPRAISED_IMPVAL/>\r\n \t\t\t\t\t</AdditionalInformation>\r\n \t\t\t\t\t<Attributes>\r\n\t\t\t\t\t\t<PROP_YRBLD>1994</PROP_YRBLD>\r\n\t\t\t\t\t\t<PROP_EFFYRBLD/>\r\n\t\t\t\t\t\t<PROP_VIEW/>\r\n\t\t\t\t\t\t<PROP_LCTN_INFL/>\r\n\t\t\t\t\t\t<PROP_FRONTFT>77</PROP_FRONTFT>\r\n\t\t\t\t\t\t<PROP_DEPTHFT>144</PROP_DEPTHFT>\r\n\t\t\t\t\t\t<PROP_ACRES>13000</PROP_ACRES>\r\n \t\t\t\t\t\t<PROP_LANDSQFT>2000</PROP_LANDSQFT>\r\n\t\t\t\t\t\t<PROP_UNVBLDSQFT>2029</PROP_UNVBLDSQFT>\r\n\t\t\t\t\t\t<PROP_BLDSQFTIND>L</PROP_BLDSQFTIND>\r\n\t\t\t\t\t\t<PROP_BLDSQFT>2428</PROP_BLDSQFT>\r\n \t\t\t\t\t\t<PROP_LIVINGSQFT>2810</PROP_LIVINGSQFT>\r\n\t\t\t\t\t\t<PROP_GRDFLRSQFT/>\r\n\t\t\t\t\t\t<PROP_GROSSSQFT/>\r\n\t\t\t\t\t\t<PROP_ADJGROSSSQFT/>\r\n\t\t\t\t\t\t<PROP_BSMTSQFT/>\r\n\t\t\t\t\t\t<PROP_PRKGSQFT>399</PROP_PRKGSQFT>\r\n \t\t\t\t\t\t<PROP_RMS>10</PROP_RMS>\r\n \t\t\t\t\t\t<PROP_BEDRMS>4</PROP_BEDRMS>\r\n\t\t\t\t\t\t<PROP_BATHSCALC>300</PROP_BATHSCALC>\r\n \t\t\t\t\t\t<PROP_BATHS>3</PROP_BATHS>\r\n \t\t\t\t\t\t<PROP_FULLBATHS>3</PROP_FULLBATHS>\r\n \t\t\t\t\t\t<PROP_HALFBATHS>0</PROP_HALFBATHS>\r\n\t\t\t\t\t\t<PROP_1QTRBATHS/>\r\n\t\t\t\t\t\t<PROP_3QTRBATHS/>\r\n\t\t\t\t\t\t<PROP_BATHFIXS/>\r\n \t\t\t\t\t\t<PROP_AC></PROP_AC>\r\n\t\t\t\t\t\t<PROP_BSMTF/>\r\n \t\t\t\t\t\t<PROP_FRPL>Y</PROP_FRPL>\r\n\t\t\t\t\t\t<PROP_FRPLNBR/>\r\n\t\t\t\t\t\t<PROP_FRPLTYPE>0U0</PROP_FRPLTYPE>\r\n\t\t\t\t\t\t<PROP_FND/>\r\n\t\t\t\t\t\t<PROP_FLR/>\r\n\t\t\t\t\t\t<PROP_FRAME/>\r\n\t\t\t\t\t\t<PROP_GAR>450</PROP_GAR>\r\n\t\t\t\t\t\t<PROP_HEAT>FA0</PROP_HEAT>\r\n\t\t\t\t\t\t<PROP_PRKGSPACES/>\r\n\t\t\t\t\t\t<PROP_PRKGTYPE>450</PROP_PRKGTYPE>\r\n \t\t\t\t\t\t<PROP_POOL/>\r\n\t\t\t\t\t\t<PROP_POOLCD/>\r\n\t\t\t\t\t\t<PROP_ROOFCOVER>13</PROP_ROOFCOVER>\r\n \t\t\t\t\t\t<PROP_ROOFTYPE></PROP_ROOFTYPE>\r\n\t\t\t\t\t\t<PROP_ENERGY/>\r\n\t\t\t\t\t\t<PROP_FUEL/>\r\n\t\t\t\t\t\t<PROP_SEWER/>\r\n\t\t\t\t\t\t<PROP_WATER/>\r\n \t\t\t\t\t</Attributes>\r\n \t\t\t\t\t<AssessorDeed>\r\n\t\t\t\t\t\t<PROP_HOMESTEAD>Y</PROP_HOMESTEAD>\r\n\t\t\t\t\t\t<PROP_XMTVET/>\r\n\t\t\t\t\t\t<PROP_XMT_DISABLED/>\r\n \t\t\t\t\t\t<PROP_TAXAMT>275010</PROP_TAXAMT>\r\n\t\t\t\t\t\t<PROP_TAXYR>2016</PROP_TAXYR>\r\n\t\t\t\t\t\t<PROP_DOCYR>2013</PROP_DOCYR>\r\n\t\t\t\t\t\t<PROP_SALESDEEDCD>G</PROP_SALESDEEDCD>\r\n \t\t\t\t\t\t<PROP_RECDATE>19980605</PROP_RECDATE>\r\n\t\t\t\t\t\t<PROP_SELLERNAME>DRISCOLL JULIANNE J</PROP_SELLERNAME>\r\n\t\t\t\t\t\t<PROP_SALEDATE>20130605</PROP_SALEDATE>\r\n \t\t\t\t\t\t<PROP_SALEAMT>285000</PROP_SALEAMT>\r\n\t\t\t\t\t\t<PROP_SALECD/>\r\n\t\t\t\t\t\t<PROP_APNCD/>\r\n\t\t\t\t\t\t<PROP_APNCNT/>\r\n\t\t\t\t\t\t<PROP_ASMTYR>2016</PROP_ASMTYR>\r\n\t\t\t\t\t\t<PROP_SALESTRANSCD>1</PROP_SALESTRANSCD>\r\n \t\t\t\t\t</AssessorDeed>\r\n\t\t\t\t\t<PriorSale>\r\n\t\t\t\t\t\t<PROP_RECDATE_PRIOR/>\r\n\t\t\t\t\t\t<PROP_SALEDATE_PRIOR/>\r\n\t\t\t\t\t\t<PROP_SALEAMT_PRIOR/>\r\n\t\t\t\t\t\t<PROP_SALECD_PRIOR/>\r\n\t\t\t\t\t\t<PROP_APNCD_PRIOR/>\r\n\t\t\t\t\t\t<PROP_DEEDCD_PRIOR>MG</PROP_DEEDCD_PRIOR>\r\n\t\t\t\t\t\t<PROP_DOCYR_PRIOR/>\r\n\t\t\t\t\t\t<PROP_DEEDTYPE_PRIOR/>\r\n\t\t\t\t\t\t<PROP_SALESTRANSCD_PRIOR/>\r\n\t\t\t\t\t\t<PROP_MTGAMT_PRIOR/>\r\n\t\t\t\t\t</PriorSale>\r\n \t\t\t\t\t<Mortgage>\r\n\t\t\t\t\t\t<PROP_MTGINTCD/>\r\n\t\t\t\t\t\t<PROP_OWNERCD/>\r\n\t\t\t\t\t\t<PROP_SELLCARRYBACK/>\r\n\t\t\t\t\t\t<PROP_TITTLECOMPANY>CITYWIDE TITLE CORP</PROP_TITTLECOMPANY>\r\n\t\t\t\t\t\t<PROP_LOANTOVAL>64</PROP_LOANTOVAL>\r\n \t\t\t\t\t\t<PROP_MTGAMT>150000</PROP_MTGAMT>\r\n \t\t\t\t\t\t<PROP_MTGDATE>19980605</PROP_MTGDATE>\r\n\t\t\t\t\t\t<PROP_MTGLOANCD>CNV</PROP_MTGLOANCD>\r\n\t\t\t\t\t\t<PROP_MTGDEEDCD>MG</PROP_MTGDEEDCD>\r\n \t\t\t\t\t\t<PROP_MTGTERM>30</PROP_MTGTERM>\r\n \t\t\t\t\t\t<PROP_MTGDUEDATE>20280605</PROP_MTGDUEDATE>\r\n\t\t\t\t\t\t<PROP_MTGASSUMPTIONAMT/>\r\n\t\t\t\t\t\t<PROP_LENDERNAME>GUARANTEED RATE INC</PROP_LENDERNAME>\r\n\t\t\t\t\t\t<PROP_MTGREFICD/>\r\n\t\t\t\t\t\t<PROP_RMSEQUITYCD/>\r\n\t\t\t\t\t\t<PROP_MTGINTRATE>41250</PROP_MTGINTRATE>\r\n\t\t\t\t\t\t<PROP_MTGINTRATETYPE>FIX</PROP_MTGINTRATETYPE>\r\n\t\t\t\t\t\t<PROP_MTGAMT2/>\r\n\t\t\t\t\t\t<PROP_MTGDATE2/>\r\n\t\t\t\t\t\t<PROP_MTGLOANCD2/>\r\n\t\t\t\t\t\t<PROP_MTGDEEDCD2/>\r\n\t\t\t\t\t\t<PROP_MTGTERM2/>\r\n\t\t\t\t\t\t<PROP_MTGDUEDATE2/>\r\n\t\t\t\t\t\t<PROP_MTGASSUMPTIONAMT2/>\r\n\t\t\t\t\t\t<PROP_LENDERNAME2/>\r\n\t\t\t\t\t\t<PROP_MTGREFICD2/>\r\n\t\t\t\t\t\t<PROP_RMSEQUITYCD2/>\r\n\t\t\t\t\t\t<PROP_MTGINTRATE2/>\r\n\t\t\t\t\t\t<PROP_MTGINTRATETYPE2/>\r\n\t\t\t\t\t\t<PROP_MTGAMT3/>\r\n\t\t\t\t\t\t<PROP_MTGDATE3/>\r\n\t\t\t\t\t\t<PROP_MTGLOANCD3/>\r\n\t\t\t\t\t\t<PROP_MTGDEEDCD3/>\r\n\t\t\t\t\t\t<PROP_MTGTERM3/>\r\n\t\t\t\t\t\t<PROP_MTGDUEDATE3/>\r\n\t\t\t\t\t\t<PROP_MTGASSUMPTIONAMT3/>\r\n\t\t\t\t\t\t<PROP_LENDERNAME3/>\r\n\t\t\t\t\t\t<PROP_MTGREFICD3/>\r\n\t\t\t\t\t\t<PROP_RMSEQUITYCD3/>\r\n\t\t\t\t\t\t<PROP_MTGINTRATE3/>\r\n\t\t\t\t\t\t<PROP_MTGINTRATETYPE3/>\r\n \t\t\t\t\t</Mortgage>\r\n \t\t\t\t</PropertyAttributes>\r\n \t\t\t\t<DemographicAttributes> \r\n \t\t\t\t\t<Demographics> \r\n \t\t\t\t\t\t<Gender>M</Gender>\r\n \t\t\t\t\t\t<Age>42</Age>\r\n\t\t\t\t\t\t<LOR>7</LOR>\r\n \t\t\t\t\t\t<Homeowner>H</Homeowner>\r\n\t\t\t\t\t\t<EHI>F</EHI>\r\n\t\t\t\t\t\t<DwellType>S</DwellType>\r\n\t\t\t\t\t\t<Married>M</Married>\r\n \t\t\t\t\t\t<MedYrBld>1994</MedYrBld>\r\n\t\t\t\t\t\t<MobHome/>\r\n\t\t\t\t\t\t<Pool/>\r\n\t\t\t\t\t\t<FirePl>Y</FirePl>\r\n\t\t\t\t\t\t<SglParent/>\r\n\t\t\t\t\t\t<HHNBRSR/>\r\n\t\t\t\t\t\t<CreditCard/>\r\n\t\t\t\t\t\t<WealthScr>G</WealthScr>\r\n\t\t\t\t\t\t<CharityDnr/>\r\n \t\t\t\t\t\t<MrktHomeVal>M</MrktHomeVal>\r\n\t\t\t\t\t\t<Education/>\r\n\t\t\t\t\t\t<Ethnicity/>\r\n \t\t\t\t\t\t<ChildCd>Y</ChildCd>\r\n\t\t\t\t\t\t<ChildAgeCd/>\r\n \t\t\t\t\t\t<ChildNbrCd>B</ChildNbrCd>\r\n\t\t\t\t\t\t<VehLux/>\r\n\t\t\t\t\t\t<VehSuv/>\r\n\t\t\t\t\t\t<VehTrk/>\r\n\t\t\t\t\t\t<PctBlk>T</PctBlk>\r\n\t\t\t\t\t\t<PctWht>D</PctWht>\r\n\t\t\t\t\t\t<PctHsp>T</PctHsp>\r\n\t\t\t\t\t\t<PctAsi>S</PctAsi>\r\n\t\t\t\t\t\t<PctEngSpeak>D</PctEngSpeak>\r\n\t\t\t\t\t\t<PctSpnSpeak>S</PctSpnSpeak>\r\n\t\t\t\t\t\t<PctAsiaSpeak>T</PctAsiaSpeak>\r\n\t\t\t\t\t\t<PctSFDU>A</PctSFDU>\r\n\t\t\t\t\t\t<PctMFDU/>\r\n \t\t\t\t\t\t<MHV>E</MHV>\r\n\t\t\t\t\t\t<MOR>F</MOR>\r\n\t\t\t\t\t\t<PctAuto>A</PctAuto>\r\n \t\t\t\t\t\t<MedSchl>14</MedSchl>\r\n\t\t\t\t\t\t<PctWhiteCollar>I</PctWhiteCollar>\r\n\t\t\t\t\t\t<PctBlueCollar>S</PctBlueCollar>\r\n\t\t\t\t\t\t<PctOccO>N</PctOccO>\r\n\t\t\t\t\t\t<DemoLvl>1</DemoLvl>\r\n \t\t\t\t\t</Demographics>\r\n\t\t\t\t\t<LifeStyles>\r\n\t\t\t\t\t\t<PIPriceClub/>\r\n\t\t\t\t\t\t<PIWomanAprl/>\r\n\t\t\t\t\t\t<PIMenAprl/>\r\n\t\t\t\t\t\t<PIChildAprl/>\r\n\t\t\t\t\t\t<PIPetAprl/>\r\n\t\t\t\t\t\t<PIBookBuy/>\r\n\t\t\t\t\t\t<PIBookRead/>\r\n\t\t\t\t\t\t<PIHiTech/>\r\n\t\t\t\t\t\t<PIArts/>\r\n\t\t\t\t\t\t<PICollect/>\r\n\t\t\t\t\t\t<PIHomeGrd/>\r\n\t\t\t\t\t\t<PIHomeImp/>\r\n\t\t\t\t\t\t<PICookWine/>\r\n\t\t\t\t\t\t<PIGamble/>\r\n\t\t\t\t\t\t<PITravel/>\r\n\t\t\t\t\t\t<PIFitness/>\r\n\t\t\t\t\t\t<PISelfImp/>\r\n\t\t\t\t\t\t<PIAuto/>\r\n\t\t\t\t\t\t<PISport/>\r\n\t\t\t\t\t\t<PIOutdoor/>\r\n\t\t\t\t\t\t<PIInvst/>\r\n\t\t\t\t\t\t<PIBoat/>\r\n\t\t\t\t\t\t<PIMoto/>\r\n\t\t\t\t\t</LifeStyles>\r\n \t\t\t\t\t<PowerScore>\r\n \t\t\t\t\t\t<PurPowerScr>C</PurPowerScr>\r\n\t\t\t\t\t\t<ScoreCode>C</ScoreCode>\r\n \t\t\t\t\t</PowerScore>\r\n \t\t\t\t</DemographicAttributes>\r\n  \t\t\t\t<PhoneAttributes>\r\n \t\t\t\t\t<PhoneType>L</PhoneType>\r\n \t\t\t\t\t<PhoneType2>W</PhoneType2>\r\n \t\t\t\t</PhoneAttributes>\r\n\t\t\t\t<AutoAttributes>\r\n \t\t\t\t\t<Vehicle>\r\n \t\t\t\t\t\t<Make>HYUNDAI</Make>\r\n \t\t\t\t\t\t<Model>SANTA FE</Model>\r\n \t\t\t\t\t\t<Year>2011</Year>\r\n \t\t\t\t\t\t<ClassCD>SMALL SUV</ClassCD>\r\n \t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n \t\t\t\t\t\t<MFGCD>L</MFGCD>\r\n \t\t\t\t\t\t<StyleCD>UTIL</StyleCD>\r\n \t\t\t\t\t\t<Mileages>F</Mileages>\r\n \t\t\t\t\t\t<ODate>20160508</ODate>\r\n\t\t\t\t\t\t<VIN>1FTFW1ET7CKE14631</VIN>\r\n \t\t\t\t\t</Vehicle>\r\n\t\t\t\t\t<Vehicle2>\r\n \t\t\t\t\t\t<Make>FORD</Make>\r\n \t\t\t\t\t\t<Model>FOCUS</Model>\r\n \t\t\t\t\t\t<Year>2014</Year>\r\n \t\t\t\t\t\t<ClassCD>SMALL CAR</ClassCD>\r\n \t\t\t\t\t\t<FuelTypeCD>F</FuelTypeCD>\r\n \t\t\t\t\t\t<MFGCD>F</MFGCD>\r\n \t\t\t\t\t\t<StyleCD>HATCHBACK</StyleCD>\r\n \t\t\t\t\t\t<Mileages>A</Mileages>\r\n \t\t\t\t\t\t<ODate>20160501</ODate>\r\n\t\t\t\t\t\t<VIN>1FTFW1ET7CKE14631</VIN>\r\n \t\t\t\t\t</Vehicle2>\r\n \t\t\t\t\t<Vehicle3>\r\n \t\t\t\t\t\t<Make>FORD</Make>\r\n \t\t\t\t\t\t<Model>MUSTANG</Model>\r\n \t\t\t\t\t\t<Year>2001</Year>\r\n \t\t\t\t\t\t<ClassCD>MID SIZE CAR</ClassCD>\r\n \t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n \t\t\t\t\t\t<MFGCD>F</MFGCD>\r\n \t\t\t\t\t\t<StyleCD>CONV</StyleCD>\r\n \t\t\t\t\t\t<Mileages>R</Mileages>\r\n \t\t\t\t\t\t<ODate>20151203</ODate>\r\n\t\t\t\t\t\t<VIN>1FTFW1ET7CKE14631</VIN>\r\n \t\t\t\t\t</Vehicle3>\r\n \t\t\t\t\t<Vehicle4>\r\n \t\t\t\t\t\t<Make>HONDA</Make>\r\n \t\t\t\t\t\t<Model>ODYSSEY</Model>\r\n \t\t\t\t\t\t<Year>2002</Year>\r\n \t\t\t\t\t\t<ClassCD>MINIVAN</ClassCD>\r\n \t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n \t\t\t\t\t\t<MFGCD>L</MFGCD>\r\n \t\t\t\t\t\t<StyleCD>VAN</StyleCD>\r\n \t\t\t\t\t\t<Mileages>I</Mileages>\r\n \t\t\t\t\t\t<ODate>20120924</ODate>\r\n\t\t\t\t\t\t<VIN>1FTFW1ET7CKE14631</VIN>\r\n \t\t\t\t\t</Vehicle4>\r\n \t\t\t\t</AutoAttributes>\r\n \t\t\t\t<IPAttributes>\r\n \t\t\t\t\t<IP>172.13.172.51</IP>\r\n \t\t\t\t\t<IPRegion>Tennessee</IPRegion>\r\n \t\t\t\t\t<City>Memphis</City>\r\n \t\t\t\t\t<Zip>37501</Zip>\r\n \t\t\t\t\t<Latitude>35.15</Latitude>\r\n \t\t\t\t\t<Longitude>-90.05</Longitude>\r\n \t\t\t\t\t<ISP>AT&T Internet Services</ISP>\r\n \t\t\t\t\t<IPFrom>172.13.168.0</IPFrom>\r\n \t\t\t\t\t<IPTo>172.13.173.255</IPTo>\r\n \t\t\t\t</IPAttributes>\r\n \t\t\t</IDAttributes>\r\n\t\t\t<IDIntelligence>\r\n\t\t\t\t<InMarketAuto>\r\n\t\t\t\t\t<IN_financing_prob_rank>70</IN_financing_prob_rank>\r\n\t\t\t\t\t<IN_insurance_prob_rank>100</IN_insurance_prob_rank>\r\n\t\t\t\t\t<IN_new_vehicle_prob_rank>40</IN_new_vehicle_prob_rank>\r\n\t\t\t\t\t<IN_auto_parts_prob_rank>10</IN_auto_parts_prob_rank>\r\n\t\t\t\t\t<IN_used_vehicle_prob_rank>20</IN_used_vehicle_prob_rank>\r\n\t\t\t\t</InMarketAuto>\r\n\t\t\t\t<IDConnex>\r\n\t\t\t\t\t<HouseholdClusterCode/>\r\n\t\t\t\t\t<HouseholdClusterName/>\r\n\t\t\t\t\t<DetailHouseholdClusterCode/>\r\n\t\t\t\t\t<NeighborhoodClusterCode/>\r\n\t\t\t\t\t<NeighborhoodClusterName/>\r\n\t\t\t\t\t<FamilyClusterCode/>\r\n\t\t\t\t\t<FamilyClusterName/>\r\n\t\t\t\t\t<MessagingClusterCode/>\r\n\t\t\t\t\t<MessagingClusterName/>\r\n\t\t\t\t\t<DigitalClusterCode/>\r\n\t\t\t\t\t<DigitalClusterName/>\r\n\t\t\t\t\t<GenerationClusterCode/>\r\n\t\t\t\t\t<GenerationClusterName/>\r\n\t\t\t\t\t<GenerationGroupCode/>\r\n\t\t\t\t\t<LifeStageClusterCode/>\r\n\t\t\t\t\t<LifeStageClusterName/>\r\n\t\t\t\t\t<LifeStageGroupCode/>\r\n\t\t\t\t</IDConnex>\r\n\t\t\t</IDIntelligence>\r\n \t\t</Detail>\r\n\t</Response>\r\n</xml>\r\n"}],"_postman_id":"224d49f4-a934-4cf5-b715-1a6b66a9147e"}],"id":"15b347cc-36e9-4142-9085-c53529ce8d56","description":"<p><b>Notice:</b> The FlashFind XML API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol for data communications.</p>\n","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"15b347cc-36e9-4142-9085-c53529ce8d56"},{"name":"Appendix B: RESTful JSON API Example","item":[{"name":"ID Ver Premium (Successful Request) (JSON)","id":"ae254533-a840-4b64-925b-10a8586380aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.yourdatadelivery.com/service/rest/IdVerify?Login={{username}}&Password={{password}}&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&Version=2&ProbabilisticFill=ProbabilisticFill","description":"<h4><b>Replace login and password with the appropriate account credentials. Passwords are case sensitive.</b></h4>","urlObject":{"protocol":"https","path":["service","rest","IdVerify"],"host":["api","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Login","value":"{{username}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Password","value":"{{password}}"},{"description":{"content":"<p>Full Individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First Name, 15 characters Max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Optional, Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"Email"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"IP"},{"description":{"content":"<p>Describes the version of ID Ver being used. 2 = Premium</p>\n","type":"text/plain"},"key":"Version","value":"2"},{"description":{"content":"<p>Optional, ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False</p>\n","type":"text/plain"},"key":"ProbabilisticFill","value":"ProbabilisticFill"}],"variable":[]}},"response":[{"id":"df5374a4-6b79-4111-bdcb-96e66f25aae5","name":"ID Ver Premium (Successful Request) (JSON)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.yourdatadelivery.com/service/rest/IdVerify?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&Version=Version&ProbabilisticFill=ProbabilisticFill","protocol":"https","host":["api","yourdatadelivery","com"],"path":["service","rest","IdVerify"],"query":[{"key":"Login","value":"username","description":"Required"},{"key":"Password","value":"password","description":"Required"},{"key":"FullName","value":"FullName","description":"Full Individual Name"},{"key":"FName","value":"FName","description":"First Name, 15 characters Max."},{"key":"LName","value":"LName","description":"Last name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Optional, Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"Phone2","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"Email","description":"Email address, 100 characters max"},{"key":"IP","value":"IP","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format"},{"key":"Version","value":"Version","description":"Describes the version of ID Ver being used. 2 = Premium"},{"key":"ProbabilisticFill","value":"ProbabilisticFill","description":"Optional, ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"ResponseCode\": \" \",\r\n    \"ResponseMsg\": \"Successful\",\r\n\t\"Detail\": {\r\n \t\t\"__type\": \"IDVerifyResult:https://api.yourdatadelivery.com/service\",\r\n \t\t\"IDScores\": {\r\n \t\t\t\"ValidAddress\": \"100\",\r\n \t\t\t\"ValidPhone\": \"100\", \r\n \t\t\t\"ValidEmail\": \"100\",\r\n \t\t\t\"ValidName\": \"100\",\r\n \t\t\t\"Deceased\": \"100\",\r\n \t\t\t\"NameToPhone\": \"80\",\r\n \t\t\t\"NameToEmail\": \"100\",\r\n \t\t\t\"NameToAddress\": \"100\",\r\n \t\t\t\"AddressToPhone\": \"90\",\r\n \t\t\t\"AddressToEmail\": \"100\",\r\n \t\t\t\"PhoneToEmail\": \"10\",\r\n \t\t\t\"USLocation\": \"100\",\r\n \t\t\t\"ValidPhone2\": \"100\",\r\n \t\t\t\"NameToPhone2\": \"60\",\r\n \t\t\t\"AddressToPhone2\": \"91\",\r\n \t\t\t\"Phone2ToEmail\": \"100\",\r\n\t\t\t\"PhoneConfidenceScore\": \"100\",\r\n\t\t\t\"Phone2ConfidenceScore\": \"90\",\r\n\t\t\t\"AddressConfidenceScore\": \"70\",\r\n \t\t\t\"ValidCount\": \"5\",\r\n \t\t\t\"LinkageCount\": \"7.2\",\r\n \t\t\t\"RiskFlagCount\": \"0\",\r\n \t\t\t\"ValidationSummary\": \"PASS\",\r\n \t\t\t\"LinkageSummary\": \"PASS\",\r\n \t\t\t\"RiskFlagSummary\": \"PASS\",\r\n \t\t\t\"IDVerifyScore\": \"98\"\r\n \t\t},\r\n \t\t\"IDAttributes\": {\r\n \t\t\t\"PropertyAttributes\": {\r\n\t\t\t\t\"Location\": {\r\n\t\t\t\t\t\"FIPSCD\": \"\",\r\n\t\t\t\t\t\"PROP_CENSUSTRACT\": \"\",\r\n\t\t\t\t\t\"PROP_MUNINAME\": \"\",\r\n\t\t\t\t\t\"PROP_TOWNSHIPCD\": \"\",\r\n\t\t\t\t\t\"PROP_SUBDIVISION\": \"\",\r\n\t\t\t\t\t\"PROP_ZONING\": \"\",\r\n\t\t\t\t\t\"PROP_RANGE\": \"\",\r\n\t\t\t\t\t\"PROP_SECTION\": \"\",\r\n\t\t\t\t\t\"PROP_LATITUDE\": \"\",\r\n\t\t\t\t\t\"PROP_LONGITUDE\": \"\",\r\n\t\t\t\t\t\"PROP_LANDUSE\": \"\",\r\n\t\t\t\t\t\"PROP_APN\": \"\",\r\n\t\t\t\t\t\"PROP_APNSEQNBR\": \"\"\r\n\t\t\t\t},\r\n \t\t\t\t\"AdditionalInformation\": {\r\n\t\t\t\t\t\"PROP_OWNEROCC\": \"\",\r\n\t\t\t\t\t\"PROP_ADDRIND\": \"\",\r\n\t\t\t\t\t\"PROP_CORPIND\": \"\",\r\n\t\t\t\t\t\"PROP_RESCD\": \"\",\r\n \t\t\t\t\t\"PROP_IND\": \"10\",\r\n\t\t\t\t\t\"PROP_MOBHOME\": \"\",\r\n\t\t\t\t\t\"PROP_NRBBLD\": \"\",\r\n\t\t\t\t\t\"PROP_STYLE\": \"\",\r\n\t\t\t\t\t\"PROP_STORIESCD\": \"\",\r\n\t\t\t\t\t\"PROP_STORIESNBR\": \"\",\r\n\t\t\t\t\t\"PROP_APTNBR\": \"\",\r\n\t\t\t\t\t\"PROP_QLTY\": \"\",\r\n\t\t\t\t\t\"PROP_BLDGCD\": \"\",\r\n\t\t\t\t\t\"PROP_BLDGIMPCD\": \"\",\r\n\t\t\t\t\t\"PROP_COND\": \"\",\r\n\t\t\t\t\t\"PROP_CNSTRTYPE\": \"\",\r\n\t\t\t\t\t\"PROP_EXTNW\": \"\",\r\n \t\t\t\t\t\"PROP_VALCALC\": \"274726\",\r\n\t\t\t\t\t\"PROP_VAL_CALCIND\": \"\",\r\n\t\t\t\t\t\"PROP_LAND_VALCALC\": \"\",\r\n\t\t\t\t\t\"PROP_LAND_VALCALC_IND\": \"\",\r\n \t\t\t\t\t\"PROP_IMP_VALCALC\": \"\",\r\n \t\t\t\t\t\"PROP_IMP_VALCALC_IND\": \"A\",\r\n \t\t\t\t\t\"PROP_ASSED_VAL\": \"274726\",\r\n\t\t\t\t\t\"PROP_ASSED_LANDVAL\": \"\",\r\n\t\t\t\t\t\"PROP_ASSED_IMPVAL\": \"\",\r\n\t\t\t\t\t\"PROP_MRKTVAL\": \"\",\r\n\t\t\t\t\t\"PROP_MRKT_LANDVAL\": \"\",\r\n\t\t\t\t\t\"PROP_MRKT_IMPVAL\": \"\",\r\n\t\t\t\t\t\"PROP_APPRAISED_VAL\": \"\",\r\n\t\t\t\t\t\"PROP_APPRAISED_LANDVAL\": \"\",\r\n\t\t\t\t\t\"PROP_APPRAISED_IMPVAL\": \"\"\r\n \t\t\t\t},\r\n \t\t\t\t\"Attributes\": {\r\n\t\t\t\t\t\"PROP_VIEW\": \"\",\r\n\t\t\t\t\t\"PROP_LCTN_INFL\": \"\",\r\n\t\t\t\t\t\"PROP_FRONTFT\": \"\",\r\n\t\t\t\t\t\"PROP_DEPTHFT\": \"\",\r\n\t\t\t\t\t\"PROP_ACRES\": \"1729\",\r\n \t\t\t\t\t\"PROP_LANDSQFT\": \"7530\",\r\n \t\t\t\t\t\"PROP_YRBLD\": \"2002\",\r\n\t\t\t\t\t\"PROP_EFFYRBLD\": \"\",\r\n\t\t\t\t\t\"PROP_UNVBLDSQFT\": \"\",\r\n\t\t\t\t\t\"PROP_BLDSQFTIND\": \"\",\r\n\t\t\t\t\t\"PROP_BLDSQFT\": \"\",\r\n \t\t\t\t\t\"PROP_LIVINGSQFT\": \"3108\",\r\n\t\t\t\t\t\"PROP_GRDFLRSQFT\": \"\",\r\n\t\t\t\t\t\"PROP_GROSSSQFT\": \"\",\r\n\t\t\t\t\t\"PROP_ADJGROSSSQFT\": \"\",\r\n\t\t\t\t\t\"PROP_BSMTSQFT\": \"\",\r\n\t\t\t\t\t\"PROP_PRKGSQFT\": \"399\",\r\n \t\t\t\t\t\"PROP_RMS\": \"10\",\r\n \t\t\t\t\t\"PROP_BEDRMS\": \"3\",\r\n\t\t\t\t\t\"PROP_BATHSCALC\": \"300\",\r\n \t\t\t\t\t\"PROP_BATHS\": \"300\",\r\n \t\t\t\t\t\"PROP_FULLBATHS\": \"2\",\r\n \t\t\t\t\t\"PROP_HALFBATHS\": \"\",\r\n\t\t\t\t\t\"PROP_1QTRBATHS\": \"\",\r\n\t\t\t\t\t\"PROP_3QTRBATHS\": \"\",\r\n\t\t\t\t\t\"PROP_BATHFIXS\": \"\",\r\n \t\t\t\t\t\"PROP_AC\": \"ACE\",\r\n\t\t\t\t\t\"PROP_BSMTF\": \"\",\r\n \t\t\t\t\t\"PROP_FRPL\": \"Y\",\r\n\t\t\t\t\t\"PROP_FRPLNBR\": \"\",\r\n\t\t\t\t\t\"PROP_FRPLTYPE\": \"0U0\",\r\n\t\t\t\t\t\"PROP_FND\": \"\",\r\n\t\t\t\t\t\"PROP_FLR\": \"\",\r\n\t\t\t\t\t\"PROP_FRAME\": \"\",\r\n\t\t\t\t\t\"PROP_GAR\": \"450\",\r\n\t\t\t\t\t\"PROP_HEAT\": \"FA0\",\r\n\t\t\t\t\t\"PROP_PRKGSPACES\": \"\",\r\n\t\t\t\t\t\"PROP_PRKGTYPE\": \"450\",\r\n \t\t\t\t\t\"PROP_POOL\": \"Y\",\r\n\t\t\t\t\t\"PROP_POOLCD\": \"\",\r\n\t\t\t\t\t\"PROP_ROOFCOVER\": \"13\",\r\n \t\t\t\t\t\"PROP_ROOFTYPE\": \"I\",\r\n\t\t\t\t\t\"PROP_ENERGY\": \"\",\r\n\t\t\t\t\t\"PROP_FUEL\": \"\",\r\n\t\t\t\t\t\"PROP_SEWER\": \"\",\r\n\t\t\t\t\t\"PROP_WATER\": \"\"\r\n \t\t\t\t},\r\n \t\t\t\t\"AssessorDeed\": {\r\n\t\t\t\t\t\"PROP_HOMESTEAD\": \"Y\",\r\n\t\t\t\t\t\"PROP_XMTVET\": \"\",\r\n\t\t\t\t\t\"PROP_XMT_DISABLED\": \"\",\r\n \t\t\t\t\t\"PROP_TAXAMT\": \"597479\",\r\n\t\t\t\t\t\"PROP_TAXYR\": \"2016\",\r\n\t\t\t\t\t\"PROP_DOCYR\": \"2013\",\r\n\t\t\t\t\t\"PROP_SALESDEEDCD\": \"G\",\r\n \t\t\t\t\t\"PROP_RECDATE\": \"20020827\",\r\n\t\t\t\t\t\"PROP_SELLERNAME\": \"DRISCOLL JULIANNE J\",\r\n\t\t\t\t\t\"PROP_SALEDATE\": \"20130605\",\r\n \t\t\t\t\t\"PROP_SALEAMT\": \"200303\",\r\n\t\t\t\t\t\"PROP_SALECD\": \"\",\r\n\t\t\t\t\t\"PROP_APNCD\": \"\",\r\n\t\t\t\t\t\"PROP_APNCNT\": \"\",\r\n\t\t\t\t\t\"PROP_ASMTYR\": \"2016\",\r\n\t\t\t\t\t\"PROP_SALESTRANSCD\": \"1\"\r\n \t\t\t\t},\r\n\t\t\t\t\"PriorSale\": {\r\n\t\t\t\t\t\"PROP_RECDATE_PRIOR\": \"\",\r\n\t\t\t\t\t\"PROP_SALEDATE_PRIOR\": \"\",\r\n\t\t\t\t\t\"PROP_SALEAMT_PRIOR\": \"\",\r\n\t\t\t\t\t\"PROP_SALECD_PRIOR\": \"\",\r\n\t\t\t\t\t\"PROP_APNCD_PRIOR\": \"\",\r\n\t\t\t\t\t\"PROP_DEEDCD_PRIOR\": \"MG\",\r\n\t\t\t\t\t\"PROP_DOCYR_PRIOR\": \"\",\r\n\t\t\t\t\t\"PROP_DEEDTYPE_PRIOR\": \"\",\r\n\t\t\t\t\t\"PROP_SALESTRANSCD_PRIOR\": \"\",\r\n\t\t\t\t\t\"PROP_MTGAMT_PRIOR\": \"\"\r\n\t\t\t\t},\r\n \t\t\t\t\"Mortgage\": {\r\n\t\t\t\t\t\"PROP_MTGINTCD\": \"\",\r\n\t\t\t\t\t\"PROP_OWNERCD\": \"\",\r\n\t\t\t\t\t\"PROP_SELLCARRYBACK\": \"\",\r\n\t\t\t\t\t\"PROP_TITTLECOMPANY\": \"CITYWIDE TITLE CORP\",\r\n\t\t\t\t\t\"PROP_LOANTOVAL\": \"64\",\r\n \t\t\t\t\t\"PROP_MTGAMT\": \"150604\",\r\n \t\t\t\t\t\"PROP_MTGDATE\": \"20040416\",\r\n\t\t\t\t\t\"PROP_MTGLOANCD\": \"CNV\",\r\n\t\t\t\t\t\"PROP_MTGDEEDCD\": \"MG\",\r\n \t\t\t\t\t\"PROP_MTGTERM\": \"30\",\r\n \t\t\t\t\t\"PROP_MTGDUEDATE\": \"20280605\",\r\n\t\t\t\t\t\"PROP_MTGASSUMPTIONAMT\": \"\",\r\n\t\t\t\t\t\"PROP_LENDERNAME\": \"GUARANTEED RATE INC\",\r\n\t\t\t\t\t\"PROP_MTGREFICD\": \"\",\r\n\t\t\t\t\t\"PROP_RMSEQUITYCD\": \"\",\r\n\t\t\t\t\t\"PROP_MTGINTRATE\": \"41250\",\r\n\t\t\t\t\t\"PROP_MTGINTRATETYPE\": \"FIX\",\r\n\t\t\t\t\t\"PROP_MTGAMT2\": \"\",\r\n\t\t\t\t\t\"PROP_MTGDATE2\": \"\",\r\n\t\t\t\t\t\"PROP_MTGLOANCD2\": \"\",\r\n\t\t\t\t\t\"PROP_MTGDEEDCD2\": \"\",\r\n\t\t\t\t\t\"PROP_MTGTERM2\": \"\",\r\n\t\t\t\t\t\"PROP_MTGDUEDATE2\": \"\",\r\n\t\t\t\t\t\"PROP_MTGASSUMPTIONAMT2\": \"\",\r\n\t\t\t\t\t\"PROP_LENDERNAME2\": \"\",\r\n\t\t\t\t\t\"PROP_MTGREFICD2\": \"\",\r\n\t\t\t\t\t\"PROP_RMSEQUITYCD2\": \"\",\r\n\t\t\t\t\t\"PROP_MTGINTRATE2\": \"\",\r\n\t\t\t\t\t\"PROP_MTGINTRATETYPE2\": \"\",\r\n\t\t\t\t\t\"PROP_MTGAMT3\": \"\",\r\n\t\t\t\t\t\"PROP_MTGDATE3\": \"\",\r\n\t\t\t\t\t\"PROP_MTGLOANCD3\": \"\",\r\n\t\t\t\t\t\"PROP_MTGDEEDCD3\": \"\",\r\n\t\t\t\t\t\"PROP_MTGTERM3\": \"\",\r\n\t\t\t\t\t\"PROP_MTGDUEDATE3\": \"\",\r\n\t\t\t\t\t\"PROP_MTGASSUMPTIONAMT3\": \"\",\r\n\t\t\t\t\t\"PROP_LENDERNAME3\": \"\",\r\n\t\t\t\t\t\"PROP_MTGREFICD3\": \"\",\r\n\t\t\t\t\t\"PROP_RMSEQUITYCD3\": \"\",\r\n\t\t\t\t\t\"PROP_MTGINTRATE3\": \"\",\r\n\t\t\t\t\t\"PROP_MTGINTRATETYPE3\": \"\"\r\n \t\t\t\t}\r\n \t\t\t},\r\n \t\t\t\"DemographicAttributes\": {\r\n \t\t\t\t\"Demographics\": {\r\n \t\t\t\t\t\"Gender\": \"M\",\r\n \t\t\t\t\t\"Age\": \"50\",\r\n\t\t\t\t\t\"MedYrBld\": \"2002\",\r\n\t\t\t\t\t\"LOR\": \"11\",\r\n \t\t\t\t\t\"Homeowner\": \"H\",\r\n\t\t\t\t\t\"EHI\": \"D\",\r\n \t\t\t\t\t\"DwellType\": \"S\",\r\n\t\t\t\t\t\"Married\": \"M\",\r\n\t\t\t\t\t\"MobHome\": \"\",\r\n\t\t\t\t\t\"Pool\": \"\",\r\n\t\t\t\t\t\"FirePl\": \"Y\",\r\n\t\t\t\t\t\"SglParent\": \"\",\r\n\t\t\t\t\t\"HHNBRSR\": \"\",\r\n\t\t\t\t\t\"CreditCard\": \"\",\r\n \t\t\t\t\t\"WealthScr\": \"F\",\r\n\t\t\t\t\t\"CharityDnr\": \"\",\r\n \t\t\t\t\t\"MrktHomeVal\": \"H\",\r\n\t\t\t\t\t\"Education\": \"\",\r\n\t\t\t\t\t\"Ethnicity\": \"\",\r\n \t\t\t\t\t\"ChildCd\": \"Y\",\r\n\t\t\t\t\t\"ChildAgeCd\": \"\",\r\n \t\t\t\t\t\"ChildNbrCd\": \"B\",\r\n\t\t\t\t\t\"VehLux\": \"\",\r\n\t\t\t\t\t\"VehSuv\": \"\",\r\n\t\t\t\t\t\"VehTrk\": \"\",\r\n\t\t\t\t\t\"PctBlk\": \"T\",\r\n\t\t\t\t\t\"PctWht\": \"D\",\r\n\t\t\t\t\t\"PctHsp\": \"T\",\r\n\t\t\t\t\t\"PctAsi\": \"S\",\r\n\t\t\t\t\t\"PctEngSpeak\": \"D\",\r\n\t\t\t\t\t\"PctSpnSpeak\": \"S\",\r\n\t\t\t\t\t\"PctAsiaSpeak\": \"T\",\r\n\t\t\t\t\t\"PctSFDU\": \"A\",\r\n\t\t\t\t\t\"PctMFDU\": \"\",\r\n \t\t\t\t\t\"MHV\": \"C\",\r\n\t\t\t\t\t\"MOR\": \"F\",\r\n\t\t\t\t\t\"PctAuto\": \"A\",\r\n \t\t\t\t\t\"MedSchl\": \"131\",\r\n\t\t\t\t\t\"PctWhiteCollar\": \"I\",\r\n\t\t\t\t\t\"PctBlueCollar\": \"S\",\r\n\t\t\t\t\t\"PctOccO\": \"N\",\r\n\t\t\t\t\t\"DemoLvl\": \"1\"\r\n \t\t\t\t},\r\n\t\t\t\t\"LifeStyles\": {\r\n\t\t\t\t\t\"PIPriceClub\": \"\",\r\n\t\t\t\t\t\"PIWomanAprl\": \"\",\r\n\t\t\t\t\t\"PIMenAprl\": \"\",\r\n\t\t\t\t\t\"PIChildAprl\": \"\",\r\n\t\t\t\t\t\"PIPetAprl\": \"\",\r\n\t\t\t\t\t\"PIBookBuy\": \"\",\r\n\t\t\t\t\t\"PIBookRead\": \"\",\r\n\t\t\t\t\t\"PIHiTech\": \"\",\r\n\t\t\t\t\t\"PIArts\": \"\",\r\n\t\t\t\t\t\"PICollect\": \"\",\r\n\t\t\t\t\t\"PIHomeGrd\": \"\",\r\n\t\t\t\t\t\"PIHomeImp\": \"\",\r\n\t\t\t\t\t\"PICookWine\": \"\",\r\n\t\t\t\t\t\"PIGamble\": \"\",\r\n\t\t\t\t\t\"PITravel\": \"\",\r\n\t\t\t\t\t\"PIFitness\": \"\",\r\n\t\t\t\t\t\"PISelfImp\": \"\",\r\n\t\t\t\t\t\"PIAuto\": \"\",\r\n\t\t\t\t\t\"PISport\": \"\",\r\n\t\t\t\t\t\"PIOutdoor\": \"\",\r\n\t\t\t\t\t\"PIInvst\": \"\",\r\n\t\t\t\t\t\"PIBoat\": \"\",\r\n\t\t\t\t\t\"PIMoto\": \"\"\r\n\t\t\t\t},\r\n \t\t\t\t\"PowerScore\": {\r\n \t\t\t\t\t\"PurPowerScr\": \"G\",\r\n\t\t\t\t\t\"ScoreCode\": \"G\"\r\n \t\t\t\t\t}\r\n \t\t\t\t},\r\n \t\t\t\"PhoneAttributes\": {\r\n \t\t\t\t\"PhoneType\": \"L\",\r\n \t\t\t\t\"PhoneType2\": \"W\"\r\n \t\t\t\t},\r\n \t\t\t\"AutoAttributes\": {\r\n \t\t\t\t\"Vehicle\": {\r\n \t\t\t\t\t\"Make\": \"FORD\",\r\n \t\t\t\t\t\"Model\": \"FOCUS\",\r\n \t\t\t\t\t\"Year\": \"2014\",\r\n \t\t\t\t\t\"ClassCD\": \"SMALL CAR\",\r\n \t\t\t\t\t\"FuelTypeCD\": \"F\",\r\n \t\t\t\t\t\"MFGCD\": \"F\",\r\n \t\t\t\t\t\"StyleCD\": \"HATCHBACK\",\r\n \t\t\t\t\t\"Mileages\": \"A\",\r\n \t\t\t\t\t\"ODate\": \"20160501\",\r\n\t\t\t\t\t\"VIN\": \"1FTFW1ET7CKE14631\"\r\n \t\t\t\t},\r\n \t\t\t\t\"Vehicle2\": {\r\n \t\t\t\t\t\"Make\": \"FORD\",\r\n \t\t\t\t\t\"Model\": \"MUSTANG\",\r\n \t\t\t\t\t\"Year\": \"2001\",\r\n \t\t\t\t\t\"ClassCD\": \"MID SIZE CAR\",\r\n \t\t\t\t\t\"FuelTypeCD\": \"G\",\r\n \t\t\t\t\t\"MFGCD\": \"F\",\r\n \t\t\t\t\t\"StyleCD\": \"CONV\",\r\n \t\t\t\t\t\"Mileages\": \"R\",\r\n \t\t\t\t\t\"ODate\": \"20151203\",\r\n\t\t\t\t\t\"VIN\": \"1FTFW1ET7CKE14631\"\r\n \t\t\t\t},\r\n \t\t\t\t\"Vehicle3\": {\r\n \t\t\t\t\t\"Make\": \"HONDA\",\r\n \t\t\t\t\t\"Model\": \"ODYSSEY\",\r\n \t\t\t\t\t\"Year\": \"2002\",\r\n \t\t\t\t\t\"ClassCD\": \"MINIVAN\",\r\n \t\t\t\t\t\"FuelTypeCD\": \"G\",\r\n \t\t\t\t\t\"MFGCD\": \"L\",\r\n \t\t\t\t\t\"StyleCD\": \"VAN\",\r\n \t\t\t\t\t\"Mileages\": \"I\",\r\n \t\t\t\t\t\"ODate\": \"20120924\",\r\n\t\t\t\t\t\"VIN\": \"1FTFW1ET7CKE14631\"\r\n \t\t\t\t},\r\n\t\t\t\t\"Vehicle4\": {\r\n\t\t\t\t\t\"Make\": \"HYUNDAI\",\r\n\t\t\t\t\t\"Model\": \"SANTA FE\",\r\n\t\t\t\t\t\"Year\": \"2011\",\r\n\t\t\t\t\t\"ClassCD\": \"SMALL SUV\",\r\n \t\t\t\t\t\"FuelTypeCD\": \"G\",\r\n \t\t\t\t\t\"MFGCD\": \"L\",\r\n \t\t\t\t\t\"StyleCD\": \"UTIL\",\r\n \t\t\t\t\t\"Mileages\": \"F\",\r\n \t\t\t\t\t\"ODate\": \"20160508\",\r\n\t\t\t\t\t\"VIN\": \"1FTFW1ET7CKE14631\"\r\n \t\t\t\t}\r\n \t\t\t},\r\n \t\t\t\"IPAttributes\": {\r\n \t\t\t\t\"IP\": \"172.13.172.51\",\r\n \t\t\t\t\"IPRegion\": \"Tennessee\",\r\n \t\t\t\t\"City\": \"Memphis\",\r\n \t\t\t\t\"Zip\": \"37501\",\r\n\t\t\t\t\"Latitude\": \"35.15\",\r\n\t\t\t\t\"Longitude\": \"-90.05\",\r\n\t\t\t\t\"ISP\": \"AT&T Internet Services\",\r\n \t\t\t\t\"IPFrom\": \"172.13.168.0\",\r\n \t\t\t\t\"IPTo\": \"172.13.173.255\"\r\n \t\t\t\t}\r\n \t\t\t},\r\n\t\t\"IDIntelligence\": {\r\n\t\t\t\"InMarketAuto\": {\r\n\t\t\t\"IN_financing_prob_rank\": \"70\",\r\n\t\t\t\"IN_insurance_prob_rank\": \"100\",\r\n\t\t\t\"IN_new_vehicle_prob_rank\": \"40\",\r\n\t\t\t\"IN_auto_parts_prob_rank\": \"10\",\r\n\t\t\t\"IN_used_vehicle_prob_rank\": \"20\"\r\n\t\t\t},\r\n\t\t\"IDConnex\": {\t\r\n\t\t\t\"HouseholdClusterCode\":\"\",\r\n\t\t\t\"HouseholdClusterName\":\"\",\r\n\t\t\t\"DetailHouseholdClusterCode\":\"\",\r\n\t\t\t\"NeighborhoodClusterCode\":\"\",\r\n\t\t\t\"NeighborhoodClusterName\":\"\",\r\n\t\t\t\"FamilyClusterCode\":\"\",\r\n\t\t\t\"FamilyClusterName\":\"\",\r\n\t\t\t\"MessagingClusterCode\":\"\",\r\n\t\t\t\"MessagingClusterName\t\":\"\",\r\n\t\t\t\"DigitalClusterCode\":\"\",\r\n\t\t\t\"DigitalClusterName\":\"\",\r\n\t\t\t\"GenerationClusterCode\":\"\",\r\n\t\t\t\"GenerationClusterName\":\"\",\r\n\t\t\t\"GenerationGroupCode\":\"\",\r\n\t\t\t\"LifeStageClusterCode\":\"\",\r\n\t\t\t\"LifeStageClusterName\":\"\",\r\n\t\t\t\"LifeStageGroupCode\":\"\"\r\n\t\t\t}\r\n\t\t}\r\n \t}\r\n}\r\n"}],"_postman_id":"ae254533-a840-4b64-925b-10a8586380aa"}],"id":"4ec954d9-b0d4-4816-8be6-84f7c9e54b82","description":"<p><b>Notice:</b> The FlashFind JSON API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol for data communications.</p>\n","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"4ec954d9-b0d4-4816-8be6-84f7c9e54b82"},{"name":"Appendix C: SOAP API Example  ","item":[{"name":"ID Ver Premium (Successful Request) (SOAP)","id":"cef00c3d-50d3-41eb-96f3-29a683afd2a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"?Login={{Login}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&Version={{Version}}&ProbabilisticFill={{ProbabilisticFill}}","description":"<h4><b>Replace login and password with the appropriate account credentials. Passwords are case sensitive.</b></h4>","urlObject":{"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Login","value":"{{Login}}"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"Password","value":"{{Password}}"},{"description":{"content":"<p>Full Individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"{{FullName}}"},{"description":{"content":"<p>First Name, 15 characters Max.</p>\n","type":"text/plain"},"key":"FName","value":"{{FName}}"},{"description":{"content":"<p>Last name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"{{LName}}"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"{{Address1}}"},{"description":{"content":"<p>Optional, Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"{{Address2}}"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"{{City}}"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"{{State}}"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"{{Zip}}"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"{{Phone}}"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"{{Phone2}}"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"{{Email}}"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</p>\n","type":"text/plain"},"key":"IP","value":"{{IP}}"},{"description":{"content":"<p>Version=2</p>\n","type":"text/plain"},"key":"Version","value":"{{Version}}"},{"description":{"content":"<p>Optional, ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False</p>\n","type":"text/plain"},"key":"ProbabilisticFill","value":"{{ProbabilisticFill}}"}],"variable":[]}},"response":[{"id":"caf7e933-bb8c-4312-8957-040e20e549a6","name":"ID Ver Premium (Successful Request) (SOAP)","originalRequest":{"method":"GET","header":[],"url":{"raw":"?Login={{Login}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&Version={{Version}}&ProbabilisticFill={{ProbabilisticFill}}","query":[{"key":"Login","value":"{{Login}}","description":"Required"},{"key":"Password","value":"{{Password}}","description":"Required"},{"key":"FullName","value":"{{FullName}}","description":"Full Individual Name"},{"key":"FName","value":"{{FName}}","description":"First Name, 15 characters Max."},{"key":"LName","value":"{{LName}}","description":"Last name, 20 characters max."},{"key":"Address1","value":"{{Address1}}","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"{{Address2}}","description":"Optional, Address line 2, 64 characters max."},{"key":"City","value":"{{City}}","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"{{State}}","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"{{Zip}}","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"{{Phone}}","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"{{Phone2}}","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"{{Email}}","description":"Email address, 100 characters max"},{"key":"IP","value":"{{IP}}","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format"},{"key":"Version","value":"{{Version}}","description":"Version=2"},{"key":"ProbabilisticFill","value":"{{ProbabilisticFill}}","description":"Optional, ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married Demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married attributes.\nDefault value: ProbabilisticFill =False\n"}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n \t<s:Body>\r\n \t\t<IDVerifyResponse xmlns=\"https://api.yourdatadelivery.com/service\">\r\n \t\t\t<IDVerifyResult xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n \t\t\t\t<ResponseCode>0</ResponseCode>\r\n \t\t\t\t<ResponseMsg>Successful</ResponseMsg>\r\n \t\t\t\t<Detail i:type=\"IDVerifyResult\">\r\n \t\t\t\t\t<IDScores>\r\n \t\t\t\t\t\t<ValidAddress>100</ValidAddress>\r\n \t\t\t\t\t\t<ValidPhone>100</ValidPhone>\r\n \t\t\t\t\t\t<ValidEmail>100</ValidEmail>\r\n \t\t\t\t\t\t<ValidName>100</ValidName>\r\n \t\t\t\t\t\t<Deceased>100</Deceased>\r\n \t\t\t\t\t\t<NameToPhone>80</NameToPhone>\r\n \t\t\t\t\t\t<NameToEmail>100</NameToEmail>\r\n \t\t\t\t\t\t<NameToAddress>100</NameToAddress>\r\n \t\t\t\t\t\t<AddressToPhone>90</AddressToPhone>\r\n \t\t\t\t\t\t<AddressToEmail>100</AddressToEmail>\r\n \t\t\t\t\t\t<PhoneToEmail>10</PhoneToEmail>\r\n \t\t\t\t\t\t<USLocation>100</USLocation>\r\n \t\t\t\t\t\t<ValidPhone2>100</ValidPhone2>\r\n \t\t\t\t\t\t<NameToPhone2>60</NameToPhone2>\r\n \t\t\t\t\t\t<AddressToPhone2>91</AddressToPhone2>\r\n \t\t\t\t\t\t<Phone2ToEmail>100</Phone2ToEmail>\r\n\t\t\t\t\t\t<PhoneConfidenceScore>100</PhoneConfidenceScore>\r\n\t\t\t\t\t\t<Phone2ConfidenceScore>90</Phone2ConfidenceScore>\r\n\t\t\t\t\t\t<AddressConfidenceScore>70</AddressConfidenceScore>\r\n \t\t\t\t\t\t<ValidCount>5</ValidCount>\r\n \t\t\t\t\t\t<LinkageCount>7.2</LinkageCount>\r\n \t\t\t\t\t\t<RiskFlagCount>0</RiskFlagCount>\r\n \t\t\t\t\t\t<ValidationSummary>PASS</ValidationSummary>\r\n \t\t\t\t\t\t<LinkageSummary>PASS</LinkageSummary>\r\n \t\t\t\t\t\t<RiskFlagSummary>PASS</RiskFlagSummary>\r\n \t\t\t\t\t\t<IDVerifyScore>98</IDVerifyScore>\r\n \t\t\t\t\t</IDScores>\r\n \t\t\t\t\t<IDAttributes>\r\n \t\t\t\t\t\t<PropertyAttributes>\r\n\t\t\t\t\t\t\t<Location>\r\n\t\t\t\t\t\t\t\t<FIPSCD>17043</FIPSCD>\r\n\t\t\t\t\t\t\t\t<PROP_CENSUSTRACT>8427111001</PROP_CENSUSTRACT>\r\n\t\t\t\t\t\t\t\t<PROP_MUNINAME>MILTON TWP</PROP_MUNINAME>\r\n\t\t\t\t\t\t\t\t<PROP_TOWNSHIPCD>39</PROP_TOWNSHIPCD>\r\n\t\t\t\t\t\t\t\t<PROP_SUBDIVISION>BRIARCLIFFE UNIT 03</PROP_SUBDIVISION>\r\n\t\t\t\t\t\t\t\t<PROP_ZONING>R</PROP_ZONING>\r\n\t\t\t\t\t\t\t\t<PROP_RANGE>10</PROP_RANGE>\r\n\t\t\t\t\t\t\t\t<PROP_SECTION>34</PROP_SECTION>\r\n\t\t\t\t\t\t\t\t<PROP_LATITUDE>41.828800</PROP_LATITUDE>\r\n\t\t\t\t\t\t\t\t<PROP_LONGITUDE>-88.08850</PROP_LONGITUDE>\r\n\t\t\t\t\t\t\t\t<PROP_LANDUSE>163</PROP_LANDUSE>\r\n\t\t\t\t\t\t\t\t<PROP_APN>05-34-105-011</PROP_APN>\r\n\t\t\t\t\t\t\t\t<PROP_APNSEQNBR>001</PROP_APNSEQNBR>\r\n\t\t\t\t\t\t\t</Location>\r\n \t\t\t\t\t\t\t<AdditionalInformation>\r\n\t\t\t\t\t\t\t\t<PROP_OWNEROCC>O</PROP_OWNEROCC>\r\n\t\t\t\t\t\t\t\t<PROP_ADDRIND>S</PROP_ADDRIND>\r\n\t\t\t\t\t\t\t\t<PROP_CORPIND/>\r\n\t\t\t\t\t\t\t\t<PROP_RESCD>Y</PROP_RESCD>\r\n \t\t\t\t\t\t\t\t<PROP_IND>10</PROP_IND>\r\n\t\t\t\t\t\t\t\t<PROP_MOBHOME/>\r\n\t\t\t\t\t\t\t\t<PROP_NRBBLD>1</PROP_NRBBLD>\r\n\t\t\t\t\t\t\t\t<PROP_STYLE/>\r\n\t\t\t\t\t\t\t\t<PROP_STORIESCD>20</PROP_STORIESCD>\r\n\t\t\t\t\t\t\t\t<PROP_STORIESNBR>200</PROP_STORIESNBR>\r\n\t\t\t\t\t\t\t\t<PROP_APTNBR/>\r\n\t\t\t\t\t\t\t\t<PROP_QLTY/>\r\n\t\t\t\t\t\t\t\t<PROP_BLDGCD/>\r\n\t\t\t\t\t\t\t\t<PROP_BLDGIMPCD/>\r\n\t\t\t\t\t\t\t\t<PROP_COND/>\r\n\t\t\t\t\t\t\t\t<PROP_CNSTRTYPE/>\r\n\t\t\t\t\t\t\t\t<PROP_EXTNW>FRA</PROP_EXTNW>\r\n \t\t\t\t\t\t\t\t<PROP_VALCALC>274726</PROP_VALCALC>\r\n\t\t\t\t\t\t\t\t<PROP_VAL_CALCIND>A</PROP_VAL_CALCIND>\r\n\t\t\t\t\t\t\t\t<PROP_LAND_VALCALC>26390</PROP_LAND_VALCALC>\r\n\t\t\t\t\t\t\t\t<PROP_LAND_VALCALC_IND>A</PROP_LAND_VALCALC_IND>\r\n \t\t\t\t\t\t\t\t<PROP_IMP_VALCALC/>\r\n \t\t\t\t\t\t\t\t<PROP_IMP_VALCALC_IND>A</PROP_IMP_VALCALC_IND>\r\n \t\t\t\t\t\t\t\t<PROP_ASSED_VAL>274726</PROP_ASSED_VAL>\r\n\t\t\t\t\t\t\t\t<PROP_ASSED_LANDVAL>26390</PROP_ASSED_LANDVAL>\r\n\t\t\t\t\t\t\t\t<PROP_ASSED_IMPVAL>73650</PROP_ASSED_IMPVAL>\r\n\t\t\t\t\t\t\t\t<PROP_MRKTVAL>300120</PROP_MRKTVAL>\r\n\t\t\t\t\t\t\t\t<PROP_MRKT_LANDVAL>79170</PROP_MRKT_LANDVAL>\r\n\t\t\t\t\t\t\t\t<PROP_MRKT_IMPVAL>220950</PROP_MRKT_IMPVAL>\r\n\t\t\t\t\t\t\t\t<PROP_APPRAISED_VAL/>\r\n\t\t\t\t\t\t\t\t<PROP_APPRAISED_LANDVAL/>\r\n\t\t\t\t\t\t\t\t<PROP_APPRAISED_IMPVAL/>\r\n \t\t\t\t\t\t\t</AdditionalInformation>\r\n \t\t\t\t\t\t\t<Attributes>\r\n\t\t\t\t\t\t\t\t<PROP_VIEW/>\r\n\t\t\t\t\t\t\t\t<PROP_LCTN_INFL/>\r\n\t\t\t\t\t\t\t\t<PROP_FRONTFT>77</PROP_FRONTFT>\r\n\t\t\t\t\t\t\t\t<PROP_DEPTHFT>144</PROP_DEPTHFT>\r\n\t\t\t\t\t\t\t\t<PROP_ACRES>1729</PROP_ACRES>\r\n \t\t\t\t\t\t\t\t<PROP_LANDSQFT>7530</PROP_LANDSQFT>\r\n \t\t\t\t\t\t\t\t<PROP_YRBLD>2002</PROP_YRBLD>\r\n\t\t\t\t\t\t\t\t<PROP_EFFYRBLD/>\r\n\t\t\t\t\t\t\t\t<PROP_UNVBLDSQFT>2029</PROP_UNVBLDSQFT>\r\n\t\t\t\t\t\t\t\t<PROP_BLDSQFTIND>L</PROP_BLDSQFTIND>\r\n\t\t\t\t\t\t\t\t<PROP_BLDSQFT>2428</PROP_BLDSQFT>\r\n \t\t\t\t\t\t\t\t<PROP_LIVINGSQFT>3108</PROP_LIVINGSQFT>\r\n\t\t\t\t\t\t\t\t<PROP_GRDFLRSQFT/>\r\n\t\t\t\t\t\t\t\t<PROP_GROSSSQFT/>\r\n\t\t\t\t\t\t\t\t<PROP_ADJGROSSSQFT/>\r\n\t\t\t\t\t\t\t\t<PROP_BSMTSQFT/>\r\n\t\t\t\t\t\t\t\t<PROP_PRKGSQFT>399</PROP_PRKGSQFT>\r\n \t\t\t\t\t\t\t\t<PROP_RMS>10</PROP_RMS>\r\n \t\t\t\t\t\t\t\t<PROP_BEDRMS>3</PROP_BEDRMS>\r\n\t\t\t\t\t\t\t\t<PROP_BATHSCALC>200</PROP_BATHSCALC>\r\n \t\t\t\t\t\t\t\t<PROP_BATHS>200</PROP_BATHS>\r\n \t\t\t\t\t\t\t\t<PROP_FULLBATHS>2</PROP_FULLBATHS>\r\n \t\t\t\t\t\t\t\t<PROP_HALFBATHS/>\r\n\t\t\t\t\t\t\t\t<PROP_1QTRBATHS/>\r\n\t\t\t\t\t\t\t\t<PROP_3QTRBATHS/>\r\n\t\t\t\t\t\t\t\t<PROP_BATHFIXS/>\r\n \t\t\t\t\t\t\t\t<PROP_AC>ACE</PROP_AC>\r\n\t\t\t\t\t\t\t\t<PROP_BSMTF/>\r\n \t\t\t\t\t\t\t\t<PROP_FRPL>Y</PROP_FRPL>\r\n\t\t\t\t\t\t\t\t<PROP_FRPLNBR/>\r\n\t\t\t\t\t\t\t\t<PROP_FRPLTYPE>0U0</PROP_FRPLTYPE>\r\n\t\t\t\t\t\t\t\t<PROP_FND/>\r\n\t\t\t\t\t\t\t\t<PROP_FLR/>\r\n\t\t\t\t\t\t\t\t<PROP_FRAME/>\r\n\t\t\t\t\t\t\t\t<PROP_GAR>450</PROP_GAR>\r\n\t\t\t\t\t\t\t\t<PROP_HEAT>FA0</PROP_HEAT>\r\n\t\t\t\t\t\t\t\t<PROP_PRKGSPACES/>\r\n\t\t\t\t\t\t\t\t<PROP_PRKGTYPE>450</PROP_PRKGTYPE>\r\n \t\t\t\t\t\t\t\t<PROP_POOL>Y</PROP_POOL>\r\n\t\t\t\t\t\t\t\t<PROP_POOLCD/>\r\n\t\t\t\t\t\t\t\t<PROP_ROOFCOVER>13</PROP_ROOFCOVER>\r\n \t\t\t\t\t\t\t\t<PROP_ROOFTYPE>I</PROP_ROOFTYPE>\r\n\t\t\t\t\t\t\t\t<PROP_ENERGY/>\r\n\t\t\t\t\t\t\t\t<PROP_FUEL/>\r\n\t\t\t\t\t\t\t\t<PROP_SEWER/>\r\n\t\t\t\t\t\t\t\t<PROP_WATER/>\r\n \t\t\t\t\t\t\t</Attributes>\r\n \t\t\t\t\t\t\t<AssessorDeed>\r\n\t\t\t\t\t\t\t\t<PROP_HOMESTEAD>Y</PROP_HOMESTEAD>\r\n\t\t\t\t\t\t\t\t<PROP_XMTVET/>\r\n\t\t\t\t\t\t\t\t<PROP_XMT_DISABLED/>\r\n \t\t\t\t\t\t\t\t<PROP_TAXAMT>597479</PROP_TAXAMT>\r\n\t\t\t\t\t\t\t\t<PROP_TAXYR>2016</PROP_TAXYR>\r\n\t\t\t\t\t\t\t\t<PROP_DOCYR>2013</PROP_DOCYR>\r\n\t\t\t\t\t\t\t\t<PROP_SALESDEEDCD>G</PROP_SALESDEEDCD>\r\n \t\t\t\t\t\t\t\t<PROP_RECDATE>20020827</PROP_RECDATE>\r\n\t\t\t\t\t\t\t\t<PROP_SELLERNAME>DRISCOLL JULIANNE J</PROP_SELLERNAME>\r\n\t\t\t\t\t\t\t\t<PROP_SALEDATE>20130605</PROP_SALEDATE>\r\n \t\t\t\t\t\t\t\t<PROP_SALEAMT>200303</PROP_SALEAMT>\r\n\t\t\t\t\t\t\t\t<PROP_SALECD/>\r\n\t\t\t\t\t\t\t\t<PROP_APNCD/>\r\n\t\t\t\t\t\t\t\t<PROP_APNCNT/>\r\n\t\t\t\t\t\t\t\t<PROP_ASMTYR>2016</PROP_ASMTYR>\r\n\t\t\t\t\t\t\t\t<PROP_SALESTRANSCD>1</PROP_SALESTRANSCD>\r\n \t\t\t\t\t\t\t</AssessorDeed>\r\n\t\t\t\t\t\t\t<PriorSale>\r\n\t\t\t\t\t\t\t\t<PROP_RECDATE_PRIOR/>\r\n\t\t\t\t\t\t\t\t<PROP_SALEDATE_PRIOR/>\r\n\t\t\t\t\t\t\t\t<PROP_SALEAMT_PRIOR/>\r\n\t\t\t\t\t\t\t\t<PROP_SALECD_PRIOR/>\r\n\t\t\t\t\t\t\t\t<PROP_APNCD_PRIOR/>\r\n\t\t\t\t\t\t\t\t<PROP_DEEDCD_PRIOR>MG</PROP_DEEDCD_PRIOR>\r\n\t\t\t\t\t\t\t\t<PROP_DOCYR_PRIOR/>\r\n\t\t\t\t\t\t\t\t<PROP_DEEDTYPE_PRIOR/>\r\n\t\t\t\t\t\t\t\t<PROP_SALESTRANSCD_PRIOR/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGAMT_PRIOR/>\r\n\t\t\t\t\t\t\t</PriorSale>\r\n \t\t\t\t\t\t\t<Mortgage>\r\n\t\t\t\t\t\t\t\t<PROP_MTGINTCD/>\r\n\t\t\t\t\t\t\t\t<PROP_OWNERCD/>\r\n\t\t\t\t\t\t\t\t<PROP_SELLCARRYBACK/>\r\n\t\t\t\t\t\t\t\t<PROP_TITTLECOMPANY>CITYWIDE TITLE CORP</PROP_TITTLECOMPANY>\r\n\t\t\t\t\t\t\t\t<PROP_LOANTOVAL>64</PROP_LOANTOVAL>\r\n \t\t\t\t\t\t\t\t<PROP_MTGAMT>150604</PROP_MTGAMT>\r\n \t\t\t\t\t\t\t\t<PROP_MTGDATE>20040416</PROP_MTGDATE>\r\n\t\t\t\t\t\t\t\t<PROP_MTGLOANCD>CNV</PROP_MTGLOANCD>\r\n\t\t\t\t\t\t\t\t<PROP_MTGDEEDCD>MG</PROP_MTGDEEDCD>\r\n \t\t\t\t\t\t\t\t<PROP_MTGTERM/>\r\n \t\t\t\t\t\t\t\t<PROP_MTGDUEDATE/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGASSUMPTIONAMT/>\r\n\t\t\t\t\t\t\t\t<PROP_LENDERNAME>GUARANTEED RATE INC</PROP_LENDERNAME>\r\n\t\t\t\t\t\t\t\t<PROP_MTGREFICD/>\r\n\t\t\t\t\t\t\t\t<PROP_RMSEQUITYCD/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGINTRATE>41250</PROP_MTGINTRATE>\r\n\t\t\t\t\t\t\t\t<PROP_MTGINTRATETYPE>FIX</PROP_MTGINTRATETYPE>\r\n\t\t\t\t\t\t\t\t<PROP_MTGAMT2/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGDATE2/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGLOANCD2/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGDEEDCD2/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGTERM2/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGDUEDATE2/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGASSUMPTIONAMT2/>\r\n\t\t\t\t\t\t\t\t<PROP_LENDERNAME2/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGREFICD2/>\r\n\t\t\t\t\t\t\t\t<PROP_RMSEQUITYCD2/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGINTRATE2/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGINTRATETYPE2/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGAMT3/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGDATE3/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGLOANCD3/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGDEEDCD3/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGTERM3/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGDUEDATE3/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGASSUMPTIONAMT3/>\r\n\t\t\t\t\t\t\t\t<PROP_LENDERNAME3/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGREFICD3/>\r\n\t\t\t\t\t\t\t\t<PROP_RMSEQUITYCD3/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGINTRATE3/>\r\n\t\t\t\t\t\t\t\t<PROP_MTGINTRATETYPE3/>\r\n \t\t\t\t\t\t\t</Mortgage>\r\n \t\t\t\t\t\t</PropertyAttributes>\r\n \t\t\t\t\t\t<DemographicAttributes>\r\n \t\t\t\t\t\t\t<Demographics>\r\n \t\t\t\t\t\t\t\t<Gender>M</Gender>\r\n \t\t\t\t\t\t\t\t<Age>50</Age>\r\n\t\t\t\t\t\t\t\t<MedYrBld>2002</MedYrBld>\r\n\t\t\t\t\t\t\t\t<LOR>11</LOR>\r\n \t\t\t\t\t\t\t\t<Homeowner>H</Homeowner>\r\n\t\t\t\t\t\t\t\t<EHI>D</EHI>\r\n \t\t\t\t\t\t\t\t<DwellType>S</DwellType>\r\n\t\t\t\t\t\t\t\t<Married>M</Married>\r\n\t\t\t\t\t\t\t\t<MobHome/>\r\n\t\t\t\t\t\t\t\t<Pool/>\r\n\t\t\t\t\t\t\t\t<FirePl>Y</FirePl>\r\n\t\t\t\t\t\t\t\t<SglParent/>\r\n\t\t\t\t\t\t\t\t<HHNBRSR/>\r\n\t\t\t\t\t\t\t\t<CreditCard/>\r\n \t\t\t\t\t\t\t\t<WealthScr>F</WealthScr>\r\n\t\t\t\t\t\t\t\t<CharityDnr/>\r\n \t\t\t\t\t\t\t\t<MrktHomeVal>H</MrktHomeVal>\r\n\t\t\t\t\t\t\t\t<Education/>\r\n\t\t\t\t\t\t\t\t<Ethnicity/>\r\n \t\t\t\t\t\t\t\t<ChildCd>Y</ChildCd>\r\n\t\t\t\t\t\t\t\t<ChildAgeCd/>\r\n \t\t\t\t\t\t\t\t<ChildNbrCd>B</ChildNbrCd>\r\n\t\t\t\t\t\t\t\t<VehLux/>\r\n\t\t\t\t\t\t\t\t<VehSuv/>\r\n\t\t\t\t\t\t\t\t<VehTrk/>\r\n\t\t\t\t\t\t\t\t<PctBlk>T</PctBlk>\r\n\t\t\t\t\t\t\t\t<PctWht>D</PctWht>\r\n\t\t\t\t\t\t\t\t<PctHsp>T</PctHsp>\r\n\t\t\t\t\t\t\t\t<PctAsi>S</PctAsi>\r\n\t\t\t\t\t\t\t\t<PctEngSpeak>D</PctEngSpeak>\r\n\t\t\t\t\t\t\t\t<PctSpnSpeak>S</PctSpnSpeak>\r\n\t\t\t\t\t\t\t\t<PctAsiaSpeak>T</PctAsiaSpeak>\r\n\t\t\t\t\t\t\t\t<PctSFDU>A</PctSFDU>\r\n\t\t\t\t\t\t\t\t<PctMFDU/>\r\n \t\t\t\t\t\t\t\t<MHV>C</MHV>\r\n\t\t\t\t\t\t\t\t<MOR>F</MOR>\r\n\t\t\t\t\t\t\t\t<PctAuto>A</PctAuto>\r\n \t\t\t\t\t\t\t\t<MedSchl>131</MedSchl>\r\n\t\t\t\t\t\t\t\t<PctWhiteCollar>I</PctWhiteCollar>\r\n\t\t\t\t\t\t\t\t<PctBlueCollar>S</PctBlueCollar>\r\n\t\t\t\t\t\t\t\t<PctOccO>N</PctOccO>\r\n\t\t\t\t\t\t\t\t<DemoLvl>1</DemoLvl>\r\n \t\t\t\t\t\t\t</Demographics>\r\n\t\t\t\t\t\t\t<LifeStyles>\r\n\t\t\t\t\t\t\t\t<PIPriceClub/>\r\n\t\t\t\t\t\t\t\t<PIWomanAprl/>\r\n\t\t\t\t\t\t\t\t<PIMenAprl/>\r\n\t\t\t\t\t\t\t\t<PIChildAprl/>\r\n\t\t\t\t\t\t\t\t<PIPetAprl/>\r\n\t\t\t\t\t\t\t\t<PIBookBuy/>\r\n\t\t\t\t\t\t\t\t<PIBookRead/>\r\n\t\t\t\t\t\t\t\t<PIHiTech/>\r\n\t\t\t\t\t\t\t\t<PIArts/>\r\n\t\t\t\t\t\t\t\t<PICollect/>\r\n\t\t\t\t\t\t\t\t<PIHomeGrd/>\r\n\t\t\t\t\t\t\t\t<PIHomeImp/>\r\n\t\t\t\t\t\t\t\t<PICookWine/>\r\n\t\t\t\t\t\t\t\t<PIGamble/>\r\n\t\t\t\t\t\t\t\t<PITravel/>\r\n\t\t\t\t\t\t\t\t<PIFitness/>\r\n\t\t\t\t\t\t\t\t<PISelfImp/>\r\n\t\t\t\t\t\t\t\t<PIAuto/>\r\n\t\t\t\t\t\t\t\t<PISport/>\r\n\t\t\t\t\t\t\t\t<PIOutdoor/>\r\n\t\t\t\t\t\t\t\t<PIInvst/>\r\n\t\t\t\t\t\t\t\t<PIBoat/>\r\n\t\t\t\t\t\t\t\t<PIMoto/>\r\n\t\t\t\t\t\t\t</LifeStyles>\r\n \t\t\t\t\t\t\t<PowerScore>\r\n \t\t\t\t\t\t\t\t<PurPowerScr>G</PurPowerScr>\r\n\t\t\t\t\t\t\t\t<ScoreCode>G</ScoreCode>\r\n \t\t\t\t\t\t\t</PowerScore>\r\n \t\t\t\t\t\t</DemographicAttributes>\r\n \t\t\t\t\t\t<PhoneAttributes>\r\n \t\t\t\t\t\t\t<PhoneType>L</PhoneType>\r\n \t\t\t\t\t\t\t<PhoneType2>W</PhoneType2>\r\n \t\t\t\t\t\t</PhoneAttributes>\r\n \t\t\t\t\t\t<AutoAttributes>\r\n \t\t\t\t\t\t\t<Vehicle>\r\n \t\t\t\t\t\t\t\t<Make>FORD</Make>\r\n \t\t\t\t\t\t\t\t<Model>FOCUS</Model>\r\n \t\t\t\t\t\t\t\t<Year>2014</Year>\r\n \t\t\t\t\t\t\t\t<ClassCD>SMALL CAR</ClassCD>\r\n \t\t\t\t\t\t\t\t<FuelTypeCD>F</FuelTypeCD>\r\n \t\t\t\t\t\t\t\t<MFGCD>F</MFGCD>\r\n \t\t\t\t\t\t\t\t<StyleCD>HATCHBACK</StyleCD>\r\n \t\t\t\t\t\t\t\t<Mileages>A</Mileages>\r\n \t\t\t\t\t\t\t\t<ODate>20160501</ODate>\r\n \t\t\t\t\t\t\t</Vehicle>\r\n \t\t\t\t\t\t\t<Vehicle2>\r\n \t\t\t\t\t\t\t\t<Make>FORD</Make>\r\n \t\t\t\t\t\t\t\t<Model>MUSTANG</Model>\r\n \t\t\t\t\t\t\t\t<Year>2001</Year>\r\n \t\t\t\t\t\t\t\t<ClassCD>MID SIZE CAR</ClassCD>\r\n \t\t\t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n \t\t\t\t\t\t\t\t<MFGCD>F</MFGCD>\r\n \t\t\t\t\t\t\t\t<StyleCD>CONV</StyleCD>\r\n \t\t\t\t\t\t\t\t<Mileages>R</Mileages>\r\n \t\t\t\t\t\t\t\t<ODate>20151203</ODate>\r\n \t\t\t\t\t\t\t</Vehicle2>\r\n \t\t\t\t\t\t\t<Vehicle3>\r\n \t\t\t\t\t\t\t\t<Make>HONDA</Make>\r\n \t\t\t\t\t\t\t\t<Model>ODYSSEY</Model>\r\n \t\t\t\t\t\t\t\t<Year>2002</Year>\r\n \t\t\t\t\t\t\t\t<ClassCD>MINIVAN</ClassCD>\r\n \t\t\t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n \t\t\t\t\t\t\t\t<MFGCD>L</MFGCD>\r\n \t\t\t\t\t\t\t\t<StyleCD>VAN</StyleCD>\r\n \t\t\t\t\t\t\t\t<Mileages>I</Mileages>\r\n \t\t\t\t\t\t\t\t<ODate>20120924</ODate>\r\n \t\t\t\t\t\t\t</Vehicle3>\r\n \t\t\t\t\t\t\t<Vehicle4>\r\n \t\t\t\t\t\t\t\t<Make>HYIUNDAI</Make>\r\n \t\t\t\t\t\t\t\t<Model>SANTA FE</Model>\r\n \t\t\t\t\t\t\t\t<Year>2011</Year>\r\n \t\t\t\t\t\t\t\t<ClassCD>SMALL SUV</ClassCD>\r\n \t\t\t\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n \t\t\t\t\t\t\t\t<MFGCD>L</MFGCD>\r\n \t\t\t\t\t\t\t\t<StyleCD>UTIL</StyleCD>\r\n \t\t\t\t\t\t\t\t<Mileages>F</Mileages>\r\n \t\t\t\t\t\t\t\t<ODate>20160508</ODate>\r\n \t\t\t\t\t\t\t</Vehicle4>\r\n \t\t\t\t\t\t</AutoAttributes>\r\n \t\t\t\t\t\t<IPAttributes>\r\n \t\t\t\t\t\t\t<IP>172.13.172.51</IP>\r\n \t\t\t\t\t\t\t<IPRegion>Tennessee </IPRegion>\r\n \t\t\t\t\t\t\t<City>Memphis</City>\r\n \t\t\t\t\t\t\t<Zip>37501</Zip>\r\n \t\t\t\t\t\t\t<Latitude>35.15</Latitude>\r\n \t\t\t\t\t\t\t<Longitude>-90.05</Longitude>\r\n \t\t\t\t\t\t\t<ISP>AT&T Internet Sevices</ISP>\r\n \t\t\t\t\t\t\t<IPFrom></IPFrom>\r\n \t\t\t\t\t\t\t<IPTo></IPTo>\r\n \t\t\t\t\t\t</IPAttributes>\r\n \t\t\t\t\t</IDAttributes>\r\n\t\t\t\t\t<IDIntelligence>\r\n\t\t\t\t\t\t<InMarketAuto>\r\n\t\t\t\t\t\t\t<IN_financing_prob_rank>100</IN_financing_prob_rank>\r\n\t\t\t\t\t\t\t<IN_insurance_prob_rank>100</IN_insurance_prob_rank>\r\n\t\t\t\t\t\t\t<IN_new_vehicle_prob_rank>80</IN_new_vehicle_prob_rank>\r\n\t\t\t\t\t\t\t<IN_auto_parts_prob_rank>60</IN_auto_parts_prob_rank>\r\n\t\t\t\t\t\t\t<IN_used_vehicle_prob_rank>20</IN_used_vehicle_prob_rank>\r\n\t\t\t\t\t\t</InMarketAuto>\r\n\t\t\t\t\t\t<IDConnex>\r\n\t\t\t\t\t\t\t<HouseholdClusterCode/>\r\n\t\t\t\t\t\t\t<HouseholdClusterName/>\r\n\t\t\t\t\t\t\t<DetailHouseholdClusterCode/>\r\n\t\t\t\t\t\t\t<NeighborhoodClusterCode/>\r\n\t\t\t\t\t\t\t<NeighborhoodClusterName/>\r\n\t\t\t\t\t\t\t<FamilyClusterCode/>\r\n\t\t\t\t\t\t\t<FamilyClusterName/>\r\n\t\t\t\t\t\t\t<MessagingClusterCode/>\r\n\t\t\t\t\t\t\t<MessagingClusterName/>\r\n\t\t\t\t\t\t\t<DigitalClusterCode/>\r\n\t\t\t\t\t\t\t<DigitalClusterName/>\r\n\t\t\t\t\t\t\t<GenerationClusterCode/>\r\n\t\t\t\t\t\t\t<GenerationClusterName/>\r\n\t\t\t\t\t\t\t<GenerationGroupCode/>\r\n\t\t\t\t\t\t\t<LifeStageClusterCode/>\r\n\t\t\t\t\t\t\t<LifeStageClusterName/>\r\n\t\t\t\t\t\t\t<LifeStageGroupCode/>\r\n\t\t\t\t\t\t</IDConnex>\r\n\t\t\t\t\t</IDIntelligence>\r\n \t\t\t\t</Detail>\r\n \t\t\t</IDVerifyResult>\r\n \t\t</IDVerifyResponse>\r\n \t</s:Body>\r\n</s:Envelope>"}],"_postman_id":"cef00c3d-50d3-41eb-96f3-29a683afd2a0"}],"id":"ee94cb78-94fb-4098-ad0e-860f713b604d","description":"<p><b>Notice:</b> The FlashFind SOAP API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol for data communications.</p>\n<h4><b>Configuration</b></h4>\n\n<table>\n    <tr>\n        <td>Connection WSDL:</td>\n        <td>https://api.yourdatadelivery.com/service/wsdl?singlewsdl</td>\n    </tr>\n    <tr>\n        <td>Contract Name:</td>\n        <td>APIservice</td>\n    </tr>\n    <tr>\n        <td>Contract Example:</td>\n        <td>client = new ApiServiceClient();</td>\n    </tr>\n    <tr>\n        <td>Method Name:</td>\n        <td>IDVerify</td>\n    </tr>\n    <tr>\n        <td>Connection Endpoint:</td>\n        <td>https://api.yourdatadelivery.com/service/soap</td>\n    </tr>\n    <tr>\n        <td>Definition:</td>\n        <td>Response IDVerify(STRING LOGIN, STRING PASSWORD, STRING FULLNAME , STRING FNAME ,STRING LNAME, STRING ADDRESS1, STRING ADDRESS2, STRING CITY, STRING STATE, STRING ZIP, STRING PHONE, STRING PHONE2, STRING EMAIL, STRING IP)\n        </td>\n    </tr>\n    <tr>\n        <td>Method Example Request:</td>\n        <td>Response IDVerify(“login”, “password”, \"\", “JOHN”, “SMITH”, “123 MAIN STREET”, \" APT 3\", \"CHICAGO\", \"IL\", \"60657\",”1234567890”,”9876543210”, \"JSMITH@DOMAIN.COM\", \"\")\n        </td>\n    </tr>\n</table>\n","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"ee94cb78-94fb-4098-ad0e-860f713b604d"},{"name":"API Response Codes","item":[],"id":"f41f47e7-ea49-443a-9d3f-fa1fbd14b3b7","description":"<h3 id=\"ip-attributes\">IP Attributes:</h3>\n<p>The following is a table of potential output response codes &amp; messages:</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>0</td>\n<td>Successful</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No Records found</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Missing required parameter(s)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Too many results. Please refine your search criteria</td>\n</tr>\n<tr>\n<td>4</td>\n<td>You have reached the maximum number of transactions allowed</td>\n</tr>\n<tr>\n<td>102</td>\n<td>The user is invalid (double-check credentials)</td>\n</tr>\n<tr>\n<td>All other codes</td>\n<td>System error. Retry search, if failure continues, contact support</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"4add4d2b-0bf0-4025-8d28-7c0dcdd1ff4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2abd40f9-fa2b-4031-aa35-b623c64d65e6","type":"text/javascript","exec":[""]}}],"_postman_id":"f41f47e7-ea49-443a-9d3f-fa1fbd14b3b7"},{"name":"Demographic Tag Descriptions ","item":[],"id":"1af4a553-5200-4bd2-9211-7448cdbd5899","description":"<p>The following is a table of demographic tag descriptions.</p>\n\n<table>\n<tr>\n<td><b>XML Tag Name</b></td>\n<td><b>Description</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>PctBlk</td>\n<td>Percent_Range_Black</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctWht</td>\n<td>Percent_Range_White</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctHsp</td>\n<td>Percent_Range_Hispanic</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctAsi</td>\n<td>Percent_Range_Asian</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctEngSpeak</td>\n<td>Percent_Range_English_Speaking</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctSpnSpeak</td>\n<td>Percnt_Range_Spanish_Speaking</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctAsiaSpeak</td>\n<td>Percent_Range_Asian_Speaking</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctSFDU</td>\n<td>Percent_Range_SFDU</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctMFDU</td>\n<td>Percent_Range_MFDU</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>MOR</td>\n<td>Penetration Range Mail Order Respondent</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctAuto</td>\n<td>Penetration Range Automobile owner</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctWhiteCollar</td>\n<td>Percent _White_Collar</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctBlueCollar</td>\n<td>Percent _Blue_Collar</td>\n<td>Penetration Range - See Below</td>\n</tr>\n<tr>\n<td>PctOccO</td>\n<td>PctOccO</td>\n<td>Penetration Range - See Below</td>\n</tr>\n\n</table>\n\n<table>\n<tr>\n<td><b>Penetration Percentage Range</b></td>\n</tr>\n<tr>\n<td>A</td>\n<td>Greater than 95</td>\n</tr>\n<tr>\n<td>B</td>\n<td>95 thru 91</td>\n</tr>\n<tr>\n<td>C</td>\n<td>90 thru 86</td>\n</tr>\n<tr>\n<td>D</td>\n<td>85 thru 81</td>\n</tr>\n<tr>\n<td>E</td>\n<td>80 thru 76</td>\n</tr>\n<tr>\n<td>F</td>\n<td>75 thru 71</td>\n</tr>\n<tr>\n<td>G</td>\n<td>70 thru 66</td>\n</tr>\n<tr>\n<td>H</td>\n<td>65 thru 61</td>\n</tr>\n<tr>\n<td>I</td>\n<td>60 thru 56</td>\n</tr>\n<tr>\n<td>J</td>\n<td>55 thru 51</td>\n</tr>\n<tr>\n<td>K</td>\n<td>50 thru 46</td>\n</tr>\n<tr>\n<td>L</td>\n<td>45 thru 41</td>\n</tr>\n<tr>\n<td>M</td>\n<td>40 thru 36</td>\n</tr>\n<tr>\n<td>N</td>\n<td>35 thru 31</td>\n</tr>\n<tr>\n<td>O</td>\n<td>30 thru 26</td>\n</tr>\n<tr>\n<td>P</td>\n<td>25 thru 21</td>\n</tr>\n<tr>\n<td>Q</td>\n<td>20 thru 16</td>\n</tr>\n<tr>\n<td>R</td>\n<td>15 thru 11</td>\n</tr>\n<tr>\n<td>S</td>\n<td>10 thru 6</td>\n</tr>\n<tr>\n<td>T</td>\n<td>Less than 6</td>\n</tr>\n\n</table>\n\n\n","event":[{"listen":"prerequest","script":{"id":"36eb4462-cf23-4130-b786-b9f73f1bf075","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0bc7146f-ad5a-46b7-abc5-1428d5b1868b","type":"text/javascript","exec":[""]}}],"_postman_id":"1af4a553-5200-4bd2-9211-7448cdbd5899"}],"id":"317a6d7f-a1e8-4167-b488-b58d8484b0c1","event":[{"listen":"prerequest","script":{"id":"cbfea72d-765c-44ad-ad30-872d28eb8d87","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2c46cb36-17af-4755-964c-37170aeade59","type":"text/javascript","exec":[""]}}],"_postman_id":"317a6d7f-a1e8-4167-b488-b58d8484b0c1","description":""},{"name":"Phone ID Append","item":[{"name":"Inputs","item":[],"id":"67d6e0e3-e3d1-45ee-83e8-54d66cb3bfbd","description":"<table>\n<tr>\n<td><b>Input Field</b></td>\n<td><b>Required?</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>Login</td>\n<td>Required</td>\n<td>Account username</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Required</td>\n<td>Account password</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Required*</td>\n<td>First name, 15 characters max</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Required*</td>\n<td>Last name, 15 characters max</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Required</td>\n<td>Address line 1 (example: 1234 N Main St SW Apt 3), 60 characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Optional</td>\n<td>Address line 2, 60 characters max (not needed, entire address can be put in Address1)</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Required*</td>\n<td>City name, 28 characters max. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Required*</td>\n<td>2 character state abbreviation. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Required*</td>\n<td>5 digit numeric USPS zip code.  * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Maxscore</td>\n<td>Optional</td>\n<td>Filters by Match Score, 3 characters max. See Appendix C. \"maxscore=299 will include all individual and household level matches\"</td>\n</tr>\n\n</table>\n\n\n\n\n","event":[{"listen":"prerequest","script":{"id":"36eb4462-cf23-4130-b786-b9f73f1bf075","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0bc7146f-ad5a-46b7-abc5-1428d5b1868b","type":"text/javascript","exec":[""]}}],"_postman_id":"67d6e0e3-e3d1-45ee-83e8-54d66cb3bfbd"},{"name":"RESTful XML API","item":[{"name":"Phone Append (Successful Request) (XML)","id":"6507c9e8-eddb-45a6-a444-912bd01043b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://xml.yourdatadelivery.com/ForwardPhoneAppend?Login=username&Password=password&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Maxscore=Maxscore","urlObject":{"protocol":"https","path":["ForwardPhoneAppend"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account username (Required)</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account password (Required)</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>First name, 15 characters max  (Required)</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max  (Required)</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max  (Required)</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>Filters by Match Score, 3 characters max. See Match Code Descriptions. \"maxscore=299 will include all individual and household level matches\"</p>\n","type":"text/plain"},"key":"Maxscore","value":"Maxscore"},{"disabled":true,"key":"uselayout","value":"default"},{"disabled":true,"key":"PAAMATCH","value":"TRUE"}],"variable":[]}},"response":[{"id":"699ce0b9-b9be-47c4-8b63-8060a58016b0","name":"Phone Append (Successful Request) (XML)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://xml.yourdatadelivery.com/ForwardPhoneAppend?Login=username&Password=password&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Maxscore=Maxscore","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["ForwardPhoneAppend"],"query":[{"key":"Login","value":"username","description":"Account username (Required)"},{"key":"Password","value":"password","description":"Account password (Required)"},{"key":"FName","value":"FName","description":"First name, 15 characters max "},{"key":"LName","value":"LName","description":"Last name, 20 characters max. "},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max. "},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. "},{"key":"State","value":"State","description":"2 character state abbreviation. "},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code"},{"key":"Maxscore","value":"Maxscore","description":"Filters by Match Score, 3 characters max. See Match Code Descriptions. \"maxscore=299 will include all individual and household level matches\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"3027"},{"key":"Content-Type","value":"application/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 23 Aug 2019 22:04:09 GMT"}],"cookie":[],"responseTime":null,"body":"<xml xmlns=\"https://xml.yourdatadelivery.com\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    <Response>\n        <Detail transaction=\"ForwardPhoneAppend\">\n            <Person>\n                <Score>100</Score>\n                <Category>I</Category>\n                <Name>\n                    <LName>Smith</LName>\n                    <FName>John</FName>\n                    <MName>L</MName>\n                    <BusName/>\n                </Name>\n                <Address>\n                    <House>123</House>\n                    <PreDir>E\n                    </ PreDir>\n                    <Street>Main</Street>\n                    <StrType>ST</StrType>\n                    <PostDir/>\n                    <AptType>APT\n                    </FName>\n                    <AptNbr>1 A\n                    </FName>\n                    <City>Chicago</City>\n                    <State>IL</State>\n                    <Zip>60601</Zip>\n                    <Z4>1234</Z4>\n                    <DPC>464\n                    </ DPC>\n                    <CRTE>C088</CRTE>\n                    <CNTY>043</CNTY>\n                    <Z4Type>S</Z4Type>\n                    <DPV>Y</DPV>\n                    <Deliverable>Y</Deliverable>\n                    <ValDate>20170504</ValDate>\n                </Address>\n                <Phones>\n                    <Phone>1234567890</Phone>\n                    <PhoneType>L</PhoneType>\n                    <DID/>\n                    <RecType>R</RecType>\n                    <IDate>20080328</IDate>\n                    <ODate>20110909</ODate>\n                    <TelcoName>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - CA</TelcoName>\n                    <PHV>2</PHV>\n                    <DACode>C</DACode>\n                </Phones>\n            </Person>\n        </Detail>\n    </Response>\n</xml>"}],"_postman_id":"6507c9e8-eddb-45a6-a444-912bd01043b1"}],"id":"a9b0e5dd-6b45-41a1-b475-2bfc10473a27","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"a9b0e5dd-6b45-41a1-b475-2bfc10473a27","description":""},{"name":"Output","item":[{"name":"Identity","item":[],"id":"24ca9bc2-0b59-4089-b70c-b739d738a948","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>BusName</td>\n<td>Appended Business Name</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>House</td>\n<td>Appended Primary House Number</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS zip+4</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery point code with check digit</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route</td>\n<td>4 Characters</td></tr>\n<tr>\n<td>CNTY</td>\n<td>Appended FIPS county code</td>\n<td>3 Characters</td></tr>\n<tr>\n<td>Z4Type</td>\n<td>Appended USPS Zip+4 type\nF – firm or company address\nG – General delivery address\nH – High-rise or business complex\nP – PO Box address\nR – Rural route address\nS – Street or residential address\nBlank - Unknown\n</td>\n<td>F, G, H, P, R, S</td>\n</tr><tr>\n<td>DPV</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both Primary and (if present) Secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n<tr>\n<td>Deliverable</td>\n<td>Appended Deliverable flag</td>\n<td>Y, N, or Blank</td>\n</tr>\n<tr>\n<td>ValDate</td>\n<td>Appended Last address validation date</td>\n<td>YYYYMMDD</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"16f57e4e-ef6c-4c42-86b2-9ccf818c5bf1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1b8ad9b3-6020-41a2-8fb1-b375c1aa2dd9","type":"text/javascript","exec":[""]}}],"_postman_id":"24ca9bc2-0b59-4089-b70c-b739d738a948"},{"name":"Phone Attributes","item":[],"id":"fdb6d07a-94d3-41f5-8db2-9c91812400b3","description":"<p>The Phone Types returned are sourced from the telephone carrier network and are authoritative and accurate, even in situations where a phone has been recently ported from landline to wireless.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Appended Telephone Number</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>DID</td>\n<td>Direct Inward Dial Number</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>RecType</td>\n<td>Appended Record Type\nR – Residential\nB – Business\nP – Payphone\nU - Unknown\n</td>\n<td>R, B, P, U</td>\n</tr>\n<tr>\n<td>IDate</td>\n<td>Date record was first received</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Date record was last received as connected</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>TelcoName</td>\n<td>Name of original telephone company provider</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>PHV</td>\n<td>Telephone confidence score\n1 is highest confidence, 5 is lowest. 4’s are considered possible disconnects, 5’s are likely disconnects.  PHV 1-3 are considered high confidence records.\n</td>\n<td>1 - 5</td>\n</tr>\n<tr>\n<td>DACode</td>\n<td>Directory Assistance Flag, 1 character max.\n Y – Record as it appears in Directory Assistance\n D – Record was removed / delisted from Directory Assistance\n Blank – Private record (not in Directory Assistance)\n</td>\n<td>Y, D, Blank</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"1c86d2fd-166a-459f-9476-b70af2244fcd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c1e8029e-4f25-4ec0-aa88-9c545b202bfb","type":"text/javascript","exec":[""]}}],"_postman_id":"fdb6d07a-94d3-41f5-8db2-9c91812400b3"}],"id":"b96447da-dac5-4602-8c44-c3d0c778def9","event":[{"listen":"prerequest","script":{"id":"28b06b2f-b758-477b-91ed-dfd8afb3d8a0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7b83dd47-1f90-42e9-beaf-4c6c3206a6ae","type":"text/javascript","exec":[""]}}],"_postman_id":"b96447da-dac5-4602-8c44-c3d0c778def9","description":""},{"name":"API Response Codes","item":[],"id":"30438048-94e3-47fc-8c59-781a241cd7f2","description":"<h3 id=\"ip-attributes\">IP Attributes:</h3>\n<p>The following is a table of potential output response codes &amp; messages:</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>0</td>\n<td>Successful</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No Records found</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Missing required parameter(s)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Too many results. Please refine your search criteria</td>\n</tr>\n<tr>\n<td>4</td>\n<td>You have reached the maximum number of transactions allowed</td>\n</tr>\n<tr>\n<td>102</td>\n<td>The user is invalid (double-check credentials)</td>\n</tr>\n<tr>\n<td>All other codes</td>\n<td>System error. Retry search, if failure continues, contact support</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"4add4d2b-0bf0-4025-8d28-7c0dcdd1ff4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2abd40f9-fa2b-4031-aa35-b623c64d65e6","type":"text/javascript","exec":[""]}}],"_postman_id":"30438048-94e3-47fc-8c59-781a241cd7f2"},{"name":"Match Code Descriptions","item":[],"id":"6631702b-76a0-47fe-acc3-789ef5b8f2b9","description":"<table>\n<tr>\n<td><b>Category</b></td>\n<td><b>Score</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>I</td>\n<td>100</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>101</td>\n<td>Fuzzy First, Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>102</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>103</td>\n<td>Fuzzy First, Fuzzy Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>104</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>105</td>\n<td>Fuzzy First, Exact Last, Exact Street Address,Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>106</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>107</td>\n<td>Fuzzy First, Fuzzy Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>108</td>\n<td>Exact First, Exact Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>109</td>\n<td>Fuzzy First, Exact Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>110</td>\n<td>Exact First, Exact Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>111</td>\n<td>Fuzzy First, Fuzzy Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>112</td>\n<td>Exact First, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>100</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip, Phone</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>101</td>\n<td>Fuzzy First, Exact Last, Exact Street Address, Unit W/A, Zip, Phone</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>102</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip, Phone</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>103</td>\n<td>Fuzzy First, Exact Last, Exact Street Address, Unit W/A, Zip, Phone</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>104</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit Missing, Zip, Phone</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>105</td>\n<td>Fuzzy First, Exact Last, Exact Street Address,Unit Missing, Zip, Phone</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>106</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit Missing, Zip, Phone</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>107</td>\n<td>Fuzzy First, Fuzzy Last, Exact Street Address, Unit Missing, Zip, Phone</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>108</td>\n<td>Exact First, Exact Last, Fuzzy Street Address, Zip, Phone</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>109</td>\n<td>Fuzzy First, Exact Last, Fuzzy Street Address, Zip, Phone</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>110</td>\n<td>Exact First, Exact Last, Fuzzy Street Address, Zip, Phone</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>111</td>\n<td>Fuzzy First, Fuzzy Last, Fuzzy Street Address, Zip, Phone</td>\n</tr>\n<tr>\n<td>H</td>\n<td>200</td>\n<td>Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>H</td>\n<td>201</td>\n<td>Fuzzy Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>H</td>\n<td>202</td>\n<td>Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>H</td>\n<td>203</td>\n<td>Fuzzy Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>H</td>\n<td>204</td>\n<td>Exact Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>H</td>\n<td>205</td>\n<td>Fuzzy Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>HP</td>\n<td>200</td>\n<td>Exact Last, Exact Street Address, Unit W/A, Zip, Phonephone</td>\n</tr>\n<tr>\n<td>HP</td>\n<td>201</td>\n<td>Fuzzy Last, Exact Street Address, Unit W/A, Zip, Phone</td>\n</tr>\n<tr>\n<td>HP</td>\n<td>202</td>\n<td>Exact Last, Exact Street Address, Unit Missing, Zip, Phone</td>\n</tr>\n<tr>\n<td>HP</td>\n<td>203</td>\n<td>Fuzzy Last, Exact Street Address, Unit Missing, Zip, Phonee</td>\n</tr>\n<tr>\n<td>HP</td>\n<td>204</td>\n<td>Exact Last, Fuzzy Street Address, Zip, Phone</td>\n</tr>\n<tr>\n<td>HP</td>\n<td>205</td>\n<td>Fuzzy Last, Fuzzy Street Address, Zip, Phone</td>\n</tr>\n<tr>\n<td>A</td>\n<td>300</td>\n<td>Exact Street Address, Unit W/A, Zipe</td>\n</tr>\n<tr>\n<td>A</td>\n<td>301</td>\n<td>Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>A</td>\n<td>302</td>\n<td>Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>AP</td>\n<td>300</td>\n<td>Exact Street Address, Unit W/A, Zip, Phone</td>\n</tr>\n<tr>\n<td>AP</td>\n<td>301</td>\n<td>Exact Street Address, Unit Missing, Zip, Phone</td>\n</tr>\n<tr>\n<td>AP</td>\n<td>302</td>\n<td>Fuzzy Street Address, Zip, Phone</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>400</td>\n<td>Exact First, Exact Last, Phone</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>401</td>\n<td>Fuzzy First, Exact Last, Phone</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>402</td>\n<td>Exact First, Fuzzy Last, Phone</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>403</td>\n<td>Fuzzy First, Fuzzy Last, Phone</td>\n</tr>\n<tr>\n<td>LP</td>\n<td>450</td>\n<td>Exact Last, Phone</td>\n</tr>\n<tr>\n<td>LP</td>\n<td>451</td>\n<td>Fuzzy Last, Phone</td>\n</tr>\n<tr>\n<td>ZP</td>\n<td>500</td>\n<td>Zip, Phone</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>600</td>\n<td>Exact First, Exact Last, Zip</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>601</td>\n<td>Fuzzy First, Exact Last, Zip</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>602</td>\n<td>Exact First, Fuzzy Last, Zip</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>603</td>\n<td>Fuzzy First, Fuzzy Last, Zip</td>\n</tr>\n<tr>\n<td>P</td>\n<td>900</td>\n<td>Phone Verified</td>\n</tr>\n<tr>\n<td>Z</td>\n<td>999</td>\n<td>No match found</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"4add4d2b-0bf0-4025-8d28-7c0dcdd1ff4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2abd40f9-fa2b-4031-aa35-b623c64d65e6","type":"text/javascript","exec":[""]}}],"_postman_id":"6631702b-76a0-47fe-acc3-789ef5b8f2b9"}],"id":"47ecea8e-f094-4f8d-9c58-5d0e2cec20a5","description":"<p>The Phone Append product accepts Name/address as input, runs the input address through CASS standardization, searches against the Infutor’s Phones Identity database, and returns the single best matching record including Name, Address, Phone, and Phone flag data elements, along with match score and category.</p>","event":[{"listen":"prerequest","script":{"id":"24d8002e-3e8e-4b6d-a5a0-9bfb678025c8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"905edbdc-b1ca-4bc5-bc32-acaaccae45df","type":"text/javascript","exec":[""]}}],"_postman_id":"47ecea8e-f094-4f8d-9c58-5d0e2cec20a5"},{"name":"Email Append","item":[{"name":"Inputs","item":[],"id":"4af8cb73-cce6-4418-91da-61c077471ba0","description":"<table>\n<tr>\n<td><b>Input Field</b></td>\n<td><b>Required?</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>Login</td>\n<td>Required</td>\n<td>Account username</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Required</td>\n<td>Account password</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Required</td>\n<td>First name, 15 characters max</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Required</td>\n<td>Last name, 20 characters max</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Required</td>\n<td>Address line 1, 64 characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Optional</td>\n<td>Address line 1, 64 characters max</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Required*</td>\n<td>City name, 28 characters max. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Required*</td>\n<td>2 character state abbreviation. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Required*</td>\n<td>5 digit numeric USPS zip code.  * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Maxscore</td>\n<td>Optional</td>\n<td>Filters by Match Score, 3 characters max. See Appendix \"maxscore=299 will include all individual and household level matches\"</td>\n</tr>\n<tr>\n<td>Suppression</td>\n<td>Optional</td>\n<td>Suppress records containing restrictions, True or False.  Default: Suppression=True</td>\n</tr>\n<tr>\n<td>IncludeTNR</td>\n<td>Optional</td>\n<td>Search against the Phone database if there is no Email database match, True or False.  Default: IncludeTNR=True</td>\n</tr>\n<tr>\n<td>IncludeMonths</td>\n<td>Optional</td>\n<td>Integer value in months.  For example, IncludeMonths=24 would include records that have been validated within the last 2 years.  By default, all matches are included regardless of validation date</td>\n</tr>\n\n</table>\n\n\n\n\n","event":[{"listen":"prerequest","script":{"id":"36eb4462-cf23-4130-b786-b9f73f1bf075","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0bc7146f-ad5a-46b7-abc5-1428d5b1868b","type":"text/javascript","exec":[""]}}],"_postman_id":"4af8cb73-cce6-4418-91da-61c077471ba0"},{"name":"RESTful XML API","item":[{"name":"Email Append (Successful Request) (XML)","id":"c344a7f5-4d3d-4d62-bc47-a3ef1a1d4d8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://xml.yourdatadelivery.com/ForwardEmailAppend?Login=username&Password=password&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Maxscore=Maxscore&Suppression=Suppression&IncludeTNR=IncludeTNR&IncludeMonths=IncludeMonths","urlObject":{"protocol":"https","path":["ForwardEmailAppend"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account username (Required)</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account password (Required)</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>First name, 15 characters max (Required)</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max (Required)</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max (Required)</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>Filters by Match Score, 3 characters max. See Match Code Descriptions. \"maxscore=299 will include all individual and household level matches\"</p>\n","type":"text/plain"},"key":"Maxscore","value":"Maxscore"},{"description":{"content":"<p>Suppress records containing restrictions, True or False.  Default: Suppression=True</p>\n","type":"text/plain"},"key":"Suppression","value":"Suppression"},{"description":{"content":"<p>Search against the Phone database if there is no Email database match, True or False.  Default: IncludeTNR=True</p>\n","type":"text/plain"},"key":"IncludeTNR","value":"IncludeTNR"},{"description":{"content":"<p>Integer value in months.  For example, IncludeMonths=24 would include records that have been validated within the last 2 years.  By default, all matches are included regardless of validation date.</p>\n","type":"text/plain"},"key":"IncludeMonths","value":"IncludeMonths"}],"variable":[]}},"response":[{"id":"95167bf9-83c8-42e4-9fe9-79812f440f2a","name":"Email Append (Successful Request) (XML)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://xml.yourdatadelivery.com/ForwardEmailAppend?Login=username&Password=password&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Maxscore=Maxscore&Suppression=Suppression&IncludeTNR=IncludeTNR&IncludeMonths=IncludeMonths","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["ForwardEmailAppend"],"query":[{"key":"Login","value":"username","description":"Account username (Required)"},{"key":"Password","value":"password","description":"Account password (Required)"},{"key":"FName","value":"FName","description":"First name, 15 characters max (Required)"},{"key":"LName","value":"LName","description":"Last name, 20 characters max (Required)"},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max (Required)"},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max"},{"key":"City","value":"City","description":"City name, 28 characters max"},{"key":"State","value":"State","description":"2 character state abbreviation"},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code"},{"key":"Maxscore","value":"Maxscore","description":"Filters by Match Score, 3 characters max. See Match Code Descriptions. \"maxscore=299 will include all individual and household level matches\""},{"key":"Suppression","value":"Suppression","description":"Suppress records containing restrictions, True or False.  Default: Suppression=True"},{"key":"IncludeTNR","value":"IncludeTNR","description":"Search against the Phone database if there is no Email database match, True or False.  Default: IncludeTNR=True"},{"key":"IncludeMonths","value":"IncludeMonths","description":"Integer value in months.  For example, IncludeMonths=24 would include records that have been validated within the last 2 years.  By default, all matches are included regardless of validation date."}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"3027"},{"key":"Content-Type","value":"application/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 23 Aug 2019 22:04:09 GMT"}],"cookie":[],"responseTime":null,"body":"<xml xmlns=\"https://xml.yourdatadelivery.com\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    <Response>\n        <Detail transaction=\"ForwardEmailAppend\">\n            <Person>\n                <Name>\n                    <LName>Smith</LName>\n                    <FName>John</FName>\n                    <MName>L</MName>\n                    <BusName/>\n                </Name>\n                <Address>\n                    <House>123</House>\n                    <PreDir>E </PreDir>\n                    <Street>Main</Street>\n                    <StrType>ST</StrType>\n                    <PostDir/>\n                    <AptType>APT<AptType/>\n                    <AptNbr>1<AptNbr/>\n                    <City>Chicago</City>\n                    <State>IL</State>\n                    <Zip>60601</Zip>\n                    <Z4>1234</Z4>\n                    <DPC>464</DPC>\n                    <CRTE>C088</CRTE>\n                    <CNTY>043</CNTY>\n                    <Z4Type>S</Z4Type>\n                    <DPV>Y</DPV>\n                    <Deliverable>Y</Deliverable>\n                    <ValDate>20170504</ValDate>\n                </Address>\n                <Phones>\n                    <Phone>1234567890</Phone>\n                    <PhoneType>L</PhoneType>\n                    <DID/>\n                    <RecType>R</RecType>\n                    <IDate>20080328</IDate>\n                    <ODate>20110909</ODate>\n                    <TelcoName>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - CA</TelcoName>\n                    <PHV>2</PHV>\n                    <DACode>C</DACode>\n                </Phones>\n                <Email>jsmith@domain.com</Email>\n                <Suppression>N</Suppression>\n                <Score>100</Score>\n                <Category>I</Category>\n            </Person>\n        </Detail>\n    </Response>\n</xml>"}],"_postman_id":"c344a7f5-4d3d-4d62-bc47-a3ef1a1d4d8c"}],"id":"7702a1de-cda0-47bd-87ca-0de4c4e5aa3a","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"7702a1de-cda0-47bd-87ca-0de4c4e5aa3a","description":""},{"name":"Output","item":[{"name":"Identity","item":[],"id":"760b52b0-0fd3-4299-9218-dad4753ea337","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>BusName</td>\n<td>Appended Business Name</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>House</td>\n<td>Appended Primary House Number</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS zip+4</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery point code with check digit</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route</td>\n<td>4 Characters</td></tr>\n<tr>\n<td>CNTY</td>\n<td>Appended FIPS county code</td>\n<td>3 Characters</td></tr>\n<tr>\n<td>Z4Type</td>\n<td>Appended USPS Zip+4 type\nF – firm or company address\nG – General delivery address\nH – High-rise or business complex\nP – PO Box address\nR – Rural route address\nS – Street or residential address\nBlank - Unknown\n</td>\n<td>F, G, H, P, R, S</td>\n</tr><tr>\n<td>DPV</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both Primary and (if present) Secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n<tr>\n<td>Deliverable</td>\n<td>Appended Deliverable flag</td>\n<td>Y, N, or Blank</td>\n</tr>\n<tr>\n<td>ValDate</td>\n<td>Appended Last address validation date</td>\n<td>YYYYMMDD</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"16f57e4e-ef6c-4c42-86b2-9ccf818c5bf1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1b8ad9b3-6020-41a2-8fb1-b375c1aa2dd9","type":"text/javascript","exec":[""]}}],"_postman_id":"760b52b0-0fd3-4299-9218-dad4753ea337"},{"name":"Profile Attributes","item":[{"name":"Phone Attributes","item":[],"id":"cb67d1c8-5fe6-48e6-a837-a1e890611ac5","description":"<p>The Phone Types returned by ID Verify are sourced from the telephone carrier network and are authoritative and accurate, even in situations where a phone has been recently ported from landline to wireless.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Appended Telephone Number</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>Phone Type</td>\n<td>Appended Probable Phone Type\nL – Land Line\nV - VoIP\nW – Wireless\nO - Other\n</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>DID</td>\n<td>Direct Inward Dial Number</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>RecType</td>\n<td>Appended Record Type\nR – Residential\nB – Business\nP – Payphone\nU - Unknown\n</td>\n<td>R, B, P, U</td>\n</tr>\n<tr>\n<td>IDate</td>\n<td>Date record was first received</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Date record was last received as connected</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>TelcoName</td>\n<td>Name of original telephone company provider</td>\n<td>100 Characters</td>\n</tr>\n<tr>\n<td>PHV</td>\n<td>Telephone confidence score\n1 is highest confidence, 5 is lowest. 4’s are considered possible disconnects, 5’s are likely disconnects.  PHV 1-3 are considered high confidence records.\n</td>\n<td>1 - 5</td>\n</tr>\n<tr>\n<td>DACode</td>\n<td>Directory Assistance Flag, 1 character max.\n Y – Record as it appears in Directory Assistance\n D – Record was removed / delisted from Directory Assistance\n Blank – Private record (not in Directory Assistance)\n</td>\n<td>Y, D, Blank</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"c4b17ae4-4fb8-4407-b55c-2eaec13a455d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"10f94682-1869-4932-bf83-0c1f9944fe4e","type":"text/javascript","exec":[""]}}],"_postman_id":"cb67d1c8-5fe6-48e6-a837-a1e890611ac5"},{"name":"Email Attributes","item":[],"id":"d36918e0-7165-4bd8-ab20-e2a87edd1d66","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Appended Email</td>\n<td>100 characters</td>\n</tr>\n<tr>\n<td>Suppression</td>\n<td>Email Suppression Code\nN - Email is Eligible for Deployment\n</td>\n<td>N or blank</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"c4b17ae4-4fb8-4407-b55c-2eaec13a455d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"10f94682-1869-4932-bf83-0c1f9944fe4e","type":"text/javascript","exec":[""]}}],"_postman_id":"d36918e0-7165-4bd8-ab20-e2a87edd1d66"},{"name":"Match Codes","item":[],"id":"6a29b03d-3a63-41e3-93f3-9a6913333085","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Score</td>\n<td>Appended Match Score (See Appendix C)</td>\n<td>3 characters</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Appended Matched Category (See Appendix C)\nI – Individual\nH – Household\nA – Address \nNZ – Name – Zip\nLZ – Last Name – Zip\n</td>\n<td>IP, HP, AP, NZ, LZ</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"e54861de-a87d-4082-a616-e260e2a4ac13","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8cadd5bf-1039-4231-835a-104e54ac7d30","type":"text/javascript","exec":[""]}}],"_postman_id":"6a29b03d-3a63-41e3-93f3-9a6913333085"}],"id":"050e50e1-2d2a-4b1d-985f-4ef7154f33d4","event":[{"listen":"prerequest","script":{"id":"1c86d2fd-166a-459f-9476-b70af2244fcd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c1e8029e-4f25-4ec0-aa88-9c545b202bfb","type":"text/javascript","exec":[""]}}],"_postman_id":"050e50e1-2d2a-4b1d-985f-4ef7154f33d4","description":""}],"id":"ee3027a8-c564-4527-b590-d8045db688cf","event":[{"listen":"prerequest","script":{"id":"28b06b2f-b758-477b-91ed-dfd8afb3d8a0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7b83dd47-1f90-42e9-beaf-4c6c3206a6ae","type":"text/javascript","exec":[""]}}],"_postman_id":"ee3027a8-c564-4527-b590-d8045db688cf","description":""},{"name":"API Response Codes","item":[],"id":"7842748b-17a6-4aaa-b95e-0fd8add75988","description":"<h3 id=\"ip-attributes\">IP Attributes:</h3>\n<p>The following is a table of potential output response codes &amp; messages:</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>0</td>\n<td>Successful</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No Records found</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Missing required parameter(s)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Too many results. Please refine your search criteria</td>\n</tr>\n<tr>\n<td>4</td>\n<td>You have reached the maximum number of transactions allowed</td>\n</tr>\n<tr>\n<td>102</td>\n<td>The user is invalid (double-check credentials)</td>\n</tr>\n<tr>\n<td>All other codes</td>\n<td>System error. Retry search, if failure continues, contact support</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"4add4d2b-0bf0-4025-8d28-7c0dcdd1ff4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2abd40f9-fa2b-4031-aa35-b623c64d65e6","type":"text/javascript","exec":[""]}}],"_postman_id":"7842748b-17a6-4aaa-b95e-0fd8add75988"},{"name":"Appendix C: Match Code Descriptions","item":[],"id":"e8dd5e20-61a1-4c08-853b-f97be972b8a3","description":"<p>The following is a table of potential output response codes &amp; messages:</p>\n\n<ul>\n<li>I = Individual</li>\n<li>H = HouseHold</li>\n<li>A = Address</li>\n<li>NZ = Name/Zip</li>\n</ul>\n\n\n\n<table>\n<tr>\n<td><b>Category</b></td>\n<td><b>Score</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>I</td>\n<td>100</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>101</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>102</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>103</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>104</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>105</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>106</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>107</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>108</td>\n<td>Exact First, Exact Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>109</td>\n<td>Fuzzy First, Exact Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>110</td>\n<td>Exact First, Fuzzy Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>I</td>\n<td>111</td>\n<td>Fuzzy First, Fuzzy Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>IP</td>\n<td>100</td>\n<td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip, Phone</td>\n</tr>\n<tr>\n<td>H</td>\n<td>200</td>\n<td>Exact Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>H</td>\n<td>201</td>\n<td>Fuzzy Last, Exact Street Address, Unit W/A, Zip</td>\n</tr>\n<tr>\n<td>H</td>\n<td>202</td>\n<td>Exact Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>H</td>\n<td>203</td>\n<td>Fuzzy Last, Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>H</td>\n<td>204</td>\n<td>Exact Last, Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>H</td>\n<td>205</td>\n<td>Fuzzy Last, Fuzzy Street Address, Zipp</td>\n</tr>\n\n<tr>\n<td>A</td>\n<td>300</td>\n<td>Exact Street Address, Unit W/A, Zipe</td>\n</tr>\n<tr>\n<td>A</td>\n<td>301</td>\n<td>Exact Street Address, Unit Missing, Zip</td>\n</tr>\n<tr>\n<td>A</td>\n<td>302</td>\n<td>Fuzzy Street Address, Zip</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>600</td>\n<td>Exact First, Exact Last, Zip</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>601</td>\n<td>Fuzzy First, Exact Last, Zip</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>602</td>\n<td>Exact First, Fuzzy Last, Zip</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>603</td>\n<td>Fuzzy First, Fuzzy Last, Zip</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"4add4d2b-0bf0-4025-8d28-7c0dcdd1ff4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2abd40f9-fa2b-4031-aa35-b623c64d65e6","type":"text/javascript","exec":[""]}}],"_postman_id":"e8dd5e20-61a1-4c08-853b-f97be972b8a3"}],"id":"f65e3580-8c02-463d-a968-ddd1e6d04e6f","description":"<p>The Email Append product accepts Name / address as input and returns matched Name, Address, Phone and Email flag data. The primary match will be done against Infutor’s Email Identity database however if there is no match, the product can “waterfall” against Infutor’s Phone Identity database.  The use of the Phone database source can be turned on/off with the “IncludeTNR” parameter.</p>","event":[{"listen":"prerequest","script":{"id":"24d8002e-3e8e-4b6d-a5a0-9bfb678025c8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"905edbdc-b1ca-4bc5-bc32-acaaccae45df","type":"text/javascript","exec":[""]}}],"_postman_id":"f65e3580-8c02-463d-a968-ddd1e6d04e6f"},{"name":"Property Append","item":[{"name":"Overview","item":[],"id":"d9fa7e80-a906-4dba-8dd8-3bd1a69ca3fc","description":"<p>The Property Append product uses input identity markers such like name, address, phone or email to generate an identity and searches against the Infutor’s Total Property Profile database, and returns the single best matching record with property elements.</p>","event":[{"listen":"prerequest","script":{"id":"ff748d81-9890-42fd-9b2a-744472471777","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"33f297f8-5874-44e8-be4e-66d352fef57c","type":"text/javascript","exec":[""]}}],"_postman_id":"d9fa7e80-a906-4dba-8dd8-3bd1a69ca3fc"},{"name":"Inputs","item":[{"name":"Minimum Required Fields","item":[],"id":"0cb1d6bb-6571-4c4a-84f9-4cdb2448403e","description":"<p>At a minimum, one of the following input combinations is required for processing:</p>\n\n<ul>\n<li>Phone</li>\n<li>Phone2</li>\n<li>Email</li>\n<li>FName + LName</li>\n<li>FullName</li>\n<li>Address1 + Zip</li>\n<li>Address1 + City + State</li>\n<li>IP</li>\n</ul>\n\n\n<p>For Identity resolution, Property Append requires phone, email or name &amp; address input.</p>\n","event":[{"listen":"prerequest","script":{"id":"738da53e-2d27-4236-805d-58a7823325bb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"85033e3e-a303-4d2c-8e4f-29d8c3145a0d","type":"text/javascript","exec":[""]}}],"_postman_id":"0cb1d6bb-6571-4c4a-84f9-4cdb2448403e"}],"id":"62f6daa4-44b4-4fdd-90fa-d373df3a7f6e","description":"<p>The Property Append product accepts identity data elements including name, address, phone, and email as input.</p>\n\n<table>\n<tr>\n<td><b>Input Field</b></td>\n<td><b>Required?</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>Login</td>\n<td>Required</td>\n<td>Account username</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Required</td>\n<td>Account password</td>\n</tr>\n<tr>\n<td>FullName</td>\n<td>Required*</td>\n<td>Full individual Name</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Required*</td>\n<td>First name, 15 characters max</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Required*</td>\n<td>Last name, 20 characters max</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Required*</td>\n<td>Address line 1, 64 characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Optional</td>\n<td>Address line 2, 64 characters max</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Required*</td>\n<td>City name, 28 characters max. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Required*</td>\n<td>2 character state abbreviation. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Required*</td>\n<td>5 digit numeric USPS zip code.  * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Required*</td>\n<td>10 digit numeric phone number (without spaces, dashes, or parentheses)</td>\n</tr>\n<tr>\n<td>Phone2</td>\n<td>Required*</td>\n<td>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Required*</td>\n<td>Email address, 100 characters max</td>\n</tr>\n<tr>\n<td>PCOAMatch</td>\n<td>Optional</td>\n<td>PCOAMatch=True, will return a newer address (if available) for the identity.\nPCOAMatch=False, will output the standardized input address if an address is provided.\nDefault value: PCOAMatch=False.\n</td>\n</tr>\n</table>\n\n\n\n","event":[{"listen":"prerequest","script":{"id":"36eb4462-cf23-4130-b786-b9f73f1bf075","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0bc7146f-ad5a-46b7-abc5-1428d5b1868b","type":"text/javascript","exec":[""]}}],"_postman_id":"62f6daa4-44b4-4fdd-90fa-d373df3a7f6e"},{"name":"RESTful JSON API","item":[{"name":"Property Append (Successful Request) (JSON)","id":"7e9be30d-3823-4417-b124-cfa97ad3b4a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.yourdatadelivery.com/service/rest/IDProfileProperty?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","urlObject":{"protocol":"https","path":["service","rest","IDProfileProperty"],"host":["api","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account username</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account password</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First name, 15 characters max</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max (Optional)</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code.  * Either City/State or Zip is required</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"Email"}],"variable":[]}},"response":[{"id":"501ea860-d25c-4427-94c2-ac51e0242fb9","name":"Property Append (Successful Request) (JSON)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.yourdatadelivery.com/service/rest/IDProfileProperty?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","protocol":"https","host":["api","yourdatadelivery","com"],"path":["service","rest","IDProfileProperty"],"query":[{"key":"Login","value":"username"},{"key":"Password","value":"password"},{"key":"FullName","value":"FullName"},{"key":"FName","value":"FName"},{"key":"LName","value":"LName"},{"key":"Address1","value":"Address1"},{"key":"Address2","value":"Address2"},{"key":"City","value":"City"},{"key":"State","value":"State"},{"key":"Zip","value":"Zip"},{"key":"Phone","value":"Phone"},{"key":"Phone2","value":"Phone2"},{"key":"Email","value":"Email"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"1242"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 07 Aug 2019 20:05:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": \" \",\n    \"ResponseMsg\": \"Successful\",\n    \"Detail\": {\n        \"__type\": \"IDProfiePropertyResult:https://api.yourdatadelivery.com/service\",\n\t\t\t\"Identity\": {\n\t\t\t\t\t\"Name\": {\n\t\t\t\t\t\"FName\": \"JOHN\",\n\t\t\t\t\t\"LName\": \"SMITH\",\n\t\t\t\t\t\"MName\": \"\",\n\t\t\t\t\t\"Suffix\": \"\"\n\t\t\t\t},\n\t\t\t\"Address\": {\n\t\t\t\t\t\"House\": \"123\",\n\t\t\t\t\t\"PreDir\": \"E\",\n\t\t\t\t\t\"Street\": \"MAIN\",\n\t\t\t\t\t\"StrType\": \"ST\",\n\t\t\t\t\t\"PostDir\": \"\",\n\t\t\t\t\t\"AptType\": \"\",\n\t\t\t\t\t\"AptNbr\": \"\",\n\t\t\t\t\t\"City\": \"CHICAGO\",\n\t\t\t\t\t\"State\": \"IL\",\n\t\t\t\t\t\"Zip\": \"60601\",\n\t\t\t\t\t\"Z4\": \"8833\",\n\t\t\t\t\t\"DPC\": \"464\",\n\t\t\t\t\t\"CRTE\": \"C088\",\n\t\t\t\t\t\"CNTY\": \"043\",\n\t\t\t\t\t\"Z4Type\": \"S\",\n\t\t\t\t\t\"DPV\": \"Y\",\n\t\t\t\t\t\"Vacant\": \"N\",\n\t\t\t\t},\n\t\t\t\t\"IDAttributes\": {\n\t\t\t\t\t\"PropertyAttributes\": {\n\t\t\t\t\t\"IDS\": {\n\t\t\t\t\t\"PID\": \"N3939OE3GASGD5QCQ3ZF\",\n\t\t\t\t\t\"AID\": \"Y000000044732285\"\n\t\t\t\t},\n\t\t\t\t\"Location\": {\n\t\t\t\t\t\"FIPSCD\": \"17043\",\n\t\t\t\t\t\"PROP_CENSUSTRACT\": \"8427111001\",\n\t\t\t\t\t\"PROP_MUNINAME\": \"MILTON TWP\",\n\t\t\t\t\t\"PROP_TOWNSHIPCD\": \"39\",\n\t\t\t\t\t\"PROP_SUBDIVISION\": \"BRIARCLIFFE UNIT 03\",\n\t\t\t\t\t\"PROP_ZONING\": \"R\",\n\t\t\t\t\t\"PROP_RANGE\": \"10\",\n\t\t\t\t\t\"PROP_SECTION\": \"34\",\n\t\t\t\t\t\"PROP_LATITUDE\": \"41.828800\",\n\t\t\t\t\t\"PROP_LONGITUDE\": \"-88.08850\",\n\t\t\t\t\t\"PROP_LANDUSE\": \"163\",\n\t\t\t\t\t\"PROP_APN\": \"05-34-105-011\",\n\t\t\t\t\t\"PROP_APNSEQNBR\": \"001\"\n\t\t\t\t},\n \t\t\t\t\"AdditionalInformation\": {\n\t\t\t\t\t\"PROP_OWNEROCC\": \"O\",\n\t\t\t\t\t\"PROP_ADDRIND\": \"S\",\n\t\t\t\t\t\"PROP_CORPIND\": \"\",\n\t\t\t\t\t\"PROP_RESCD\": \"Y\",\n \t\t\t\t\t\"PROP_IND\": \"10\",\n\t\t\t\t\t\"PROP_MOBHOME\": \"\",\n\t\t\t\t\t\"PROP_NRBBLD\": \"1\",\n\t\t\t\t\t\"PROP_STYLE\": \"\",\n\t\t\t\t\t\"PROP_STORIESCD\": \"20\",\n\t\t\t\t\t\"PROP_STORIESNBR\": \"200\",\n\t\t\t\t\t\"PROP_APTNBR\": \"\",\n\t\t\t\t\t\"PROP_QLTY\": \"\",\n\t\t\t\t\t\"PROP_BLDGCD\": \"\",\n\t\t\t\t\t\"PROP_BLDGIMPCD\": \"\",\n\t\t\t\t\t\"PROP_COND\": \"\",\n\t\t\t\t\t\"PROP_CNSTRTYPE\": \"\",\n\t\t\t\t\t\"PROP_EXTNW\": \"FRA\",\n \t\t\t\t\t\"PROP_VALCALC\": \"274726\",\n\t\t\t\t\t\"PROP_VAL_CALCIND\": \"A\",\n\t\t\t\t\t\"PROP_LAND_VALCALC\": \"26390\",\n\t\t\t\t\t\"PROP_LAND_VALCALC_IND\": \"A\"\n \t\t\t\t\t\"PROP_IMP_VALCALC\": \"73650\",\n \t\t\t\t\t\"PROP_IMP_VALCALC_IND\": \"A\",\n \t\t\t\t\t\"PROP_ASSED_VAL\": \"274726\",\n\t\t\t\t\t\"PROP_ASSED_LANDVAL\": \"26390\",\n\t\t\t\t\t\"PROP_ASSED_IMPVAL\": \"73650\",\n\t\t\t\t\t\"PROP_MRKTVAL\": \"300120\",\n\t\t\t\t\t\"PROP_MRKT_LANDVAL\": \"79170\",\n\t\t\t\t\t\"PROP_MRKT_IMPVAL\": \"220950\",\n\t\t\t\t\t\"PROP_APPRAISED_VAL\": \"\",\n\t\t\t\t\t\"PROP_APPRAISED_LANDVAL\": \"\",\n\t\t\t\t\t\"PROP_APPRAISED_IMPVAL\": \"\"\n \t\t\t\t},\n \t\t\t\t\"Attributes\": {\n\t\t\t\t\t\"PROP_VIEW\": \"\",\n\t\t\t\t\t\"PROP_LCTN_INFL\": \"\",\n\t\t\t\t\t\"PROP_FRONTFT\": \"77\",\n\t\t\t\t\t\"PROP_DEPTHFT\": \"144\",\n\t\t\t\t\t\"PROP_ACRES\": \"1729\",\n \t\t\t\t\t\"PROP_LANDSQFT\": \"7530\",\n \t\t\t\t\t\"PROP_YRBLD\": \"2002\",\n\t\t\t\t\t\"PROP_EFFYRBLD\": \"\",\n\t\t\t\t\t\"PROP_UNVBLDSQFT\": \"2029\",\n\t\t\t\t\t\"PROP_BLDSQFTIND\": \"L\",\n\t\t\t\t\t\"PROP_BLDSQFT\": \"2428\",\n \t\t\t\t\t\"PROP_LIVINGSQFT\": \"3108\",\n\t\t\t\t\t\"PROP_GRDFLRSQFT\": \"\",\n\t\t\t\t\t\"PROP_GROSSSQFT\": \"\",\n\t\t\t\t\t\"PROP_ADJGROSSSQFT\": \"\",\n\t\t\t\t\t\"PROP_BSMTSQFT\": \"\",\n\t\t\t\t\t\"PROP_PRKGSQFT\": \"399\",\n \t\t\t\t\t\"PROP_RMS\": \"10\",\n \t\t\t\t\t\"PROP_BEDRMS\": \"300\",\n\t\t\t\t\t\"PROP_BATHSCALC\": \"300\",\n \t\t\t\t\t\"PROP_BATHS\": \"300\",\n \t\t\t\t\t\"PROP_FULLBATHS\": \"2\",\n \t\t\t\t\t\"PROP_HALFBATHS\": \"1\",\n\t\t\t\t\t\"PROP_1QTRBATHS\": \"\",\n\t\t\t\t\t\"PROP_3QTRBATHS\": \"\",\n\t\t\t\t\t\"PROP_BATHFIXS\": \"\",\n \t\t\t\t\t\"PROP_AC\": \"ACE\",\n\t\t\t\t\t\"PROP_BSMTF\": \"\",\n \t\t\t\t\t\"PROP_FRPL\": \"Y\",\n\t\t\t\t\t\"PROP_FRPLNBR\": \"\",\n\t\t\t\t\t\"PROP_FRPLTYPE\": \"0U0\",\n\t\t\t\t\t\"PROP_FND\": \"\",\n\t\t\t\t\t\"PROP_FLR\": \"\",\n\t\t\t\t\t\"PROP_FRAME\": \"\",\n\t\t\t\t\t\"PROP_GAR\": \"450\",\n\t\t\t\t\t\"PROP_HEAT\": \"FA0\",\n\t\t\t\t\t\"PROP_PRKGSPACES\": \"\",\n\t\t\t\t\t\"PROP_PRKGTYPE\": \"450\",\n \t\t\t\t\t\"PROP_POOL\": \"Y\",\n\t\t\t\t\t\"PROP_POOLCD\": \"\",\n\t\t\t\t\t\"PROP_ROOFCOVER\": \"13\",\n \t\t\t\t\t\"PROP_ROOFTYPE\": \"I\",\n\t\t\t\t\t\"PROP_ENERGY\": \"\",\n\t\t\t\t\t\"PROP_FUEL\": \"\",\n\t\t\t\t\t\"PROP_SEWER\": \"\",\n\t\t\t\t\t\"PROP_WATER\": \"\"\n \t\t\t\t},\n \t\t\t\t\"AssessorDeed\": {\n\t\t\t\t\t\"PROP_HOMESTEAD\": \"Y\",\n\t\t\t\t\t\"PROP_XMTVET\": \"\",\n\t\t\t\t\t\"PROP_XMT_DISABLED\": \"\",\n \t\t\t\t\t\"PROP_TAXAMT\": \"597479\",\n\t\t\t\t\t\"PROP_TAXYR\": \"2016\",\n\t\t\t\t\t\"PROP_DOCYR\": \"2013\",\n\t\t\t\t\t\"PROP_SALESDEEDCD\": \"G\",\n \t\t\t\t\t\"PROP_RECDATE\": \"20020827\",\n\t\t\t\t\t\"PROP_SELLERNAME\": \"DRISCOLL JULIANNE J\",\n\t\t\t\t\t\"PROP_SALEDATE\": \"20130605\",\n \t\t\t\t\t\"PROP_SALEAMT\": \"200303\",\n\t\t\t\t\t\"PROP_SALECD\": \"\",\n\t\t\t\t\t\"PROP_APNCD\": \"\",\n\t\t\t\t\t\"PROP_APNCNT\": \"\",\n\t\t\t\t\t\"PROP_ASMTYR\": \"2016\",\n\t\t\t\t\t\"PROP_SALESTRANSCD\": \"1\"\n \t\t\t\t},\n\t\t\t\t\"PriorSale\": {\n\t\t\t\t\t\"PROP_RECDATE_PRIOR\": \"\",\n\t\t\t\t\t\"PROP_SALEDATE_PRIOR\": \"\",\n\t\t\t\t\t\"PROP_SALEAMT_PRIOR\": \"\",\n\t\t\t\t\t\"PROP_SALECD_PRIOR\": \"\",\n\t\t\t\t\t\"PROP_APNCD_PRIOR\": \"\",\n\t\t\t\t\t\"PROP_DEEDCD_PRIOR\": \"MG\",\n\t\t\t\t\t\"PROP_DOCYR_PRIOR\": \"\",\n\t\t\t\t\t\"PROP_DEEDTYPE_PRIOR\": \"\",\n\t\t\t\t\t\"PROP_SALESTRANSCD_PRIOR\": \"\",\n\t\t\t\t\t\"PROP_MTGAMT_PRIOR\": \"\"\n\t\t\t\t},\n \t\t\t\t\"Mortgage\": {\n\t\t\t\t\t\"PROP_MTGINTCD\": \"\",\n\t\t\t\t\t\"PROP_OWNERCD\": \"\",\n\t\t\t\t\t\"PROP_SELLCARRYBACK\": \"\",\n\t\t\t\t\t\"PROP_TITTLECOMPANY\": \"CITYWIDE TITLE CORP\",\n\t\t\t\t\t\"PROP_LOANTOVAL\": \"64\",\n \t\t\t\t\t\"PROP_MTGAMT\": \"150604\",\n \t\t\t\t\t\"PROP_MTGDATE\": \"20040416\",\n\t\t\t\t\t\"PROP_MTGLOANCD\": \"CNV\",\n\t\t\t\t\t\"PROP_MTGDEEDCD\": \"MG\",\n \t\t\t\t\t\"PROP_MTGTERM\": \"30\",\n \t\t\t\t\t\"PROP_MTGDUEDATE\": \"20280605\",\n\t\t\t\t\t\"PROP_MTGASSUMPTIONAMT\": \"\",\n\t\t\t\t\t\"PROP_LENDERNAME\": \"GUARANTEED RATE INC\",\n\t\t\t\t\t\"PROP_MTGREFICD\": \"\",\n\t\t\t\t\t\"PROP_RMSEQUITYCD\": \"\",\n\t\t\t\t\t\"PROP_MTGINTRATE\": \"41250\",\n\t\t\t\t\t\"PROP_MTGINTRATETYPE\": \"FIX\",\n\t\t\t\t\t\"PROP_MTGAMT2\": \"\",\n\t\t\t\t\t\"PROP_MTGDATE2\": \"\",\n\t\t\t\t\t\"PROP_MTGLOANCD2\": \"\",\n\t\t\t\t\t\"PROP_MTGDEEDCD2\": \"\",\n\t\t\t\t\t\"PROP_MTGTERM2\": \"\",\n\t\t\t\t\t\"PROP_MTGDUEDATE2\": \"\",\n\t\t\t\t\t\"PROP_MTGASSUMPTIONAMT2\": \"\",\n\t\t\t\t\t\"PROP_LENDERNAME2\": \"\",\n\t\t\t\t\t\"PROP_MTGREFICD2\": \"\",\n\t\t\t\t\t\"PROP_RMSEQUITYCD2\": \"\",\n\t\t\t\t\t\"PROP_MTGINTRATE2\": \"\",\n\t\t\t\t\t\"PROP_MTGINTRATETYPE2\": \"\",\n\t\t\t\t\t\"PROP_MTGAMT3\": \"\",\n\t\t\t\t\t\"PROP_MTGDATE3\": \"\",\n\t\t\t\t\t\"PROP_MTGLOANCD3\": \"\",\n\t\t\t\t\t\"PROP_MTGDEEDCD3\": \"\",\n\t\t\t\t\t\"PROP_MTGTERM3\": \"\",\n\t\t\t\t\t\"PROP_MTGDUEDATE3\": \"\",\n\t\t\t\t\t\"PROP_MTGASSUMPTIONAMT3\": \"\",\n\t\t\t\t\t\"PROP_LENDERNAME3\": \"\",\n\t\t\t\t\t\"PROP_MTGREFICD3\": \"\",\n\t\t\t\t\t\"PROP_RMSEQUITYCD3\": \"\",\n\t\t\t\t\t\"PROP_MTGINTRATE3\": \"\",\n\t\t\t\t\t\"PROP_MTGINTRATETYPE3\": \"\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n"}],"_postman_id":"7e9be30d-3823-4417-b124-cfa97ad3b4a5"}],"id":"d9e86856-febb-4007-bbf9-0b6dd873ed9b","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"d9e86856-febb-4007-bbf9-0b6dd873ed9b","description":""},{"name":"RESTful XML API","item":[{"name":"Property Append (Successful Request) (XML)","id":"7f3be88c-124b-48bc-907a-168554bb2b6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://xml.yourdatadelivery.com/IDprofileproperty?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","urlObject":{"protocol":"https","path":["IDprofileproperty"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account username (Required)</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account password (Required)</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full individual Name </p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First name, 15 characters max </p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max. </p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max. </p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. </p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. </p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses) </p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses) </p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max </p>\n","type":"text/plain"},"key":"Email","value":"Email"},{"disabled":true,"key":"uselayout","value":"default"}],"variable":[]}},"response":[{"id":"186bc67e-c946-414c-95c3-3b5f56956f5f","name":"Property Append (Successful Request) (XML)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://xml.yourdatadelivery.com/IDprofileproperty?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDprofileproperty"],"query":[{"key":"Login","value":"username","description":"Account username (Required)"},{"key":"Password","value":"password","description":"Account password (Required)"},{"key":"FullName","value":"FullName","description":"Full individual Name "},{"key":"FName","value":"FName","description":"First name, 15 characters max "},{"key":"LName","value":"LName","description":"Last name, 20 characters max. "},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max. "},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. "},{"key":"State","value":"State","description":"2 character state abbreviation. "},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code"},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses) "},{"key":"Phone2","value":"Phone2","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses) "},{"key":"Email","value":"Email","description":"Email address, 100 characters max "}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"3027"},{"key":"Content-Type","value":"application/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 23 Aug 2019 22:04:09 GMT"}],"cookie":[],"responseTime":null,"body":"<xml xmlns=\"https://xml.yourdatadelivery.com\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    \t<Response>\n        \t<Detail transaction=\"IDProfileProperty\">\n\t\t\t\t<Identity>\n\t\t\t\t\t\t<Name>John Smitch</Name>\n\t\t\t\t\t\t<FName>John</FName>\n\t\t\t\t\t\t<LName>Smith</LName>\n\t\t\t\t\t\t<MName>L</MName>\n\t\t\t\t\t\t<Suffix>P</MName>\n\t\t\t\t</Identity>\n\t\t\t\t<Address>\n\t\t\t\t\t\t<House>123</House>\n\t\t\t\t\t\t<PreDir>E</PreDir>\n\t\t\t\t\t\t<Street>Main</Street>\n\t\t\t\t\t\t<StrType>ST</StrType>\n\t\t\t\t\t\t<PostDir/>\n\t\t\t\t\t\t<AptType>Apt</AptType>\n\t\t\t\t\t\t<AptNbr>A1</AptNbr>\n\t\t\t\t\t\t<City>Chicago</City>\n\t\t\t\t\t\t<State>IL</State>\n\t\t\t\t\t\t<Zip>60601</Zip>\n\t\t\t\t\t\t<Z4>1234</Z4>\n\t\t\t\t\t\t<DPC>464</DPC>\n\t\t\t\t\t\t<CRTE>C088</CRTE>\n\t\t\t\t\t\t<CNTY>043</CNTY>\n\t\t\t\t\t\t<Z4Type>S</Z4Type>\n\t\t\t\t\t\t<DPV>Y</DPV>\n\t\t\t\t\t\t<Vacant>Y</Vacant>\n\t\t\t\t\t</Address>\n\t\t\t\t\t<IDAttributes>\n\t\t\t\t\t<PropertyAttributes>\n\t\t\t\t\t<IDS>\n\t\t\t\t\t\t<PID>N3939OE3GASGD5QCQ3ZF</PID>\n\t\t\t\t\t\t<AID>Y000000044732285</AID>\n\t\t\t\t\t</IDS>\n\t\t\t\t\t<Location>\n\t\t\t\t\t\t<FIPSCD>17043</FIPSCD>\n\t\t\t\t\t\t<PROP_CENSUSTRACT>8427111001</PROP_CENSUSTRACT>\n\t\t\t\t\t\t<PROP_MUNINAME>MILTON TWP</PROP_MUNINAME>\n\t\t\t\t\t\t<PROP_TOWNSHIPCD>39</PROP_TOWNSHIPCD>\n\t\t\t\t\t\t<PROP_SUBDIVISION>BRIARCLIFFE UNIT 03</PROP_SUBDIVISION>\n\t\t\t\t\t\t<PROP_ZONING>R</PROP_ZONING>\n\t\t\t\t\t\t<PROP_RANGE>10</PROP_RANGE>\n\t\t\t\t\t\t<PROP_SECTION>34</PROP_SECTION>\n\t\t\t\t\t\t<PROP_LATITUDE>41.828800</PROP_LATITUDE>\n\t\t\t\t\t\t<PROP_LONGITUDE>-88.08850</PROP_LONGITUDE>\n\t\t\t\t\t\t<PROP_LANDUSE>163</PROP_LANDUSE>\n\t\t\t\t\t\t<PROP_APN>05-34-105-011</PROP_APN>\n\t\t\t\t\t\t<PROP_APNSEQNBR>001</PROP_APNSEQNBR>\n\t\t\t\t\t </Location>\n\t\t\t\t\t<AdditionalInformation>\n\t\t\t\t\t\t<PROP_OWNEROCC>O</PROP_OWNEROCC>\n\t\t\t\t\t\t<PROP_ADDRIND>S</PROP_ADDRIND>\n\t\t\t\t\t\t<PROP_CORPIND/>\n\t\t\t\t\t\t<PROP_RESCD>Y</PROP_RESCD>\n \t\t\t\t\t\t<PROP_IND>10</PROP_IND>\n\t\t\t\t\t\t<PROP_MOBHOME/>\n\t\t\t\t\t\t<PROP_NRBBLD>1</PROP_NRBBLD>\n\t\t\t\t\t\t<PROP_STYLE/>\n\t\t\t\t\t\t<PROP_STORIESCD>20</PROP_STORIESCD>\n\t\t\t\t\t\t<PROP_STORIESNBR>200</PROP_STORIESNBR>\n\t\t\t\t\t\t<PROP_APTNBR/>\n\t\t\t\t\t\t<PROP_QLTY/>\n\t\t\t\t\t\t<PROP_BLDGCD/>\n\t\t\t\t\t\t<PROP_BLDGIMPCD/>\n\t\t\t\t\t\t<PROP_COND/>\n\t\t\t\t\t\t<PROP_CNSTRTYPE/>\n\t\t\t\t\t\t<PROP_EXTNW>FRA</PROP_EXTNW>\n \t\t\t\t\t\t<PROP_VALCALC></PROP_VALCALC>\n\t\t\t\t\t\t<PROP_VAL_CALCIND>A</PROP_VAL_CALCIND>\n\t\t\t\t\t\t<PROP_LAND_VALCALC>26390</PROP_LAND_VALCALC>\n\t\t\t\t\t\t<PROP_LAND_VALCALC_IND>A</PROP_LAND_VALCALC_IND>\n \t\t\t\t\t\t<PROP_IMP_VALCALC/>\n \t\t\t\t\t\t<PROP_IMP_VALCALC_IND>A</PROP_IMP_VALCALC_IND>\n \t\t\t\t\t\t<PROP_ASSED_VAL>250123</PROP_ASSED_VAL>\n\t\t\t\t\t\t<PROP_ASSED_LANDVAL>26390</PROP_ASSED_LANDVAL>\n\t\t\t\t\t\t<PROP_ASSED_IMPVAL>73650</PROP_ASSED_IMPVAL>\n\t\t\t\t\t\t<PROP_MRKTVAL>300120</PROP_MRKTVAL>\n\t\t\t\t\t\t<PROP_MRKT_LANDVAL>79170</PROP_MRKT_LANDVAL>\n\t\t\t\t\t\t<PROP_MRKT_IMPVAL>220950</PROP_MRKT_IMPVAL>\n\t\t\t\t\t\t<PROP_APPRAISED_VAL/>\n\t\t\t\t\t\t<PROP_APPRAISED_LANDVAL/>\n\t\t\t\t\t\t<PROP_APPRAISED_IMPVAL/>\n \t\t\t\t\t</AdditionalInformation>\n \t\t\t\t\t<Attributes>\n\t\t\t\t\t\t<PROP_YRBLD>1994</PROP_YRBLD>\n\t\t\t\t\t\t<PROP_EFFYRBLD/>\n\t\t\t\t\t\t<PROP_VIEW/>\n\t\t\t\t\t\t<PROP_LCTN_INFL/>\n\t\t\t\t\t\t<PROP_FRONTFT>77</PROP_FRONTFT>\n\t\t\t\t\t\t<PROP_DEPTHFT>144</PROP_DEPTHFT>\n\t\t\t\t\t\t<PROP_ACRES>13000</PROP_ACRES>\n \t\t\t\t\t\t<PROP_LANDSQFT>2000</PROP_LANDSQFT>\n\t\t\t\t\t\t<PROP_UNVBLDSQFT>2029</PROP_UNVBLDSQFT>\n\t\t\t\t\t\t<PROP_BLDSQFTIND>L</PROP_BLDSQFTIND>\n\t\t\t\t\t\t<PROP_BLDSQFT>2428</PROP_BLDSQFT>\n \t\t\t\t\t\t<PROP_LIVINGSQFT>2810</PROP_LIVINGSQFT>\n\t\t\t\t\t\t<PROP_GRDFLRSQFT/>\n\t\t\t\t\t\t<PROP_GROSSSQFT/>\n\t\t\t\t\t\t<PROP_ADJGROSSSQFT/>\n\t\t\t\t\t\t<PROP_BSMTSQFT/>\n\t\t\t\t\t\t<PROP_PRKGSQFT>399</PROP_PRKGSQFT>\n \t\t\t\t\t\t<PROP_RMS>10</PROP_RMS>\n \t\t\t\t\t\t<PROP_BEDRMS>4</PROP_BEDRMS>\n\t\t\t\t\t\t<PROP_BATHSCALC>300</PROP_BATHSCALC>\n \t\t\t\t\t\t<PROP_BATHS>300</PROP_BATHS>\n \t\t\t\t\t\t<PROP_FULLBATHS>2</PROP_FULLBATHS>\n \t\t\t\t\t\t<PROP_HALFBATHS>1</PROP_HALFBATHS>\n\t\t\t\t\t\t<PROP_1QTRBATHS/>\n\t\t\t\t\t\t<PROP_3QTRBATHS/>\n\t\t\t\t\t\t<PROP_BATHFIXS/>\n \t\t\t\t\t\t<PROP_AC></PROP_AC>\n\t\t\t\t\t\t<PROP_BSMTF/>\n \t\t\t\t\t\t<PROP_FRPL>Y</PROP_FRPL>\n\t\t\t\t\t\t<PROP_FRPLNBR/>\n\t\t\t\t\t\t<PROP_FRPLTYPE>0U0</PROP_FRPLTYPE>\n\t\t\t\t\t\t<PROP_FND/>\n\t\t\t\t\t\t<PROP_FLR/>\n\t\t\t\t\t\t<PROP_FRAME/>\n\t\t\t\t\t\t<PROP_GAR>450</PROP_GAR>\n\t\t\t\t\t\t<PROP_HEAT>FA0</PROP_HEAT>\n\t\t\t\t\t\t<PROP_PRKGSPACES/>\n\t\t\t\t\t\t<PROP_PRKGTYPE>450</PROP_PRKGTYPE>\n \t\t\t\t\t\t<PROP_POOL/>\n\t\t\t\t\t\t<PROP_POOLCD/>\n\t\t\t\t\t\t<PROP_ROOFCOVER>13</PROP_ROOFCOVER>\n \t\t\t\t\t\t<PROP_ROOFTYPE></PROP_ROOFTYPE>\n\t\t\t\t\t\t<PROP_ENERGY/>\n\t\t\t\t\t\t<PROP_FUEL/>\n\t\t\t\t\t\t<PROP_SEWER/>\n\t\t\t\t\t\t<PROP_WATER/>\n \t\t\t\t\t</Attributes>\n \t\t\t\t\t<AssessorDeed>\n\t\t\t\t\t\t<PROP_HOMESTEAD>Y</PROP_HOMESTEAD>\n\t\t\t\t\t\t<PROP_XMTVET/>\n\t\t\t\t\t\t<PROP_XMT_DISABLED/>\n \t\t\t\t\t\t<PROP_TAXAMT>275010</PROP_TAXAMT>\n\t\t\t\t\t\t<PROP_TAXYR>2016</PROP_TAXYR>\n\t\t\t\t\t\t<PROP_DOCYR>2013</PROP_DOCYR>\n\t\t\t\t\t\t<PROP_SALESDEEDCD>G</PROP_SALESDEEDCD>\n \t\t\t\t\t\t<PROP_RECDATE>19980605</PROP_RECDATE>\n\t\t\t\t\t\t<PROP_SELLERNAME>DRISCOLL JULIANNE J</PROP_SELLERNAME>\n\t\t\t\t\t\t<PROP_SALEDATE>20130605</PROP_SALEDATE>\n \t\t\t\t\t\t<PROP_SALEAMT>285000</PROP_SALEAMT>\n\t\t\t\t\t\t<PROP_SALECD/>\n\t\t\t\t\t\t<PROP_APNCD/>\n\t\t\t\t\t\t<PROP_APNCNT/>\n\t\t\t\t\t\t<PROP_ASMTYR>2016</PROP_ASMTYR>\n\t\t\t\t\t\t<PROP_SALESTRANSCD>1</PROP_SALESTRANSCD>\n \t\t\t\t\t</AssessorDeed>\n\t\t\t\t\t<PriorSale>\n\t\t\t\t\t\t<PROP_RECDATE_PRIOR/>\n\t\t\t\t\t\t<PROP_SALEDATE_PRIOR/>\n\t\t\t\t\t\t<PROP_SALEAMT_PRIOR/>\n\t\t\t\t\t\t<PROP_SALECD_PRIOR/>\n\t\t\t\t\t\t<PROP_APNCD_PRIOR/>\n\t\t\t\t\t\t<PROP_DEEDCD_PRIOR>MG</PROP_DEEDCD_PRIOR>\n\t\t\t\t\t\t<PROP_DOCYR_PRIOR/>\n\t\t\t\t\t\t<PROP_DEEDTYPE_PRIOR/>\n\t\t\t\t\t\t<PROP_SALESTRANSCD_PRIOR/>\n\t\t\t\t\t\t<PROP_MTGAMT_PRIOR/>\n\t\t\t\t\t</PriorSale>\n \t\t\t\t\t<Mortgage>\n\t\t\t\t\t\t<PROP_MTGINTCD/>\n\t\t\t\t\t\t<PROP_OWNERCD/>\n\t\t\t\t\t\t<PROP_SELLCARRYBACK/>\n\t\t\t\t\t\t<PROP_TITTLECOMPANY>CITYWIDE TITLE CORP</PROP_TITTLECOMPANY>\n\t\t\t\t\t\t<PROP_LOANTOVAL>64</PROP_LOANTOVAL>\n \t\t\t\t\t\t<PROP_MTGAMT>150000</PROP_MTGAMT>\n \t\t\t\t\t\t<PROP_MTGDATE>19980605</PROP_MTGDATE>\n\t\t\t\t\t\t<PROP_MTGLOANCD>CNV</PROP_MTGLOANCD>\n\t\t\t\t\t\t<PROP_MTGDEEDCD>MG</PROP_MTGDEEDCD>\n \t\t\t\t\t\t<PROP_MTGTERM>30</PROP_MTGTERM>\n \t\t\t\t\t\t<PROP_MTGDUEDATE>20280605</PROP_MTGDUEDATE>\n\t\t\t\t\t\t<PROP_MTGASSUMPTIONAMT/>\n\t\t\t\t\t\t<PROP_LENDERNAME>GUARANTEED RATE INC</PROP_LENDERNAME>\n\t\t\t\t\t\t<PROP_MTGREFICD/>\n\t\t\t\t\t\t<PROP_RMSEQUITYCD/>\n\t\t\t\t\t\t<PROP_MTGINTRATE>41250</PROP_MTGINTRATE>\n\t\t\t\t\t\t<PROP_MTGINTRATETYPE>FIX</PROP_MTGINTRATETYPE>\n\t\t\t\t\t\t<PROP_MTGAMT2/>\n\t\t\t\t\t\t<PROP_MTGDATE2/>\n\t\t\t\t\t\t<PROP_MTGLOANCD2/>\n\t\t\t\t\t\t<PROP_MTGDEEDCD2/>\n\t\t\t\t\t\t<PROP_MTGTERM2/>\n\t\t\t\t\t\t<PROP_MTGDUEDATE2/>\n\t\t\t\t\t\t<PROP_MTGASSUMPTIONAMT2/>\n\t\t\t\t\t\t<PROP_LENDERNAME2/>\n\t\t\t\t\t\t<PROP_MTGREFICD2/>\n\t\t\t\t\t\t<PROP_RMSEQUITYCD2/>\n\t\t\t\t\t\t<PROP_MTGINTRATE2/>\n\t\t\t\t\t\t<PROP_MTGINTRATETYPE2/>\n\t\t\t\t\t\t<PROP_MTGAMT3/>\n\t\t\t\t\t\t<PROP_MTGDATE3/>\n\t\t\t\t\t\t<PROP_MTGLOANCD3/>\n\t\t\t\t\t\t<PROP_MTGDEEDCD3/>\n\t\t\t\t\t\t<PROP_MTGTERM3/>\n\t\t\t\t\t\t<PROP_MTGDUEDATE3/>\n\t\t\t\t\t\t<PROP_MTGASSUMPTIONAMT3/>\n\t\t\t\t\t\t<PROP_LENDERNAME3/>\n\t\t\t\t\t\t<PROP_MTGREFICD3/>\n\t\t\t\t\t\t<PROP_RMSEQUITYCD3/>\n\t\t\t\t\t\t<PROP_MTGINTRATE3/>\n\t\t\t\t\t\t<PROP_MTGINTRATETYPE3/>\n \t\t\t\t\t</Mortgage>\n\t\t\t\t</PropertyAttributes>\n\t\t\t</IDAttributes>\n\t\t</Detail>\n\t</Response>\n</xml>\n "}],"_postman_id":"7f3be88c-124b-48bc-907a-168554bb2b6c"}],"id":"ec80275c-d00f-4f5f-b29d-e88147510e80","event":[{"listen":"prerequest","script":{"id":"871bce2e-ec30-4e39-93a7-69ae56502f5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e72fb21-0510-4dad-85aa-e6a29d213153","type":"text/javascript","exec":[""]}}],"_postman_id":"ec80275c-d00f-4f5f-b29d-e88147510e80","description":""},{"name":"Outputs","item":[{"name":"Indentity","item":[],"id":"d41e5faf-51f2-4849-95a9-d131635c41ac","description":"<h3 id=\"property-owner\">Property Owner</h3>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>20 characters</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Initial</td>\n<td>1 Character</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>Appended Name Suffix</td>\n<td>10 Characters</td>\n</tr>\n<tr>\n<td>House</td>\n<td>A Persistent ID is assigned to each consumer record in Infutor's identity graph</td>\n<td>15 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Address ID</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS zip+4</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>IDate</td>\n<td>Date record was first received</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery point code with check digit</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route</td>\n<td>4 Characters</td></tr>\n<tr>\n<td>CNTY</td>\n<td>Appended FIPS county code</td>\n<td>3 Characters</td></tr>\n<tr>\n<td>Z4Type</td>\n<td>Appended numeric USPS zip+4</td>\n<td>4 Characters</td>\n</tr><tr>\n<td>DPV</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both Primary and (if present) Secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n<tr>\n<td>Vacant</td>\n<td>Vacant address\nY – Yes\nY – No\n</td>\n<td>Y, N</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"16f57e4e-ef6c-4c42-86b2-9ccf818c5bf1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1b8ad9b3-6020-41a2-8fb1-b375c1aa2dd9","type":"text/javascript","exec":[""]}}],"_postman_id":"d41e5faf-51f2-4849-95a9-d131635c41ac"},{"name":"Profile Attributes","item":[{"name":"Property Attributes","item":[],"id":"e78dfa7b-e9d3-44e8-a708-598b7e54ea1e","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Return Values</b></td></tr><tr><td>PID</td><td>Unique individual that was matched to on the database.<br />1st Character – Y (Person found on the database)/N (Person not found on the database).Remaining characters - Unique Identifier</td><td>String Value</td></tr><tr><td>AID</td><td>Unique address that was matched to on the database.<br />1st Character - Y (Address found on the database)/N (Address not found on the database).Remaining characters - Unique Identifier</td><td>String Value</td></tr><tr><td>FIPSCD</td><td>Federal Information Processing County code. 5 characters maximum<br />First 2 pos = Numeric State Code<br />Last 3 pos = County Code<br /></td><td>nnnnn</td></tr><tr><td>PROP_CENSUSTRACT</td><td>Comprised of Census Tract</td><td>String Value</td></tr><tr><td>PROP_MUNINAME</td><td>Municipality Name where parcel is located</td><td>String Value</td></tr><tr><td>PROP_TOWNSHIPCD</td><td>The \"township\" portion of geographical coordinates based on local surveys. Townships typically run north or south of pre-determined \"meridian\" in six mile intervals. (e.g., 7, 11S, 1N, 36S)</td><td>String Value</td></tr><tr><td>PROP_SUBDIVISION</td><td>If the property is in a specific subdivision so noted on deed recordings</td><td>String Value</td></tr><tr><td>PROP_ZONING</td><td>County and/or Local established Zoning Codes</td><td>String Value</td></tr><tr><td>PROP_RANGE</td><td>The \"range\" portion of geographical coordinates based on local surveys. Ranges typically run east or west of pre-determined \"meridian\" in six mile intervals. (e.g., 3W, 8, 89,31E)</td><td>String Value</td></tr><tr><td>PROP_SECTION</td><td>The \"section\" portion of geographical coordinates based on local surveys. Sections are 1 square mile and there are 36 sections within the intersection of a Range / Township. (e.g., 27, 40, 16, 11)</td><td>String Value</td></tr><tr><td>PROP_LATITUDE</td><td>Property Latitude based on 'parcel'</td><td>String Value</td></tr><tr><td>PROP_LONGITUDE</td><td>Property Longitude based on 'parcel'</td><td>String Value</td></tr><tr><td>PROP_LANDUSE</td><td>A Land Use code converted from various</td><td>String Value</td></tr><tr><td>PROP_APN</td><td>Assessor's Parcel Number in a formatted form</td><td>String Value</td></tr><tr><td>PROP_APNSEQNBR</td><td>Sequence number is used to ensure \"unique-ness\" of the Assessor's Parcel Number</td><td>String Value</td></tr><tr><td>PROP_OWNEROCC</td><td>Absentee owner indicator code<br />A= Absentee(Mail And Situs Not Equal)<br />M= Situs Address Taken From Mail<br />O= Owner Occupied<br />S= Situs From Sale (Occupied)<br />T= Situs From Sale (Absentee)<br /></td><td>A,M,O,S,T or blank</td></tr><tr><td>PROP_ADDRIND</td><td>Indicate whether the Site data was obtained directly from a county or local Source or was derived by the owners mailing address<br />M= Mailing Address<br />S= Local Source<br /></td><td>M,S or blank</td></tr><tr><td>PROP_CORPIND</td><td>Property owner recognized as or business</td><td>Y or blank</td></tr><tr><td>PROP_RESCD</td><td>Indicates whether the property is residential based on individual zip codes<br />Y = yes<br />N = no<br /></td><td>Y, N or blank</td></tr><tr><td>PROP_IND</td><td>Property type indicator, 2 digit numeric:<br />10 = Single Family Residence / Townhouse<br />11 = Condominium (residential)<br />20 = Commercial<br />21 = Duplex, Triplex, Quadplex<br />22 = Apartment<br />23 = Hotel, Motel<br />24 = Commercial (condominium)<br />25 = Retail<br />26 = Services (general public)<br />27 = Office Building<br />28 = Warehouse<br />29 = Financial Institution<br />30 = Hospital (medical complex, clinic)<br />31 = Parking<br />32 = Amusement – Recreation<br />50 = Industrial<br />51 = Industrial Light<br />52 = Industrial Heavy<br />53 = Transport<br />54 = Utilities<br />70 = Agricultural<br />80 = Vacant<br />90 = Exempt<br /></td><td>nn</td></tr><tr><td>PROP_MOBHOME</td><td>Mobile Home is present on the parcel</td><td>Y or blank</td></tr><tr><td>PROP_NRBBLD</td><td>Total number of buildings on the parcel</td><td>String Value</td></tr><tr><td>PROP_STYLE</td><td>Type of building style. Please refer to the property addendum document and see \"PROP_STYLE\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_STORIESCD</td><td>Number of stories code. Please refer to the property addendum document and see “PROP_STORIESCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_STORIESNBR</td><td>Number of stories</td><td>String Value</td></tr><tr><td>PROP_APTNBR</td><td>Number of Residential, Apartment or Business Units</td><td>String Value</td></tr><tr><td>PROP_QLTY</td><td>Type of construction quality of building<br />QAV = AVERAGE<br />QBA = BELOW AVERAGE<br />QVV = ABOVE AVERAGE<br />QPO = POOR<br />QEX = EXCELLENT<br />QLU = LUXURY<br />999 = BYPASS<br />QGO = GOOD<br />QLO = LOW<br />QFA = FAIR<br />QEC = ECONOMICAL<br /></td><td>nnn</td></tr><tr><td>PROP_BLDGCD</td><td>The primary building type code. Please refer to the property addendum document and see \"PROP_BLDGCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_BLDGIMPCD</td><td>Primary improvement type. Please refer to the property addendum document and see \"PROP_BLDGIMPCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_COND</td><td>0 = NONE<br />999 = BYPASS<br />AVE = AVERAGE<br />DMG = PHYSICAL DAMAGE<br />EXC = EXCELLENT<br />FAI = FAIR<br />GOO = GOOD<br />GTE = GOOD TO EXCELLENT<br />POO = POOR<br />UCN = UNDER CONSTRUCTION<br />UNS = UNSOUND<br />VGO = VERY GOOD<br /></td><td>nnn</td></tr><tr><td>PROP_CNSTRTYPE</td><td>Construction Type. Please refer to the property addendum document and see \"PROP_CNSTRTYPE\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_EXTNW</td><td>Exterior Walls Type. Please refer to the property addendum document and see \"PROP_EXTNW\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_VALCALC</td><td>The “total” (i.e., land + improvement) value closet to current market value used for assessment by county or local taxing authorities</td><td>Integer (dollars)</td></tr><tr><td>PROP_IMP_VALCALC</td><td>The “improvement” value closest to current market value used for assessment by county or local taxing authorities</td><td>Integer (dollars)</td></tr><tr><td>PROP_VAL_CALCIND</td><td>Property Value type<br />A = Assessed<br />M = Market<br />P = Appraised<br />T = Transitional<br /></td><td>A,M,P,T or blank</td></tr><tr><td>PROP_LAND_VALCALC</td><td>Land Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_LAND_VALCALC_IND</td><td>Land Value Indicator<br />A = Assessed<br />M = Market<br />P = Appraised<br />T = Transitional<br /></td><td>A,M,P,T or blank</td></tr><tr><td>PROP_IMP_VALCALC</td><td>Improvement Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_IMP_VALCALC_IND</td><td>The “improvement” value indicator<br />A = Assessed<br />M = Market<br />P = Appraised<br />T = Transitional<br /></td><td>A, M, P, or T</td></tr><tr><td>PROP_ASSED_VAL</td><td>The Total Assessed Value of the Parcel's Land &amp; Improvement values as provided by the county or local taxing/assessment authority</td><td>Integer (dollars)</td></tr><tr><td>PROP_ASSED_LANDVAL</td><td>Assessed Land Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_ASSED_IMPVAL</td><td>Assessed Improvement Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_MRKTVAL</td><td>Total Market Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_MRKT_LANDVAL</td><td>Market Land Values</td><td>Integer (dollars)</td></tr><tr><td>PROP_MRKT_IMPVAL</td><td>Market Improvement Values</td><td>Integer (dollars)</td></tr><tr><td>PROP_APPRAISED_VAL</td><td>Total Appraised Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_APPRAISED_LANDVAL</td><td>Appraised Land Value</td><td>Integer (dollars)</td></tr><tr><td>PROP_APPRAISED_IMPVAL</td><td>Appraised Improvement Values</td><td>Integer (dollars)</td></tr><tr><td>PROP_YRBLD</td><td>The construction year of the original building. (e.g., YYYY)</td><td>YYYY</td></tr><tr><td>PROP_EFFYRBLD</td><td>Effective Year Built</td><td>YYYY</td></tr><tr><td>PROP_VIEW</td><td>Property View, Please refer to the property addendum document and see \"PROP_VIEW \" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_LCTN_INFL</td><td>Location Associated Aspects, Please refer to the property addendum document and see \"PROP_LCTN_INFL\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_FRONTFT</td><td>Front Linear Feet</td><td>Integer</td></tr><tr><td>PROP_DEPTHFT</td><td>Linear feet between</td><td>Integer</td></tr><tr><td>PROP_ACRES</td><td>Total land mass in acres. (4 decimal points). Example: 13000=1.3 acres</td><td>Integer</td></tr><tr><td>PROP_LANDSQFT</td><td>Total land mass in Square Feet</td><td>Integer</td></tr><tr><td>PROP_UNVBLDSQFT</td><td>Building Square Footage</td><td>Integer</td></tr><tr><td>PROP_BLDSQFTIND</td><td>Square foot type indicator, 1 character max.<br />R = GROUND FLOOR LEVEL<br />H = HEATED AREA<br />M = MAIN OR BASE AREA<br />B = BUILDING<br />A = ADJUSTED<br />L = LIVING<br />G = GROSS<br /></td><td>R,H,M,B,A,L,G or blank</td></tr><tr><td>PROP_BLDSQFT</td><td>Building Square feet</td><td>Integer</td></tr><tr><td>PROP_LIVINGSQFT</td><td>The area of a building that is used for general living. This is typically the area of a building that is heated or air conditioned and does not include Garage, Porch or Basement square footage</td><td>Integer</td></tr><tr><td>PROP_GRDFLRSQFT</td><td>Square Footage Front</td><td>Integer</td></tr><tr><td>PROP_GROSSSQFT</td><td>Building Square Footage</td><td>Integer</td></tr><tr><td>PROP_ADJGROSSSQFT</td><td>Square Footage for Improvement Value</td><td>Integer</td></tr><tr><td>PROP_BSMTSQFT</td><td>Basement Square Footage</td><td>Integer</td></tr><tr><td>PROP_PRKGSQFT</td><td>Square footage of parking</td><td>Integer</td></tr><tr><td>PROP_RMS</td><td>Total number of rooms contained in the primary building</td><td>Integer</td></tr><tr><td>PROP_BEDRMS</td><td>Total number of bedrooms contained in the primary building</td><td>Integer</td></tr><tr><td>PROP_BATHSCALC</td><td>Number of Bathrooms</td><td>Integer</td></tr><tr><td>PROP_BATHS</td><td>Total number of bathrooms, 2 implied decimal places. 2.00 baths = 200</td><td>Integer</td></tr><tr><td>PROP_FULLBATHS</td><td>Total number of Full Baths (typically comprised of a sink, toilet, and bathtub / shower stall). A home containing 2 1/2 baths would have the number 2 stored in this field</td><td>Integer</td></tr><tr><td>PROP_HALFBATHS</td><td>Total number of Half Baths (typically comprised of a sink &amp; toilet). A home containing 2 1/2 baths would have the number 1 stored in this field</td><td>Integer</td></tr><tr><td>PROP_1QTRBATHS</td><td>Total quarter baths</td><td>Integer</td></tr><tr><td>PROP_3QTRBATHS</td><td>Number of 3 quarter baths</td><td>Integer</td></tr><tr><td>PROP_BATHFIXS</td><td>Total Bathroom Fixtures</td><td>Integer</td></tr><tr><td>PROP_AC</td><td>The type of air conditioning method used to cool the building<br />(e.g., Central, Wall Unit, Evaporative):<br />0=AC.NONE<br />ACA=AC.COMMERCIAL A/C<br />ACE=AC.CENTRAL<br />ACH=AC.CHILLED WATER<br />ACP=AC.CENTRAL PARTIAL<br />ACW=AC.CENTRAL &amp; UNIT<br />ADU=AC.DUAL UNIT<br />AEV=AC.EVAPORATIVE<br />AFA=AC.FAN COOLING<br />AHT=AC.HEAT PUMP<br />AOF=AC.OFFICE ONLY<br />APF=AC.REFRIGERATION<br />APK=AC.PACKAGE<br />APR=AC.PACKAGE ROOF<br />APT=AC.PARTIAL<br />APV=AC.REFRIGERATION/EVAPORATION<br />ASE=AC.SEPARATE SYSTEM<br />ASO=AC.SOLAR<br />ASP=AC.SPLIT SYSTEM<br />AWA=AC.WALL UNIT<br />AWI=AC.WINDOW UNIT<br />AWN=AC.WALL/WINDOW UNIT<br /></td><td>nnn<br />(3 characters)<br /></td></tr><tr><td>PROP_BSMTF</td><td>Basement Type<br />0 = NONE<br />999 = BYPASS<br />BFL = FULL<br />CRA = CRAWL-SPACE<br />FBE = BEDROOM<br />FBR = BEDROOM &amp; RECREATION ROOM<br />FCF = COMPLETELY FINISHED<br />FFD = FINISHED WITH DRYWALL<br />FFI = FINISHED<br />FFL = FINISHED WITH PLASTER<br />FFP = FINISHED WITH PANEL<br />FOF = OFFICE<br />FPA = PARKING<br />FPF = PARTIALLY FINISHED<br />FRE = RESIDENT<br />FRR = RECREATION ROOM<br />FST = STORAGE<br />FUN = UNFINISHED<br />FUT = UTILITY<br /></td><td>nnn</td></tr><tr><td>PROP_FRPL</td><td>This field is populated with a \"Y\" if a fireplace is located within the building</td><td>Y or blank</td></tr><tr><td>PROP_FRPLNBR</td><td>Number of Fireplace Openings</td><td>Integer</td></tr><tr><td>PROP_FRPLTYPE</td><td>Type of Fireplace, Please refer to the property addendum document and see \"PROP_FRPLTYPE” table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_FND</td><td>Type of Foundation, Please refer to the property addendum document and see \"PROP_FND\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_FLR</td><td>Floor Construction Type<br />999 = BYPASS<br />A = CONCRETE<br />B = WOOD<br />C = PLYWOOD<br />D = CONCRETE/ASPHALT<br />E = BRICK<br />F = ACRYLIC<br />G = ASBESTOS<br />H = GRAVEL<br />I = SLATE<br />J = DIRT<br />K = CINDER BLOCK<br />L = ASPHALT<br />M = BRICK/STONE<br />N = BRICK/STONE/SLATE<br />P = METAL DECK<br />Q = METAL GRATING<br />R = CORREGATED DECK<br />S = WOOD SHEATHING<br />T = STEEL-FLAT-SLAB<br /></td><td>nnn</td></tr><tr><td>PROP_FRAME</td><td>Type of Roof Framing<br />999 = BYPASS<br />B = BAR JOIST<br />C = CONCRETE<br />D = BAR JOIST &amp; WOOD DECK<br />E = METAL PIPE<br />F = WOOD FRAME<br />G = BOWSTRING<br />J = BAR JOIST &amp; CONCRETE DECK<br />L = FLEXIBLE/FLEXICORE<br />M = METAL<br />O = REINFORCED CONCRETE<br />P = LONGSPAN TRUSS<br />Q = PRESTRESS CONCRETE<br />R = BAR JOIST &amp; RIGID FRAME<br />S = STEEL<br />T = TRUSS/JOIST<br />U = WOOD BEAM<br />W = WOOD<br />X = WOOD JOIST<br />Y = WOOD ON STEEL<br />Z = WOOD TRUSS<br /></td><td>nnn</td></tr><tr><td>PROP_GAR</td><td>Type of Garage, Please refer to the property addendum document and see \"PROP_GAR\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_HEAT</td><td>Method of Heating, Please refer to the property addendum document and see \"PROP_HEAT\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_PRKGSPACES</td><td>Number of Parking Spaces</td><td>Integer</td></tr><tr><td>PROP_PRKGTYPE</td><td>Parking Type, Please refer to the property addendum document and see \"PROP_PRKGTYPE\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_POOL</td><td>Populated with a \"Y\" if a Pool is present on the parcel</td><td>Y or blank</td></tr><tr><td>PROP_POOLCD</td><td>Pool Type, Please refer to the property addendum document and see \"PROP_POOLCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_ROOFCOVER</td><td>Roof Covering, Please refer to the property addendum document and see \"PROP_ROOFCOVER\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_ROOFTYPE</td><td>999=BYPASS<br />9A0=IRREGULAR<br />9B0=LEAN TO<br />A=A-FRAME<br />B=BARN<br />C=CANOPY<br />D=DORMER<br />E=FRAME<br />F=FLAT<br />G=GABLE<br />H=GABLE/HIP<br />I=HIP<br />J=GEODESIC<br />K=MANSARD<br />L=BARREL<br />M=MONITOR<br />N=CONTEMPORARY<br />O=SHED<br />P=PITCHED<br />Q=PYRAMID<br />R=ARCHED<br />S=SAWTOOTH<br />T=CATHEDRAL/CLERESTORY<br />U=BUBBLE<br />V=GAMBREL<br />W=SWISS CHALET/ALPINE<br />X=COMPLEX/CUSTOM<br />Y=BUTTERFLY<br />Z=GAMBREL/MANSARD<br /></td><td>nnn<br />(3 characters)<br /></td></tr><tr><td>PROP_ENERGY</td><td>Type of Electricity<br />0 = NONE<br />999 = BYPASS<br />EAG = AVERAGE WIRING<br />EAV = AVAILABLE<br />EBA = BELOW AVERAGE WIRING<br />ECN = CONNECTED<br />EEX = EXTENSIVE WIRING<br />EGO = GOOD WIRING<br />EHE = HEAVY WIRING<br />ELI = LIGHT WIRING<br />EMA = MAXIMUM WIRING<br />EME = MEDIUM WIRING<br />EMI = MINIMAL WIRING<br />EOV = OVERHEAD WIRES<br />EPR = PRIVATE SOURCE<br />ETY = TYPICAL WIRING<br />EUN = UNDERGROUND WIRES<br /></td><td>nnn</td></tr><tr><td>PROP_FUEL</td><td>Heating Fuel Type, Please refer to the property addendum document and see \"PROP_FUEL\" table for code descriptions</td><td>String value</td></tr><tr><td>PROP_SEWER</td><td>Sewer Type<br />0 = NONE<br />999 = BYPASS<br />SPU = PUBLIC<br />SCE = CESSPOOL<br />SSE = SEPTIC<br />SPR = PRIVATE<br />STR = STORM<br />SCO = COMMERCIAL<br /></td><td>nnn</td></tr><tr><td>PROP_WATER</td><td>Water Supply Type, 3 characters max.<br />0 = NONE<br />999 = BYPASS<br />WPU = PUBLIC<br />WSC = SPRING/CREEK<br />WWE = WELL<br />WPR = PRIVATE<br />WCO = COMMERCIAL<br />WPW = PUBLIC WELL<br />WCI = CISTERN<br /></td><td>nnn</td></tr><tr><td>PROP_HOMESTEAD</td><td>Homestead Qualified</td><td>Y or blank</td></tr><tr><td>PROP_XMTVET</td><td>Presence of Veteran</td><td>Y or blank</td></tr><tr><td>PROP_XMT_DISABLED</td><td>Disable Veteran</td><td>Y or blank</td></tr><tr><td>PROP_TAXAMT</td><td>The tax amount provided by the county or local taxing / assessment authority</td><td>Integer (dollars)</td></tr><tr><td>PROP_TAXYR</td><td>Tax Year</td><td>YYYY</td></tr><tr><td>PROP_DOCYR</td><td>Sale Year</td><td>YYYY</td></tr><tr><td>PROP_SALESDEEDCD</td><td>Deed Type, 1 character max<br />U = FORECLOSURE<br />Q = QUIT CLAIM<br />X = MULTI CNTY/ST OR OPEN-END-MTG<br />T = DEED OF TRUST<br />G = DEED<br />D = RELEASE OF DEED OF TRUST/MTG<br />F = FINAL JUDGEMENT<br />J = MECHANIC LIENS<br />L = LIS PENDENS<br />N = NOTICE OF DEFAULT<br />R = RELEASE/RECISION<br />S = LOAN ASSIGNMENT<br /></td><td>U,Q,X,T,G,D,F,J, L,N,R,S or blank</td></tr><tr><td>PROP_RECDATE</td><td>The date the sales transaction was record at the county</td><td>YYYYMMDD</td></tr><tr><td>PROP_SELLERNAME</td><td>Seller Name</td><td>String Value</td></tr><tr><td>PROP_SALEDATE</td><td>Sale Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_SALEAMT</td><td>Price of the sale as depicted on the recorded sales transaction</td><td>Integer (dollars)</td></tr><tr><td>PROP_SALECD</td><td>Sale Code<br />V = VERIFIED<br />R = LEASE<br />P = SALE PRICE (PARTIAL)<br />C = CONFIRMED<br />N = STAMPS ON BACK/NON-DISCLOSED<br />F = SALE PRICE (FULL)<br />E = ESTIMATED<br />L = COMMITTED<br /></td><td>V,R,P,C,N,F,E,L or blank</td></tr><tr><td>PROP_APNCD</td><td>Parcel Sales, 1 character max<br />D = MULTI / DETAIL PARCEL SALE<br />M = MULTIPLE PARCEL SALE<br />X = MULTI / SPLIT PARCEL SALE<br />S = MULTI / SPLIT PARCEL SALE<br /></td><td>D,M,X,S or blank</td></tr><tr><td>PROP_APNCNT</td><td>Number of Parcels</td><td>Integer</td></tr><tr><td>PROP_ASMTYR</td><td>Last Assessment Year</td><td>YYYY</td></tr><tr><td>PROP_SALESTRANSCD</td><td>Sale Type<br />1 = RESALE<br />2 = REFINANCE<br />3 = SUBDIVISION/NEW CONSTRUCTION<br />4 = TIMESHARE<br />6 = CONSTRUCTION LOAN<br />7 = SELLER CARRYBACK<br />9 = NOMINAL<br />D = RELEASE OF DEED<br />S = ASSIGNMENT OF DEED OF TRUST<br /></td><td>1,2,3,4,6,7,9,D,S or blank</td></tr><tr><td>PROP_RECDATE_PRIOR</td><td>Prior Recorded Sale Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_SALEAMT_PRIOR</td><td>Price of Sale</td><td>Integer (dollars)</td></tr><tr><td>PROP_SALECD_PRIOR</td><td>Prior Sale Type<br />F = Full<br />P = Partial<br /></td><td>F, P or Blank</td></tr><tr><td>PROP_APNCD_PRIOR</td><td>Parcel Type<br />M = MULTIPLE PARCEL SALE<br />D = MULTI / DETAIL PARCEL SALE<br />X = MULTI / SPLIT PARCEL SALE<br />S = SPLIT PARCEL SALE<br /></td><td>M,D,X,S or blank</td></tr><tr><td>PROP_DEEDCD_PRIOR</td><td>Prior Deed Type Used<br />D = RELEASE OF DEED OF TRUST/MTG<br />F = FINAL JUDGEMENT<br />G = DEED<br />J = MECHANIC LIENS<br />L = LIS PENDENS<br />N = NOTICE OF DEFAULT<br />Q = QUIT CLAIM<br />R = RELEASE/RECISION<br />S = LOAN ASSIGNMENT<br />T = DEED OF TRUST<br />U = FORECLOSURE<br />X = MULTI CNTY/ST OR OPEN-END-MTG<br />W = WARRANTY DEED<br />I = ALL INCLUSIVE DEED OF TRUST<br />M = MORTGAGE<br />C = CONSTRUCTION DEED OF TRUST<br />A = ASSIGNMENT DEED<br />E = EXEMPTION DEED<br /></td><td>n</td></tr><tr><td>PROP_SALESTRANSCD_PRIOR</td><td>Prior Sale Transaction Code<br />1 = RESALE<br />2 = REFINANCE<br />3 = SUBDIVISION/NEW CONSTRUCTION<br />4 = TIMESHARE<br />6 = CONSTRUCTION LOAN<br />7 = SELLER CARRYBACK<br />9 = NOMINAL<br />D = RELEASE OF DEED<br />S = ASSIGNMENT OF DEED OF TRUST<br /></td><td>1,2,3,4,6,7,9,D,S or blank</td></tr><tr><td>PROP_MTGAMT_PRIOR</td><td>Prior Sale Mortgage Amount</td><td>Integer</td></tr><tr><td>PROP_MTGINTCD</td><td>Fixed or Variable Mortgage<br />FIX = Fixed<br />ADJ = Adjustable<br />VAR = Variable<br />BAL = Balloon<br /></td><td>nnn</td></tr><tr><td>PROP_OWNERCD</td><td>Owner Type, Please refer to the property addendum document and see \"PROP_OWNERCD\" table for code descriptions</td><td>nnn</td></tr><tr><td>PROP_SELLCARRYBACK</td><td>Seller Carry Back<br />Y = YES<br />A = ASSUMED<br /></td><td>Y,A or blank</td></tr><tr><td>PROP_TITTLECOMPANY</td><td>Title Company</td><td>String values</td></tr><tr><td>PROP_LOANTOVAL</td><td>Loan To Value</td><td>String values</td></tr><tr><td>PROP_MTGAMT</td><td>Amount of loan</td><td>Integer (dollars)</td></tr><tr><td>PROP_MTGDATE</td><td>Date mortgage was initiated</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGLOANCD</td><td>Mortgage Type<br />WRP = WRAP-AROUND MORTGAGE<br />VA = Veterans Affairs<br />FHA = Federal Housing Administration<br />CNV = CONVENTIONAL<br />SBA = SMALL BUSINESS ADMINISTRATION<br />PP = PRIVATE PARTY LENDER<br />CDA = COMMUNITY DEVLOPMENT AUTHORITY<br />CNS = CONSTRUCTION<br />LH = LEASE HOLD MORTGAGE<br />PMM = PURCHASE MONEY MORTGAGE<br /></td><td>nnn</td></tr><tr><td>PROP_MTGDEEDCD</td><td>Mortgage Deed Type, Please refer to the layout document and see “PROP_MTGDEEDCD\" table for code descriptions</td><td>String values</td></tr><tr><td>PROP_MTGTERM</td><td>The length of time of the mortgage in years</td><td>Integer (years)</td></tr><tr><td>PROP_MTGDUEDATE</td><td>Date mortgage becomes due</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGASSUMPTIONAMT</td><td>Mortgage Amount Assumed</td><td>Integer (dollars)</td></tr><tr><td>PROP_LENDERNAME</td><td>Lender Name</td><td>String values</td></tr><tr><td>PROP_MTGREFICD</td><td>Refi Type<br />Y = YES<br />T = TRUST<br /></td><td>Y,T or blank</td></tr><tr><td>PROP_RMSEQUITYCD</td><td>Equity in Property</td><td>Y or blank</td></tr><tr><td>PROP_MTGINTRATE</td><td>Rate Associated with Mortgage (4 decimal)</td><td>String values. Example: 47300 - 4.73%</td></tr><tr><td>PROP_MTGINTRATETYPE</td><td>Mortgage Rate Type<br />FIX = Fixed<br />ADJ = Adjustable<br />VAR = Variable<br />BAL = Balloon<br /></td><td>nnn</td></tr><tr><td>PROP_MTGAMT2</td><td>2nd Mortgage Amount</td><td>Integer (dollars)</td></tr><tr><td>PROP_MTGDATE2</td><td>2nd Mortgage Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGLOANCD2</td><td>2nd Mortgage Type</td><td>String value</td></tr><tr><td>PROP_MTGDEEDCD2</td><td>2nd Deed Type</td><td>String values</td></tr><tr><td>PROP_MTGTERM2</td><td>2nd Mortgage Term</td><td>String values</td></tr><tr><td>PROP_MTGDUEDATE2</td><td>2nd Mortgage Due Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGASSUMPTIONAMT2</td><td>2nd Mortgage Amount Assumed</td><td>String values</td></tr><tr><td>PROP_LENDERNAME2</td><td>2nd Mortgage Lender Name</td><td>String values</td></tr><tr><td>PROP_MTGREFICD2</td><td>2nd Mortgage Refi Type</td><td>String values</td></tr><tr><td>PROP_RMSEQUITYCD2</td><td>2nd Equity in Property</td><td>String values</td></tr><tr><td>PROP_MTGINTRATE2</td><td>2nd Rate Associated with Mortgage (4 decimal)</td><td>String values. Example: 47300 - 4.73%</td></tr><tr><td>PROP_MTGINTRATETYPE2</td><td>2nd Mortgage Rate Type</td><td>String values</td></tr><tr><td>PROP_MTGAMT3</td><td>3rd Mortgage Amount</td><td>Integer (dollars)</td></tr><tr><td>PROP_MTGDATE3</td><td>3rd Mortgage Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_MTGASSUMPTIONAMT3</td><td>Mortgage Amount Assumed</td><td>Integer (dollars)</td></tr><tr><td>PROP_LENDERNAME3</td><td>3rd Mortgage Lender Name</td><td>String values</td></tr><tr><td>PROP_MTGREFICD3</td><td>3rd Mortgage Refi Type</td><td>String values</td></tr><tr><td>PROP_MTGDUEDATE3</td><td>3rd Mortgage Due Date</td><td>YYYYMMDD</td></tr><tr><td>PROP_RMSEQUITYCD3</td><td>3rd Equity in Property</td><td>String values</td></tr><tr><td>PROP_MTGINTRATE3</td><td>3rd Rate Associated with Mortgage (4 decimal)</td><td>String values. Example: 47300 - 4.73%</td></tr><tr><td>PROP_MTGINTRATETYPE3</td><td>3rd Mortgage Rate Type</td><td>String values</td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"3e7280c0-96aa-4f8c-8832-f4b9eb578ed8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bb9d065a-2866-4f71-aaf4-7eb40e0d9a56","type":"text/javascript","exec":[""]}}],"_postman_id":"e78dfa7b-e9d3-44e8-a708-598b7e54ea1e"}],"id":"903f3b64-bc6b-4b0f-a11f-dc0870fbcf79","_postman_id":"903f3b64-bc6b-4b0f-a11f-dc0870fbcf79","description":""}],"id":"3bacc781-b1d6-4995-9408-a3822a4326c2","event":[{"listen":"prerequest","script":{"id":"fec3f984-a8fc-48b0-a080-820c7bbc5929","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6bba314c-f414-4e37-b304-c2f3cb8c11d1","type":"text/javascript","exec":[""]}}],"_postman_id":"3bacc781-b1d6-4995-9408-a3822a4326c2","description":""},{"name":"API Response Codes","item":[],"id":"14b9b81d-8204-4b41-a9de-b44b90cd956b","description":"<h3 id=\"ip-attributes\">IP Attributes:</h3>\n<p>The following is a table of potential output response codes &amp; messages:</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>0</td>\n<td>Successful</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No Records found</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Missing required parameter(s)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Too many results. Please refine your search criteria</td>\n</tr>\n<tr>\n<td>4</td>\n<td>You have reached the maximum number of transactions allowed</td>\n</tr>\n<tr>\n<td>102</td>\n<td>The user is invalid (double-check credentials)</td>\n</tr>\n<tr>\n<td>All other codes</td>\n<td>System error. Retry search, if failure continues, contact support</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"4add4d2b-0bf0-4025-8d28-7c0dcdd1ff4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2abd40f9-fa2b-4031-aa35-b623c64d65e6","type":"text/javascript","exec":[""]}}],"_postman_id":"14b9b81d-8204-4b41-a9de-b44b90cd956b"}],"id":"9b0ce3dd-d97d-47ee-8181-a75dedbd84b9","event":[{"listen":"prerequest","script":{"id":"a2a82f1e-04f8-4957-bd17-7a684b349cad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2b25c4bd-3360-4f14-a26b-6dd24364769b","type":"text/javascript","exec":[""]}}],"_postman_id":"9b0ce3dd-d97d-47ee-8181-a75dedbd84b9","description":""},{"name":"Auto Append","item":[{"name":"Overview","item":[],"id":"8686894d-9661-4297-9d5d-36549fcd9259","description":"<p>The Auto Append Product uses input identity markers such like name, address, phone or email to generate an identity and searches against the Infutor Total Vehicle Profile database to return up to 4 Vehicles record, including Vehicle attributes including IDs and inMarket auto modules.</p>","event":[{"listen":"prerequest","script":{"id":"ff748d81-9890-42fd-9b2a-744472471777","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"33f297f8-5874-44e8-be4e-66d352fef57c","type":"text/javascript","exec":[""]}}],"_postman_id":"8686894d-9661-4297-9d5d-36549fcd9259"},{"name":"Inputs","item":[{"name":"Minimum Required Fields","item":[],"id":"39238a93-d65f-4b2d-af8e-b87059639701","description":"<p>At a minimum, one of the following input combinations is required for processing:</p>\n\n<ul>\n<li>Phone</li>\n<li>Phone2</li>\n<li>Email</li>\n<li>FName + LName</li>\n<li>FullName</li>\n<li>Address1 + Zip</li>\n<li>Address1 + City + State</li>\n</ul>\n\n\n<p>For Identity Identification, Auto Append requires phone, email or name &amp; address input.</p>\n","event":[{"listen":"prerequest","script":{"id":"738da53e-2d27-4236-805d-58a7823325bb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"85033e3e-a303-4d2c-8e4f-29d8c3145a0d","type":"text/javascript","exec":[""]}}],"_postman_id":"39238a93-d65f-4b2d-af8e-b87059639701"}],"id":"bd51f0fe-6dbd-496a-9025-05af254468dc","description":"<p>The Auto Append product accepts identity data elements including name, address, phone, and email as input.</p>\n\n<table>\n<tr>\n<td><b>Input Field</b></td>\n<td><b>Required?</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>Login</td>\n<td>Required</td>\n<td>Account username</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Required</td>\n<td>Account password</td>\n</tr>\n<tr>\n<td>FullName</td>\n<td>Required*</td>\n<td>Full individual Name</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Required*</td>\n<td>First name, 15 characters max</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Required*</td>\n<td>Last name, 20 characters max</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Required*</td>\n<td>Address line 1, 64 characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Optional</td>\n<td>Address line 2, 64 characters max</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Required*</td>\n<td>City name, 28 characters max. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Required*</td>\n<td>2 character state abbreviation. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Required*</td>\n<td>5 digit numeric USPS zip code.  * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Required*</td>\n<td>10 digit numeric phone number (without spaces, dashes, or parentheses)</td>\n</tr>\n<tr>\n<td>Phone2</td>\n<td>Required*</td>\n<td>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Required*</td>\n<td>Email address, 100 characters max</td>\n</tr>\n</table>\n\n\n\n","event":[{"listen":"prerequest","script":{"id":"36eb4462-cf23-4130-b786-b9f73f1bf075","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0bc7146f-ad5a-46b7-abc5-1428d5b1868b","type":"text/javascript","exec":[""]}}],"_postman_id":"bd51f0fe-6dbd-496a-9025-05af254468dc"},{"name":"Outputs","item":[{"name":"Vehicle Owner","item":[],"id":"618df2e3-2166-4182-827c-b2534653d57e","description":"<h4> <b>Identity Name: </b></h4>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Appended First Name</td>\n<td>15 characters max</td>\n</tr>\n<tr>\n<td>MName</td>\n<td>Appended Middle Name</td>\n<td>15 characters</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Appended Last name</td>\n<td>20 Character</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>Appended Name Suffix</td>\n<td>10 Characters</td>\n</tr>\n</table>\n<h4><b>Identity Address:</b></h4>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>House</td>\n<td>A Persistent ID is assigned to each consumer record in Infutor's identity graph</td>\n<td>15 Characters</td>\n</tr>\n<tr>\n<td>PreDir</td>\n<td>Address ID</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>Appended Street name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS zip+4</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>IDate</td>\n<td>Date record was first received</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery point code with check digit</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route</td>\n<td>4 Characters</td></tr>\n\n<tr>\n<td>CNTY</td>\n<td>Appended FIPS county code</td>\n<td>3 Characters</td></tr>\n\n<tr>\n<td>CountyName</td>\n<td>Appended County Name</td>\n<td>15</td>\n</tr>\n<tr>\n<td>Z4Type</td>\n<td>F - Firm or Company Address\nG - General delivery address\nH - High-rise or business complex\nP - PO Box address\nR - Rural route address\nS - Street or residential address</td>\n<td>F, G, H, P, R, S</td>\n</tr>\n<tr>\n<td>DPV</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both Primary and (if present) Secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n<tr>\n<td>Vacant</td>\n<td>Vacant address\nY – Yes\nY – No\n</td>\n<td>Y, N</td>\n</tr>\n<tr>\n<td>MSA</td>\n<td>Metropolitan Statistical Area</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>CBSA</td>\n<td>Core Based Statistical Area</td>\n<td>5 Characters</td>\n</tr>\n\n</table>\n<h4><b>Identity IDs:</b></h4>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>PID</td>\n<td>A Persistent ID is assigned to each consumer record in Infutor's identity graph</td>\n<td>15 characters</td>\n</tr>\n<tr>\n<td>AID</td>\n<td>Address ID</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>HHID</td>\n<td>Address ID and last name</td>\n<td>String Value</td>\n</tr>\n</table>\n\n<h4><b>Auto Attributes: Up to 4 vehicles.</b></h4>\n\n<table>\n    <tr>\n        <th>Output Field</th>\n        <th>Description</th>\n        <th>Return Values</th>\n    </tr><tr>\n    </tr><tr>\n        <td>Make</td>\n        <td>Vehicle make, 30 characters max</td>\n        <td>String Value</td>\n    </tr>\n    <tr>\n        <td>Model</td>\n        <td>Vehicle Model, 30 characters max</td>\n        <td>String Value</td>\n    </tr>\n    <tr>\n        <td>Year</td>\n        <td>Vehicle Year</td>\n        <td>YYYY</td>\n    </tr>\n    <tr>\n        <td>ClassCD</td>\n        <td>Vehicle Class Code, 15 characters max\n        CROSSOVER\n        FULL SIZE CAR\n        FULL SIZE SUV\n        FULL SIZE TRUCK\n        FULL SIZE VAN\n        MID SIZE CAR\n        MID SIZE TRUCK\n        MID SIZE SUV\n        MINIVAN\n        SMALL CAR\n        SMALL SUV\n        SMALL TRUCK\n        </td>\n        <td>15 Characters</td>\n    </tr>\n    <tr>\n        <td>FuelTypeCD</td>\n        <td>Vehicle Fuel Code\n        B - Biodiesel\n        D - Diesel\n        F - Flex-Fuel\n        G - Gasoline\n        H - Fuel Cell\n        I - Plug-in Electric\n        L - Electronic\n        N - CNG (Compressed Natural Gas)\n        P - Propane\n        Y - Hybrid\n        </td>\n        <td>B, D, F, G, H, I, L, N, P, Y</td>\n    </tr>\n    <tr>\n        <td>MFGCD</td>\n        <td>Vehicle Manufactoring Code:\n        A - Antique\n        C - Chrysler Products\n        F - Ford Products\n        G - GM Products\n        H - High end imports\n        L - Low end imports\n        O - Other\n        </td>\n        <td>A, C, F, G, H, L, O</td>\n    </tr>\n    <tr>\n        <td>StyleCD</td>\n        <td>Vehicle Style Code</td>\n        <td>10 characters</td>\n    </tr>\n    <tr>\n        <td>Mileage</td>\n        <td>Mileage from the last odometer reading in increments of 10.000.\n        A=0 - 10.000, Z = 250.000+\n        </td>\n        <td>A-Z</td>\n    </tr>\n    <tr>\n        <td>Odate</td>\n        <td>Last verification date</td>\n        <td>YYYYMMDD</td>\n    </tr>\n    <tr>\n        <td>VIN</td>\n        <td>17 Digit VIN Number\n        <b>**This is a premium attribute field available only by subscription.\n        Contact Infutor Sales for more information.</b>\n        </td>\n        <td>String Value</td>\n    </tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"16f57e4e-ef6c-4c42-86b2-9ccf818c5bf1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1b8ad9b3-6020-41a2-8fb1-b375c1aa2dd9","type":"text/javascript","exec":[""]}}],"_postman_id":"618df2e3-2166-4182-827c-b2534653d57e"},{"name":"In Market Auto Attributes","item":[],"id":"aa7e9755-3bb5-4344-840f-7bfa43268037","description":"<h4><b>**These are premium attributes fields available only by subscription. Contact Infutor Sales for more information.</b></h4>\n\n<table>\n    <tr>\n        <th>Output Field</th>\n        <th>Description</th>\n        <th>Return Values</th>\n    </tr><tr>\n    </tr><tr>\n        <td>IN_financing_prob_rank</td>\n        <td>In Market for new Financing\n        100 - Most qualified\n        10 - Least qualified\n        0 - Unknown\n        </td>\n        <td> 0-100 </td>\n    </tr>\n    <tr>\n        <td>IN_insurance_prob_rank</td>\n        <td>In Market for getting Vehicle Insurance\n            100 - most qualified\n            10 - least qualified\n            0 - Unknown\n        </td>\n        <td> 0-100 </td>\n    </tr>\n    <tr>\n        <td>IN_new_vehicle_prob_rank</td>\n        <td>In Market for new Vehicle\n            100 - most qualified\n            10 - least qualified\n            0 - Unknown\n        </td>\n        <td> 0-100 </td>\n    </tr>\n    <tr>\n        <td>IN_auto_parts_prob_rank</td>\n        <td>In Market for buying auto parts\n            100 - most qualified\n            10 - least qualified\n            0 - Unknown\n        </td>\n        <td> 0-100 </td>\n    </tr>\n    <tr>\n        <td>IN_used_vehicle_prob_rank</td>\n        <td>In Market for used Vehicle\n            100 - most qualified\n            10 - least qualified\n            0 - Unknown\n        </td>\n        <td> 0-100 </td>\n    </tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"ef0d1254-673d-4b56-bbf7-840bf236c358","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cd4fb798-5ace-43c1-9519-381d92fd4657","type":"text/javascript","exec":[""]}}],"_postman_id":"aa7e9755-3bb5-4344-840f-7bfa43268037"}],"id":"33d4552c-a919-40c2-af2f-33214f8555d3","event":[{"listen":"prerequest","script":{"id":"fec3f984-a8fc-48b0-a080-820c7bbc5929","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6bba314c-f414-4e37-b304-c2f3cb8c11d1","type":"text/javascript","exec":[""]}}],"_postman_id":"33d4552c-a919-40c2-af2f-33214f8555d3","description":""},{"name":"Appendix A: Restful XML API Example","item":[{"name":"Auto Append Successful Request (XML)","id":"afa3e1b2-4190-4337-9591-58e0af74e57d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/IDProfileauto?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","urlObject":{"protocol":"https","path":["IDProfileauto"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account Username, Required.</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account Password, Required.</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full Individual Name.</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First Name, 15 characters max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last Name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"Email"}],"variable":[]}},"response":[{"id":"037e61e8-ca89-4b46-aca6-ca2db942f62f","name":"Auto Append Successful Request (XML)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/IDProfileauto?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDProfileauto"],"query":[{"key":"Login","value":"username","description":"Account Username, Required."},{"key":"Password","value":"password","description":"Account Password, Required."},{"key":"FullName","value":"FullName","description":"Full Individual Name."},{"key":"FName","value":"FName","description":"First Name, 15 characters max."},{"key":"LName","value":"LName","description":"Last Name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"Phone2","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"Email","description":"Email address, 100 characters max"}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<xml>\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    <Response>\n        <Detail transaction=\"IDProfileAuto\">\n            <Identity>\n                <Name>\n                \t<FName>John</FName>\n                \t<LName>Smith</LName>\n                \t<MName>L</MName>\n                \t<Suffix>P</Suffix>\n                </Name>\n                <Address>\n                    <House>123</House>\n                    <PreDir>E</PreDir>\n                    <Street>Main</Street>\n                    <StrType>ST</StrType>\n                    <PostDir/>\n                    <AptType>Apt</AptType>\n                    <AptNbr>A1</AptNbr>\n                    <City>Chicago</City>\n                    <State>IL</State>\n                    <Zip>60601</Zip>\n                    <Z4>1234</Z4>\n                    <DPC>464</DPC>\n                    <CRTE>C088</CRTE>\n                    <CNTY>043</CNTY>\n                    <Z4Type>S</Z4Type>\n                    <DPV>Y</DPV>\n                    <Vacant>Y</Vacant>\n                    <MSA>3480</MSA>\n                    <CBSA>36900</CBSA>\n                </Address>\n        \t\t<IDAttributes>\n        \t\t\t<AutoAttributes>\n                        <IDS>\n                            <PID>Y39394827291076</PID>\n                            <AID>Y000000160907831</AID>\n                        \t<HHID>Y000000160907831MILLER</HHID>\n                        </IDS>\n                        <Vehicle>\n                            <Make>HYUNDAI</Make>\n                            <Model>SANTA FE</Model>\n                            <Year>2011</Year>\n                            <ClassCD>SMALL SUV</ClassCD>\n                            <FuelTypeCD>G</FuelTypeCD>\n                            <MFGCD>L</MFGCD>\n                            <StyleCD>UTIL</StyleCD>\n                            <Mileages>F</Mileages>\n                            <ODate>20160508</ODate>\n                            <VIN> 5XYZGDAB3BG003997</VIN>\n                        </Vehicle>\n                        <Vehicle2>\n                            <Make>FORD</Make>\n                            <Model>FOCUS</Model>\n                            <Year>2014</Year>\n                            <ClassCD>SMALL CAR</ClassCD>\n                            <FuelTypeCD>F</FuelTypeCD>\n                            <MFGCD>F</MFGCD>\n                            <StyleCD>HATCHBACK</StyleCD>\n                            <Mileages>A</Mileages>\n                            <ODate>20160501</ODate>\n                            <VIN> 1FADP3F21EL421566</VIN>\n                        </Vehicle2>\n                        <Vehicle3>\n                            <Make>FORD</Make>\n                            <Model>MUSTANG</Model>\n                            <Year>2001</Year>\n                            <ClassCD>MID SIZE CAR</ClassCD>\n                            <FuelTypeCD>G</FuelTypeCD>\n                            <MFGCD>F</MFGCD>\n                            <StyleCD>CONV</StyleCD>\n                            <Mileages>R</Mileages>\n                            <ODate>20151203</ODate>\n                            <VIN> 1FAFP40471F227691</VIN>\n                        </Vehicle3>\n                    \t<Vehicle4>\n                        \t<Make>HONDA</Make>\n\t                        <Model>ODYSSEY</Model>\n\t                        <Year>2002</Year>\n\t                        <ClassCD>MINIVAN</ClassCD>\n\t                        <FuelTypeCD>G</FuelTypeCD>\n\t                        <MFGCD>L</MFGCD>\n\t                        <StyleCD>VAN</StyleCD>\n\t                        <Mileages>I</Mileages>\n\t                        <ODate>20120924</ODate>\n\t                    \t<VIN> 2HKRL18612H510957</VIN>\n\t                \t</Vehicle4>\n                \t</AutoAttributes>\n            \t</IDAttributes>\n\t\t\t</Identity>\n        </Detail>\n\t</Response>\n</xml>"}],"_postman_id":"afa3e1b2-4190-4337-9591-58e0af74e57d"}],"id":"8813d349-5106-4601-8cf2-c2db7633be17","description":"<p><b>Notice:</b> The FlashFind XML API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple\ndata centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol\nfor data communications.</p>\n<h4><b>Replace login and password with the appropriate account credentials. Passwords are case sensitive.</b></h4>","event":[{"listen":"prerequest","script":{"id":"5f09ffa8-d99e-4f08-82c6-864288a0d7ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"29fdfa97-e699-4eef-908d-a55097136acd","type":"text/javascript","exec":[""]}}],"_postman_id":"8813d349-5106-4601-8cf2-c2db7633be17"},{"name":"Appendix B: Restful JSON API Example","item":[{"name":"Auto Append Successful Request (JSON)","id":"8cb3efcc-8af3-4919-ab9b-85e41c3f5343","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/IDProfileauto?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","urlObject":{"protocol":"https","path":["IDProfileauto"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account Username, Required.</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account Password, Required.</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full Individual Name.</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First Name, 15 characters max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last Name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"Email"}],"variable":[]}},"response":[{"id":"f44e49df-204d-4c69-8771-86fa8f14a2ee","name":"Auto Append Successful Request (JSON)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/IDProfileauto?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDProfileauto"],"query":[{"key":"Login","value":"username","description":"Account Username, Required."},{"key":"Password","value":"password","description":"Account Password, Required."},{"key":"FullName","value":"FullName","description":"Full Individual Name."},{"key":"FName","value":"FName","description":"First Name, 15 characters max."},{"key":"LName","value":"LName","description":"Last Name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"Phone2","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"Email","description":"Email address, 100 characters max"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\t\"ResponseCode\": \" \",\r\n\t\"ResponseMsg\": \"Successful\",\r\n\t\"Detail\": {\r\n\t\t\"__type\": \"IDProfileAutoResult:https://api.yourdatadelivery.com/service\",\r\n\t\t\"Identity\": {\r\n\t\t\t\"Name\": {\r\n\t\t\t\t\"FName\": \"JOHN\",\r\n\t\t\t\t\"LName\": \"SMITH\",\r\n\t\t\t\t\"MName\": \"\",\r\n\t\t\t\t\"Suffix\": \"\"\r\n\t\t\t},\r\n\t\t\t\"Address\": {\r\n\t\t\t\t\"House\": \"123\",\r\n\t\t\t\t\"PreDir\": \"E\",\r\n\t\t\t\t\"Street\": \"MAIN\",\r\n\t\t\t\t\"StrType\": \"ST\",\r\n\t\t\t\t\"PostDir\": \"\",\r\n\t\t\t\t\"AptType\": \"\",\r\n\t\t\t\t\"AptNbr\": \"\",\r\n\t\t\t\t\"City\": \"CHICAGO\",\r\n\t\t\t\t\"State\": \"IL\",\r\n\t\t\t\t\"Zip\": \"60601\",\r\n\t\t\t\t\"Z4\": \"8833\",\r\n\t\t\t\t\"DPC\": \"464\",\r\n\t\t\t\t\"CRTE\": \"C088\",\r\n\t\t\t\t\"CNTY\": \"043\",\r\n\t\t\t\t\"CountryName\": \"\",\r\n\t\t\t\t\"Z4Type\": \"S\",\r\n\t\t\t\t\"DPV\": \"Y\",\r\n\t\t\t\t\"Vacant\": \"N\",\r\n\t\t\t\t\"MSA\": \"3480\",\r\n\t\t\t\t\"CBSA\": \"36900\"\r\n\t\t\t},\r\n\t\t\t\"IDAttributes\": {\r\n\t\t\t\t\"AutoAttributes\": {\r\n\t\t\t\t\t\"IDS\": {\r\n\t\t\t\t\t\"PID\": \"Y39394827291076\",\r\n\t\t\t\t\t\"AID\": \"Y000000160907831\",\r\n\t\t\t\t\t\"HHID\": \"Y000000160907831MILLER\"\r\n\t\t\t\t\t},\r\n\t\t\t\"Vehicle\": {\r\n\t\t\t\"Make\": \"FORD\",\r\n\t\t\t\"Model\": \"FOCUS\",\r\n\t\t\t\"Year\": \"2014\",\r\n\t\t\t\"ClassCD\": \"SMALL CAR\",\r\n\t\t\t\"FuelTypeCD\": \"F\",\r\n\t\t\t\"MFGCD\": \"F\",\r\n\t\t\t\"StyleCD\": \"HATCHBACK\",\r\n\t\t\t\"Mileages\": \"A\",\r\n\t\t\t\"ODate\": \"20160501\",\r\n\t\t\t\"VIN\":\"1FADP3F21EL421566\"\r\n\t\t\t},\r\n\t\t\t\"Vehicle2\": {\r\n\t\t\t\"Make\": \"FORD\",\r\n\t\t\t\"Model\": \"MUSTANG\",\r\n\t\t\t\"Year\": \"2001\",\r\n\t\t\t\"ClassCD\": \"MID SIZE CAR\",\r\n\t\t\t\"FuelTypeCD\": \"G\",\r\n\t\t\t\"MFGCD\": \"F\",\r\n\t\t\t\"StyleCD\": \"CONV\",\r\n\t\t\t\"Mileages\": \"R\",\r\n\t\t\t\"ODate\": \"20151203\",\r\n\t\t\t\"VIN\":\"1FAFP40471F227691\"\r\n\t\t\t},\r\n\t\t\t\"Vehicle3\": {\r\n\t\t\t\"Make\": \"HONDA\",\r\n\t\t\t\"Model\": \"ODYSSEY\",\r\n\t\t\t\"Year\": \"2002\",\r\n\t\t\t\"ClassCD\": \"MINIVAN\",\r\n\t\t\t\"FuelTypeCD\": \"G\",\r\n\t\t\t\"MFGCD\": \"L\",\r\n\t\t\t\"StyleCD\": \"VAN\",\r\n\t\t\t\"Mileages\": \"I\",\r\n\t\t\t\"ODate\": \"20120924\",\r\n\t\t\t\"VIN\":\"2HKRL18612H510957\"\r\n\t\t\t},\r\n\t\t\t\"Vehicle4\": {\r\n\t\t\t\"Make\": \"HYUNDAI\",\r\n\t\t\t\"Model\": \"SANTA FE\",\r\n\t\t\t\"Year\": \"2011\",\r\n\t\t\t\"ClassCD\": \"SMALL SUV\",\r\n\t\t\t\"FuelTypeCD\": \"G\",\r\n\t\t\t\"MFGCD\": \"L\",\r\n\t\t\t\"StyleCD\": \"UTIL\",\r\n\t\t\t\"Mileages\": \"F\",\r\n\t\t\t\"ODate\": \"20160508\",\r\n\t\t\t\"VIN\":\"5XYZGDAB3BG003997\"\r\n\t\t\t} \r\n\t\t\t\t\t\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n} }"}],"_postman_id":"8cb3efcc-8af3-4919-ab9b-85e41c3f5343"}],"id":"5ce6f4ef-db96-4016-91db-af39f1a9aa66","description":"<p><b>Notice:</b> The FlashFind JSON API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at\nmultiple data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol\nfor data communications.</p>\n<h4><b>Replace login and password with the appropriate account credentials. Passwords are case sensitive.</b></h4>\n","_postman_id":"5ce6f4ef-db96-4016-91db-af39f1a9aa66"},{"name":"Appendix C: SOAP API Example","item":[{"name":"Auto Append Successful Request (SOAP)","id":"90d29a4d-d252-4082-b1b6-9470bdb312e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/IDProfileauto?Login={{UserName}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}","urlObject":{"protocol":"https","path":["IDProfileauto"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account Username, Required.</p>\n","type":"text/plain"},"key":"Login","value":"{{UserName}}"},{"description":{"content":"<p>Account Password, Required.</p>\n","type":"text/plain"},"key":"Password","value":"{{Password}}"},{"description":{"content":"<p>Full Individual Name.</p>\n","type":"text/plain"},"key":"FullName","value":"{{FullName}}"},{"description":{"content":"<p>First Name, 15 characters max.</p>\n","type":"text/plain"},"key":"FName","value":"{{FName}}"},{"description":{"content":"<p>Last Name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"{{LName}}"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"{{Address1}}"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"{{Address2}}"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"{{City}}"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"{{State}}"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"{{Zip}}"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"{{Phone}}"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"{{Phone2}}"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"{{Email}}"}],"variable":[]}},"response":[{"id":"a4e76ede-934a-42a0-8e72-2eae869ebc90","name":"Auto Append Successful Request (SOAP)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/IDProfileauto?Login={{UserName}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDProfileauto"],"query":[{"key":"Login","value":"{{UserName}}","description":"Account Username, Required."},{"key":"Password","value":"{{Password}}","description":"Account Password, Required."},{"key":"FullName","value":"{{FullName}}","description":"Full Individual Name."},{"key":"FName","value":"{{FName}}","description":"First Name, 15 characters max."},{"key":"LName","value":"{{LName}}","description":"Last Name, 20 characters max."},{"key":"Address1","value":"{{Address1}}","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"{{Address2}}","description":"Address line 2, 64 characters max."},{"key":"City","value":"{{City}}","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"{{State}}","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"{{Zip}}","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"{{Phone}}","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"{{Phone2}}","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"{{Email}}","description":"Email address, 100 characters max"}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <IDProfileAutoResponse xmlns=\"https://api.yourdatadelivery.com/service\">\n            <IDProfileAutoResult xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <ResponseCode>0</ResponseCode>\n    \t\t\t<ResponseMsg>Successful</ResponseMsg>\n                <Detail i:type=\"IDProfileAutoResult\">\n                    <Identity>\n                        <Name>\n                            <FName>J</FName>\n                            <LName>Smith</LName>\n                            <MName>Lance</MName>\n                            <Suffix/>\n                        </Name>\n                        <Address>\n                            <House>123</House>\n                            <PreDir>E</PreDir>\n                            <Street>Main</Street>\n                            <StrType>ST</StrType>\n                            <PostDir/>\n                            <AptType>Apt</AptType>\n                            <AptNbr>A1</AptNbr>\n                            <City>Chicago</City>\n                            <State>IL</State>\n                            <Zip>60601</Zip>\n                            <Z4>1234</Z4>\n                            <IDate>20070918</IDate>\n                            <DPC>464</DPC>\n                            <CRTE>C088</CRTE>\n                            <CNTY>043</CNTY>\n                            <CountryName>Marion</CountryName>\n                            <Z4Type>S</Z4Type>\n                            <DPV>Y</DPV>\n                            <Vacant>Y</Vacant>\n                            <MSA>3480</MSA>\n                            <CBSA>36900</CBSA>\n                    \t</Address>\n                    \t<IDAttributes>\n                        <AutoAttributes>\n                            <IDS>\n                                <PID>Y39394827291076</PID>\n                                <AID>Y000000160907831</AID>\n                                <HHID>Y000000160907831MILLER</HHID>\n                            </IDS>\n                            <Vehicle>\n                                <Make>FORD</Make>\n                                <Model>FOCUS</Model>\n                                <Year>2014</Year>\n                                <ClassCD>SMALL CAR</ClassCD>\n                                <FuelTypeCD>F</FuelTypeCD>\n                                <MFGCD>F</MFGCD>\n                                <StyleCD>HATCHBACK</StyleCD>\n                                <Mileages>A</Mileages>\n                                <ODate>20160501</ODate>\n                                <VIN>1FADP3F21EL421566</VIN>\n                            </Vehicle>\n                            <Vehicle2>\n                                <Make>FORD</Make>\n                                <Model>MUSTANG</Model>\n                                <Year>2001</Year>\n                                <ClassCD>MID SIZE CAR</ClassCD>\n                                <FuelTypeCD>G</FuelTypeCD>\n                                <MFGCD>F</MFGCD>\n                                <StyleCD>CONV</StyleCD>\n                                <Mileages>R</Mileages>\n                                <ODate>20151203</ODate>\n                                <VIN>1FAFP40471F227691</VIN>\n                            </Vehicle2>\n                            <Vehicle3>\n                                <Make>HONDA</Make>\n                                <Model>ODYSSEY</Model>\n                                <Year>2002</Year>\n                                <ClassCD>MINIVAN</ClassCD>\n                                <FuelTypeCD>G</FuelTypeCD>\n                                <MFGCD>L</MFGCD>\n                                <StyleCD>VAN</StyleCD>\n                                <Mileages>I</Mileages>\n                                <ODate>20120924</ODate>\n                                <VIN>2HKRL18612H510957</VIN>\n                            </Vehicle3>\n                            <Vehicle4>\n                                <Make>HYIUNDAI</Make>\n                                <Model>SANTA FE</Model>\n                                <Year>2011</Year>\n                                <ClassCD>SMALL SUV</ClassCD>\n                                <FuelTypeCD>G</FuelTypeCD>\n                                <MFGCD>L</MFGCD>\n                                <StyleCD>UTIL</StyleCD>\n                                <Mileages>F</Mileages>\n                                <ODate>20160508</ODate>\n                                <VIN>5XYZGDAB3BG003997</VIN>\n                            </Vehicle4>\n                        </AutoAttributes>\n                    \t</IDAttributes>\n                    </Identity>\n                </Detail>\n            </IDProfileAutoResult>\n        </IDProfileAutoResponse>\n    </s:Body>\n</s:Envelope>"}],"_postman_id":"90d29a4d-d252-4082-b1b6-9470bdb312e1"}],"id":"bde29c05-b67b-4f38-9b64-98e2dec1d312","description":"<p><b>Notice:</b> The FlashFind XML API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple\ndata centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol\nfor data communications.</p>\n<h4><b>Configuration</b></h4>\n\n<table>\n    <tr>\n        <td>Connection WSDL</td>\n        <td><a href=\"https://api.yourdatadelivery.com/service/wsdl?singlewsdl\">https://api.yourdatadelivery.com/service/wsdl?singlewsdl</a></td>\n    </tr>\n</table>\n\n<h4><b>Replace login and password with the appropriate account credentials. Passwords are case sensitive.</b></h4>\n","event":[{"listen":"prerequest","script":{"id":"5f09ffa8-d99e-4f08-82c6-864288a0d7ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"29fdfa97-e699-4eef-908d-a55097136acd","type":"text/javascript","exec":[""]}}],"_postman_id":"bde29c05-b67b-4f38-9b64-98e2dec1d312"},{"name":"API Response Codes","item":[],"id":"0022c7c4-51fd-428d-8a49-a15905b13d2c","description":"<h3 id=\"ip-attributes\">IP Attributes:</h3>\n<p>The following is a table of potential output response codes &amp; messages:</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>0</td>\n<td>Successful</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No Records found</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Missing required parameter(s)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Too many results. Please refine your search criteria</td>\n</tr>\n<tr>\n<td>4</td>\n<td>You have reached the maximum number of transactions allowed</td>\n</tr>\n<tr>\n<td>102</td>\n<td>The user is invalid (double-check credentials)</td>\n</tr>\n<tr>\n<td>All other codes</td>\n<td>System error. Retry search, if failure continues, contact support</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"4add4d2b-0bf0-4025-8d28-7c0dcdd1ff4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2abd40f9-fa2b-4031-aa35-b623c64d65e6","type":"text/javascript","exec":[""]}}],"_postman_id":"0022c7c4-51fd-428d-8a49-a15905b13d2c"}],"id":"00fe60a0-7127-44fa-8e76-40a75269c352","event":[{"listen":"prerequest","script":{"id":"a2a82f1e-04f8-4957-bd17-7a684b349cad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2b25c4bd-3360-4f14-a26b-6dd24364769b","type":"text/javascript","exec":[""]}}],"_postman_id":"00fe60a0-7127-44fa-8e76-40a75269c352","description":""},{"name":"Connex Segmentation Cluster Appends","item":[{"name":"Overview","item":[],"id":"c8e07082-3184-4a50-a289-889e7a77a377","description":"<p>The premier interactive ‘what if’ analysis experience delivers the tools to instantly perform interactive big data analysis empowering you to generate meaningful customer insights via an information rich, visual and easy-to-use application. Whether you’re a skilled data scientist or novice marketer, this intuitive, straightforward platform lets you effortlessly tap into the demographic, geographic and lifestyle propensities of your most profitable customers. Cluster Analysis is a highly effective and useful form of segmentation that uses an existing set of market segments called “clusters” to create a solution for a specific business objective.\n</p>\n<ul>\n    <li>Prioritize customer segments to deliver marketing to the most responsive/productive clusters.</li>\n    <li>Acquire new customers by targeting “clones” of their best-performing audience segments.</li>\n    <li>Maximize conversion with meaningful messaging and offers (personalization).</li>\n    <li>Identify and target untapped markets. </li>\n    <li>Convert “best” prospects with campaigns delivered to their preferred channel. </li>\n    <li>Cross-sell and up-sell complementary products/services based on the consumer lifestyle traits</li>\n</ul>","_postman_id":"c8e07082-3184-4a50-a289-889e7a77a377"},{"name":"Inputs","item":[],"id":"4a609d58-449f-46b2-bc70-16803d40802d","description":"<h4>The Connex Segmentation Cluster Appends product accepts identity data elements including name, address, phone, and email as input.</h4><table><tbody><tr><th>Input field</th><th>Required?</th><th>Description</th></tr><tr><td>Login</td><td>Required</td><td>Account username</td></tr><tr><td>Password</td><td>Required</td><td>Account Password</td></tr><tr><td>FullName</td><td>Required*</td><td>Full individual name</td></tr><tr><td>FName</td><td>Required*</td><td>First name, 15 characters max.</td></tr><tr><td>LName</td><td>Required*</td><td>Last name, 20 characters max.</td></tr><tr><td>Address1</td><td>Required*</td><td>Address line 1, 64 characters max.</td></tr><tr><td>Address2</td><td>Optional</td><td>Address line 2, 64 characters max.</td></tr><tr><td>City</td><td>Required**</td><td>City name, 28 characters max. **Either City/State or Zip are required.</td></tr><tr><td>State</td><td>Required**</td><td>2 character state abbreviation. **Either City/State or Zip are required.</td></tr><tr><td>Zip</td><td>Required**</td><td>5 digits numeric USPS Zip code. **Either City/State or Zip are required.</td></tr><tr><td>Phone</td><td>Required*</td><td>10 digit numeric phone number (without spaces, dashes, or parentheses).</td></tr><tr><td>Phone2</td><td>Required*</td><td>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses).</td></tr><tr><td>Email</td><td>Required*</td><td>Email address, 100 characters max.</td></tr></tbody></table>\n\n<p>*At a minimum, one of the following input combinations is required for processing:</p>\n<ul><li><p>Phone</p></li><li><p>Phone2</p></li><li><p>Email</p></li><li><p>FName + LName</p></li><li><p>FullName</p></li><li><p>Address1 + Zip</p></li><li><p>Address1 + City + State</p></li></ul>\n\n  \n<p>For Identity resolution, Connex Segmentation Cluster Appends requires phone, email or name &amp; address input.</p>\n","_postman_id":"4a609d58-449f-46b2-bc70-16803d40802d"},{"name":"Outputs","item":[],"id":"8e4048c3-f0ab-4c17-b814-e969d31d4778","description":"<h4><b>Connex Segmentation Clusters</b></h4>\n\n<table>\n    <tr>\n        <th>Output Field</th>\n        <th>Description</th>\n        <th>Return Values</th>\n    </tr>\n    <tr>\n        <td>HouseholdClusterCode</td>\n        <td>Assigned cluster code for HouseholdCluster.</td>\n        <td>3 characters.</td>\n    </tr>\n    <tr>\n        <td>HouseholdClusterName</td>\n        <td>Precisely segment and deliver targeted communications at the household level with similar demographics, behaviors, attitudes, preferences, buying habits and media consumption.</td>\n        <td>256 characters max.</td>\n    </tr>\n    <tr>\n        <td>DetailHouseholdClusterCode</td>\n        <td>Assigned detail cluster code for HouseholdCluster.</td>\n        <td>3 characters </td>\n    </tr>\n    <tr>\n        <td>NeighborhoodClusterCode</td>\n        <td>Assigned cluster code for NeighborhoodCluster.</td>\n        <td>2 characters </td>\n    </tr>\n    <tr>\n        <td>NeighborhoodClusterName</td>\n        <td>Drive geo-based audience segmentation strategies that maximize your marketing budget when household-level targeting is not an option.\n        </td>\n        <td>256 characters max </td>\n    </tr>\n    <tr>\n        <td>FamilyClusterCode</td>\n        <td>Assigned cluster code for FamilyCluster.</td>\n        <td>1 character.</td>\n    </tr>\n    <tr>\n        <td>FamilyClusterName</td>\n        <td>Ideal for higher-level strategic segmentation and understanding of larger customer groups including categorizing household-level clusters into a broad category of similar audience segments.</td>\n        <td>1 character</td>\n    </tr>\n    <tr>\n        <td>MessagingClusterCode</td>\n        <td>Assigned cluster code for MessagingCluster.</td>\n        <td>1 character.</td>\n    </tr>\n    <tr>\n        <td>MessagingClusterName</td>\n        <td>Ideal for increasing the relevance of offers by tailoring the message to the unique profile of differing customer and prospect segments.</td>\n        <td>256 characters max</td>\n    </tr>\n    <tr>\n        <td>DigitalClusterCode</td>\n        <td>Assigned cluster code for DigitalCluster.</td>\n        <td>2 characters </td>\n    </tr>\n    <tr>\n        <td>DigitalClusterName</td>\n        <td>Target consumers based on their online social media and mobile behaviors, preferences and buying habits.</td>\n        <td>256 characters max</td>\n    </tr>\n    <tr>\n        <td>GenerationClusterCode</td>\n        <td>Assigned cluster code for GenerationCluster.</td>\n        <td>2 characters</td>\n    </tr>\n    <tr>\n        <td>GenerationClusterName</td>\n        <td>Ideal for reaching consumers at specific life stages, as well as for marketing strategies that align with generational attitudes and experiences.</td>\n        <td>256 characters max</td>\n    </tr>\n    <tr>\n        <td>GenerationGroupCode</td>\n        <td>Assigned cluster code for GenerationGroup.</td>\n        <td>2 characters</td>\n    </tr>\n    <tr>\n        <td>LifeStageClusterCode</td>\n        <td>Assigned cluster code for LifeStageCluster.</td>\n        <td>3 characters</td>\n    </tr>\n    <tr>\n        <td>LifeStageClusterName</td>\n        <td>Develop messaging strategies based on significant milestones in consumers' lives including career, marriage, children, retirement, and more.</td>\n        <td>256 characters max</td>\n    </tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"815e8d72-154f-41bd-ae36-a29988191777","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"576d0962-7317-468a-92e2-64a1f5ff12df","type":"text/javascript","exec":[""]}}],"_postman_id":"8e4048c3-f0ab-4c17-b814-e969d31d4778"},{"name":"Appendix A: RESTful XML API Example","item":[{"name":"Connex Segmentation Cluster Appends Successful XML request","id":"b5e9303e-aeae-45bd-a80c-9b94ebfbef0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/IDProfileAnalytics?login=username&password=password&address1=address1&zip=zip&FName=Fname&LName=LName&Phone=Phone&Phone2=Phone2&Email=Email","urlObject":{"protocol":"https","path":["IDProfileAnalytics"],"host":["xml","yourdatadelivery","com"],"query":[{"key":"login","value":"username"},{"key":"password","value":"password"},{"key":"address1","value":"address1"},{"key":"zip","value":"zip"},{"key":"FName","value":"Fname"},{"key":"LName","value":"LName"},{"key":"Phone","value":"Phone"},{"key":"Phone2","value":"Phone2"},{"key":"Email","value":"Email"}],"variable":[]}},"response":[{"id":"abec387e-ca93-4d29-88a0-419e04a07f1b","name":"Connex Segmentation Cluster Appends Successful XML request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/IDProfileAnalytics?login=username&password=password&address1=address1&zip=zip&FName=Fname&LName=LName&Phone=Phone&Phone2=Phone2&Email=Email","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDProfileAnalytics"],"query":[{"key":"login","value":"username"},{"key":"password","value":"password"},{"key":"address1","value":"address1"},{"key":"zip","value":"zip"},{"key":"FName","value":"Fname"},{"key":"LName","value":"LName"},{"key":"Phone","value":"Phone"},{"key":"Phone2","value":"Phone2"},{"key":"Email","value":"Email"}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<xml>\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    <Response>\n        <Detail xmlns=\"\" transaction=\"IDProfileAnalytics\">\n            <IDIntelligence>\n                <IDConnex>\n                    <ConfidenceScore>M</ConfidenceScore>\n                    <HouseholdClusterCode>B11</HouseholdClusterCode>\n                    <HouseholdClusterName>Happy Homeowners</HouseholdClusterName>\n                    <DetailHouseholdClusterCode>0211</DetailHouseholdClusterCode>\n                    <NeighborhoodClusterCode>02</NeighborhoodClusterCode>\n                    <NeighborhoodClusterName>Full House</NeighborhoodClusterName>\n                    <FamilyClusterCode>B</FamilyClusterCode>\n                    <FamilyClusterName>Small Town Satisfaction</FamilyClusterName>\n                    <MessagingClusterCode>1</MessagingClusterCode>\n                    <MessagingClusterName>Young and Free</MessagingClusterName>\n                    <DigitalClusterCode>17</DigitalClusterCode>\n                    <DigitalClusterName>Shopping Cart Savvy</DigitalClusterName>\n                    <GenerationClusterCode>B1</GenerationClusterCode>\n                    <GenerationClusterName>Junior Boomers</GenerationClusterName>\n                    <GenerationGroupCode>B</GenerationGroupCode>\n                    <LifeStageClusterCode>MO1</LifeStageClusterCode>\n                    <LifeStageClusterName>Approaching the Finish Line</LifeStageClusterName>\n                    <LifeStageGroupCode>MO</LifeStageGroupCode>\n                </IDConnex>\n            </IDIntelligence>\n        </Detail>\n    </Response>\n</xml>"}],"_postman_id":"b5e9303e-aeae-45bd-a80c-9b94ebfbef0f"}],"id":"d0feb4b0-6a7e-4002-a37c-c070afe0a72b","description":"<p>The FlashFind XML API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple\ndata centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol\nfor data communications.</p>\n","_postman_id":"d0feb4b0-6a7e-4002-a37c-c070afe0a72b"},{"name":"Appendix B: RESTful JSON API Example Request","item":[{"name":"Connex Segmentation Clusters Append RESTful JSON API Sucessful Request","id":"0c631223-0940-42ae-9fde-ab543fd490d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.yourdatadelivery.com/service/rest/IDProfileAnalytics?login=username&password=password&address1=address1&zip=zip&FName=FName&LName=LName&Phone=Phone&Phone2=Phone2&Email=email","urlObject":{"protocol":"https","path":["service","rest","IDProfileAnalytics"],"host":["api","yourdatadelivery","com"],"query":[{"key":"login","value":"username"},{"key":"password","value":"password"},{"key":"address1","value":"address1"},{"key":"zip","value":"zip"},{"key":"FName","value":"FName"},{"key":"LName","value":"LName"},{"key":"Phone","value":"Phone"},{"key":"Phone2","value":"Phone2"},{"key":"Email","value":"email"}],"variable":[]}},"response":[{"id":"9b507e21-6f24-42b6-aef6-9b7f104a95c5","name":"Connex Segmentation Clusters Append RESTful JSON API Sucessful Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.yourdatadelivery.com/service/rest/IDProfileAnalytics?login=username&password=password&address1=address1&zip=zip&FName=FName&LName=LName&Phone=Phone&Phone2=Phone2&Email=email","protocol":"https","host":["api","yourdatadelivery","com"],"path":["service","rest","IDProfileAnalytics"],"query":[{"key":"login","value":"username"},{"key":"password","value":"password"},{"key":"address1","value":"address1"},{"key":"zip","value":"zip"},{"key":"FName","value":"FName"},{"key":"LName","value":"LName"},{"key":"Phone","value":"Phone"},{"key":"Phone2","value":"Phone2"},{"key":"Email","value":"email"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{ \r\n\"ResponseCode\": 0, \"ResponseMsg\": \"Successful\", \"Detail\": \r\n\t{ \r\n\t\t\"__type\": \" IDProfileAnalyticsResult: https:\\/\\/api.yourdatadelivery.com\\/service \",\r\n\t\t\"IDIntelligence\": { \r\n\t\t\t\"IDConnex\": { \r\n\t\t\t\t\"ConfidenceScore\":\"M\",\r\n\t\t\t\t\"HouseholdClusterCode\":\"B11\", \r\n\t\t\t\t\"HouseholdClusterName\":\"Happy Homeowners\", \r\n\t\t\t\t\"DetailHouseholdClusterCode\":\"0211\", \r\n\t\t\t\t\"NeighborhoodClusterCode\":\"02\", \r\n\t\t\t\t\"NeighborhoodClusterName\":\"Full House\", \r\n\t\t\t\t\"FamilyClusterCode\":\"B\", \r\n\t\t\t\t\"FamilyClusterName\":\"Small Town Satisfaction\", \r\n\t\t\t\t\"MessagingClusterCode\":\"1\", \r\n\t\t\t\t\"MessagingClusterName\":\"Young and Free\", \r\n\t\t\t\t\"DigitalClusterCode\":\"17\", \r\n\t\t\t\t\"DigitalClusterName\":\"Shopping Cart Savvy\", \r\n\t\t\t\t\"GenerationClusterCode\":\"B1\", \r\n\t\t\t\t\"GenerationClusterName\":\"Junior Boomers\", \r\n\t\t\t\t\"GenerationGroupCode\":\"B\", \r\n\t\t\t\t\"LifeStageClusterCode\":\"MO1\", \r\n\t\t\t\t\"LifeStageClusterName\":\"Approaching the Finish Line\", \r\n\t\t\t\t\"LifeStageGroupCode\":\"MO\"\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}"}],"_postman_id":"0c631223-0940-42ae-9fde-ab543fd490d7"}],"id":"60b04bf7-0f08-4495-8355-9cc0a887054f","description":"<p>The FlashFind JSON API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at\nmultiple data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol\nfor data communications.</p>\n","_postman_id":"60b04bf7-0f08-4495-8355-9cc0a887054f"},{"name":"Appendix C: SOAP API Support","item":[],"id":"0bc51e13-9b64-4d84-9d07-a1799472947a","description":"<p>SOAP API is supported for this product. For more information on how to implement it, please contact your Client Success Manager.</p>\n<p>The FlashFind SOAP API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at\nmultiple data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol\nfor data communications.</p>\n","event":[{"listen":"prerequest","script":{"id":"2f110430-8ebc-4110-a2f3-922a740fa322","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b6b84404-5947-4adc-974a-e8e59c903a73","type":"text/javascript","exec":[""]}}],"_postman_id":"0bc51e13-9b64-4d84-9d07-a1799472947a"},{"name":"Appendix D: API Response Codes","item":[],"id":"2bbbce66-829b-40e1-84bf-e2136f191b0c","description":"<p>The following is a table of the possible response codes from the API</p>\n<table>\n<thead>\n  <tr>\n    <th>ResponseCode </th>\n    <th>ResponseMsg</th>\n  </tr>\n</thead>\n<tbody>\n  <tr>\n    <td>0 </td>\n    <td>Successful.</td>\n  </tr>\n  <tr>\n    <td>1<br /></td>\n    <td>No Records found.</td>\n  </tr>\n  <tr>\n    <td>2<br /></td>\n    <td>Missing required parameter(s).</td>\n  </tr>\n  <tr>\n    <td>3<br /></td>\n    <td>Too many results. Please refine your search criteria.</td>\n  </tr>\n  <tr>\n    <td>4</td>\n    <td>You have reached the maximum number of transactions allowed</td>\n  </tr>\n  <tr>\n    <td>102 </td>\n    <td>The user is invalid (double-check credentials).</td>\n  </tr>\n  <tr>\n    <td>All other codes.</td>\n    <td>System error. Retry search, if failure continues, contact support</td>\n  </tr>\n</tbody>\n</table>","_postman_id":"2bbbce66-829b-40e1-84bf-e2136f191b0c"}],"id":"5d1c4911-af00-4254-ac6f-fe7a3a83749e","_postman_id":"5d1c4911-af00-4254-ac6f-fe7a3a83749e","description":""},{"name":"TCPA Premium","item":[{"name":"Overview","item":[],"id":"1cf80b5e-e8b0-4196-aebd-782118678a16","description":"<p>Infutor’s ID TCPA Premium product is designed to help clients mitigate TCPA risk, both by identifying wireless numbers, and by offering identity verification (to verify called party consent).</p>","event":[{"listen":"prerequest","script":{"id":"ff748d81-9890-42fd-9b2a-744472471777","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"33f297f8-5874-44e8-be4e-66d352fef57c","type":"text/javascript","exec":[""]}}],"_postman_id":"1cf80b5e-e8b0-4196-aebd-782118678a16"},{"name":"Inputs","item":[],"id":"d3c16e35-97a4-4693-92aa-93037bab09cc","description":"<p>The ID TCPA Premium product accepts identity data elements including name, address, phone and Consent Date as input.</p>\n\n<table>\n<tr>\n<td><b>Input Field</b></td>\n<td><b>Required?</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>Login</td>\n<td>Required</td>\n<td>Account username</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Required</td>\n<td>Account password</td>\n</tr>\n<tr>\n<td>FName</td>\n<td>Optional</td>\n<td>First name, 15 characters max</td>\n</tr>\n<tr>\n<td>LName</td>\n<td>Required</td>\n<td>Last name, 20 characters max</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Optional</td>\n<td>Address line 1, 64 characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Optional</td>\n<td>Address line 2, 64 characters max</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Optional</td>\n<td>City name, 28 characters max. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Optional</td>\n<td>2 character state abbreviation. * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Optional</td>\n<td>5 digit numeric USPS zip code.  * Either City/State or Zip is required</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>Required</td>\n<td>10 digit numeric phone number (without spaces, dashes, or parentheses)</td>\n</tr>\n<tr>\n<td>ConsentDate</td>\n<td>Optional</td>\n<td>Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD</td>\n</tr>\n\n</table>\n\n\n\n","event":[{"listen":"prerequest","script":{"id":"36eb4462-cf23-4130-b786-b9f73f1bf075","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0bc7146f-ad5a-46b7-abc5-1428d5b1868b","type":"text/javascript","exec":[""]}}],"_postman_id":"d3c16e35-97a4-4693-92aa-93037bab09cc"},{"name":"Restful XML","item":[{"name":"TCPA Successful Request (XML)","id":"4bdf41c8-9048-4224-b441-fd59be64accb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/TCPAPremium?Login=username&Password=password&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&ConsentDate=ConsentDate","urlObject":{"protocol":"https","path":["TCPAPremium"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account Username, Required.</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account Password, Required.</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>First Name, 15 characters max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last Name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses).</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD.</p>\n","type":"text/plain"},"key":"ConsentDate","value":"ConsentDate"}],"variable":[]}},"response":[{"id":"3899c151-04fb-45c2-8db4-b817f9e1105b","name":"TCPA Successful Request (XML)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/TCPAPremium?Login=username&Password=password&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&ConsentDate=ConsentDate","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["TCPAPremium"],"query":[{"key":"Login","value":"username","description":"Account Username, Required."},{"key":"Password","value":"password","description":"Account Password, Required."},{"key":"FName","value":"FName","description":"First Name, 15 characters max."},{"key":"LName","value":"LName","description":"Last Name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"ConsentDate","value":"ConsentDate","description":"Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD."}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<xml>\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    <Response>\n        <Detail transaction=\"TCPAPremium\">\n            <Person>\n                <Category_Phone_Match>L</Category_Phone_Match>\n                <PhoneType>L</PhoneType>\n            </Person>\n        </Detail>\n    </Response>\n</xml>"}],"_postman_id":"4bdf41c8-9048-4224-b441-fd59be64accb"}],"id":"bb81da20-b1ff-4cf3-8cc2-d7fe36cfd680","event":[{"listen":"prerequest","script":{"id":"5f09ffa8-d99e-4f08-82c6-864288a0d7ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"29fdfa97-e699-4eef-908d-a55097136acd","type":"text/javascript","exec":[""]}}],"_postman_id":"bb81da20-b1ff-4cf3-8cc2-d7fe36cfd680","description":""},{"name":"Restful JSON ","item":[{"name":"TCPA Successful Request (JSON)","id":"8c1026bc-9177-4209-ba7a-09deda72e1f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/TCPAPremium?Login=username&Password=password&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&ConsentDate=ConsentDate","urlObject":{"protocol":"https","path":["TCPAPremium"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account Username, Required.</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account Password, Required.</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>First Name, 15 characters max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last Name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses).</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD.</p>\n","type":"text/plain"},"key":"ConsentDate","value":"ConsentDate"}],"variable":[]}},"response":[{"id":"7dd38f7c-1984-4457-8b61-a299d0e67b09","name":"TCPA Successful Request (JSON)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/TCPAPremium?Login=username&Password=password&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&ConsentDate=ConsentDate","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["TCPAPremium"],"query":[{"key":"Login","value":"username","description":"Account Username, Required."},{"key":"Password","value":"password","description":"Account Password, Required."},{"key":"FName","value":"FName","description":"First Name, 15 characters max."},{"key":"LName","value":"LName","description":"Last Name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)."},{"key":"ConsentDate","value":"ConsentDate","description":"Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": \" \",\n    \"ResponseMsg\": \"Successful\",\n    \"Detail\": {\n        \"__type\": \" TCPAPremiumResult:https://api.yourdatadelivery.com/service\",\n        \"Category_Phone_Match\": \"L\",\n        \"PhoneType\": \"L\"\n    }\n}"}],"_postman_id":"8c1026bc-9177-4209-ba7a-09deda72e1f6"}],"id":"c514dfca-7764-45af-b721-b3090ed52b29","event":[{"listen":"prerequest","script":{"id":"520ae511-514a-4363-b281-43fa5892ddba","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"df0ecf31-7440-4cd6-958c-86758c90fb5c","type":"text/javascript","exec":[""]}}],"_postman_id":"c514dfca-7764-45af-b721-b3090ed52b29","description":""},{"name":"SOAP","item":[{"name":"TCPA Successful Request (SOAP)","id":"a87cee74-692e-4cc3-a0e7-d69fa74ef90b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/TCPAPremium?Login={{UserName}}&Password={{Password}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&ConsentDate={{ConsentDate}}","urlObject":{"protocol":"https","path":["TCPAPremium"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account Username, Required.</p>\n","type":"text/plain"},"key":"Login","value":"{{UserName}}"},{"description":{"content":"<p>Account Password, Required.</p>\n","type":"text/plain"},"key":"Password","value":"{{Password}}"},{"description":{"content":"<p>First Name, 15 characters max.</p>\n","type":"text/plain"},"key":"FName","value":"{{FName}}"},{"description":{"content":"<p>Last Name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"{{LName}}"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"{{Address1}}"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"{{Address2}}"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"{{City}}"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"{{State}}"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"{{Zip}}"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses).</p>\n","type":"text/plain"},"key":"Phone","value":"{{Phone}}"},{"description":{"content":"<p>Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD.</p>\n","type":"text/plain"},"key":"ConsentDate","value":"{{ConsentDate}}"}],"variable":[]}},"response":[{"id":"47a2261f-fdcb-4f83-98b7-e38ebf53e1bb","name":"TCPA Successful Request (SOAP)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/TCPAPremium?Login={{UserName}}&Password={{Password}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&ConsentDate={{ConsentDate}}","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["TCPAPremium"],"query":[{"key":"Login","value":"{{UserName}}","description":"Account Username, Required."},{"key":"Password","value":"{{Password}}","description":"Account Password, Required."},{"key":"FName","value":"{{FName}}","description":"First Name, 15 characters max."},{"key":"LName","value":"{{LName}}","description":"Last Name, 20 characters max."},{"key":"Address1","value":"{{Address1}}","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"{{Address2}}","description":"Address line 2, 64 characters max."},{"key":"City","value":"{{City}}","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"{{State}}","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"{{Zip}}","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"{{Phone}}","description":"10 digit numeric phone number (without spaces, dashes, or parentheses.)"},{"key":"ConsentDate","value":"{{ConsentDate}}","description":"Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD."}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n \t<Body>\r\n \t\t<TCPAPremium xmlns=\"https://api.yourdatadelivery.com/service\">\r\n \t\t\t<login>login</login>\r\n \t\t\t<password>password</password>\r\n \t\t\t<fname>John</fname>\r\n \t\t\t<lname>Smith</lname>\r\n \t\t\t<address1>123 main st</address1>\r\n \t\t\t<address2>APT 3</address2>\r\n \t\t\t<city>Chicago</city>\r\n \t\t\t<state>IL</state>\r\n \t\t\t<zip>60657</zip>\r\n \t\t\t<phone>1234567890</phone>\r\n \t\t\t<Consentdate>20150101</Consentdate>\r\n \t\t</TCPAPremium>\r\n \t</Body>\r\n</Envelope>\r\n"}],"_postman_id":"a87cee74-692e-4cc3-a0e7-d69fa74ef90b"}],"id":"acd9a457-12c9-447e-ba69-0bdfaf3bee3c","event":[{"listen":"prerequest","script":{"id":"5f09ffa8-d99e-4f08-82c6-864288a0d7ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"29fdfa97-e699-4eef-908d-a55097136acd","type":"text/javascript","exec":[""]}}],"_postman_id":"acd9a457-12c9-447e-ba69-0bdfaf3bee3c","description":""},{"name":"Outputs","item":[{"name":"Phone Attributes","item":[],"id":"214c7dce-ba05-4ed9-93aa-d8719e518515","description":"<p>The ID TCPA Premium product returns Verification Code and Phone Type in the output.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Verification_Code (Category_Phone_Match)</td>\n<td>TCPA Verification Code:\nL – Landline\nV – VoIP\nY - The identity verified for the given wireless number using authoritative phone sources.\nYP - The identity verified for the given wireless number using authoritative phone sources, partial match.\nYP* - The wireless phone has not been reassigned since the consent date / sign-up date.\nYX - The identity verified for the given wireless number using high confidence proprietary sources.\nU - Unconfirmed.\nN - Risk. A different identity is associated with the given wireless phone number.\nBlank - Risk. The ten digit number is a non-standard phone number.\n</td>\n<td>L, V, Y, YP, YP*, YX, U, N, Blank</td>\n</tr>\n<tr>\n<td>PhoneType</td>\n<td>Phone type for the Phone:\nL=Landline\nV=VoIP\nW=Wireless\nO=Other\nBlank = Invalid Phone\n</td>\n<td>L, V, W, O, Blank</td>\n</tr>\n\n</table>\n\n\n\n<p>The Phone Types returned by TCPA Premium are sourced from the telephone carrier network and are authoritative and accurate, even in situations where a phone has been recently ported from landline to wireless.</p>\n\n","event":[{"listen":"prerequest","script":{"id":"c4b17ae4-4fb8-4407-b55c-2eaec13a455d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"10f94682-1869-4932-bf83-0c1f9944fe4e","type":"text/javascript","exec":[""]}}],"_postman_id":"214c7dce-ba05-4ed9-93aa-d8719e518515"}],"id":"99ebfde7-a6e2-44b0-a8b7-80ad6d9ed8c2","event":[{"listen":"prerequest","script":{"id":"fec3f984-a8fc-48b0-a080-820c7bbc5929","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6bba314c-f414-4e37-b304-c2f3cb8c11d1","type":"text/javascript","exec":[""]}}],"_postman_id":"99ebfde7-a6e2-44b0-a8b7-80ad6d9ed8c2","description":""},{"name":"API Response Codes","item":[],"id":"a8cbbb78-f983-4148-9a3a-0cdafdde3d09","description":"<h3 id=\"ip-attributes\">IP Attributes:</h3>\n<p>The following is a table of potential output response codes &amp; messages:</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>0</td>\n<td>Successful</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No Records found</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Missing required parameter(s)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Too many results. Please refine your search criteria</td>\n</tr>\n<tr>\n<td>4</td>\n<td>You have reached the maximum number of transactions allowed</td>\n</tr>\n<tr>\n<td>102</td>\n<td>The user is invalid (double-check credentials)</td>\n</tr>\n<tr>\n<td>All other codes</td>\n<td>System error. Retry search, if failure continues, contact support</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"4add4d2b-0bf0-4025-8d28-7c0dcdd1ff4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2abd40f9-fa2b-4031-aa35-b623c64d65e6","type":"text/javascript","exec":[""]}}],"_postman_id":"a8cbbb78-f983-4148-9a3a-0cdafdde3d09"}],"id":"6265da6e-89c9-4a25-942d-d8b26f57f8d3","event":[{"listen":"prerequest","script":{"id":"a2a82f1e-04f8-4957-bd17-7a684b349cad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2b25c4bd-3360-4f14-a26b-6dd24364769b","type":"text/javascript","exec":[""]}}],"_postman_id":"6265da6e-89c9-4a25-942d-d8b26f57f8d3","description":""},{"name":"ID Authenticate","item":[{"name":"Overview","item":[],"id":"e7418211-78b5-4ad5-be00-7274b5d5b8d8","description":"<p>Infutor’s ID Authenticate product provides a mechanism for verifying consumer contact information, both for purposes\nof scoring and segmenting individuals, and for identifying and reducing potential fraud and risk. The product receives\nconsumer contact information as input and returns scores to reflect the level of verification. Additionally, the product\nreturns attributes (property, demographics, and phone attributes) to provide further insights on a given individual. The\nID Authenticate product returns an IDVerifyScore on a 100 point scale, which reflects the overall status of the ID\nverification. The IDVerifyScore can be used to make a pass/fail decision when verifying a given individual.</p>\n","event":[{"listen":"prerequest","script":{"id":"cb2d0b54-aa87-4fa2-b711-b6297caa0e8f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e84db680-bff5-4005-b753-c529c0d48157","type":"text/javascript","exec":[""]}}],"_postman_id":"e7418211-78b5-4ad5-be00-7274b5d5b8d8"},{"name":"Inputs","item":[],"id":"98156f31-11ee-461c-8cb8-184612d28822","description":"<p>The ID Authenticate product accepts identity data elements including name, address, phone, and email as input. ID<br />Verify accepts IP address to flag if a consumer is using a non-US based IP address.</p>\n<table><tbody><tr><td><b>Input Field</b></td><td><b>Required?</b></td><td><b>Description</b></td></tr><tr><td>Login</td><td>Required</td><td>Account username</td></tr><tr><td>Password</td><td>Required</td><td>Account password</td></tr><tr><td>FullName</td><td>Required*</td><td>Full individual Name</td></tr><tr><td>FName</td><td>Required*</td><td>First name, 15 characters max</td></tr><tr><td>LName</td><td>Required*</td><td>Last name, 15 characters max</td></tr><tr><td>Address1</td><td>Required*</td><td>Address line 1 (example: 1234 N Main St SW Apt 3), 60 characters max</td></tr><tr><td>Address2</td><td>Optional</td><td>Address line 2, 60 characters max (not needed, entire address can be put in Address1)</td></tr><tr><td>City</td><td>Required*</td><td>City name, 28 characters max. * Either City/State or Zip is required</td></tr><tr><td>State</td><td>Required*</td><td>2 character state abbreviation. * Either City/State or Zip is required</td></tr><tr><td>Zip</td><td>Required*</td><td>5 digit numeric USPS zip code. * Either City/State or Zip is required</td></tr><tr><td>Phone</td><td>Required*</td><td>10 digit numeric phone number (without spaces, dashes, or parentheses)</td></tr><tr><td>Phone2</td><td>Required*</td><td>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</td></tr><tr><td>Email</td><td>Required*</td><td>Email address, 100 characters max</td></tr><tr><td>IP</td><td>Required*</td><td>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</td></tr><tr><td>SSN</td><td>Optional</td><td>Social Security Number, 9 digit numeric</td></tr><tr><td>SSN4</td><td>Optional</td><td>Last 4 digits of the Social Security Number, 4 digit numeric</td></tr><tr><td>DOB</td><td>Optional</td><td>Date of Birth, accepted format (YYYYMMDD)</td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"f588ac1e-45ec-41d7-ae21-928df08b6f95","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4b7977b7-ccbb-4460-901e-6c25e676273a","type":"text/javascript","exec":[""]}}],"_postman_id":"98156f31-11ee-461c-8cb8-184612d28822"},{"name":"RESTful JSON Example","item":[{"name":"RESTful JSON Example","id":"bcdb2b4d-851e-4055-88d1-4df88c114008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.yourdatadelivery.com/service/rest/IDAuthenticate?response=json&login=yourLoginHere&password=yourPasswordHere&address1=123 main ST&zip=60601&FName=John&LName=Smith&Phone=7735800000&Phone2=9876543210&Email=johnsmith@domain.com&SSN=123456789&SSN4=6789&DOB=19830101","urlObject":{"protocol":"https","path":["service","rest","IDAuthenticate"],"host":["api","yourdatadelivery","com"],"query":[{"key":"response","value":"json"},{"key":"login","value":"yourLoginHere"},{"key":"password","value":"yourPasswordHere"},{"key":"address1","value":"123 main ST"},{"key":"zip","value":"60601"},{"key":"FName","value":"John"},{"key":"LName","value":"Smith"},{"key":"Phone","value":"7735800000"},{"key":"Phone2","value":"9876543210"},{"key":"Email","value":"johnsmith@domain.com"},{"key":"SSN","value":"123456789"},{"key":"SSN4","value":"6789"},{"key":"DOB","value":"19830101"}],"variable":[]}},"response":[{"id":"f1e9f997-9ee9-48af-9d1f-2b5ec50d7fc2","name":"ID Authenticate JSON Successful Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.yourdatadelivery.com/service/rest/IDAuthenticate?response=json&login=yourLoginHere&password=yourPasswordHere&address1=123 main ST&zip=60601&FName=John&LName=Smith&Phone=7735800000&Phone2=9876543210&Email=johnsmith@domain.com&SSN=123456789&SSN4=6789&DOB=19830101","protocol":"https","host":["api","yourdatadelivery","com"],"path":["service","rest","IDAuthenticate"],"query":[{"key":"response","value":"json"},{"key":"login","value":"yourLoginHere"},{"key":"password","value":"yourPasswordHere"},{"key":"address1","value":"123 main ST"},{"key":"zip","value":"60601"},{"key":"FName","value":"John"},{"key":"LName","value":"Smith"},{"key":"Phone","value":"7735800000"},{"key":"Phone2","value":"9876543210"},{"key":"Email","value":"johnsmith@domain.com"},{"key":"SSN","value":"123456789"},{"key":"SSN4","value":"6789"},{"key":"DOB","value":"19830101"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"ResponseCode\": \"0\",\r\n  \"ResponseMsg\": \"Successful\",\r\n  \"Detail\": {\r\n    \"__type\": \"IDAuthenticateResult:https://api.yourdatadelivery.com/service\",\r\n    \"IDScores\": {\r\n      \"ValidAddress\": \"100\",\r\n      \"ValidPhone\": \"100\",\r\n      \"ValidEmail\": \"100\",\r\n      \"ValidName\": \"100\",\r\n      \"ValidSSN\": \"100\",\r\n      \"ValidSSN4\": \"100\",\r\n      \"ValidDOB\": \"100\",\r\n      \"Deceased\": \"100\",\r\n      \"NameToPhone\": \"80\",\r\n      \"NameToEmail\": \"100\",\r\n      \"NameToAddress\": \"100\",\r\n      \"AddressToPhone\": \"90\",\r\n      \"AddressToEmail\": \"100\",\r\n      \"PhoneToEmail\": \"10\",\r\n      \"USLocation\": \"100\",\r\n      \"ValidPhone2\": \"100\",\r\n      \"NameToPhone2\": \"60\",\r\n      \"AddressToPhone2\": \"91\",\r\n      \"Phone2ToEmail\": \"100\",\r\n      \"NameToDob\": \"80\",\r\n      \"NameToSSN\": \"80\",\r\n      \"NameToSSN4\": \"80\",\r\n      \"PhoneConfidenceScore\": \"100\",\r\n      \"Phone2ConfidenceScore\": \"90\",\r\n      \"ValidCount\": \"5\",\r\n      \"LinkageCount\": \"7.2\",\r\n      \"RiskFlagCount\": \"0\",\r\n      \"ValidationSummary\": \"PASS\",\r\n      \"LinkageSummary\": \"PASS\",\r\n      \"RiskFlagSummary\": \"PASS\",\r\n      \"IDVerifyScore\": \"98\"\r\n    },\r\n    \"IDAttributes\": {\r\n      \"PropertyAttributes\": {\r\n        \"AdditionalInformation\": {\r\n          \"PROP_IND\": \"10\",\r\n          \"PROP_VALCALC\": \"274726\",\r\n          \"PROP_IMP_VALCALC\": \"\",\r\n          \"PROP_IMP_VALCALC_IND\": \"A\",\r\n          \"PROP_ASSED_VAL\": \"274726\"\r\n        },\r\n        \"Attributes\": {\r\n          \"LOR\": \"11\",\r\n          \"Homeowner\": \"H\",\r\n          \"DwellType\": \"S\",\r\n          \"PROP_ACRES\": \"1729\",\r\n          \"PROP_LANDSQFT\": \"7530\",\r\n          \"PROP_YRBLD\": \"2002\",\r\n          \"PROP_LIVINGSQFT\": \"3108\",\r\n          \"PROP_RMS\": \"10\",\r\n          \"PROP_BEDRMS\": \"3\",\r\n          \"PROP_BATHS\": \"200\",\r\n          \"PROP_FULLBATHS\": \"2\",\r\n          \"PROP_HALFBATHS\": \"\",\r\n          \"PROP_AC\": \"ACE\",\r\n          \"PROP_FRPL\": \"Y\",\r\n          \"PROP_POOL\": \"Y\",\r\n          \"PROP_ROOFTYPE\": \"I\"\r\n        },\r\n        \"AssessorDeed\": {\r\n          \"PROP_TAXAMT\": \"597479\",\r\n          \"PROP_RECDATE\": \"20020827\",\r\n          \"PROP_SALEAMT\": \"200303\"\r\n        },\r\n        \"Mortgage\": {\r\n          \"PROP_MTGAMT\": \"150604\",\r\n          \"PROP_MTGDATE\": \"20040416\",\r\n          \"PROP_MTGTERM\": \"30\",\r\n          \"PROP_MTGDUEDATE\": \"20280605\"\r\n        }\r\n      },\r\n      \"DemographicAttributes\": {\r\n        \"Demographics\": {\r\n          \"Age\": \"50\",\r\n          \"MedYrBld\": \"2000\",\r\n          \"EHI\": \"D\",\r\n          \"Married\": \"M\",\r\n          \"WealthScr\": \"F\",\r\n          \"MrktHomeVal\": \"H\",\r\n          \"ChildCd\": \"Y\",\r\n          \"ChildNbrCd\": \"B\",\r\n          \"MHV\": \"C\",\r\n          \"MedSchl\": \"131\"\r\n        },\r\n        \"PowerScore\": {\r\n          \"PurPowerScr\": \"G\"\r\n        }\r\n      },\r\n      \"PhoneAttributes\": {\r\n        \"PhoneType\": \"L\",\r\n        \"PhoneType2\": \"W\"\r\n      },\r\n      \"AutoAttributes\": {\r\n        \"Vehicle\": {\r\n          \"Make\": \"FORD\",\r\n          \"Model\": \"FOCUS\",\r\n          \"Year\": \"2014\",\r\n          \"ClassCD\": \"SMALL CAR\",\r\n          \"FuelTypeCD\": \"F\",\r\n          \"MFGCD\": \"F\",\r\n          \"StyleCD\": \"HATCHBACK\",\r\n          \"Mileages\": \"A\",\r\n          \"ODate\": \"20160501\"\r\n        },\r\n        \"Vehicle2\": {\r\n          \"Make\": \"FORD\",\r\n          \"Model\": \"MUSTANG\",\r\n          \"Year\": \"2001\",\r\n          \"ClassCD\": \"MID SIZE CAR\",\r\n          \"FuelTypeCD\": \"G\",\r\n          \"MFGCD\": \"F\",\r\n          \"StyleCD\": \"CONV\",\r\n          \"Mileages\": \"R\",\r\n          \"ODate\": \"20151203\"\r\n        },\r\n        \"Vehicle3\": {\r\n          \"Make\": \"HONDA\",\r\n          \"Model\": \"ODYSSEY\",\r\n          \"Year\": \"2002\",\r\n          \"ClassCD\": \"MINIVAN\",\r\n          \"Mileages\": \"I\",\r\n          \"ODate\": \"20160508\"\r\n        }\r\n      },\r\n      \"IPAttributes\": {\r\n        \"IP\": \"172.13.172.51\",\r\n        \"IPRegion\": \"Tennessee\",\r\n        \"City\": \"Memphis\",\r\n        \"Zip\": \"37501\",\r\n        \"Latitude\": \"35.15\",\r\n        \"Longitude\": \"-90.05\",\r\n        \"ISP\": \"AT&T Internet Services\",\r\n        \"IPFrom\": \"172.13.168.0\",\r\n        \"IPTo\": \"172.13.173.255\"\r\n      }\r\n    }\r\n  }\r\n}"}],"_postman_id":"bcdb2b4d-851e-4055-88d1-4df88c114008"}],"id":"1db59692-73e9-4664-b14d-635e9fae11d4","_postman_id":"1db59692-73e9-4664-b14d-635e9fae11d4","description":""},{"name":"RESTful XML Example","item":[{"name":"RESTful XML Example","id":"52065635-a12a-4ebb-9f2e-72a4033ecc93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/IDAuthenticate?login=yourLoginHere&password=yourPasswordHere&address1=123 main ST&zip=60601&FName=John&LName=Smith&Phone=7735800000&Phone2=9876543210&Email=johnsmith@domain.com\n&SSN=123456789&SSN4=6789&DOB=19830101","urlObject":{"protocol":"https","path":["IDAuthenticate"],"host":["xml","yourdatadelivery","com"],"query":[{"key":"login","value":"yourLoginHere"},{"key":"password","value":"yourPasswordHere"},{"key":"address1","value":"123 main ST"},{"key":"zip","value":"60601"},{"key":"FName","value":"John"},{"key":"LName","value":"Smith"},{"key":"Phone","value":"7735800000"},{"key":"Phone2","value":"9876543210"},{"key":"Email","value":"johnsmith@domain.com\n"},{"key":"SSN","value":"123456789"},{"key":"SSN4","value":"6789"},{"key":"DOB","value":"19830101"}],"variable":[]}},"response":[{"id":"74a9446c-8ce9-4d0e-8d30-94a0726d76e1","name":"RESTful XML Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/IDAuthenticate?login=yourLoginHere&password=yourPasswordHere&address1=123 main ST&zip=60601&FName=John&LName=Smith&Phone=7735800000&Phone2=9876543210&Email=johnsmith@domain.com\n&SSN=123456789&SSN4=6789&DOB=19830101","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDAuthenticate"],"query":[{"key":"login","value":"yourLoginHere"},{"key":"password","value":"yourPasswordHere"},{"key":"address1","value":"123 main ST"},{"key":"zip","value":"60601"},{"key":"FName","value":"John"},{"key":"LName","value":"Smith"},{"key":"Phone","value":"7735800000"},{"key":"Phone2","value":"9876543210"},{"key":"Email","value":"johnsmith@domain.com\n"},{"key":"SSN","value":"123456789"},{"key":"SSN4","value":"6789"},{"key":"DOB","value":"19830101"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"<xml>\r\n\t<ResponseCode>0</ResponseCode>\r\n\t<ResponseMsg>Successful</ResponseMsg>\r\n\t<Response>\r\n\t\t<Detail transaction=\"IDAuthenticate\">\r\n\t\t\t<IDScores>\r\n\t\t\t\t<ValidAddress>100</ValidAddress>\r\n\t\t\t\t<ValidPhone>100</ValidPhone>\r\n\t\t\t\t<ValidEmail>100</ValidEmail>\r\n\t\t\t\t<ValidName>100</ValidName>\r\n\t\t\t\t<ValidSSN>100</ValidSSN>\r\n\t\t\t\t<ValidSSN4>100</ValidSSN4>\r\n\t\t\t\t<ValidDOB>100</ValidDOB>\r\n\t\t\t\t<Deceased>100</Deceased>\r\n\t\t\t\t<NameToPhone>100</NameToPhone>\r\n\t\t\t\t<NameToEmail>100</NameToEmail>\r\n\t\t\t\t<NameToAddress>100</NameToAddress>\r\n\t\t\t\t<AddressToPhone>100</AddressToPhone>\r\n\t\t\t\t<AddressToEmail>100</AddressToEmail>\r\n\t\t\t\t<PhoneToEmail>100</PhoneToEmail>\r\n\t\t\t\t<USLocation>100</USLocation>\r\n\t\t\t\t<ValidPhone2>100</ValidPhone2>\r\n\t\t\t\t<NameToPhone2>100</NameToPhone2>\r\n\t\t\t\t<AddressToPhone2>100</AddressToPhone2>\r\n\t\t\t\t<Phone2ToEmail>100</Phone2ToEmail>\r\n\t\t\t\t<NameToDob>100</NameToDob>\r\n\t\t\t\t<NameToSSN>100</NameToSSN>\r\n\t\t\t\t<NameToSSN4>100</NameToSSN4>\r\n\t\t\t\t<PhoneConfidenceScore>100</PhoneConfidenceScore>\r\n\t\t\t\t<Phone2ConfidenceScore>90</Phone2ConfidenceScore>\r\n\t\t\t\t<ValidCount>7</ValidCount>\r\n\t\t\t\t<LinkageCount>11</LinkageCount>\r\n\t\t\t\t<RiskFlagCount>2</RiskFlagCount>\r\n\t\t\t\t<ValidationSummary>PASS</ValidationSummary>\r\n\t\t\t\t<LinkageSummary>PASS</LinkageSummary>\r\n\t\t\t\t<RiskFlagSummary>PASS</RiskFlagSummary>\r\n\t\t\t\t<IDVerifyScore>100</IDVerifyScore>\r\n\t\t\t</IDScores>\r\n\t\t\t<IDAttributes>\r\n\t\t\t\t<PropertyAttributes>\r\n\t\t\t\t\t<AdditionalInformation>\r\n\t\t\t\t\t\t<PROP_IND>10</PROP_IND>\r\n\t\t\t\t\t\t<PROP_VALCALC></PROP_VALCALC>\r\n\t\t\t\t\t\t<PROP_IMP_VALCALC/>\r\n\t\t\t\t\t\t<PROP_IMP_VALCALC_IND>A</PROP_IMP_VALCALC_IND>\r\n\t\t\t\t\t\t<PROP_ASSED_VAL>250123</PROP_ASSED_VAL>\r\n\t\t\t\t\t</AdditionalInformation>\r\n\t\t\t\t\t<Attributes>\r\n\t\t\t\t\t\t<LOR>7</LOR>\r\n\t\t\t\t\t\t<Homeowner>O</Homeowner>\r\n\t\t\t\t\t\t<DwellType>S</DwellType>\r\n\t\t\t\t\t\t<PROP_ACRES>13000</PROP_ACRES>\r\n\t\t\t\t\t\t<PROP_LANDSQFT>2000</PROP_LANDSQFT>\r\n\t\t\t\t\t\t<PROP_YRBLD>1994</PROP_YRBLD>\r\n\t\t\t\t\t\t<PROP_LIVINGSQFT>2810</PROP_LIVINGSQFT>\r\n\t\t\t\t\t\t<PROP_RMS>10</PROP_RMS>\r\n\t\t\t\t\t\t<PROP_BEDRMS>4</PROP_BEDRMS>\r\n\t\t\t\t\t\t<PROP_BATHS>3</PROP_BATHS>\r\n\t\t\t\t\t\t<PROP_FULLBATHS>3</PROP_FULLBATHS>\r\n\t\t\t\t\t\t<PROP_HALFBATHS>0</PROP_HALFBATHS>\r\n\t\t\t\t\t\t<PROP_AC></PROP_AC>\r\n\t\t\t\t\t\t<PROP_FRPL>Y</PROP_FRPL>\r\n\t\t\t\t\t\t<PROP_POOL/>\r\n\t\t\t\t\t\t<PROP_ROOFTYPE></PROP_ROOFTYPE>\r\n\t\t\t\t\t</Attributes>\r\n\t\t\t\t\t<AssessorDeed>\r\n\t\t\t\t\t\t<PROP_TAXAMT>275010</PROP_TAXAMT>\r\n\t\t\t\t\t\t<PROP_RECDATE>19980605</PROP_RECDATE>\r\n\t\t\t\t\t\t<PROP_SALEAMT>285000</PROP_SALEAMT>\r\n\t\t\t\t\t</AssessorDeed>\r\n\t\t\t\t\t<Mortgage>\r\n\t\t\t\t\t\t<PROP_MTGAMT>150000</PROP_MTGAMT>\r\n\t\t\t\t\t\t<PROP_MTGDATE>19980605</PROP_MTGDATE>\r\n\t\t\t\t\t\t<PROP_MTGTERM>30</PROP_MTGTERM>\r\n\t\t\t\t\t\t<PROP_MTGDUEDATE>20280605</PROP_MTGDUEDATE>\r\n\t\t\t\t\t</Mortgage>\r\n\t\t\t\t</PropertyAttributes>\r\n\t\t\t\t<Demographic Attributes>\r\n\t\t\t\t\t<Demographics>\r\n\t\t\t\t\t\t<Gender>M</Gender>\r\n\t\t\t\t\t\t<Age>42</Age>\r\n\t\t\t\t\t\t<MedYrBld>1994</MedYrBld>\r\n\t\t\t\t\t\t<EHI>F</EHI>\r\n\t\t\t\t\t\t<Married>M</Married>\r\n\t\t\t\t\t\t<WealthScr>G</WealthScr>\r\n\t\t\t\t\t\t<MrktHomeVal>M</MrktHomeVal>\r\n\t\t\t\t\t\t<ChildCd>Y</ChildCd>\r\n\t\t\t\t\t\t<ChildNbrCd>B</ChildNbrCd>\r\n\t\t\t\t\t\t<MHV>E</MHV>\r\n\t\t\t\t\t\t<MedSchl>14</MedSchl>\r\n\t\t\t\t\t</Demographics>\r\n\t\t\t\t\t<PowerScore>\r\n\t\t\t\t\t\t<PurPowerScr>C</PurPowerScr>\r\n\t\t\t\t\t</PowerScore>\r\n\t\t\t\t</DemographicAttributes>\r\n\t\t\t\t<Phone Attributes>\r\n\t\t\t\t\t<PhoneType>L</PhoneType>\r\n\t\t\t\t\t<PhoneType2>W</PhoneType2>\r\n\t\t\t\t</PhoneAttributes>\r\n\t\t\t</IDAttributes>\r\n\t\t\t<AutoAttributes>\r\n\t\t\t\t<Vehicle>\r\n\t\t\t\t\t<Make>HYUNDAI</Make>\r\n\t\t\t\t\t<Model>SANTA FE</Model>\r\n\t\t\t\t\t<Year>2011</Year>\r\n\t\t\t\t\t<ClassCD>SMALL SUV</ClassCD>\r\n\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n\t\t\t\t\t<MFGCD>L</MFGCD>\r\n\t\t\t\t\t<StyleCD>UTIL</StyleCD>\r\n\t\t\t\t\t<Mileages>F</Mileages>\r\n\t\t\t\t\t<ODate>20160508</ODate>\r\n\t\t\t\t</Vehicle>\r\n\t\t\t\t<Vehicle2>\r\n\t\t\t\t\t<Make>FORD</Make>\r\n\t\t\t\t\t<Model>FOCUS</Model>\r\n\t\t\t\t\t<Year>2014</Year>\r\n\t\t\t\t\t<ClassCD>SMALL CAR</ClassCD>\r\n\t\t\t\t\t<FuelTypeCD>F</FuelTypeCD>\r\n\t\t\t\t\t<MFGCD>F</MFGCD>\r\n\t\t\t\t\t<StyleCD>HATCHBACK</StyleCD>\r\n\t\t\t\t\t<Mileages>A</Mileages>\r\n\t\t\t\t\t<ODate>20160501</ODate>\r\n\t\t\t\t</Vehicle2>\r\n\t\t\t\t<Vehicle3>\r\n\t\t\t\t\t<Make>FORD</Make>\r\n\t\t\t\t\t<Model>MUSTANG</Model>\r\n\t\t\t\t\t<Year>2001</Year>\r\n\t\t\t\t\t<ClassCD>MID SIZE CAR</ClassCD>\r\n\t\t\t\t\t<StyleCD>CONV</StyleCD>\r\n\t\t\t\t\t<Mileages>R</Mileages>\r\n\t\t\t\t\t<ODate>20151203</ODate>\r\n\t\t\t\t</Vehicle3>\r\n\t\t\t\t<Vehicle4>\r\n\t\t\t\t\t<Make>HONDA</Make>\r\n\t\t\t\t\t<Model>ODYSSEY</Model>\r\n\t\t\t\t\t<Year>2002</Year>\r\n\t\t\t\t\t<ClassCD>MINIVAN</ClassCD>\r\n\t\t\t\t\t<FuelTypeCD>G</FuelTypeCD>\r\n\t\t\t\t\t<MFGCD>L</MFGCD>\r\n\t\t\t\t\t<StyleCD>VAN</StyleCD>\r\n\t\t\t\t\t<Mileages>I</Mileages>\r\n\t\t\t\t\t<ODate>20120924</ODate>\r\n\t\t\t\t</Vehicle4>\r\n\t\t\t</AutoAttributes>\r\n\t\t\t<IPAttributes>\r\n\t\t\t\t<IP>172.13.172.51</IP>\r\n\t\t\t\t<IPRegion>Tennessee</IPRegion>\r\n\t\t\t\t<City>Memphis</City>\r\n\t\t\t\t<Zip>37501</Zip>\r\n\t\t\t\t<Latitude>35.15</Latitude>\r\n\t\t\t\t<Longitude>-90.05</Longitude>\r\n\t\t\t\t<ISP>AT&T Internet Services</ISP>\r\n\t\t\t\t<IPFrom>172.13.168.0</IPFrom>\r\n\t\t\t\t<IPTo>172.13.173.255</IPTo>\r\n\t\t\t</IPAttributes>\r\n\t\t</Detail>\r\n\t</Response>\r\n</xml>"}],"_postman_id":"52065635-a12a-4ebb-9f2e-72a4033ecc93"}],"id":"79b314c9-c4a9-4de4-ac15-0b1de0b9b8c0","_postman_id":"79b314c9-c4a9-4de4-ac15-0b1de0b9b8c0","description":""},{"name":"API Response Codes","item":[],"id":"41ba5f4a-7d45-4454-913c-1573722e1c54","description":"<p>The following is a table of potential output response codes &amp; messages:</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>0</td>\n<td>Successful</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No Records found</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Missing required parameter(s)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Too many results. Please refine your search criteria</td>\n</tr>\n<tr>\n<td>4</td>\n<td>You have reached the maximum number of transactions allowed</td>\n</tr>\n<tr>\n<td>102</td>\n<td>The user is invalid (double-check credentials)</td>\n</tr>\n<tr>\n<td>All other codes</td>\n<td>System error. Retry search, if failure continues, contact support</td>\n</tr>\n\n</table>","_postman_id":"41ba5f4a-7d45-4454-913c-1573722e1c54"},{"name":"Outputs","item":[{"name":"Scoring","item":[{"name":"Configurable components","item":[],"id":"76a44dd3-53ca-48b6-8efe-b4133b14be35","description":"<p>For customers who want to build their own scoring algorithm for verification, the ID Authenticate with TCPA product exposes all the configurable components that factor into the IDVerifyScore. Each component has a score on a 100 point scale, providing detailed granularity on how each identity data element scores for a given individual. The components are categorized into 4 sections: Validation Components, Linkage Components, Risk Flag Components, and Component Summaries.</p>\n<p>By default, each of the Configurable Components has equal weighting in influencing the overall IDVerifyScore. However, Infutor recommends customers allow for a regression analysis, so Infutor can analyze and help customers optimize the ID Authenticate with TCPA product to meet their specific business needs by emphasizing or de-emphasizing relevant components, adjusting the weighting of how each component influences the overall IDVerifyScore. Additionally, if a given component is not relevant for a customer’s business needs, that component can be turned off from impacting the IDVerifyScore.</p>\n","event":[{"listen":"prerequest","script":{"id":"9757e4ac-0d3f-490d-8b18-9315ecef8125","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0835ef8d-e6d8-4391-8cca-70dfa2fb8470","type":"text/javascript","exec":[""]}}],"_postman_id":"76a44dd3-53ca-48b6-8efe-b4133b14be35"},{"name":"Validation components","item":[],"id":"eb2b04ca-b06d-4e41-bc10-f7fd96c3f93e","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>ValidAddress</td>\n<td>The postal address is a valid USPS address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone</td>\n<td>The phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone2</td>\n<td>The 2nd phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidEmail</td>\n<td>The email is a valid formatted email address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidName</td>\n<td>The individual’s first and last names appear to be valid names and do not contain vulgar words or expressions</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidSSN</td>\n<td>The SSN is a valid 9 digit Social Security Number</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidSSN4</td>\n<td>The SSN4 is a valid 4 digit numeric number</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidDOB</td>\n<td>The DOB is a properly formatted 8 digit date (YYYYMMDD)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneConfidenceScore</td>\n<td>Future use. Score 0-100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity &amp; velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ConfidenceScore</td>\n<td>Future use. Score 0-100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity &amp; velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n\n\n<p>The Validation Components reflect whether the syntax and formatting of the input data elements appears valid. The Validation Components can be thought of as input form validations. Each component has its own 0-100 score value, which influences the overall IDVerifyScore.</p>","event":[{"listen":"prerequest","script":{"id":"81f117c6-1704-45a2-9af3-f21ce3782acf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2fd780c9-f1e0-4e81-a768-caaf80ab9c96","type":"text/javascript","exec":[""]}}],"_postman_id":"eb2b04ca-b06d-4e41-bc10-f7fd96c3f93e"},{"name":"Linkage components","item":[],"id":"d97bfe31-4497-4d0a-95f9-60a103b8c7a3","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>NameToPhone</td>\n<td>The name links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToEmail</td>\n<td>The name links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToAddress</td>\n<td>The name links to the postal address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone</td>\n<td>The postal address links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToEmail</td>\n<td>The postal address link to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneToEmail</td>\n<td>The phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToPhone2</td>\n<td>The name links to the 2nd phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone2</td>\n<td>The postal address links to the 2nd Phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ToEmail</td>\n<td>The 2nd phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToDob</td>\n<td>The name links to the Date of birth</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToSSN</td>\n<td>The name links to the Social Security Number</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToSSN4</td>\n<td>The name links to the Last 4 digits of the Social Security Number</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n\n\n<p>The Linkage Components reflect whether data elements can be linked to each other (whether the name is associated with the phone, name is associated with the email, etc.) ID Authenticate with TCPA leverages Infutor’s vast identity graph containing billions of consumer, address, email, and phone records.</p>\n","event":[{"listen":"prerequest","script":{"id":"743ba994-0a80-4e2b-a44f-200dc5227cb2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1a0e39b0-b4e9-4de7-9d82-9617b5f0a8ff","type":"text/javascript","exec":[""]}}],"_postman_id":"d97bfe31-4497-4d0a-95f9-60a103b8c7a3"},{"name":"Risk flag components","item":[],"id":"0de9b45d-2675-46fb-aa80-69ab139a95c3","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Deceased</td>\n<td>The deceased field is used to determine if an identity is living or deceased. A score of 100 represents the individual is living and a score of 0 represents the individual is deceased. If the field is Blank, it means Unknown</td>\n<td>0 or 100 or Blank</td>\n</tr>\n<tr>\n<td>USLocation</td>\n<td>The \"US Location\" field is used to determine if an identities' IP Address is recognized to be within USA. A score of 100 represents the individual's IP Address is recognized to be within USA</td>\n<td>0 or 100</td>\n</tr>\n\n</table>\n\n\n<p>The Risk Flag Components can be used to get a yes/no (0 or 100) answer on whether or not a given identity could be risk or potential fraud.</p>\n","event":[{"listen":"prerequest","script":{"id":"812a636d-7ed4-4af2-9a69-02cab267e854","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bdb8be35-6f58-4644-b94a-bd7eb59e2d0a","type":"text/javascript","exec":[""]}}],"_postman_id":"0de9b45d-2675-46fb-aa80-69ab139a95c3"},{"name":"Component summaries","item":[],"id":"5191633d-1d91-4907-8468-89aa61758527","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>ValidSummary</td>\n<td>A summary of the Validation Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>LinkageSummary</td>\n<td>A summary of the Linkage Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>RiskFlagSummary</td>\n<td>A summary of the Risk Flag Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>ValidCount</td>\n<td>A count of the number of Validation Components which returned a positive verification</td>\n<td>Decimal value, 0-5</td>\n</tr>\n<tr>\n<td>LinkageCount</td>\n<td>A count of the number of Linkage Components which returned a positive verification</td>\n<td>Decimal value, 0-9</td>\n</tr>\n<tr>\n<td>RiskFlagCount</td>\n<td>A count of the number of Risk Flag Components which returned a positive verification</td>\n<td>Decimal value, 0-2</td>\n</tr>\n\n</table>\n\n\n<p>The Component Summaries reflect whether or not a given identity passed the Validations, Linkages, and Risk Flag Components of the ID Authenticate with TCPA product.</p>\n","event":[{"listen":"prerequest","script":{"id":"7df4e4e4-1ef3-4f4d-a355-6fcafa580acf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"705ff1c9-ec6f-475c-b830-40d2c7c88600","type":"text/javascript","exec":[""]}}],"_postman_id":"5191633d-1d91-4907-8468-89aa61758527"}],"id":"87bc32c6-f0b9-48d3-93c5-ea4b9c9e4d4c","description":"<p>The ID VerifyScore is an overall score, with values in the range of 0-100 that can be used for making pass/fail decisions about whether or not a given identity was verified.</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>IDVerifyScore</td>\n<td>The IDVerifyScore is an overall score to reflect the quality of an ID verification</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"5da755ee-a73c-43a3-a14a-f26589cc0738","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ae1d02a4-50a7-4455-8e8c-b6ce1f659c60","type":"text/javascript","exec":[""]}}],"_postman_id":"87bc32c6-f0b9-48d3-93c5-ea4b9c9e4d4c"},{"name":"Profile Attributes","item":[{"name":"Demographic Attributes","item":[],"id":"4e6d6939-d69e-4ad6-864f-a0e34457a068","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>Gender</td>\n<td>M, F, or U</td>\n</tr>\n<tr>\n<td>Age</td>\n<td>Adult Age</td>\n<td>0 - 99</td>\n</tr>\n<tr>\n<td>LOR</td>\n<td>Length of Residence in years, 2 digits</td>\n<td>00 - 99</td>\n</tr>\n<tr>\n<td>Homeowner</td>\n<td>H=Homeowner, R=Renter, A= Inferred Homeowner, B= Inferred Renter</td>\n<td>H, R, A or B</td>\n</tr>\n<tr>\n<td>EHI</td>\n<td>Estimated household income, 1 character:\nA = Less than $20,000 \nB = $20,000 - $29,999\nC = $30,000 - $39,999\nD = $40,000 - $49,999\nE = $50,000 - $74,999\nF = $75,000 - $99,999\nG = $100,000 - $124,999\nH = $125,000 or more\n</td>\n<td>A - I</td>\n</tr>\n<tr>\n<td>DwellType</td>\n<td>Dwelling Type. S=Single Family Dwelling Unit (SFDU). M=Multi-family Dwelling Unit (MFDU)</td>\n<td>S or M</td>\n</tr>\n<tr>\n<td>Married</td>\n<td>M=Married, S=Single, A=Inferred Married, B=Inferred Single</td>\n<td>M, S, A, or B</td>\n</tr>\n<tr>\n<td>MedYrBld</td>\n<td>The year home was built. 4 digits</td>\n<td>nnnn</td>\n</tr>\n<tr>\n<td>WealthScr</td>\n<td>Model based on income, homeownership, and other assets owned:\nA = Estimated Net less than $5,000\nB = Estimated Net $5,000 - $19,999\nC = Estimated Net $20,000 - $49,999\nD = Estimated Net $50,000 – $79,999\nE = Estimated Net $80,000 - $99,999\nF = Estimated Net $100,000 - $249,999\nG = Estimated Net $250,000 - $499,999\nH = Estimated Net over $500,000\n</td>\n<td>A - H</td>\n</tr>\n<tr>\n<td>MrktHomeVal</td>\n<td>Estimated Home Market value:\nA = $1,000 - $24,999\nB = $25,000 - $49,999\nC = $50,000 - $74,999\nD = $75,000 - $99,999\nE = $100,000 - $124,999\nF = $125,000 - $149,999\nG = $150,000 - $174,999\nH = $175,000 - $199,999\nI = $200,000 - $224,999\nJ = $225,000 - $249,999\nK = $250,000 - $274,999\nL = $275,000 - $299,999\nM = $300,000 - $349,999\nN = $350,000 - $399,999\nO = $400,000 - $449,999\nP = $450,000 - $499,999\nQ = $500,000 - $749,999\nR = $750,000 - $999,999\nS = $1,000,000+\n</td>\n<td>A - S</td>\n</tr>\n<tr>\n<td>ChildCd</td>\n<td>Presence of Children. Y= children present</td>\n<td>Y or Blank</td>\n</tr>\n<tr>\n<td>ChildNbrCd</td>\n<td>Number of Children. A=No children, B=less than 3, C= 3-5 children</td>\n<td>A – C</td>\n</tr>\n<tr>\n<td>MHV</td>\n<td>Median House Value Code:\nA = Less than $50,000\nB = $50,000 - $99,999\nC = $100,000 - $149,999\nD = $150,000 - $249,999\nE = $250,000 - $349,999\nF = $350,000 - $499,999\nG = $500,000 - $749,999\nH = $750,000 - $999,999\nI = $1,000,000+\n</td>\n<td>A – I</td>\n</tr>\n<tr>\n<td>MedSchl</td>\n<td>Median years of school, 3 digits max</td>\n<td>0 - 999</td>\n</tr>\n<tr>\n<td>PurPowerScr</td>\n<td>**This is a premium attribute field available only by subscription.  Contact Infutor Sales for more information.\n\n<p>Purchasing Power Model, 1 character:\nA = (820-High)\nB = (800-819)\nC = (780-799)\nD = (760-779)\nE = (740-759)\nF = (720-739)\nG = (700-719)\nH = (680-699)\nI = (660-679)\nJ = (640-659)\nK = (620-639)\nL = (600-619)\nM = (580-599)\nN = (560-579)\nO = (540-559)\nP = (520-539)\nQ = (500-519)\nR = (480-499)\nS = (460-479)\nT = (Low-459)</p>\n</td>\n<td>A - T</td>\n</tr>\n\n</table>\n\n","event":[{"listen":"prerequest","script":{"id":"9fbe9d1b-333a-4fde-8928-c6acde47f47a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2470d90a-8815-4950-9375-c083b040c14f","type":"text/javascript","exec":[""]}}],"_postman_id":"4e6d6939-d69e-4ad6-864f-a0e34457a068"},{"name":"Property Attributes","item":[],"id":"36b5dc8c-6a4c-4ffd-beff-8221d14b573b","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>PROP_IND</td>\n<td>Property type indicator, 2 digit numeric:\n10 = Single Family Residence / Townhouse\n11 = Condominium (residential)\n20 = Commercial\n21 = Duplex, Triplex, Quadplex\n22 = Apartment\n23 = Hotel, Motel\n24 = Commercial (condominium)\n25 = Retail\n26 = Services (general public)\n27 = Office Building\n28 = Warehouse\n29 = Financial Institution\n30 = Hospital (medical complex, clinic)\n31 = Parking\n32 = Amusement – Recreation\n50 = Industrial\n51 = Industrial Light\n52 = Industrial Heavy\n53 = Transport\n54 = Utilities\n70 = Agricultural\n80 = Vacant\n90 = Exempt\n</td>\n<td>nn</td>\n</tr>\n<tr>\n<td>PROP_VALCALC</td>\n<td>The “total” (i.e., land + improvement) value closet to current market value used for assessment by county or local taxing authorities</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_IMP_VALCALC</td>\n<td>The “improvement” value closest to current market value used for assessment by county or local taxing authorities</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_ASSED_VAL</td>\n<td>The Total Assessed Value of the Parcel's Land &amp; Improvement values as provided by the county or local taxing/assessment authority</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_ACRES</td>\n<td>Total land mass in acres. (4 decimal points). Example: 13000=1.3 acres</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_LANDSQFT</td>\n<td>Total land mass in Square Feet</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_YRBLD</td>\n<td>The construction year of the original building. (e.g., YYYY)</td>\n<td>YYYY</td>\n</tr>\n<tr>\n<td>PROP_LIVINGSQFT</td>\n<td>The area of a building that is used for general living. This is typically the area of a building that is heated or air conditioned and does not include Garage, Porch or Basement square footage</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_RMS</td>\n<td>Total number of rooms contained in the primary building</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_BEDRMS</td>\n<td>Total number of bedrooms contained in the primary building</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_BATHS</td>\n<td>Total number of bathrooms, 2 implied decimal places. 2.00 baths = 200</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_FULLBATHS</td>\n<td>Total number of Full Baths (typically comprised of a sink, toilet, and bathtub / shower stall). A home containing 2 1/2 baths would have the number 2 stored in this field</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_HALFBATHS</td>\n<td>Total number of Half Baths (typically comprised of a sink &amp; toilet). A home containing 2 1/2 baths would have the number 1 stored in this field</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_AC</td>\n<td>The type of air conditioning method used to cool the building\n(e.g., Central, Wall Unit, Evaporative):\n0=AC.NONE\nACA=AC.COMMERCIAL A/C\nACE=AC.CENTRAL\nACH=AC.CHILLED WATER\nACP=AC.CENTRAL PARTIAL\nACW=AC.CENTRAL &amp; UNIT\nADU=AC.DUAL UNIT\nAEV=AC.EVAPORATIVE\nAFA=AC.FAN COOLING\nAHT=AC.HEAT PUMP\nAOF=AC.OFFICE ONLY\nAPF=AC.REFRIGERATION\nAPK=AC.PACKAGE\nAPR=AC.PACKAGE ROOF\nAPT=AC.PARTIAL\nAPV=AC.REFRIGERATION/EVAPORATION\nASE=AC.SEPARATE SYSTEM\nASO=AC.SOLAR\nASP=AC.SPLIT SYSTEM\nAWA=AC.WALL UNIT\nAWI=AC.WINDOW UNIT\nAWN=AC.WALL/WINDOW UNIT\n</td>\n<td>nnn\n(3 characters)\n</td>\n</tr>\n<tr>\n<td>PROP_FRPL</td>\n<td>This field is populated with a \"Y\" if a fireplace is located within the building</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>PROP_ROOFTYPE</td>\n<td>999=BYPASS\n9A0=IRREGULAR\n9B0=LEAN TO\nA=A-FRAME\nB=BARN\nC=CANOPY\nD=DORMER\nE=FRAME\nF=FLAT\nG=GABLE\nH=GABLE/HIP\nI=HIP\nJ=GEODESIC\nK=MANSARD\nL=BARREL\nM=MONITOR\nN=CONTEMPORARY\nO=SHED\nP=PITCHED\nQ=PYRAMID\nR=ARCHED\nS=SAWTOOTH\nT=CATHEDRAL/CLERESTORY\nU=BUBBLE\nV=GAMBREL\nW=SWISS CHALET/ALPINE\nX=COMPLEX/CUSTOM\nY=BUTTERFLY\nZ=GAMBREL/MANSARD\n</td>\n<td>nnn\n(3 characters)\n</td>\n</tr>\n<tr>\n<td>PROP_TAXAMT</td>\n<td>The tax amount provided by the county or local taxing / assessment authority</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_RECDATE</td>\n<td>The date the sales transaction was record at the county</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>PROP_SALEAMT</td>\n<td>Price of the sale as depicted on the recorded sales transaction</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_MTGAMT</td>\n<td>Amount of loan</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_MTGDATE</td>\n<td>Date mortgage was initiated</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>PROP_MTGTERM</td>\n<td>The length of time of the mortgage in years</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_MTGDUEDATE</td>\n<td>Date mortgage becomes due</td>\n<td>YYYYMMDD</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"6575f401-d4ae-4301-aee3-14d14044d81c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d0fc2caf-c383-4e11-8ce8-053b8413c5c5","type":"text/javascript","exec":[""]}}],"_postman_id":"36b5dc8c-6a4c-4ffd-beff-8221d14b573b"},{"name":"Auto Attributes","item":[],"id":"67ce3377-a40c-4000-843b-fe52e6b7682f","description":"<p>Up to 4 vehicles.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Make</td>\n<td>Vehicle Make, 30 characters max</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Model</td>\n<td>Vehicle Model, 30 characters max</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Year</td>\n<td>Vehicle Year</td>\n<td>YYYY</td>\n</tr>\n<tr>\n<td>ClassCD</td>\n<td>Vehicle Class Code, 15 characters max</td>\n<td>15 characters</td>\n</tr>\n<tr>\n<td>FuelTypeCD</td>\n<td>Vehicle Fuel Code</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>MFGCD</td>\n<td>Vehicle Manufacturing Code</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>StyleCD</td>\n<td>Vehicle Style Code</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>Mileage</td>\n<td>Mileage from the last odometer reading in increments of 10,000.\nA=0-10,000. Z= 250,000+\n</td>\n<td>A-Z</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Last verification date</td>\n<td>YYYYMMDD</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"e2d7cd24-9e28-4c64-a0e9-9167bb627731","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ae4356f2-a8a3-41f4-bfc8-59fdff5547b6","type":"text/javascript","exec":[""]}}],"_postman_id":"67ce3377-a40c-4000-843b-fe52e6b7682f"},{"name":"Phone Attributes","item":[],"id":"d841a9d5-b9fc-4e00-8765-a2aeafc0e332","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>PhoneType</td>\n<td>Phone type for the Phone. L=Landline, V=VoIP, W=Wireless, O=Other</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>Verification_Code</td>\n<td>The Verification_Code field is available as part of an optional TCPA bundle.\nTCPA Verification Code:\nL – Landline\nV – VoIP\nY - The identity verified for the given wireless number using authoritative phone sources.\nYP - The identity verified for the given wireless number using authoritative phone sources, partial match.\nYP* - The wireless phone has not been reassigned since the consent date / sign-up date.\nYX - The identity verified for the given wireless number using high confidence proprietary sources.\nU - Unconfirmed.\nN - Risk. A different identity is associated with the given wireless phone number.\nBlank - Risk. The ten digit number is a non-standard phone number.\n</td>\n<td>L, V, Y, YP, YP*, YX, U, N, Blank</td>\n</tr>\n<tr>\n<td>Phonetype2</td>\n<td>Phone type for the 2nd Phone. L=Landline, V=VoIP, W=Wireless, O=Other</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>Verification_Code2</td>\n<td>The Verification_Code field is available as part of an optional TCPA bundle.\nTCPA Verification Code:\nL – Landline\nV – VoIP\nY - The identity verified for the given wireless number using authoritative phone sources.\nYP - The identity verified for the given wireless number using authoritative phone sources, partial match.\nYP* - The wireless phone has not been reassigned since the consent date / sign-up date.\nYX - The identity verified for the given wireless number using high confidence proprietary sources.\nU - Unconfirmed.\nN - Risk. A different identity is associated with the given wireless phone number.\nBlank - Risk. The ten digit number is a non-standard phone number.\n</td>\n<td>L, V, Y, YP, YP*, YX, U, N, Blank</td>\n</tr>\n\n</table>\n\n\n<p>The Phone Types returned by ID Authenticate with TCPA are sourced from the telephone carrier network and are authoritative and accurate, even in situations where a phone has been recently ported from landline to wireless.</p>\n","event":[{"listen":"prerequest","script":{"id":"762065b5-75f5-443c-9523-2228df6b01fe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c8141d09-93c4-4c1e-ae98-b8fcfb2b685c","type":"text/javascript","exec":[""]}}],"_postman_id":"d841a9d5-b9fc-4e00-8765-a2aeafc0e332"},{"name":"IP Attributes","item":[],"id":"3c14e7a5-7992-4242-946c-7e582f3c6251","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>IP</td>\n<td>IP v4 address. xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n<tr>\n<td>IP Region</td>\n<td>Region. State name if within the US</td>\n<td>50 characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Approximate city the IP address is located within</td>\n<td>28 characters</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>Approximate latitude of the IP address</td>\n<td>11 characters</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>Approximate longitude of the IP address</td>\n<td>11 characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Approximate Zip code associated with the IP address</td>\n<td>5 characters</td>\n</tr>\n<tr>\n<td>ISP</td>\n<td>Internet service provider responsible for the IP address</td>\n<td>255 characters</td>\n</tr>\n<tr>\n<td>IP From</td>\n<td>Starting IP of the range that the IP address belongs xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n<tr>\n<td>IP To</td>\n<td>Final IP of the range that the IP address belongs xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"dbf5ff49-bdb7-49ab-9ad7-69305dc89fd6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b8448e55-780e-4fe7-bf9d-9849b93d3955","type":"text/javascript","exec":[""]}}],"_postman_id":"3c14e7a5-7992-4242-946c-7e582f3c6251"}],"id":"b050ddd5-587f-4a09-bcbb-54460cdad41c","event":[{"listen":"prerequest","script":{"id":"cfc16593-0336-4726-b2be-d2682be85ee4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c661b265-0dc8-4c8c-953b-c43f76fd017a","type":"text/javascript","exec":[""]}}],"_postman_id":"b050ddd5-587f-4a09-bcbb-54460cdad41c","description":""}],"id":"261244c6-d1fb-4be6-bcf4-11a976d82c8d","description":"<p>The ID Authenticate product returns both scores and attributes in the output. The Scores returned from ID Authenticate include both the overall IDVerifyScore and more granular component results. The Component results are divided into 4 sections: Validation Components, Linkage Components, Risk Flag Components, and Component Summaries.\nCustomers can opt to use Infutor’s IDVerifyScore to make a pass/fail decision about an individual, or customers\ndesiring to build their own scoring algorithms for verification can opt to use the components for more control and granularity. In addition to the scores that ID Verify returns, the product also returns attributes, which provide deeper insights into the individual. The attributes ID Verify returns include Demographic Attributes, Property Attributes, Auto Attributes, Phone Attributes, and IP Attributes.</p>\n","event":[{"listen":"prerequest","script":{"id":"f786b8cd-608f-4f00-914d-36d3ee415260","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d0982714-f881-479f-87ff-3c5843f6002c","type":"text/javascript","exec":[""]}}],"_postman_id":"261244c6-d1fb-4be6-bcf4-11a976d82c8d"}],"id":"2f8e99d1-39ea-480c-9c26-4371e30f4f59","_postman_id":"2f8e99d1-39ea-480c-9c26-4371e30f4f59","description":""},{"name":"ID Authenticate with TCPA","item":[{"name":"Overview","item":[],"id":"820d9fc3-e961-4271-b394-26ac8986c5eb","description":"<p>ID Authenticate with TCPA product provides a mechanism for verifying consumer contact information, both for purposes of scoring and segmenting individuals, and for identifying and reducing potential fraud and risk. The product receives consumer contact information as input and returns scores to reflect the level of verification. Additionally, the product returns attributes (property, demographics, and phone attributes) to provide further insights on a given individual. The ID Authenticate with TCPA product returns an IDVerifyScore on a 100 point scale, which reflects the overall status of the ID verification. The IDVerifyScore can be used to make a pass/fail decision when verifying a given individual.</p>","event":[{"listen":"prerequest","script":{"id":"ff748d81-9890-42fd-9b2a-744472471777","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"33f297f8-5874-44e8-be4e-66d352fef57c","type":"text/javascript","exec":[""]}}],"_postman_id":"820d9fc3-e961-4271-b394-26ac8986c5eb"},{"name":"Inputs","item":[{"name":"Minimum Required Fields","item":[],"id":"fd25a747-767d-41a0-b5db-5a6ba2e70275","description":"<p>At a minimum, one of the following input combinations is required for processing:</p>\n\n\n<ul>\n<li>Phone</li>\n<li>Phone2</li>\n<li>Email</li>\n<li>FName + LName</li>\n<li>FullName</li>\n<li>Address1 + Zip</li>\n<li>Address1 + City + State</li>\n<li>IP</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"738da53e-2d27-4236-805d-58a7823325bb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"85033e3e-a303-4d2c-8e4f-29d8c3145a0d","type":"text/javascript","exec":[""]}}],"_postman_id":"fd25a747-767d-41a0-b5db-5a6ba2e70275"}],"id":"230beaaa-04a1-4d01-835a-a374ddcfd6f1","description":"<p>The ID Authenticate with TCPA product accepts identity data elements including name, address, phone, email, DOB, and SSN/SSN4 as input. ID Authenticate accepts IP address to flag if a consumer is using a non-US based IP address.</p><table><tbody><tr><td><b>Input Field</b></td><td><b>Required?</b></td><td><b>Description</b></td></tr><tr><td>Login</td><td>Required</td><td>Account username</td></tr><tr><td>Password</td><td>Required</td><td>Account password</td></tr><tr><td>FullName</td><td>Required*</td><td>Full individual Name</td></tr><tr><td>FName</td><td>Required*</td><td>First name, 15 characters max</td></tr><tr><td>LName</td><td>Required*</td><td>Last name, 15 characters max</td></tr><tr><td>Address1</td><td>Required*</td><td>Address line 1 (example: 1234 N Main St SW Apt 3), 60 characters max</td></tr><tr><td>Address2</td><td>Optional</td><td>Address line 2, 60 characters max (not needed, entire address can be put in Address1)</td></tr><tr><td>City</td><td>Required*</td><td>City name, 28 characters max. * Either City/State or Zip is required</td></tr><tr><td>State</td><td>Required*</td><td>2 character state abbreviation. * Either City/State or Zip is required</td></tr><tr><td>Zip</td><td>Required*</td><td>5 digit numeric USPS zip code. * Either City/State or Zip is required</td></tr><tr><td>Phone</td><td>Required*</td><td>10 digit numeric phone number (without spaces, dashes, or parentheses)</td></tr><tr><td>Phone2</td><td>Required*</td><td>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</td></tr><tr><td>Email</td><td>Required*</td><td>Email address, 100 characters max</td></tr><tr><td>IP</td><td>Required*</td><td>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format</td></tr><tr><td>SSN</td><td>Optional</td><td>Social Security Number, 9 digit numeric</td></tr><tr><td>SSN4</td><td>Optional</td><td>Last 4 digits of the Social Security Number, 4 digit numeric</td></tr><tr><td>DOB</td><td>Optional</td><td>Date of Birth, accepted format (YYYYMMDD)</td></tr><tr><td>ConsentDate</td><td>Optional</td><td>Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD</td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"36eb4462-cf23-4130-b786-b9f73f1bf075","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0bc7146f-ad5a-46b7-abc5-1428d5b1868b","type":"text/javascript","exec":[""]}}],"_postman_id":"230beaaa-04a1-4d01-835a-a374ddcfd6f1"},{"name":"Restful XML","item":[{"name":"ID Authenticate Successful Request (XML)","id":"a8be519a-b9f6-431b-b97f-52e1b4b27197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/IDAuthenticateTCPA?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&SSN=SSN&SSN4=SSN4&DOB=DOB","urlObject":{"protocol":"https","path":["IDAuthenticateTCPA"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account Username, Required.</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account Password, Required.</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full individual Name.</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First Name, 15 characters max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last Name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses).</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD.</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max.</p>\n","type":"text/plain"},"key":"Email","value":"Email"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format.</p>\n","type":"text/plain"},"key":"IP","value":"IP"},{"description":{"content":"<p>Social Security Number, 9 digit numeric.</p>\n","type":"text/plain"},"key":"SSN","value":"SSN"},{"description":{"content":"<p>Last 4 digits of the Social Security Number, 4 digit numeric.</p>\n","type":"text/plain"},"key":"SSN4","value":"SSN4"},{"description":{"content":"<p>Date of Birth, accepted formats (YYYYMM) or (YYYYMMDD).</p>\n","type":"text/plain"},"key":"DOB","value":"DOB"}],"variable":[]}},"response":[{"id":"2bd9dcc0-f0d5-4c17-95c7-96f4391eb69f","name":"ID Authenticate Successful Request (XML)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/IDAuthenticateTCPA?Login={{UserName}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&SSN={{SSN}}&SSN4={{SSN4}}&DOB={{DOB}}","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDAuthenticateTCPA"],"query":[{"key":"Login","value":"{{UserName}}","description":"Account Username, Required."},{"key":"Password","value":"{{Password}}","description":"Account Password, Required."},{"key":"FullName","value":"{{FullName}}","description":"Full individual Name."},{"key":"FName","value":"{{FName}}","description":"First Name, 15 characters max."},{"key":"LName","value":"{{LName}}","description":"Last Name, 20 characters max."},{"key":"Address1","value":"{{Address1}}","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"{{Address2}}","description":"Address line 2, 64 characters max."},{"key":"City","value":"{{City}}","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"{{State}}","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"{{Zip}}","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"{{Phone}}","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)."},{"key":"Phone2","value":"{{Phone2}}","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)."},{"key":"Email","value":"{{Email}}","description":"Email address, 100 characters max."},{"key":"IP","value":"{{IP}}","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format."},{"key":"SSN","value":"{{SSN}}","description":"Social Security Number, 9 digit numeric."},{"key":"SSN4","value":"{{SSN4}}","description":"Last 4 digits of the Social Security Number, 4 digit numeric."},{"key":"DOB","value":"{{DOB}}","description":"Date of Birth, accepted formats (YYYYMM) or (YYYYMMDD)."}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<xml>\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    <Response>\n        <Detail transaction=\"IDAuthenticate\">\n            <IDScores>\n                <ValidAddress>100</ValidAddress>\n                <ValidPhone>100</ValidPhone>\n                <ValidEmail>100</ValidEmail>\n                <ValidName>100</ValidName>\n                <ValidSSN>100</ValidSSN>\n                <ValidSSN4>100</ValidSSN4>\n                <ValidDOB>100</ValidDOB>\n                <Deceased>100</Deceased>\n                <NameToPhone>100</NameToPhone>\n                <NameToEmail>100</NameToEmail>\n                <NameToAddress>100</NameToAddress>\n                <AddressToPhone>100</AddressToPhone>\n                <AddressToEmail>100</AddressToEmail>\n                <PhoneToEmail>100</PhoneToEmail>\n                <USLocation>100</USLocation>\n                <ValidPhone2>100</ValidPhone2>\n                <NameToPhone2>100</NameToPhone2>\n                <AddressToPhone2>100</AddressToPhone2>\n                <Phone2ToEmail>100</Phone2ToEmail>\n                <NameToDob>100</NameToDob>\n                <NameToSSN>100</NameToSSN>\n                <NameToSSN4>100</NameToSSN4>\n                <PhoneConfidenceScore>100</PhoneConfidenceScore>\n                <Phone2ConfidenceScore>90</Phone2ConfidenceScore>\n                <AddressConfidenceScore>90</AddressConfidenceScore>\n                <ValidCount>7</ValidCount>\n                <LinkageCount>11</LinkageCount>\n                <RiskFlagCount>2</RiskFlagCount>\n                <ValidationSummary>PASS</ValidationSummary>\n                <LinkageSummary>PASS</LinkageSummary>\n                <RiskFlagSummary>PASS</RiskFlagSummary>\n                <IDVerifyScore>100</IDVerifyScore>\n            </IDScores>\n            <IDAttributes>\n                <PropertyAttributes>\n                    <AdditionalInformation>\n                        <PROP_IND>10</PROP_IND>\n                        <PROP_VALCALC></PROP_VALCALC>\n                        <PROP_IMP_VALCALC/>\n                        <PROP_IMP_VALCALC_IND>A</PROP_IMP_VALCALC_IND>\n                        <PROP_ASSED_VAL>250123</PROP_ASSED_VAL>\n                    </AdditionalInformation>\n                    <Attributes>\n                        <LOR>7</LOR>\n                        <Homeowner>O</Homeowner>\n                        <DwellType>S</DwellType>\n                        <PROP_ACRES>13000</PROP_ACRES>\n                        <PROP_LANDSQFT>2000</PROP_LANDSQFT>\n                        <PROP_YRBLD>1994</PROP_YRBLD>\n                        <PROP_LIVINGSQFT>2810</PROP_LIVINGSQFT>\n                        <PROP_RMS>10</PROP_RMS>\n                        <PROP_BEDRMS>4</PROP_BEDRMS>\n                        <PROP_BATHS>3</PROP_BATHS>\n                        <PROP_FULLBATHS>3</PROP_FULLBATHS>\n                        <PROP_HALFBATHS>0</PROP_HALFBATHS>\n                        <PROP_AC></PROP_AC>\n                        <PROP_FRPL>Y</PROP_FRPL>\n                        <PROP_POOL/>\n                        <PROP_ROOFTYPE></PROP_ROOFTYPE>\n                    </Attributes>\n                    <AssessorDeed>\n                        <PROP_TAXAMT>275010</PROP_TAXAMT>\n                        <PROP_RECDATE>19980605</PROP_RECDATE>\n                        <PROP_SALEAMT>285000</PROP_SALEAMT>\n                    </AssessorDeed>\n                    <Mortgage>\n                        <PROP_MTGAMT>150000</PROP_MTGAMT>\n                        <PROP_MTGDATE>19980605</PROP_MTGDATE>\n                        <PROP_MTGTERM>30</PROP_MTGTERM>\n                        <PROP_MTGDUEDATE>20280605</PROP_MTGDUEDATE>\n                    </Mortgage>\n                </PropertyAttributes>\n                <Demographic Attributes>\n                    <Demographics>\n                        <Gender>M</Gender>\n                        <Age>42</Age>\n                        <MedYrBld>1994</MedYrBld>\n                        <EHI>F</EHI>\n                        <Married>M</Married>\n                        <WealthScr>G</WealthScr>\n                        <MrktHomeVal>M</MrktHomeVal>\n                        <ChildCd>Y\n                            <ChildCd>\n                                <ChildNbrCd>B</ChildNbrCd>\n                                <MHV>E</MHV>\n                                <MedSchl>14</MedSchl>\n                            </Demographics>\n                            <PowerScore>\n                                <PurPowerScr>C</PurPowerScr>\n                            </PowerScore>\n                        </DemographicAttributes>\n                        <Phone Attributes>\n                            <PhoneType>L</PhoneType>\n                            <PhoneType2>W</PhoneType2>\n                        </PhoneAttributes>\n                    </IDAttributes>\n                    <AutoAttributes>\n                        <Vehicle>\n                            <Make>HYUNDAI</Make>\n                            <Model>SANTA FE</Model>\n                            <Year>2011</Year>\n                            <ClassCD>SMALL SUV</ClassCD>\n                            <FuelTypeCD>G</FuelTypeCD>\n                            <MFGCD>L</MFGCD>\n                            <StyleCD>UTIL</StyleCD>\n                            <Mileages>F</Mileages>\n                            <ODate>20160508</ODate>\n                        </Vehicle>\n                        <Vehicle2>\n                            <Make>FORD</Make>\n                            <Model>FOCUS</Model>\n                            <Year>2014</Year>\n                            <ClassCD>SMALL CAR</ClassCD>\n                            <FuelTypeCD>F</FuelTypeCD>\n                            <MFGCD>F</MFGCD>\n                            <StyleCD>HATCHBACK</StyleCD>\n                            <Mileages>A</Mileages>\n                            <ODate>20160501</ODate>\n                        </Vehicle2>\n                        <Vehicle3>\n                            <Make>FORD</Make>\n                            <Model>MUSTANG</Model>\n                            <Year>2001</Year>\n                            <ClassCD>MID SIZE CAR</ClassCD>\n                            <FuelTypeCD>G</FuelTypeCD>\n                            <MFGCD>F</MFGCD>\n                            <StyleCD>CONV</StyleCD>\n                            <Mileages>R</Mileages>\n                            <ODate>20151203</ODate>\n                        </Vehicle3>\n                        <Vehicle4>\n                            <Make>HONDA</Make>\n                            <Model>ODYSSEY</Model>\n                            <Year>2002</Year>\n                            <ClassCD>MINIVAN</ClassCD>\n                            <FuelTypeCD>G</FuelTypeCD>\n                            <MFGCD>L</MFGCD>\n                            <StyleCD>VAN</StyleCD>\n                            <Mileages>I</Mileages>\n                            <ODate>20120924</ODate>\n                        </Vehicle4>\n                    </AutoAttributes>\n                    <IPAttributes>\n                        <IP>172.13.172.51</IP>\n                        <IPRegion>Tennessee</IPRegion>\n                        <City>Memphis</City>\n                        <Zip>37501</Zip>\n                        <Latitude>35.15</Latitude>\n                        <Longitude>-90.05</Longitude>\n                        <ISP>AT&T Internet Services</ISP>\n                        <IPFrom>172.13.168.0</IPFrom>\n                        <IPTo>172.13.173.255</IPTo>\n                    </IPAttributes>\n                </Detail>\n            </Response>\n        </xml>"}],"_postman_id":"a8be519a-b9f6-431b-b97f-52e1b4b27197"}],"id":"a9fc8ae6-2064-4f2a-a931-0102fd4e010d","event":[{"listen":"prerequest","script":{"id":"5f09ffa8-d99e-4f08-82c6-864288a0d7ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"29fdfa97-e699-4eef-908d-a55097136acd","type":"text/javascript","exec":[""]}}],"_postman_id":"a9fc8ae6-2064-4f2a-a931-0102fd4e010d","description":""},{"name":"Restful JSON","item":[{"name":"ID Authenticate Successful Request (JSON) Copy","id":"627fd023-77fd-468b-bcb9-5f9d361aa383","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/IDAuthenticateTCPA?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&SSN=SSN&SSN4=SSN4&DOB=DOB","urlObject":{"protocol":"https","path":["IDAuthenticateTCPA"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account Username, Required.</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account Password, Required.</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full individual Name.</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First Name, 15 characters max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last Name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses).</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD.</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max.</p>\n","type":"text/plain"},"key":"Email","value":"Email"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format.</p>\n","type":"text/plain"},"key":"IP","value":"IP"},{"description":{"content":"<p>Social Security Number, 9 digit numeric.</p>\n","type":"text/plain"},"key":"SSN","value":"SSN"},{"description":{"content":"<p>Last 4 digits of the Social Security Number, 4 digit numeric.</p>\n","type":"text/plain"},"key":"SSN4","value":"SSN4"},{"description":{"content":"<p>Date of Birth, accepted formats (YYYYMM) or (YYYYMMDD).</p>\n","type":"text/plain"},"key":"DOB","value":"DOB"}],"variable":[]}},"response":[{"id":"7fe63c18-8c11-4ea2-8ee2-a73e7d135651","name":"ID Authenticate Successful Request (JSON)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/IDAuthenticateTCPA?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email&IP=IP&SSN=SSN&SSN4=SSN4&DOB=DOB","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDAuthenticateTCPA"],"query":[{"key":"Login","value":"username","description":"Account Username, Required."},{"key":"Password","value":"password","description":"Account Password, Required."},{"key":"FullName","value":"FullName","description":"Full individual Name."},{"key":"FName","value":"FName","description":"First Name, 15 characters max."},{"key":"LName","value":"LName","description":"Last Name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)."},{"key":"Phone2","value":"Phone2","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)."},{"key":"Email","value":"Email","description":"Email address, 100 characters max."},{"key":"IP","value":"IP","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format."},{"key":"SSN","value":"SSN","description":"Social Security Number, 9 digit numeric."},{"key":"SSN4","value":"SSN4","description":"Last 4 digits of the Social Security Number, 4 digit numeric."},{"key":"DOB","value":"DOB","description":"Date of Birth, accepted formats (YYYYMM) or (YYYYMMDD)."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n \t\"ResponseCode\": \"0\",\r\n \t\"ResponseMsg\": \"Successful\",\r\n \t\"Detail\": {\r\n \t\t\"__type\": \"IDAuthenticateResult:https://api.yourdatadelivery.com/service\",\r\n \t\t\"IDScores\": {\r\n \t\t\t\"ValidAddress\": \"100\",\r\n \t\t\t\"ValidPhone\": \"100\", \r\n \t\t\t\"ValidEmail\": \"100\",\r\n \t\t\t\"ValidName\": \"100\",\r\n \t\t\t\"ValidSSN\": \"100\",\r\n \t\t\t\"ValidSSN4\": \"100\",\r\n \t\t\t\"ValidDOB\": \"100\",\r\n \t\t\t\"Deceased\": \"100\",\r\n \t\t\t\"NameToPhone\": \"80\",\r\n \t\t\t\"NameToEmail\": \"100\",\r\n \t\t\t\"NameToAddress\": \"100\",\r\n \t\t\t\"AddressToPhone\": \"90\",\r\n \t\t\t\"AddressToEmail\": \"100\",\r\n \t\t\t\"PhoneToEmail\": \"10\",\r\n \t\t\t\"USLocation\": \"100\",\r\n \t\t\t\"ValidPhone2\": \"100\",\r\n \t\t\t\"NameToPhone2\": \"60\",\r\n \t\t\t\"AddressToPhone2\": \"91\",\r\n \t\t\t\"Phone2ToEmail\": \"100\",\r\n \t\t\t\"NameToDob\": \"80\",\r\n \t\t\t\"NameToSSN\": \"80\",\r\n \t\t\t\"NameToSSN4\": \"80\",\r\n\t\t\t\"PhoneConfidenceScore\": \"100\",\r\n\t\t\t\"Phone2ConfidenceScore\": \"90\",\r\n\t\t\t\"AddressConfidenceScore\": \"90\",\r\n\t\t\t\"ValidCount\": \"5\",\r\n \t\t\t\"LinkageCount\": \"7.2\",\r\n \t\t\t\"RiskFlagCount\": \"0\",\r\n \t\t\t\"ValidationSummary\": \"PASS\",\r\n \t\t\t\"LinkageSummary\": \"PASS\",\r\n \t\t\t\"RiskFlagSummary\": \"PASS\",\r\n \t\t\t\"IDVerifyScore\": \"98\"\r\n \t\t},\r\n \t\t\"IDAttributes\": {\r\n \t\t\t\"PropertyAttributes\": {\r\n \t\t\t\t\"AdditionalInformation\": {\r\n \t\t\t\t\t\"PROP_IND\": \"10\",\r\n \t\t\t\t\t\"PROP_VALCALC\": \"274726\",\r\n \t\t\t\t\t\"PROP_IMP_VALCALC\": \"\",\r\n \t\t\t\t\t\"PROP_IMP_VALCALC_IND\": \"A\",\r\n \t\t\t\t\t\"PROP_ASSED_VAL\": \"274726\"\r\n \t\t\t\t},\r\n \t\t\t\t\"Attributes\": {\r\n \t\t\t\t\t\"LOR\": \"11\",\r\n \t\t\t\t\t\"Homeowner\": \"H\",\r\n \t\t\t\t\t\"DwellType\": \"S\",\r\n \t\t\t\t\t\"PROP_ACRES\": \"1729\",\r\n \t\t\t\t\t\"PROP_LANDSQFT\": \"7530\",\r\n \t\t\t\t\t\"PROP_YRBLD\": \"2002\",\r\n \t\t\t\t\t\"PROP_LIVINGSQFT\": \"3108\",\r\n \t\t\t\t\t\"PROP_RMS\": \"10\",\r\n \t\t\t\t\t\"PROP_BEDRMS\": \"3\",\r\n \t\t\t\t\t\"PROP_BATHS\": \"200\",\r\n \t\t\t\t\t\"PROP_FULLBATHS\": \"2\",\r\n \t\t\t\t\t\"PROP_HALFBATHS\": \"\",\r\n \t\t\t\t\t\"PROP_AC\": \"ACE\",\r\n \t\t\t\t\t\"PROP_FRPL\": \"Y\",\r\n \t\t\t\t\t\"PROP_POOL\": \"Y\",\r\n \t\t\t\t\t\"PROP_ROOFTYPE\": \"I\"\r\n \t\t\t\t},\r\n \t\t\t\t\"AssessorDeed\": {\r\n \t\t\t\t\t\"PROP_TAXAMT\": \"597479\",\r\n \t\t\t\t\t\"PROP_RECDATE\": \"20020827\",\r\n \t\t\t\t\t\"PROP_SALEAMT\": \"200303\"\r\n \t\t\t\t},\r\n \t\t\t\t\"Mortgage\": {\r\n \t\t\t\t\t\"PROP_MTGAMT\": \"150604\",\r\n \t\t\t\t\t\"PROP_MTGDATE\": \"20040416\",\r\n \t\t\t\t\t\"PROP_MTGTERM\": \"30\",\r\n \t\t\t\t\t\"PROP_MTGDUEDATE\": \"20280605\"\r\n }\r\n \t\t\t},\r\n \t\t\t\"DemographicAttributes\": {\r\n \t\t\t\t\"Demographics\": {\r\n \t\t\t\t\t\"Gender\": \"M\",\r\n\t\t\t\t\t\"Age\": \"50\",\r\n \t\t\t\t\t\"MedYrBld\": \"2002\",\r\n \t\t\t\t\t\"EHI\": \"D\",\r\n \t\t\t\t\t\"Married\": \"M\",\r\n \t\t\t\t\t\"WealthScr\": \"F\",\r\n \t\t\t\t\t\"MrktHomeVal\": \"H\",\r\n \t\t\t\t\t\"ChildCd\": \"Y\",\r\n \t\t\t\t\t\"ChildNbrCd\": \"B\",\r\n \t\t\t\t\t\"MHV\": \"C\",\r\n \t\t\t\t\t\"MedSchl\": \"131\"\r\n \t\t\t\t},\r\n \t\t\t\t\"PowerScore\": {\r\n \t\t\t\t\t\"PurPowerScr\": \"G\"\r\n \t\t\t\t}\r\n \t\t\t},\r\n \t\t\t\"PhoneAttributes\": {\r\n \t\t\t\t\"PhoneType\": \"L\",\r\n\t\t\t\t\"PhoneType2\": \"W\",\r\n\t\t\t},\r\n \t\t\t\"AutoAttributes\": {\r\n \t\t\t\t\"Vehicle\": {\r\n \t\t\t\t\t\"Make\": \"FORD\",\r\n \t\t\t\t\t\"Model\": \"FOCUS\",\r\n \t\t\t\t\t\"Year\": \"2014\",\r\n \t\t\t\t\t\"ClassCD\": \"SMALL CAR\",\r\n \t\t\t\t\t\"FuelTypeCD\": \"F\",\r\n \t\t\t\t\t\"MFGCD\": \"F\",\r\n \t\t\t\t\t\"StyleCD\": \"HATCHBACK\",\r\n \t\t\t\t\t\"Mileages\": \"A\",\r\n \t\t\t\t\t\"ODate\": \"20160501\"\r\n \t\t\t\t},\r\n \t\t\t\t\"Vehicle2\": {\r\n \t\t\t\t\t\"Make\": \"FORD\",\r\n \t\t\t\t\t\"Model\": \"MUSTANG\",\r\n \t\t\t\t\t\"Year\": \"2001\",\r\n \t\t\t\t\t\"ClassCD\": \"MID SIZE CAR\",\r\n \t\t\t\t\t\"FuelTypeCD\": \"G\",\r\n \t\t\t\t\t\"MFGCD\": \"F\",\r\n \t\t\t\t\t\"StyleCD\": \"CONV\",\r\n \t\t\t\t\t\"Mileages\": \"R\",\r\n \t\t\t\t\t\"ODate\": \"20151203\"\r\n \t\t\t\t},\r\n \t\t\t\t\"Vehicle3\": {\r\n \t\t\t\t\t\"Make\": \"HONDA\",\r\n \t\t\t\t\t\"Model\": \"ODYSSEY\",\r\n \t\t\t\t\t\"Year\": \"2002\",\r\n \t\t\t\t\t\"ClassCD\": \"MINIVAN\",\r\n \t\t\t\t\t\"FuelTypeCD\": \"G\",\r\n\t\t\t\t\t\"MFGCD\": \"L\",\r\n \t\t\t\t\t\"StyleCD\": \"VAN\",\r\n \t\t\t\t\t\"Mileages\": \"I\",\r\n \t\t\t\t\t\"ODate\": \"20120924\"\r\n \t\t\t\t},\r\n \t\t\t\t\"Vehicle4\": {\r\n \t\t\t\t\t\"Make\": \"HYUNDAI\",\r\n \t\t\t\t\t\"Model\": \"SANTA FE\",\r\n \t\t\t\t\t\"Year\": \"2011\",\r\n \t\t\t\t\t\"ClassCD\": \"SMALL SUV\",\r\n \t\t\t\t\t\"FuelTypeCD\": \"G\",\r\n \t\t\t\t\t\"MFGCD\": \"L\",\r\n \t\t\t\t\t\"StyleCD\": \"UTIL\",\r\n \t\t\t\t\t\"Mileages\": \"F\",\r\n \t\t\t\t\t\"ODate\": \"20160508\"\r\n \t\t\t\t}\r\n \t\t\t\t},\r\n \t\t\t\"IPAttributes\": {\r\n \t\t\t\t\"IP\": \"172.13.172.51\",\r\n \t\t\t\t\"IPRegion\": \"Tennessee\",\r\n \t\t\t\t\"City\": \"Memphis\",\r\n \t\t\t\t\"Zip\": \"37501\",\r\n \t\t\t\t\"Latitude\": \"35.15\",\r\n \t\t\t\t\"Longitude\": \"-90.05\",\r\n \t\t\t\t\"ISP\": \"AT&T Internet Services\",\r\n \t\t\t\t\"IPFrom\": \"172.13.168.0\",\r\n \t\t\t\t\"IPTo\": \"172.13.173.255\"\r\n \t\t\t}\r\n \t\t}\r\n \t}\r\n}\r\n \r\n"}],"_postman_id":"627fd023-77fd-468b-bcb9-5f9d361aa383"}],"id":"52cb8f04-7cae-4199-a072-9b4ae659d91c","event":[{"listen":"prerequest","script":{"id":"520ae511-514a-4363-b281-43fa5892ddba","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"df0ecf31-7440-4cd6-958c-86758c90fb5c","type":"text/javascript","exec":[""]}}],"_postman_id":"52cb8f04-7cae-4199-a072-9b4ae659d91c","description":""},{"name":"SOAP","item":[{"name":"ID Authenticate Successful Request (SOAP) Copy","id":"10ec4cc7-4bc3-4aa9-ada6-04b505a86ee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/IDAuthenticateTCPA?Login={{UserName}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&SSN={{SSN}}&SSN4={{SSN4}}&DOB={{DOB}}","urlObject":{"protocol":"https","path":["IDAuthenticateTCPA"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account Username, Required.</p>\n","type":"text/plain"},"key":"Login","value":"{{UserName}}"},{"description":{"content":"<p>Account Password, Required.</p>\n","type":"text/plain"},"key":"Password","value":"{{Password}}"},{"description":{"content":"<p>Full individual Name.</p>\n","type":"text/plain"},"key":"FullName","value":"{{FullName}}"},{"description":{"content":"<p>First Name, 15 characters max.</p>\n","type":"text/plain"},"key":"FName","value":"{{FName}}"},{"description":{"content":"<p>Last Name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"{{LName}}"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"{{Address1}}"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"{{Address2}}"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"{{City}}"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"{{State}}"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"{{Zip}}"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses).</p>\n","type":"text/plain"},"key":"Phone","value":"{{Phone}}"},{"description":{"content":"<p>Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD.</p>\n","type":"text/plain"},"key":"Phone2","value":"{{Phone2}}"},{"description":{"content":"<p>Email address, 100 characters max.</p>\n","type":"text/plain"},"key":"Email","value":"{{Email}}"},{"description":{"content":"<p>IP v4 address in dotted decimal nnn.nnn.nnn.nnn format.</p>\n","type":"text/plain"},"key":"IP","value":"{{IP}}"},{"description":{"content":"<p>Social Security Number, 9 digit numeric.</p>\n","type":"text/plain"},"key":"SSN","value":"{{SSN}}"},{"description":{"content":"<p>Last 4 digits of the Social Security Number, 4 digit numeric.</p>\n","type":"text/plain"},"key":"SSN4","value":"{{SSN4}}"},{"description":{"content":"<p>Date of Birth, accepted formats (YYYYMM) or (YYYYMMDD).</p>\n","type":"text/plain"},"key":"DOB","value":"{{DOB}}"}],"variable":[]}},"response":[{"id":"3ea2f370-e439-40db-90c7-cdc65d2382d2","name":"ID Authenticate Successful Request (SOAP)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/IDAuthenticateTCPA?Login={{UserName}}&Password={{Password}}&FullName={{FullName}}&FName={{FName}}&LName={{LName}}&Address1={{Address1}}&Address2={{Address2}}&City={{City}}&State={{State}}&Zip={{Zip}}&Phone={{Phone}}&Phone2={{Phone2}}&Email={{Email}}&IP={{IP}}&SSN={{SSN}}&SSN4={{SSN4}}&DOB={{DOB}}","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDAuthenticateTCPA"],"query":[{"key":"Login","value":"{{UserName}}","description":"Account Username, Required."},{"key":"Password","value":"{{Password}}","description":"Account Password, Required."},{"key":"FullName","value":"{{FullName}}","description":"Full individual Name."},{"key":"FName","value":"{{FName}}","description":"First Name, 15 characters max."},{"key":"LName","value":"{{LName}}","description":"Last Name, 20 characters max."},{"key":"Address1","value":"{{Address1}}","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"{{Address2}}","description":"Address line 2, 64 characters max."},{"key":"City","value":"{{City}}","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"{{State}}","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"{{Zip}}","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"Phone","value":"{{Phone}}","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)."},{"key":"Phone2","value":"{{Phone2}}","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)."},{"key":"Email","value":"{{Email}}","description":"Email address, 100 characters max."},{"key":"IP","value":"{{IP}}","description":"IP v4 address in dotted decimal nnn.nnn.nnn.nnn format."},{"key":"SSN","value":"{{SSN}}","description":"Social Security Number, 9 digit numeric."},{"key":"SSN4","value":"{{SSN4}}","description":"Last 4 digits of the Social Security Number, 4 digit numeric."},{"key":"DOB","value":"{{DOB}}","description":"Date of Birth, accepted formats (YYYYMM) or (YYYYMMDD)."}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<Envelope xmlns=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <Body>\n        <IDAuthenticate xmlns=\"https://api.yourdatadelivery.com/service\">\n            <login>login</login>\n            <password>password</password>\n            <fname>John</fname>\n            <lname>Smith</lname>\n            <address1>123 main st</address1>\n            <address2>APT 3</address2>\n            <city>Chicago</city>\n            <state>IL</state>\n            <zip>60657</zip>\n            <phone>1234567890</phone>\n            <phone2>9876543210</phone2>\n            <email>jsmith@domain.com</email>\n            <ip>111.11.111.11</ip>\n            <fullname></fullname>\n            <SSN>123456789</SSN>\n            <SSN4>6789</SSN4>\n            <DOB>19830101</DOB>\n        </IDAuthenticate>\n    </Body>\n</Envelope>"}],"_postman_id":"10ec4cc7-4bc3-4aa9-ada6-04b505a86ee2"}],"id":"e4bdfd53-9758-452a-89d2-6d5bd35b33ac","event":[{"listen":"prerequest","script":{"id":"5f09ffa8-d99e-4f08-82c6-864288a0d7ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"29fdfa97-e699-4eef-908d-a55097136acd","type":"text/javascript","exec":[""]}}],"_postman_id":"e4bdfd53-9758-452a-89d2-6d5bd35b33ac","description":""},{"name":"Outputs","item":[{"name":"Scoring","item":[{"name":"Configurable components","item":[],"id":"9927cfaf-2752-4082-912d-1164759382e8","description":"<p>For customers who want to build their own scoring algorithm for verification, the ID Authenticate with TCPA product exposes all the configurable components that factor into the IDVerifyScore. Each component has a score on a 100 point scale, providing detailed granularity on how each identity data element scores for a given individual. The components are categorized into 4 sections: Validation Components, Linkage Components, Risk Flag Components, and Component Summaries.</p>\n<p>By default, each of the Configurable Components has equal weighting in influencing the overall IDVerifyScore. However, Infutor recommends customers allow for a regression analysis, so Infutor can analyze and help customers optimize the ID Authenticate with TCPA product to meet their specific business needs by emphasizing or de-emphasizing relevant components, adjusting the weighting of how each component influences the overall IDVerifyScore. Additionally, if a given component is not relevant for a customer’s business needs, that component can be turned off from impacting the IDVerifyScore.</p>\n","event":[{"listen":"prerequest","script":{"id":"5293ab55-bcfa-45ec-b898-82093c447bd1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"13a94601-958f-444c-83c8-001b54a8b76f","type":"text/javascript","exec":[""]}}],"_postman_id":"9927cfaf-2752-4082-912d-1164759382e8"},{"name":"Validation components","item":[],"id":"9ad274bd-8848-466b-82bb-6b27e975d2db","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>ValidAddress</td>\n<td>The postal address is a valid USPS address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone</td>\n<td>The phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidPhone2</td>\n<td>The 2nd phone is a valid 10 digit telephone number based on the North American Numbering Plan (NANP)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidEmail</td>\n<td>The email is a valid formatted email address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidName</td>\n<td>The individual’s first and last names appear to be valid names and do not contain vulgar words or expressions</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidSSN</td>\n<td>The SSN is a valid 9 digit Social Security Number</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidSSN4</td>\n<td>The SSN4 is a valid 4 digit numeric number</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>ValidDOB</td>\n<td>The DOB is a properly formatted 8 digit date (YYYYMMDD)</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneConfidenceScore</td>\n<td>Future use. Score 0-100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity &amp; velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ConfidenceScore</td>\n<td>Future use. Score 0-100 that reflects the confidence that a given phone is active and hasn't been reassigned, based on activity &amp; velocity indicators</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n\n\n<p>The Validation Components reflect whether the syntax and formatting of the input data elements appears valid. The Validation Components can be thought of as input form validations. Each component has its own 0-100 score value, which influences the overall IDVerifyScore.</p>","event":[{"listen":"prerequest","script":{"id":"8c348299-d704-4738-b0a5-15ff407fb0a6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7f374226-97c9-4838-bed1-89a1bfc2e931","type":"text/javascript","exec":[""]}}],"_postman_id":"9ad274bd-8848-466b-82bb-6b27e975d2db"},{"name":"Linkage components","item":[],"id":"f00ab08a-86e2-4c57-8653-7db2a36d31f2","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>NameToPhone</td>\n<td>The name links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToEmail</td>\n<td>The name links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToAddress</td>\n<td>The name links to the postal address</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone</td>\n<td>The postal address links to the phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToEmail</td>\n<td>The postal address link to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>PhoneToEmail</td>\n<td>The phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToPhone2</td>\n<td>The name links to the 2nd phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>AddressToPhone2</td>\n<td>The postal address links to the 2nd Phone</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>Phone2ToEmail</td>\n<td>The 2nd phone links to the email</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToDob</td>\n<td>The name links to the Date of birth</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToSSN</td>\n<td>The name links to the Social Security Number</td>\n<td>Score 0-100</td>\n</tr>\n<tr>\n<td>NameToSSN4</td>\n<td>The name links to the Last 4 digits of the Social Security Number</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n\n\n<p>The Linkage Components reflect whether data elements can be linked to each other (whether the name is associated with the phone, name is associated with the email, etc.) ID Authenticate with TCPA leverages Infutor’s vast identity graph containing billions of consumer, address, email, and phone records.</p>\n","event":[{"listen":"prerequest","script":{"id":"78b7f39e-d118-4e5e-962e-664f582a9398","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2538fecd-fa2e-4e3d-84fe-b58ebca19df4","type":"text/javascript","exec":[""]}}],"_postman_id":"f00ab08a-86e2-4c57-8653-7db2a36d31f2"},{"name":"Risk flag components","item":[],"id":"7eee36ce-98f5-4e90-88c9-f2a046f964c2","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Deceased</td>\n<td>The deceased field is used to determine if an identity is living or deceased. A score of 100 represents the individual is living and a score of 0 represents the individual is deceased. If the field is Blank, it means Unknown</td>\n<td>0 or 100 or Blank</td>\n</tr>\n<tr>\n<td>USLocation</td>\n<td>The \"US Location\" field is used to determine if an identities' IP Address is recognized to be within USA. A score of 100 represents the individual's IP Address is recognized to be within USA</td>\n<td>0 or 100</td>\n</tr>\n\n</table>\n\n\n<p>The Risk Flag Components can be used to get a yes/no (0 or 100) answer on whether or not a given identity could be risk or potential fraud.</p>\n","event":[{"listen":"prerequest","script":{"id":"224d9584-47f3-41ad-a172-0191b2f328be","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9ab827e3-b52c-4c3d-880d-5e88141b8825","type":"text/javascript","exec":[""]}}],"_postman_id":"7eee36ce-98f5-4e90-88c9-f2a046f964c2"},{"name":"Component summaries","item":[],"id":"93d39d79-df59-43d0-aa1c-953157fbbbce","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>ValidSummary</td>\n<td>A summary of the Validation Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>LinkageSummary</td>\n<td>A summary of the Linkage Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>RiskFlagSummary</td>\n<td>A summary of the Risk Flag Components results</td>\n<td>Pass, Fail, or Inconclusive</td>\n</tr>\n<tr>\n<td>ValidCount</td>\n<td>A count of the number of Validation Components which returned a positive verification</td>\n<td>Decimal value, 0-5</td>\n</tr>\n<tr>\n<td>LinkageCount</td>\n<td>A count of the number of Linkage Components which returned a positive verification</td>\n<td>Decimal value, 0-9</td>\n</tr>\n<tr>\n<td>RiskFlagCount</td>\n<td>A count of the number of Risk Flag Components which returned a positive verification</td>\n<td>Decimal value, 0-2</td>\n</tr>\n\n</table>\n\n\n<p>The Component Summaries reflect whether or not a given identity passed the Validations, Linkages, and Risk Flag Components of the ID Authenticate with TCPA product.</p>\n","event":[{"listen":"prerequest","script":{"id":"5811f7c7-1a3a-431d-8f7d-4017971d7185","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"477c26c2-8ccb-4118-88a1-545cc0d3b511","type":"text/javascript","exec":[""]}}],"_postman_id":"93d39d79-df59-43d0-aa1c-953157fbbbce"}],"id":"1533496b-aeab-4097-840e-af60dac56137","description":"<p>The ID VerifyScore is an overall score, with values in the range of 0-100 that can be used for making pass/fail decisions about whether or not a given identity was verified.</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>IDVerifyScore</td>\n<td>The IDVerifyScore is an overall score to reflect the quality of an ID verification</td>\n<td>Score 0-100</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"a0bd80d9-f01c-4999-a81d-31feef9e3dec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"41abcb27-5a8d-47be-ab34-94ae9c01d9d2","type":"text/javascript","exec":[""]}}],"_postman_id":"1533496b-aeab-4097-840e-af60dac56137"},{"name":"Profile Attributes","item":[{"name":"Demographic Attributes","item":[],"id":"fb86f93d-eb3c-4d4b-b094-2d5da4b8c2cf","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>Gender</td>\n<td>M, F, or U</td>\n</tr>\n<tr>\n<td>Age</td>\n<td>Adult Age</td>\n<td>0 - 99</td>\n</tr>\n<tr>\n<td>LOR</td>\n<td>Length of Residence in years, 2 digits</td>\n<td>00 - 99</td>\n</tr>\n<tr>\n<td>Homeowner</td>\n<td>H=Homeowner, R=Renter, A= Inferred Homeowner, B= Inferred Renter</td>\n<td>H, R, A or B</td>\n</tr>\n<tr>\n<td>EHI</td>\n<td>Estimated household income, 1 character:\nA = Less than $20,000 \nB = $20,000 - $29,999\nC = $30,000 - $39,999\nD = $40,000 - $49,999\nE = $50,000 - $74,999\nF = $75,000 - $99,999\nG = $100,000 - $124,999\nH = $125,000 or more\n</td>\n<td>A - I</td>\n</tr>\n<tr>\n<td>DwellType</td>\n<td>Dwelling Type. S=Single Family Dwelling Unit (SFDU). M=Multi-family Dwelling Unit (MFDU)</td>\n<td>S or M</td>\n</tr>\n<tr>\n<td>Married</td>\n<td>M=Married, S=Single, A=Inferred Married, B=Inferred Single</td>\n<td>M, S, A, or B</td>\n</tr>\n<tr>\n<td>MedYrBld</td>\n<td>The year home was built. 4 digits</td>\n<td>nnnn</td>\n</tr>\n<tr>\n<td>WealthScr</td>\n<td>Model based on income, homeownership, and other assets owned:\nA = Estimated Net less than $5,000\nB = Estimated Net $5,000 - $19,999\nC = Estimated Net $20,000 - $49,999\nD = Estimated Net $50,000 – $79,999\nE = Estimated Net $80,000 - $99,999\nF = Estimated Net $100,000 - $249,999\nG = Estimated Net $250,000 - $499,999\nH = Estimated Net over $500,000\n</td>\n<td>A - H</td>\n</tr>\n<tr>\n<td>MrktHomeVal</td>\n<td>Estimated Home Market value:\nA = $1,000 - $24,999\nB = $25,000 - $49,999\nC = $50,000 - $74,999\nD = $75,000 - $99,999\nE = $100,000 - $124,999\nF = $125,000 - $149,999\nG = $150,000 - $174,999\nH = $175,000 - $199,999\nI = $200,000 - $224,999\nJ = $225,000 - $249,999\nK = $250,000 - $274,999\nL = $275,000 - $299,999\nM = $300,000 - $349,999\nN = $350,000 - $399,999\nO = $400,000 - $449,999\nP = $450,000 - $499,999\nQ = $500,000 - $749,999\nR = $750,000 - $999,999\nS = $1,000,000+\n</td>\n<td>A - S</td>\n</tr>\n<tr>\n<td>ChildCd</td>\n<td>Presence of Children. Y= children present</td>\n<td>Y or Blank</td>\n</tr>\n<tr>\n<td>ChildNbrCd</td>\n<td>Number of Children. A=No children, B=less than 3, C= 3-5 children</td>\n<td>A – C</td>\n</tr>\n<tr>\n<td>MHV</td>\n<td>Median House Value Code:\nA = Less than $50,000\nB = $50,000 - $99,999\nC = $100,000 - $149,999\nD = $150,000 - $249,999\nE = $250,000 - $349,999\nF = $350,000 - $499,999\nG = $500,000 - $749,999\nH = $750,000 - $999,999\nI = $1,000,000+\n</td>\n<td>A – I</td>\n</tr>\n<tr>\n<td>MedSchl</td>\n<td>Median years of school, 3 digits max</td>\n<td>0 - 999</td>\n</tr>\n<tr>\n<td>PurPowerScr</td>\n<td>**This is a premium attribute field available only by subscription.  Contact Infutor Sales for more information.\n\n<p>Purchasing Power Model, 1 character:\nA = (820-High)\nB = (800-819)\nC = (780-799)\nD = (760-779)\nE = (740-759)\nF = (720-739)\nG = (700-719)\nH = (680-699)\nI = (660-679)\nJ = (640-659)\nK = (620-639)\nL = (600-619)\nM = (580-599)\nN = (560-579)\nO = (540-559)\nP = (520-539)\nQ = (500-519)\nR = (480-499)\nS = (460-479)\nT = (Low-459)</p>\n</td>\n<td>A - T</td>\n</tr>\n\n</table>\n\n","event":[{"listen":"prerequest","script":{"id":"ee970770-aefb-4ce7-9461-04b060d8bd4b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4e0a9d46-55ff-430c-b4f4-47f7e5482a49","type":"text/javascript","exec":[""]}}],"_postman_id":"fb86f93d-eb3c-4d4b-b094-2d5da4b8c2cf"},{"name":"Property Attributes","item":[],"id":"45f10936-e0a3-44f5-ab93-51d50f2b6f2f","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>PROP_IND</td>\n<td>Property type indicator, 2 digit numeric:\n10 = Single Family Residence / Townhouse\n11 = Condominium (residential)\n20 = Commercial\n21 = Duplex, Triplex, Quadplex\n22 = Apartment\n23 = Hotel, Motel\n24 = Commercial (condominium)\n25 = Retail\n26 = Services (general public)\n27 = Office Building\n28 = Warehouse\n29 = Financial Institution\n30 = Hospital (medical complex, clinic)\n31 = Parking\n32 = Amusement – Recreation\n50 = Industrial\n51 = Industrial Light\n52 = Industrial Heavy\n53 = Transport\n54 = Utilities\n70 = Agricultural\n80 = Vacant\n90 = Exempt\n</td>\n<td>nn</td>\n</tr>\n<tr>\n<td>PROP_VALCALC</td>\n<td>The “total” (i.e., land + improvement) value closet to current market value used for assessment by county or local taxing authorities</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_IMP_VALCALC</td>\n<td>The “improvement” value closest to current market value used for assessment by county or local taxing authorities</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_ASSED_VAL</td>\n<td>The Total Assessed Value of the Parcel's Land &amp; Improvement values as provided by the county or local taxing/assessment authority</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_ACRES</td>\n<td>Total land mass in acres. (4 decimal points). Example: 13000=1.3 acres</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_LANDSQFT</td>\n<td>Total land mass in Square Feet</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_YRBLD</td>\n<td>The construction year of the original building. (e.g., YYYY)</td>\n<td>YYYY</td>\n</tr>\n<tr>\n<td>PROP_LIVINGSQFT</td>\n<td>The area of a building that is used for general living. This is typically the area of a building that is heated or air conditioned and does not include Garage, Porch or Basement square footage</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_RMS</td>\n<td>Total number of rooms contained in the primary building</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_BEDRMS</td>\n<td>Total number of bedrooms contained in the primary building</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_BATHS</td>\n<td>Total number of bathrooms, 2 implied decimal places. 2.00 baths = 200</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_FULLBATHS</td>\n<td>Total number of Full Baths (typically comprised of a sink, toilet, and bathtub / shower stall). A home containing 2 1/2 baths would have the number 2 stored in this field</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_HALFBATHS</td>\n<td>Total number of Half Baths (typically comprised of a sink &amp; toilet). A home containing 2 1/2 baths would have the number 1 stored in this field</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>PROP_AC</td>\n<td>The type of air conditioning method used to cool the building\n(e.g., Central, Wall Unit, Evaporative):\n0=AC.NONE\nACA=AC.COMMERCIAL A/C\nACE=AC.CENTRAL\nACH=AC.CHILLED WATER\nACP=AC.CENTRAL PARTIAL\nACW=AC.CENTRAL &amp; UNIT\nADU=AC.DUAL UNIT\nAEV=AC.EVAPORATIVE\nAFA=AC.FAN COOLING\nAHT=AC.HEAT PUMP\nAOF=AC.OFFICE ONLY\nAPF=AC.REFRIGERATION\nAPK=AC.PACKAGE\nAPR=AC.PACKAGE ROOF\nAPT=AC.PARTIAL\nAPV=AC.REFRIGERATION/EVAPORATION\nASE=AC.SEPARATE SYSTEM\nASO=AC.SOLAR\nASP=AC.SPLIT SYSTEM\nAWA=AC.WALL UNIT\nAWI=AC.WINDOW UNIT\nAWN=AC.WALL/WINDOW UNIT\n</td>\n<td>nnn\n(3 characters)\n</td>\n</tr>\n<tr>\n<td>PROP_FRPL</td>\n<td>This field is populated with a \"Y\" if a fireplace is located within the building</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>PROP_ROOFTYPE</td>\n<td>999=BYPASS\n9A0=IRREGULAR\n9B0=LEAN TO\nA=A-FRAME\nB=BARN\nC=CANOPY\nD=DORMER\nE=FRAME\nF=FLAT\nG=GABLE\nH=GABLE/HIP\nI=HIP\nJ=GEODESIC\nK=MANSARD\nL=BARREL\nM=MONITOR\nN=CONTEMPORARY\nO=SHED\nP=PITCHED\nQ=PYRAMID\nR=ARCHED\nS=SAWTOOTH\nT=CATHEDRAL/CLERESTORY\nU=BUBBLE\nV=GAMBREL\nW=SWISS CHALET/ALPINE\nX=COMPLEX/CUSTOM\nY=BUTTERFLY\nZ=GAMBREL/MANSARD\n</td>\n<td>nnn\n(3 characters)\n</td>\n</tr>\n<tr>\n<td>PROP_TAXAMT</td>\n<td>The tax amount provided by the county or local taxing / assessment authority</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_RECDATE</td>\n<td>The date the sales transaction was record at the county</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>PROP_SALEAMT</td>\n<td>Price of the sale as depicted on the recorded sales transaction</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_MTGAMT</td>\n<td>Amount of loan</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_MTGDATE</td>\n<td>Date mortgage was initiated</td>\n<td>YYYYMMDD</td>\n</tr>\n<tr>\n<td>PROP_MTGTERM</td>\n<td>The length of time of the mortgage in years</td>\n<td>Integer (dollars)</td>\n</tr>\n<tr>\n<td>PROP_MTGDUEDATE</td>\n<td>Date mortgage becomes due</td>\n<td>YYYYMMDD</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"3e7280c0-96aa-4f8c-8832-f4b9eb578ed8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bb9d065a-2866-4f71-aaf4-7eb40e0d9a56","type":"text/javascript","exec":[""]}}],"_postman_id":"45f10936-e0a3-44f5-ab93-51d50f2b6f2f"},{"name":"Auto Attributes","item":[],"id":"782cca1a-a2a5-4966-9352-4df265747ddd","description":"<p>Up to 4 vehicles.</p>\n\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>Make</td>\n<td>Vehicle Make, 30 characters max</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Model</td>\n<td>Vehicle Model, 30 characters max</td>\n<td>String Value</td>\n</tr>\n<tr>\n<td>Year</td>\n<td>Vehicle Year</td>\n<td>YYYY</td>\n</tr>\n<tr>\n<td>ClassCD</td>\n<td>Vehicle Class Code, 15 characters max</td>\n<td>15 characters</td>\n</tr>\n<tr>\n<td>FuelTypeCD</td>\n<td>Vehicle Fuel Code</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>MFGCD</td>\n<td>Vehicle Manufacturing Code</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>StyleCD</td>\n<td>Vehicle Style Code</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>Mileage</td>\n<td>Mileage from the last odometer reading in increments of 10,000.\nA=0-10,000. Z= 250,000+\n</td>\n<td>A-Z</td>\n</tr>\n<tr>\n<td>ODate</td>\n<td>Last verification date</td>\n<td>YYYYMMDD</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"7fa14297-d186-4afe-9879-edc2eefc115c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"92d79d7e-a817-4642-bfba-5944085fe625","type":"text/javascript","exec":[""]}}],"_postman_id":"782cca1a-a2a5-4966-9352-4df265747ddd"},{"name":"Phone Attributes","item":[],"id":"a8c09bb9-92d7-48f7-a4eb-7b6ccf9c6ac3","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>PhoneType</td>\n<td>Phone type for the Phone. L=Landline, V=VoIP, W=Wireless, O=Other</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>Verification_Code</td>\n<td>The Verification_Code field is available as part of an optional TCPA bundle.\nTCPA Verification Code:\nL – Landline\nV – VoIP\nY - The identity verified for the given wireless number using authoritative phone sources.\nYP - The identity verified for the given wireless number using authoritative phone sources, partial match.\nYP* - The wireless phone has not been reassigned since the consent date / sign-up date.\nYX - The identity verified for the given wireless number using high confidence proprietary sources.\nU - Unconfirmed.\nN - Risk. A different identity is associated with the given wireless phone number.\nBlank - Risk. The ten digit number is a non-standard phone number.\n</td>\n<td>L, V, Y, YP, YP*, YX, U, N, Blank</td>\n</tr>\n<tr>\n<td>Phonetype2</td>\n<td>Phone type for the 2nd Phone. L=Landline, V=VoIP, W=Wireless, O=Other</td>\n<td>L, V, W, O</td>\n</tr>\n<tr>\n<td>Verification_Code2</td>\n<td>The Verification_Code field is available as part of an optional TCPA bundle.\nTCPA Verification Code:\nL – Landline\nV – VoIP\nY - The identity verified for the given wireless number using authoritative phone sources.\nYP - The identity verified for the given wireless number using authoritative phone sources, partial match.\nYP* - The wireless phone has not been reassigned since the consent date / sign-up date.\nYX - The identity verified for the given wireless number using high confidence proprietary sources.\nU - Unconfirmed.\nN - Risk. A different identity is associated with the given wireless phone number.\nBlank - Risk. The ten digit number is a non-standard phone number.\n</td>\n<td>L, V, Y, YP, YP*, YX, U, N, Blank</td>\n</tr>\n\n</table>\n\n\n<p>The Phone Types returned by ID Authenticate with TCPA are sourced from the telephone carrier network and are authoritative and accurate, even in situations where a phone has been recently ported from landline to wireless.</p>\n","event":[{"listen":"prerequest","script":{"id":"c4b17ae4-4fb8-4407-b55c-2eaec13a455d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"10f94682-1869-4932-bf83-0c1f9944fe4e","type":"text/javascript","exec":[""]}}],"_postman_id":"a8c09bb9-92d7-48f7-a4eb-7b6ccf9c6ac3"},{"name":"IP Attributes","item":[],"id":"231ef275-b864-4226-9e42-f01908ea36a4","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Return Values</b></td>\n</tr>\n<tr>\n<td>IP</td>\n<td>IP v4 address. xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n<tr>\n<td>IP Region</td>\n<td>Region. State name if within the US</td>\n<td>50 characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Approximate city the IP address is located within</td>\n<td>28 characters</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>Approximate latitude of the IP address</td>\n<td>11 characters</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>Approximate longitude of the IP address</td>\n<td>11 characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Approximate Zip code associated with the IP address</td>\n<td>5 characters</td>\n</tr>\n<tr>\n<td>ISP</td>\n<td>Internet service provider responsible for the IP address</td>\n<td>255 characters</td>\n</tr>\n<tr>\n<td>IP From</td>\n<td>Starting IP of the range that the IP address belongs xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n<tr>\n<td>IP To</td>\n<td>Final IP of the range that the IP address belongs xxx.xxx.xxx.xxx</td>\n<td>IP v4 address</td>\n</tr>\n\n</table>\n","event":[{"listen":"prerequest","script":{"id":"e54861de-a87d-4082-a616-e260e2a4ac13","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8cadd5bf-1039-4231-835a-104e54ac7d30","type":"text/javascript","exec":[""]}}],"_postman_id":"231ef275-b864-4226-9e42-f01908ea36a4"}],"id":"c48fe14e-c508-4a33-a76e-b302653fde1b","_postman_id":"c48fe14e-c508-4a33-a76e-b302653fde1b","description":""}],"id":"f46b0569-d005-4ae2-82ef-d41e24efc90e","description":"<p>The ID Authenticate with TCPA product returns both scores and attributes in the output. The Scores returned from ID Authenticate include both the overall IDVerifyScore and more granular component results. The Component results are divided into 4 sections: Validation Components, Linkage Components, Risk Flag Components, and Component Summaries.</p>\n\n<p>Customers can opt to use Infutor’s IDVerifyScore to make a pass/fail decision about an individual, or customers desiring to build their own scoring algorithms for verification can opt to use the components for more control and granularity. In addition to the scores that ID Authenticate with TCPA returns, the product also returns attributes, which provide deeper insights into the individual and can be used for modelling.</p>\n\n<p>The attributes ID Authenticate returns include Demographic Attributes, Property Attributes, Auto Attributes, Phone Attributes, and IP Attributes.</p>\n","event":[{"listen":"prerequest","script":{"id":"fec3f984-a8fc-48b0-a080-820c7bbc5929","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6bba314c-f414-4e37-b304-c2f3cb8c11d1","type":"text/javascript","exec":[""]}}],"_postman_id":"f46b0569-d005-4ae2-82ef-d41e24efc90e"},{"name":"API Response Codes","item":[],"id":"e6a626c0-37fc-4973-b139-c50a5e533e55","description":"<h3 id=\"ip-attributes\">IP Attributes:</h3>\n<p>The following is a table of potential output response codes &amp; messages:</p>\n\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>0</td>\n<td>Successful</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No Records found</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Missing required parameter(s)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Too many results. Please refine your search criteria</td>\n</tr>\n<tr>\n<td>4</td>\n<td>You have reached the maximum number of transactions allowed</td>\n</tr>\n<tr>\n<td>102</td>\n<td>The user is invalid (double-check credentials)</td>\n</tr>\n<tr>\n<td>All other codes</td>\n<td>System error. Retry search, if failure continues, contact support</td>\n</tr>\n\n</table>","event":[{"listen":"prerequest","script":{"id":"4add4d2b-0bf0-4025-8d28-7c0dcdd1ff4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2abd40f9-fa2b-4031-aa35-b623c64d65e6","type":"text/javascript","exec":[""]}}],"_postman_id":"e6a626c0-37fc-4973-b139-c50a5e533e55"}],"id":"b2ef82d9-9e69-49d4-a14c-3f2a6cd62c80","event":[{"listen":"prerequest","script":{"id":"e0a6c74a-2393-4853-9065-3f6f2f9fd73e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9b47744d-992c-43c6-ac6b-385e0de3f2c3","type":"text/javascript","exec":[""]}}],"_postman_id":"b2ef82d9-9e69-49d4-a14c-3f2a6cd62c80","description":""},{"name":"Reverse Email ID Append","item":[{"name":"Input","item":[],"id":"0e5ece9c-f8ac-4a87-af34-b91e5ceb7610","description":"<table>\n    <tr>\n        <th>Input Field</th>\n        <th>Required</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td>Email</td>\n        <td>Required*</td>\n        <td>Email address. 100 Characters max.</td>\n    </tr>\n    <tr>\n        <td>Suppression</td>\n        <td>Optional</td>\n        <td>Suppress records containing restrictions, True or False. Default: Suppression=False</td>\n    </tr>\n    <tr>\n        <td>Effdate</td>\n        <td>Optional</td>\n        <td>Return the nearest records to the date, Format YYYYMMDD. Example effdate=20150101</td>\n    </tr>\n</table>\n    \n<p><b>At a minimum, one of the following input parameter is required for processing:</b>\n    </p><ul>\n        <li>Email</li>\n    </ul><p></p>\n","event":[{"listen":"prerequest","script":{"id":"9c83de85-3d38-4562-9ed4-234b3c47df03","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"92e24812-0654-4256-a323-02c2bf777780","type":"text/javascript","exec":[""]}}],"_postman_id":"0e5ece9c-f8ac-4a87-af34-b91e5ceb7610"},{"name":"Output","item":[{"name":"Identity","item":[],"id":"c08cef0a-1fd2-482b-8b86-ee4605602fc0","description":"<table>\n    <tr>\n        <td><b>Output Field</b></td>\n        <td><b>Description</b></td>\n        <td><b>Returned Values</b></td>\n    </tr>\n    <tr>\n        <td>LName</td>\n        <td>Appended Last Name</td>\n        <td>20 characters</td>\n    </tr>\n    <tr>\n        <td>FName</td>\n        <td>Appended First Name</td>\n        <td>20 characters</td>\n    </tr>\n    <tr>\n        <td>MName</td>\n        <td>Appended Middle Initial</td>\n        <td>! character</td>\n    </tr>\n<tr>\n<td>BusName</td>\n<td>Appended Business Name</td>\n<td>100 Characters</td>\n</tr>\n    <tr>\n        <td>House</td>\n        <td>Appended Primary House Number</td>\n        <td>2 Characters</td>\n    </tr>\n    <tr>\n        <td>PreDir</td>\n        <td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n        <td>100 Characters</td>\n    </tr>\n<tr>\n<td>Street</td>\n<td>Appended Street Name.</td>\n<td>18 characters</td>\n</tr>\n<tr>\n<td>StrType</td>\n<td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>PostDir</td>\n<td>Appended Street Post Direction: N, S, E, W, NE, SW, etc.</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>AptType</td>\n<td>Appended Secondary Unit designator: Apt, Suite, etc.</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>AptNbr</td>\n<td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n<td>8 Characters</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Appended USPS City Name.</td>\n<td>28 Characters</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Appended USPS state abbreviation.</td>\n<td>2 Characters</td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>Appended numeric USPS zip code.</td>\n<td>5 Characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Appended numeric USPS zip+4</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Appended Delivery Point Code with check digit.</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Appended Carrier Route.</td>\n<td>4 Characters</td>\n</tr>\n<tr>\n<td>cnty</td>\n<td>Appended FIPS County Code.</td>\n<td>3 Characters</td>\n</tr>\n<tr>\n<td>z4type</td>\n<td>Appended USPS Zip+4 type\nF – Firm or company address\nG – General delivery address\nH – High-rise or business complex\nP – PO Box address\nR – Rural Route address\nS – Street or Residential address\nBlank - Unknown\n</td>\n<td>F, G, H, P, R, S</td>\n</tr>\n<tr>\n<td>dpv</td>\n<td>Appended Delivery Point Validation\nY – Address DPV confirmed for both primary and (if present) secondary numbers\nD – Address DPV confirmed for primary number only, secondary number information was missing\nS – Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\nN – Both Primary and (if present) Secondary number information failed to DPV confirm\nBlank – Address not presented to hash table\n</td>\n<td>Y, D, S, N</td>\n</tr>\n    <tr>\n        <td>Deliverable</td>\n        <td>Appended Deliverable flag</td>\n        <td>Y, N, or Blank</td>\n    </tr>\n    <tr>\n        <td>valDate</td>\n        <td>Appended Validation Date</td>\n        <td>YYYYMMDD</td>\n    </tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"f0dfdb44-0849-48fa-bdb1-51faeff86143","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3f1204e0-4f71-4635-8934-a879d62e26e8","type":"text/javascript","exec":[""]}}],"_postman_id":"c08cef0a-1fd2-482b-8b86-ee4605602fc0"},{"name":"Phone Attributes","item":[],"id":"2dcc0ea4-3ff4-4460-b2ec-0968ffdeecb0","description":"<p><b>Phone Attributes</b></p>\n<table>\n    <tr>\n        <th>Output Field</th>\n        <th>Description</th>\n        <th>Return Values</th>\n    </tr>\n    <tr>\n        <td>Phone</td>\n        <td>Appended Telephone Number</td>\n        <td>10 Characters</td>\n    </tr>\n    <tr>\n        <td>Phone2</td>\n        <td>Appended Second Telephone Number</td>\n        <td>10 Characters</td>\n    </tr>\n    <tr>\n        <td>PhoneType</td>\n        <td>Appended Probable Phone Type (First Phone)\n            L – Land Line\n            V - VoIP\n            W – Wireless\n            O - Other</td>\n        <td>L, V, W, O</td>\n    </tr>\n    <tr>\n        <td>DID</td>\n        <td>Direct Inward Dial Number</td>\n        <td>Y or Blank</td>\n    </tr>\n    <tr>\n        <td>DID</td>\n        <td>Appended Record Type\n            R – Residential\n            B – Business\n            P – Payphone\n            U - Unknown</td>\n        <td>R, B, P, U</td>\n    </tr>\n    <tr>\n        <td>IDate</td>\n        <td>Date when record was first received</td>\n        <td>YYYYMMDD</td>\n    </tr>\n    <tr>\n        <td>ODate</td>\n        <td>Date when record was last received as connected</td>\n        <td>YYYYMMDD</td>\n    </tr>\n    <tr>\n        <td>TelcoName</td>\n        <td>Name of original telephone company provider</td>\n        <td>YYYYMMDD</td>\n    </tr>\n    <tr>\n        <td>PHV</td>\n        <td>Telephone confidence score\n            1 is highest confidence, 5 is lowest. 4’s are considered possible disconnects,\n            5’s are likely disconnects. PHV 1-3 are considered high confidence records.</td>\n        <td>1-5</td>\n    </tr>\n    <tr>\n        <td>DACode</td>\n        <td>Directory Assistance Flag, 1 character max.\n            Y – Record as it appears in Directory Assistance\n            D – Record was removed / delisted from Directory Assistance\n            Blank – Private record (not in Directory Assistance)</td>\n        <td>Y, D, Blank</td>\n    </tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"a9ccd588-aefa-4283-af99-825d97f2a591","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b65695c0-3dde-4565-a051-5fba5c59984c","type":"text/javascript","exec":[""]}}],"_postman_id":"2dcc0ea4-3ff4-4460-b2ec-0968ffdeecb0"},{"name":"Email Attributes","item":[],"id":"decc58c4-d432-44eb-92e0-bd4f91580b95","description":"<table>\n    <tr>\n        <th>Output Field</th>\n        <th>Description</th>\n        <th>Return Values</th>\n    </tr>\n    <tr>\n        <td>Email</td>\n        <td>Appended Email(Echo input)</td>\n        <td>100 characters</td>\n    </tr>\n    <tr>\n<td>Suppression</td>\n<td>Email Suppression Code\nN - Email is Eligible for Deployment\n</td>\n<td>N or blank</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"e616b565-f0c7-48f8-bcc6-4b01119f2f49","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"58bcf975-3269-4ec2-993c-8ad281504f31","type":"text/javascript","exec":[""]}}],"_postman_id":"decc58c4-d432-44eb-92e0-bd4f91580b95"}],"id":"14c9e9a9-187b-4cf2-b814-ade93f3403e4","description":"<p>Reverse Email ID Append returns Identity, Phone and Email attributes in the output.</p>\n\n","event":[{"listen":"prerequest","script":{"id":"28b06b2f-b758-477b-91ed-dfd8afb3d8a0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7b83dd47-1f90-42e9-beaf-4c6c3206a6ae","type":"text/javascript","exec":[""]}}],"_postman_id":"14c9e9a9-187b-4cf2-b814-ade93f3403e4"},{"name":"RESTful XML Example","id":"35462364-4773-4ab6-9ccd-df574604556b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/ReverseEmailAppend?login=username&password=password&Email=email","urlObject":{"protocol":"https","path":["ReverseEmailAppend"],"host":["xml","yourdatadelivery","com"],"query":[{"key":"login","value":"username"},{"key":"password","value":"password"},{"key":"Email","value":"email"}],"variable":[]}},"response":[{"id":"36d6bcff-c032-4240-ad64-47b6d9e130f0","name":"Reverse Email ID Append RESTful XML Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/ReverseEmailAppend?login=username&password=password&Email=email","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["ReverseEmailAppend"],"query":[{"key":"login","value":"username"},{"key":"password","value":"password"},{"key":"Email","value":"email"}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<xml>\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful match.</ResponseMsg>\n    <Response>\n        <Detail transaction=\"ReverseEmailAppend\">\n            <Person>\n                <Name>\n                    <LName>Smith</LName>\n                    <FName>John</FName>\n                    <MName>L</MName>\n                    <BusName/>\n                </Name>\n                <Address>\n                    <House>123</House>\n                    <PreDir>E\n                    </PreDir>\n                    <Street>Main</Street>\n                    <StrType>ST</StrType>\n                    <PostDir/>\n                    <AptType>APT</AptType>\n                    \n                    <AptNbr>1 A</AptNbr>\n                    \n                    <City>Chicago</City>\n                    <State>IL</State>\n                    <Zip>60601</Zip>\n                    <Z4>1234</Z4>\n                    <DPC>464\n                    </DPC>\n                    <CRTE>C088</CRTE>\n                    <CNTY>043</CNTY>\n                    <Z4Type>S</Z4Type>\n                    <DPV>Y</DPV>\n                    <Deliverable>Y</Deliverable>\n                    <ValDate>20170504</ValDate>\n                </Address>\n                <Phones>\n                    <Phone>1234567890</Phone>\n                    <Phone2>9876543210</Phone2>\n                    <PhoneType>L</PhoneType>\n                    <DID/>\n                    <RecType>R</RecType>\n                    <IDate>20080328</IDate>\n                    <ODate>20110909</ODate>\n                    <TelcoName>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - CA</TelcoName>\n                    <PHV>2</PHV>\n                    <DACode>C</DACode>\n                </Phones>\n                <Email>jsmith@domain.com</Email>\n                <Suppression>N</Suppression>\n            </Person>\n        </Detail>\n    </Response>\n</xml>"}],"_postman_id":"35462364-4773-4ab6-9ccd-df574604556b"}],"id":"6c8dfd92-c0e4-4c60-9df1-b7904b1d7e26","description":"<p>The Reverse Email Append product accepts Email address or Hashed encrypted email address as input, searches\nagainst the Infutor’s Email Identity database, and returns Name, Address, Phone and Email flag information.</p>\n","event":[{"listen":"prerequest","script":{"id":"16534c77-51a8-4690-a97a-3ed728082770","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7b5ce964-d9d1-49bd-b542-00b80ae51110","type":"text/javascript","exec":[""]}}],"_postman_id":"6c8dfd92-c0e4-4c60-9df1-b7904b1d7e26"},{"name":"Demographic Profile Append","item":[{"name":"Minimum Required Fields","item":[],"id":"1e8a3c70-9ca3-44c1-9aeb-2d46de4c3916","description":"<p>At a minimum, one of the following input combinations is required for processing: </p>\n<ul>\n<li>Phone</li>\n<li>Phone2</li>\n<li>Email</li>\n<li>FName + LName</li>\n<li>FullName</li>\n<li>Address1 + Zip</li>\n<li>Address1 + City + State</li>\n</ul>\n\n<p>For Identity Resolution, Demographic Profile Append requires phone, email or name and address inputs.</p>","event":[{"listen":"prerequest","script":{"id":"74e446d4-30a2-4638-ad07-1cda03ffe294","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e11c9564-4414-484a-be47-e62536ceeae9","type":"text/javascript","exec":[""]}}],"_postman_id":"1e8a3c70-9ca3-44c1-9aeb-2d46de4c3916"},{"name":"RESTful JSON API","item":[{"name":"Demographic Profile Append (Successful Request) (JSON)","id":"aa59764f-dd83-461c-954d-8fa74eeb34d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.yourdatadelivery.com/service/rest/IDProfileDemo?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","urlObject":{"protocol":"https","path":["service","rest","IDProfileDemo"],"host":["api","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account Username</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account Password</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First name, 15 characters max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code.  * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max</p>\n","type":"text/plain"},"key":"Email","value":"Email"}],"variable":[]}},"response":[{"id":"f3ca1c59-66ff-420f-aa53-61f27d24f630","name":"Demographic Profile Append (Successful Request) (JSON)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.yourdatadelivery.com/service/rest/IDProfileDemo?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","protocol":"https","host":["api","yourdatadelivery","com"],"path":["service","rest","IDProfileDemo"],"query":[{"key":"Login","value":"username","description":"Account Username"},{"key":"Password","value":"password","description":"Account Password"},{"key":"FullName","value":"FullName","description":"Full individual Name"},{"key":"FName","value":"FName","description":"First name, 15 characters max."},{"key":"LName","value":"LName","description":"Last name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code.  * Either City/State or Zip is required."},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"Phone2","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"Email","description":"Email address, 100 characters max"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"1304"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 28 Aug 2019 18:41:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": \"0\",\n    \"ResponseMsg\": \"Successful\",\n    \"Detail\": {\n        \"__type\": \"IDProfileDemoResult:https://api.yourdatadelivery.com/service\",\n        \"IDAttributes\": {\n            \"DemographicAttributes\": {\n                \"IDS\": {\n                    \"PID\": \"Y39394827291076\",\n                    \"AID\": \"Y000000160907831\",\n                    \"HHID\": \"Y000000160907831MILLER\"\n                },\n                \"Demographics\": {\n                    \"Gender\": \"M\",\n                    \"Age\": \"57\",\n                    \"MedYrBld\": \"1987\",\n                    \"DOB\": \"196204\",\n                    \"LOR\": \"11\",\n                    \"Homeowner\": \"H\",\n                    \"EHI\": \"C\",\n                    \"DwellType\": \"S\",\n                    \"Married\": \"M\",\n                    \"MobHome\": \"\",\n                    \"Pool\": \"\",\n                    \"FirePl\": \"Y\",\n                    \"SglParent\": \"\",\n                    \"HHNBRSR\": \"\",\n                    \"CreditCard\": \"Y\",\n                    \"WealthScr\": \"E\",\n                    \"CharityDnr\": \"Y\",\n                    \"MrktHomeVal\": \"E\",\n                    \"Education\": \"B\",\n                    \"Ethnicity\": \"\",\n                    \"ChildCd\": \"Y\",\n                    \"ChildAgeCd\": \"C\",\n                    \"ChildNbrCd\": \"B\",\n                    \"VehLux\": \"\",\n                    \"VehSuv\": \"\",\n                    \"VehTrk\": \"\",\n                    \"PctBlk\": \"S\",\n                    \"PctWht\": \"D\",\n                    \"PctHsp\": \"T\",\n                    \"PctAsi\": \"T\",\n                    \"PctEngSpeak\": \"C\",\n                    \"PctSpnSpeak\": \"\",\n                    \"PctAsiaSpeak\": \"T\",\n                    \"PctSFDU\": \"A\",\n                    \"PctMFDU\": \"\",\n                    \"MHV\": \"D\",\n                    \"MOR\": \"G\",\n                    \"PctAuto\": \"A\",\n                    \"MedSchl\": \"156\",\n                    \"PctWhiteCollar\": \"I\",\n                    \"PctBlueCollar\": \"R\",\n                    \"PctOccO\": \"N\",\n                    \"DemoLvl\": \"1\"\n                },\n                \"LifeStyles\": {\n                    \"PIPriceClub\": \"\",\n                    \"PIWomanAprl\": \"B\",\n                    \"PIMenAprl\": \"\",\n                    \"PIChildAprl\": \"Y\",\n                    \"PIPetAprl\": \"D\",\n                    \"PIBookBuy\": \"\",\n                    \"PIBookRead\": \"Y\",\n                    \"PIHiTech\": \"Y\",\n                    \"PIArts\": \"C\",\n                    \"PICollect\": \"B\",\n                    \"PIHomeGrd\": \"A\",\n                    \"PIHomeImp\": \"B\",\n                    \"PICookWine\": \"A\",\n                    \"PIGamble\": \"\",\n                    \"PITravel\": \"A\",\n                    \"PIFitness\": \"C\",\n                    \"PISelfImp\": \"B\",\n                    \"PIAuto\": \"\",\n                    \"PISport\": \"B\",\n                    \"PIOutdoor\": \"D\",\n                    \"PIInvst\": \"Y\",\n                    \"PIBoat\": \"Y\",\n                    \"PIMoto\": \"\"\n                },\n                \"PowerScore\": {\n                    \"PurPowerScr\": \"B\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"aa59764f-dd83-461c-954d-8fa74eeb34d1"}],"id":"5442c257-7917-41a5-a242-d144e6a6bd8a","event":[{"listen":"prerequest","script":{"id":"0f17fb34-d1c1-4d9f-a0f2-9e5c7ca2032f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1d6437f5-a5e2-4556-864f-3d53f61b0635","type":"text/javascript","exec":[""]}}],"_postman_id":"5442c257-7917-41a5-a242-d144e6a6bd8a","description":""},{"name":"RESTful XML API","item":[{"name":"Demographic Profile Append (Successful Request) (XML)","id":"5e995f24-e26a-4f26-94f5-5e7417895276","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/IDProfileDemo?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","urlObject":{"protocol":"https","path":["IDProfileDemo"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account Username</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account Password</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>Full individual Name</p>\n","type":"text/plain"},"key":"FullName","value":"FullName"},{"description":{"content":"<p>First name, 15 characters max.</p>\n","type":"text/plain"},"key":"FName","value":"FName"},{"description":{"content":"<p>Last name, 20 characters max.</p>\n","type":"text/plain"},"key":"LName","value":"LName"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code.  * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone2","value":"Phone2"},{"description":{"content":"<p>Email address, 100 characters max.</p>\n","type":"text/plain"},"key":"Email","value":"Email"}],"variable":[]}},"response":[{"id":"2e1f4e7b-8e98-4e21-834a-d198d257de84","name":"Demographic Profile Append (Successful Request) (XML)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/IDProfileDemo?Login=username&Password=password&FullName=FullName&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&Phone=Phone&Phone2=Phone2&Email=Email","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["IDProfileDemo"],"query":[{"key":"Login","value":"username","description":"Account Username"},{"key":"Password","value":"password","description":"Account Password"},{"key":"FullName","value":"FullName","description":"Full individual Name"},{"key":"FName","value":"FName","description":"First name, 15 characters max."},{"key":"LName","value":"LName","description":"Last name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code.  * Either City/State or Zip is required."},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"Phone2","value":"Phone2","description":"10 digit numeric 2nd phone number (without spaces, dashes, or parentheses)"},{"key":"Email","value":"Email","description":"Email address, 100 characters max."}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Length","value":"1952"},{"key":"Content-Type","value":"application/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 28 Aug 2019 18:45:44 GMT"}],"cookie":[],"responseTime":null,"body":"<xml xmlns=\"https://xml.yourdatadelivery.com\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    <Response>\n        <Detail transaction=\"IDProfileDemo\" xmlns=\"\">\n            <IDAttributes>\n                <DemographicAttributes>\n                    <IDS>\n                        <PID>Y39394827291076</PID>\n                        <AID>Y000000160907831</AID>\n                        <HHID>Y000000160907831MILLER</HHID>\n                    </IDS>\n                    <Demographics>\n                        <Gender>M</Gender>\n                        <Age>57</Age>\n                        <DOB>196204</DOB>\n                        <LOR>11</LOR>\n                        <Homeowner>H</Homeowner>\n                        <EHI>C</EHI>\n                        <DwellType>S</DwellType>\n                        <Married>M</Married>\n                        <MedYrBld>1987</MedYrBld>\n                        <MobHome></MobHome>\n                        <Pool></Pool>\n                        <FirePl>Y</FirePl>\n                        <SglParent></SglParent>\n                        <HHNBRSR></HHNBRSR>\n                        <CreditCard>Y</CreditCard>\n                        <WealthScr>E</WealthScr>\n                        <CharityDnr>Y</CharityDnr>\n                        <MrktHomeVal>E</MrktHomeVal>\n                        <Education>B</Education>\n                        <Ethnicity></Ethnicity>\n                        <ChildCd>Y</ChildCd>\n                        <ChildAgeCd>C</ChildAgeCd>\n                        <ChildNbrCd>B</ChildNbrCd>\n                        <VehLux></VehLux>\n                        <VehSuv></VehSuv>\n                        <VehTrk></VehTrk>\n                        <PctBlk>S</PctBlk>\n                        <PctWht>D</PctWht>\n                        <PctHsp>T</PctHsp>\n                        <PctAsi>T</PctAsi>\n                        <PctEngSpeak>C</PctEngSpeak>\n                        <PctSpnSpeak></PctSpnSpeak>\n                        <PctAsiaSpeak>T</PctAsiaSpeak>\n                        <PctSFDU>A</PctSFDU>\n                        <PctMFDU></PctMFDU>\n                        <MHV>D</MHV>\n                        <MOR>G</MOR>\n                        <PctAuto>A</PctAuto>\n                        <MedSchl>156</MedSchl>\n                        <PctWhiteCollar>I</PctWhiteCollar>\n                        <PctBlueCollar>R</PctBlueCollar>\n                        <PctOccO>N</PctOccO>\n                        <DemoLvl>1</DemoLvl>\n                    </Demographics>\n                    <LifeStyles>\n                        <PIPriceClub></PIPriceClub>\n                        <PIWomanAprl>B</PIWomanAprl>\n                        <PIMenAprl></PIMenAprl>\n                        <PIChildAprl>Y</PIChildAprl>\n                        <PIPetAprl>D</PIPetAprl>\n                        <PIBookBuy></PIBookBuy>\n                        <PIBookRead>Y</PIBookRead>\n                        <PIHiTech>Y</PIHiTech>\n                        <PIArts>C</PIArts>\n                        <PICollect>B</PICollect>\n                        <PIHomeGrd>A</PIHomeGrd>\n                        <PIHomeImp>B</PIHomeImp>\n                        <PICookWine>A</PICookWine>\n                        <PIGamble></PIGamble>\n                        <PITravel>A</PITravel>\n                        <PIFitness>C</PIFitness>\n                        <PISelfImp>B</PISelfImp>\n                        <PIAuto></PIAuto>\n                        <PISport>B</PISport>\n                        <PIOutdoor>D</PIOutdoor>\n                        <PIInvst>Y</PIInvst>\n                        <PIBoat>Y</PIBoat>\n                        <PIMoto></PIMoto>\n                    </LifeStyles>\n                    <PowerScore>\n                        <PurPowerScr>B</PurPowerScr>\n                    </PowerScore>\n                </DemographicAttributes>\n            </IDAttributes>\n        </Detail>\n    </Response>\n</xml>"}],"_postman_id":"5e995f24-e26a-4f26-94f5-5e7417895276"}],"id":"6f728f41-00a9-4ccf-a5fd-92d07cf5b2b4","_postman_id":"6f728f41-00a9-4ccf-a5fd-92d07cf5b2b4","description":""},{"name":"Optional Parameters","item":[],"id":"f0095da0-cc3d-42f5-bda5-bffdc64d3801","description":"<p>These optional parameters help to refine API results.</p>\n\n<table>\n<tr>\n<td><b>Input Field</b></td>\n<td><b>Required?</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>ProbabilisticFill</td>\n<td>Optional</td>\n<td>ProbabilisticFill =True, returns inferred values for Age, Homeowner and Married demographic attributes. (if available)\nProbabilisticFill =False, returns deterministic values for Age, Homeowner and Married demographic attributes.\nDefault value: ProbabilisticFill =False\n</td>\n</tr>\n<tr>\n<td>Lifestyle</td>\n<td>Optional</td>\n<td>Enables access to Lifestyle premium attributes</td>\n</tr>\n<tr>\n<td>Propensityscore</td>\n<td>Optional</td>\n<td>Enables access to GEocredit score attribute</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"59e0fd87-07f3-4f31-a45d-5d2595f969d1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d496101a-e58e-4ad4-842f-972f16e33be2","type":"text/javascript","exec":[""]}}],"_postman_id":"f0095da0-cc3d-42f5-bda5-bffdc64d3801"},{"name":"Output","item":[{"name":"Demographic Attributes","item":[],"id":"e6f90284-3e93-44d7-a46f-9e62f7ca9f12","description":"<p>Demographic Profile Append returns demographic profile attributes in the output.</p>\n\n<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>PID</td><td>Unique individual that was matched to on the database.<br />1st Character + Remaining characters - Unique Identifier.<br />Y - (Person found in the database)<br />N - (Person not found in the database)</td><td>String Value 32 characters max.</td></tr><tr><td>HHID</td><td>Unique Address Identifier + Last Name that was matched to in the database.<br />1st Character:<br />Y - (Address found in the database)<br />N - (Address not found in the database)</td><td>String Value 100 characters max</td></tr><tr><td>AID</td><td>Unique Address that was matched to in the database.<br />1st Character + Remaining characters - Unique Identifier<br />Y - (Address found in the database)<br />N - (Address not found in the database)</td><td>String Value 32 characters max</td></tr><tr><td>Gender</td><td>M=male, F=female, blank or U=unknown</td><td>M, F, or U</td></tr><tr><td>Age</td><td>Adult Age</td><td>0 - 99</td></tr><tr><td>LOR</td><td>Length of Residence in years, 2 digits</td><td>00 - 99</td></tr><tr><td>Homeowner</td><td>H=Homeowner<br />R=Renter<br />A= Likely Homeowner<br />B= Likely Renter</td><td>H, R, A or B</td></tr><tr><td>EHI</td><td>Estimated household income, 1 character:<br />A = Less than $20,000<br />B = $20,000 - $29,999<br />C = $30,000 - $39,999<br />D = $40,000 - $49,999<br />E = $50,000 - $74,999<br />F = $75,000 - $99,999<br />G = $100,000 - $124,999<br />H = $125,000 or more<br /></td><td>A - H</td></tr><tr><td>DwellType</td><td>Dwelling Type<br />S=Single Family Dwelling Unit (SFDU)<br />M=Multi-family Dwelling Unit (MFDU)</td><td>S or M</td></tr><tr><td>Married</td><td>M=Married<br />S=Single<br />A=Likely Married<br />B=Likely Single</td><td>M, S, A, or B</td></tr><tr><td>MedYrBld</td><td>The year home was built. 4 digits</td><td>nnnn</td></tr><tr><td>MobHome</td><td>Residence is a mobile home</td><td>Y or Blank</td></tr><tr><td>Pool</td><td>Pool owner</td><td>Y or Blank</td></tr><tr><td>FirePl</td><td>Home with fireplace</td><td>Y or Blank</td></tr><tr><td>SglParent</td><td>Single Parent flag</td><td>Y or Blank</td></tr><tr><td>HHNBRSR</td><td>Known resident of HH that is 65 or older</td><td>Y or Blank</td></tr><tr><td>CreditCard</td><td>Known use of Credit Card</td><td>Y or Blank</td></tr><tr><td>WealthScr</td><td>Model based on income, homeownership, and other assets owned:<br />A = Estimated Net less than $5,000<br />B = Estimated Net $5,000 - $19,999<br />C = Estimated Net $20,000 - $49,999<br />D = Estimated Net $50,000 – $79,999<br />E = Estimated Net $80,000 - $99,999<br />F = Estimated Net $100,000 - $249,999<br />G = Estimated Net $250,000 - $499,999<br />H = Estimated Net over $500,000<br /></td><td>A - H</td></tr><tr><td>CharityDnr</td><td>Charity donor</td><td>Y or Blank</td></tr><tr><td>MrktHomeVal</td><td>Estimated Home Market value:<br />A = $1,000 - $24,999<br />B = $25,000 - $49,999<br />C = $50,000 - $74,999<br />D = $75,000 - $99,999<br />E = $100,000 - $124,999<br />F = $125,000 - $149,999<br />G = $150,000 - $174,999<br />H = $175,000 - $199,999<br />I = $200,000 - $224,999<br />J = $225,000 - $249,999<br />K = $250,000 - $274,999<br />L = $275,000 - $299,999<br />M = $300,000 - $349,999<br />N = $350,000 - $399,999<br />O = $400,000 - $449,999<br />P = $450,000 - $499,999<br />Q = $500,000 - $749,999<br />R = $750,000 - $999,999<br />S = $1,000,000+<br /></td><td>A - S</td></tr><tr><td>Education</td><td>Education level<br />A = Completed High School<br />B = Completed College<br />C = Completed Graduate School<br />D = Attended Vocational/Technical<br /></td><td>A,B,C,D or blank</td></tr><tr><td>Ethnicity</td><td>Ethnicity code<br />Hispanic = Ethnic code Y<br />African American = Ethnic code F<br />Asian = Ethnic code A.<br />*Information (values) for the states of CO, CT and VA are not provided for this field. The data has been removed based upon our approach to the Sensitive Personal Information requirements for Colorado Privacy Act, the Connecticut Data Privacy Act, and Virginia's Consumer Data Protection Act.</td><td>Y,F,A or blank</td></tr><tr><td>ChildCd</td><td>Presence of Children. Y= children present</td><td>Y or blank</td></tr><tr><td>ChildAgeCd</td><td>Children Age Range<br />A = Presence of Children younger than 5<br />B = Presence of Children Age 6 – 10<br />C = Presence of Children Age 11 – 15<br />D = Presence of Children Age 16 - 17<br /></td><td>A,B,C,D or blank</td></tr><tr><td>ChildNbrCd</td><td>Number of Children<br />A = No children<br />B = Less than 3 children<br />C = 3 - 5 children</td><td>A – C</td></tr><tr><td>VehLux</td><td>Luxury vehicle owner</td><td>Y or blank</td></tr><tr><td>VehSuv</td><td>SUV owner</td><td>Y or blank</td></tr><tr><td>VehTrk</td><td>Pickup Truck vehicle owner</td><td>Y or blank</td></tr><tr><td>PctBlk</td><td>Percent Range Black<br /></td><td>A – T</td></tr><tr><td>PctWht</td><td>Percent Range White<br /></td><td>A – T</td></tr><tr><td>PctHsp</td><td>Percent Range Hispanic<br /></td><td>A – T</td></tr><tr><td>PctAsi</td><td>Percent Range Asian<br /></td><td>A – T</td></tr><tr><td>PctEngSpeak</td><td>Percent Range English Speaking<br /></td><td>A – T</td></tr><tr><td>PctSpnSpeak</td><td>Percent Range Spanish Speaking<br /></td><td>A – T</td></tr><tr><td>PctAsiaSpeak</td><td>Percent Range Asian Speaking<br /></td><td>A – T</td></tr><tr><td>PctSFDU</td><td>Percent Range SFDU<br /></td><td>A – T</td></tr><tr><td>PctMFDU</td><td>Percent Range MFDU<br /></td><td>A – T</td></tr><tr><td>MHV</td><td>Median Home Value Code:<br />A = Less than $50,000<br />B = $50,000 - $99,999<br />C = $100,000 - $149,999<br />D = $150,000 - $249,999<br />E = $250,000 - $349,999<br />F = $350,000 - $499,999<br />G = $500,000 - $749,999<br />H = $750,000 - $999,999<br />I = $1,000,000+<br /></td><td>A – I</td></tr><tr><td>MOR</td><td>Mail Order Respondent<br /></td><td>A – T</td></tr><tr><td>PctAuto</td><td>Percent Range Automobile Owner<br /></td><td>A – T</td></tr><tr><td>MedSchl</td><td>Median years of school, 3 digits max.<br />1 implied decimal. eg 210 = 21.0 years<br /></td><td>000-220</td></tr><tr><td>PctWhiteCollar</td><td>Percent Range White Collar<br /></td><td>A – T</td></tr><tr><td>PctBlueCollar</td><td>Percent Range Blue Collar<br /></td><td>A – T</td></tr><tr><td>PctOccO</td><td>Percent Range Other Occupation<br /></td><td>A – T</td></tr><tr><td>DemoLvl</td><td>Demographic append level 1 - Zip,Zip+4; 2 - Zip,Zip+2; 3 – Zip<br /></td><td>1,2,3</td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"a29eed7c-427b-4cb2-8bdf-9b0c61965519","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ee807f53-10ba-4c86-b720-7641070a2ef9","type":"text/javascript","exec":[""]}}],"_postman_id":"e6f90284-3e93-44d7-a46f-9e62f7ca9f12"},{"name":"Lifestyle Attributes","item":[],"id":"961cc6d6-015e-467b-a329-e5e8f307eb6f","description":"<p><b>These are premium attribute fields, available only by subscription.  Contact Infutor Sales for more information.</b></p>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>PIPriceClub</td>\n<td>Value Shopper</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>PIWomanAprl</td>\n<td>Women’s Apparel\nA = Purchased Women's Apparel\nB = Purchased Plus Size Women's Apparel</td>\n<td>A,B or blank</td>\n</tr>\n<tr>\n<td>PIMenAprl</td>\n<td>Men’s Apparel\nA = Purchased Men's Apparel\nB = Purchased Big and Tall Men's Apparel</td>\n<td>A,B or blank</td>\n</tr>\n<tr>\n<td>PIChildAprl</td>\n<td>Parenting and Children's interest</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>PIPetAprl</td>\n<td>Pet’s Apparel\nA = Has Pets\nB = Equestrian\nC = Cat Owner\nD = Dog Owner\n</td>\n<td>A,B,C,D or blank</td>\n</tr>\n<tr>\n<td>PIBookBuy</td>\n<td>Books Buyer</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>PIBookRead</td>\n<td>Reader = Y or Blank, 1 character maximum</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>PIHiTech</td>\n<td>High-Tech Enthusiasts</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>PIArts</td>\n<td>Art Enthusiasts \nA = Interest in Arts\nB = Avid Music Listener\nC = Interest in Antiques\nD = Interest in Performing Arts\n</td>\n<td>A,B,C,D or blank</td>\n</tr>\n<tr>\n<td>PICollect</td>\n<td>Collectibles Enthusiasts\nA = General Interest in Collectibles\nB = Interest in Antique Collectibles\nC = Interest in Sports Collectibles\n</td>\n<td>A,B,C or blank</td>\n</tr>\n<tr>\n<td>PIHomeGrd</td>\n<td>Home and Garden Interest\nA = Interest in Sewing and Knitting\nB = Interest in Woodworking\nC = Interest in Photography\nD = Home and Garden\n</td>\n<td>A,B,C,D or blank</td>\n</tr>\n<tr>\n<td>PIHomeImp</td>\n<td>Home Improvements\nA = Home Improvement Interest\nB = Home Improvement DIY\n</td>\n<td>A,B or blank</td>\n</tr>\n<tr>\n<td>PICookWine</td>\n<td>Cooking or Wine Enthusiasts \nA = Gourmet Food and Wine\nB = Cooking\nC = Natural Foods\n</td>\n<td>A,B,C or blank</td>\n</tr>\n<tr>\n<td>PIGamble</td>\n<td>Gaming Casino, Sweepstakes</td>\n<td>Y or Blank</td>\n</tr>\n<tr>\n<td>PITravel</td>\n<td>Travel Enthusiasts \nA = Travel\nB = Domestic\nC = International\nD = Cruise\n</td>\n<td>A,B,C,D or blank</td>\n</tr>\n<tr>\n<td>PIFitness</td>\n<td>Fitness Enthusiasts \nA = Interest in Health/Exercise\nB = Running\nC = Walking\nD = Aerobics\n</td>\n<td>A,B,C,D or blank</td>\n</tr>\n<tr>\n<td>PISelfImp</td>\n<td>Health, medical, dieting weight loss, self-improvement\nA = Health &amp; Medical\nB = Dieting Weight loss\nC = Self-Improvement\n</td>\n<td>A,B,C or blank</td>\n</tr>\n<tr>\n<td>PIAuto</td>\n<td>Parts and Accessories, Auto Work </td>\n<td>Y or Blank</td>\n</tr>\n<tr>\n<td>PISport</td>\n<td>Interest in Sports\nA = Interest in Sports, General\nB = Interest in Football\nC - Interest in Baseball\nD = Interest in Golf\nE = Interest in Tennis\nF - Interest in Auto and Motorcycle racing\n</td>\n<td>A,B,C,D,E,F or blank</td>\n</tr>\n<tr>\n<td>PIOutdoor</td>\n<td>Interest in Outdoors\nA = Interest in Outdoor, General\nB = Interest in Snow Sports\nC = Interest in Water Sports\nD = Interest in Hunting and Fishing\n</td>\n<td>A,B,C,D or blank</td>\n</tr>\n<tr>\n<td>PIInvst</td>\n<td>Investing Active</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>PIBoat</td>\n<td>Interest in Boating</td>\n<td>Y or blank</td>\n</tr>\n<tr>\n<td>PIMoto</td>\n<td>Interest in Motorcycling</td>\n<td>Y or blank</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"a29eed7c-427b-4cb2-8bdf-9b0c61965519","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ee807f53-10ba-4c86-b720-7641070a2ef9","type":"text/javascript","exec":[""]}}],"_postman_id":"961cc6d6-015e-467b-a329-e5e8f307eb6f"},{"name":"Geocredit","item":[],"id":"72825dfd-47b6-4e4b-b387-f082f34c911d","description":"<p><b>These are premium attribute fields, available only by subscription.  Contact Infutor Sales for more information.</b></p>\n<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>PurPowerScr</td>\n<td>Purchasing Power Model, 1 character:\nA = (820-High)\nB = (800-819)\nC = (780-799)\nD = (760-779)\nE = (740-759)\nF = (720-739)\nG = (700-719)\nH = (680-699)\nI = (660-679)\nJ = (640-659)\nK = (620-639)\nL = (600-619)\nM = (580-599)\nN = (560-579)\nO = (540-559)\nP = (520-539)\nQ = (500-519)\nR = (480-499)\nS = (460-479)\nT = (Low-459)\n</td>\n<td>A - T</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"a29eed7c-427b-4cb2-8bdf-9b0c61965519","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ee807f53-10ba-4c86-b720-7641070a2ef9","type":"text/javascript","exec":[""]}}],"_postman_id":"72825dfd-47b6-4e4b-b387-f082f34c911d"},{"name":"Penetration Percentage Ranges","item":[],"id":"f6249d40-94f6-4fe8-bbe7-ba6922ea469c","description":"<p>The following is a table of demographic tag descriptions.</p>\n<table>\n<tr>\n<td><b>Code</b></td>\n<td><b>Returned Value Description</b></td>\n</tr>\n<tr>\n<td>A</td>\n<td>Greater than 95</td>\n</tr>\n<tr>\n<td>B</td>\n<td>95 thru 91</td>\n</tr>\n<tr>\n<td>C</td>\n<td>90 thru 86</td>\n</tr>\n<tr>\n<td>D</td>\n<td>85 thru 81</td>\n</tr>\n<tr>\n<td>E</td>\n<td>80 thru 76</td>\n</tr>\n<tr>\n<td>F</td>\n<td>75 thru 71</td>\n</tr>\n<tr>\n<td>G</td>\n<td>70 thru 66</td>\n</tr>\n<tr>\n<td>H</td>\n<td>65 thru 61</td>\n</tr>\n<tr>\n<td>I</td>\n<td>60 thru 56</td>\n</tr>\n<tr>\n<td>J</td>\n<td>55 thru 51</td>\n</tr>\n<tr>\n<td>K</td>\n<td>50 thru 46</td>\n</tr>\n<tr>\n<td>L</td>\n<td>45 thru 41</td>\n</tr>\n<tr>\n<td>M</td>\n<td>40 thru 36</td>\n</tr>\n<tr>\n<td>N</td>\n<td>35 thru 31</td>\n</tr>\n<tr>\n<td>O</td>\n<td>30 thru 26</td>\n</tr>\n<tr>\n<td>P</td>\n<td>25 thru 21</td>\n</tr>\n<tr>\n<td>Q</td>\n<td>20 thru 16</td>\n</tr>\n<tr>\n<td>R</td>\n<td>15 thru 11</td>\n</tr>\n<tr>\n<td>S</td>\n<td>10 thru 6</td>\n</tr>\n<tr>\n<td>T</td>\n<td>Less than 6</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"a29eed7c-427b-4cb2-8bdf-9b0c61965519","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ee807f53-10ba-4c86-b720-7641070a2ef9","type":"text/javascript","exec":[""]}}],"_postman_id":"f6249d40-94f6-4fe8-bbe7-ba6922ea469c"}],"id":"1aff2a9e-909f-482d-8f91-4471f5daa10e","description":"<p>Demographic Profile Append uses input identity markers such as like name, address, phone or email to generate an identity and searches against Infutor's Total Demographic Profile database, and returns the single best matching record with Demographic attributes, Lifestyle and Geocredit elements.</p>","event":[{"listen":"prerequest","script":{"id":"28b06b2f-b758-477b-91ed-dfd8afb3d8a0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7b83dd47-1f90-42e9-beaf-4c6c3206a6ae","type":"text/javascript","exec":[""]}}],"_postman_id":"1aff2a9e-909f-482d-8f91-4471f5daa10e"}],"id":"1ac0bfd2-21a4-4f9a-9ce5-77b34cf18c4d","description":"<p>Demographic Profile Append uses input identity markers such as name, address, phone or email to generate anidentity and searches against  Infutor's Total Demographic Profile database, and returns the single best matching record with Demographic attributes, Life style attributes and Geo credit elements.</p><p></p>","event":[{"listen":"prerequest","script":{"id":"d8bb5576-13c4-4e81-ad75-c1af414c4b3e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c73c8c1c-fe95-4660-a651-e7b68f4e5b93","type":"text/javascript","exec":[""]}}],"_postman_id":"1ac0bfd2-21a4-4f9a-9ce5-77b34cf18c4d"},{"name":"Reverse Phone ID Append","item":[{"name":"Inputs","item":[],"id":"2202dca9-8d8a-4143-ab3f-2dc7b8d0fcf2","description":"<table>\n  <tr>\n    <th>Input Field<br /></th>\n    <th>Required<br /></th>\n    <th>Description</th>\n  </tr>\n    <td>Phone</td>\n    <td>Required<br /></td>\n    <td>10 digit numeric phone number (without spaces, dashes, or parentheses)</td>\n  \n</table>","event":[{"listen":"prerequest","script":{"id":"c77a036b-dbc9-4e52-95f8-ebf5424df0a9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2afcaf61-af41-4adc-81e6-af03ee0ebacf","type":"text/javascript","exec":[""]}}],"_postman_id":"2202dca9-8d8a-4143-ab3f-2dc7b8d0fcf2"},{"name":"Outputs","item":[{"name":"Identity","item":[],"id":"b8aeb89b-39ff-4da4-9804-fedb8638ebd9","description":"<table>\n  <tr>\n    <th>Output Field<br /></th>\n    <th>Description<br /></th>\n    <th>Return Values</th>\n  </tr>\n  <tr>\n    <td>LName</td>\n    <td>Appended Last Name<br /></td>\n    <td>20 characters</td>\n  </tr>\n  <tr>\n    <td>FName</td>\n    <td>Appended First Name<br /></td>\n    <td>20 characters</td>\n  </tr>\n  <tr>\n    <td>MName</td>\n    <td>Appended Middle Initial<br /></td>\n    <td>1 Character</td>\n  </tr>\n  <tr>\n    <td>BusName</td>\n    <td>Appended Business Name<br /></td>\n    <td>100 Characters</td>\n  </tr>\n  <tr>\n    <td>House</td>\n    <td>Appended Primary House Number</td>\n    <td>10 Characters<br /></td>\n  </tr>\n  <tr>\n    <td>PreDir</td>\n    <td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n    <td>2 Characters</td>\n  </tr>\n  <tr>\n    <td>Street</td>\n    <td>Appended Street name</td>\n    <td>28 Characters</td>\n  </tr>\n  <tr>\n    <td>StrType</td>\n    <td>Appended Street suffix: ST, AVE, BLVD, etc<br /></td>\n    <td>4 Characters</td>\n  </tr>\n  <tr>\n    <td>PostDir</td>\n    <td>Appended Street Post Direction: N, S, E, W, NE, SW, etc.</td>\n    <td>2 Characters</td>\n  </tr>\n  <tr>\n    <td>AptType</td>\n    <td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n    <td>4 Characters</td>\n  </tr>\n  <tr>\n    <td>AptNbr</td>\n    <td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n    <td>8 Characters</td>\n  </tr>\n  <tr>\n    <td>City</td>\n    <td>Appended USPS City Name</td>\n    <td>28 Characters</td>\n  </tr>\n  <tr>\n    <td>State</td>\n    <td>Appended USPS state abbreviation<br /></td>\n    <td>2 Characters</td>\n  </tr>\n  <tr>\n    <td>Zip</td>\n    <td>Appended numeric USPS zip code</td>\n    <td>6 Characters</td>\n  </tr>\n  <tr>\n    <td>Z4</td>\n    <td>Appended numeric USPS zip+4</td>\n    <td>4 Characters</td>\n  </tr>\n  <tr>\n    <td>DPC</td>\n    <td>Appended Delivery point code with check digit</td>\n    <td>3 Characters</td>\n  </tr>\n  <tr>\n    <td>CRTE</td>\n    <td>Appended Carrier Route</td>\n    <td>4 Characters</td>\n  </tr>\n  <tr>\n    <td>CNTY</td>\n    <td>Appended FIPS county code</td>\n    <td>3 Characters</td>\n  </tr>\n  <tr>\n    <td>Z4Type</td>\n    <td>Appended USPS Zip+4 type<br />F – firm or company address<br />G – General delivery address<br />H – High-rise or business complex<br />P – PO Box address<br />R – Rural route address<br />S – Street or residential address<br />Blank - Unknown</td>\n    <td>F, G, H, P, R, S</td>\n  </tr>\n  <tr>\n    <td>DPV</td>\n    <td>Appended Delivery Point Validation<br /><br />Y – Address DPV confirmed for both primary and (if present) secondary numbers<br />D – Address DPV confirmed for primary number only, secondary number information was<br />missing<br />S – Address DPV confirmed for the primary number only, and secondary number<br />information was present but unconfirmed<br />N – Both Primary and (if present) Secondary number information failed to DPV confirm<br />Blank – Address not presented to hash table</td>\n    <td>Y, D, S, N</td>\n  </tr>\n  <tr>\n    <td>Deliverable</td>\n    <td>Appended Deliverable flag</td>\n    <td>Y, N, or Blank</td>\n  </tr>\n  <tr>\n    <td>ValDate</td>\n    <td>Appended Last address validation date</td>\n    <td>YYYYMMDD</td>\n  </tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"249f6b99-00cd-4c60-bacd-217faae2ec8e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9901536b-7b25-4920-9ffe-5014c6269685","type":"text/javascript","exec":[""]}}],"_postman_id":"b8aeb89b-39ff-4da4-9804-fedb8638ebd9"},{"name":"Phone Attributes","item":[],"id":"4975e8f4-21cb-45b4-8625-e97b17f44e83","description":"<table>\n  <tr>\n    <th>Output Field<br /></th>\n    <th>Description<br /></th>\n    <th>Return Values</th>\n  </tr>\n  <tr>\n    <td>Phone</td>\n    <td>Telephone Number, Echo of input phone<br /></td>\n    <td>10 characters</td>\n  </tr>\n  <tr>\n    <td>PhoneType</td>\n    <td>Appended Probable Phone Type<br /><br />L – Land Line<br />V - VoIP<br />W – Wireless<br />O - Other<br /></td>\n    <td>L, V, W, O</td>\n  </tr>\n  <tr>\n    <td>DID</td>\n    <td>Direct Inward Dial Number<br /></td>\n    <td>Y or blank</td>\n  </tr>\n  <tr>\n    <td>RecType</td>\n    <td>Appended Record Type<br />R – Residential<br />B – Business<br />P – Payphone<br />U - Unknown<br /></td>\n    <td>R, B, P, U</td>\n  </tr>\n  <tr>\n    <td>IDate</td>\n    <td>Date record was first received</td>\n    <td>YYYYMMDD<br /></td>\n  </tr>\n  <tr>\n    <td>ODate</td>\n    <td>Date record was last received as connected</td>\n    <td>YYYYMMDD</td>\n  </tr>\n  <tr>\n    <td>TelcoName</td>\n    <td>Name of original telephone company provider</td>\n    <td>100 Characters</td>\n  </tr>\n  <tr>\n    <td>PHV</td>\n    <td>Telephone confidence score<br /><br />1 is highest confidence, 5 is lowest. 4’s are considered possible disconnects,<br />5’s are likely disconnects. PHV 1-3 are considered high confidence records.<br /></td>\n    <td>1 - 5</td>\n  </tr>\n  <tr>\n    <td>DACode</td>\n    <td>Directory Assistance Flag, 1 character max.<br />Y – Record as it appears in Directory Assistance<br />D – Record was removed / delisted from Directory Assistance<br />Blank – Private record (not in Directory Assistance)</td>\n    <td>Y, D, Blank</td>\n  </tr>\n  <tr>\n    <td>Source</td>\n    <td>Output record source:<br />TNR- US Record<br />New Connects- US Record<br />TNR New – US Record<br />CAN- Canadian Record</td>\n    <td>20 Characters</td>\n  </tr>\n</table>","_postman_id":"4975e8f4-21cb-45b4-8625-e97b17f44e83"}],"id":"48a9eb60-5a8c-47e9-bcbd-35a2238a63c7","description":"<p>The Reverse Phone ID Append returns both Identity and Phone attributes in the output.</p>\n","event":[{"listen":"prerequest","script":{"id":"81e4800d-67da-4c4b-b48a-43bf6cb53a2e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"15a89844-6a98-465d-a676-0ae042f602ed","type":"text/javascript","exec":[""]}}],"_postman_id":"48a9eb60-5a8c-47e9-bcbd-35a2238a63c7"},{"name":"RESTful XML API Example","item":[{"name":"Reverse Phone ID Append (Successful request)","id":"4562f8fb-4cd1-4e77-aaf4-a49783f6659b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/ReversePhoneAppendUSACan?Login=username&Password=password&Phone=Phone","urlObject":{"protocol":"https","path":["ReversePhoneAppendUSACan"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account username</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account password</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"}],"variable":[]}},"response":[{"id":"f71671cc-e486-45a9-b622-4caa4f26faff","name":"Reverse Phone ID Append (Successful request)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/ReversePhoneAppendUSACan?Login={{Login}}&Password={{Password}}&Phone={{Phone}}","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["ReversePhoneAppendUSACan"],"query":[{"key":"Login","value":"{{Login}}","description":"Account username"},{"key":"Password","value":"{{Password}}","description":"Account password"},{"key":"Phone","value":"{{Phone}}","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<xml>\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    <Response>\n        <Detail transaction=\"ReversePhoneAppendUSACan\">\n            <Person>\n                <Name>\n                    <LName>Smith</LName>\n                    <FName>John</FName>\n                    <MName>L</MName>\n                    <BusName/>\n                </Name>\n                <Address>\n                    <House>123</House>\n                    <PreDir>E\n                    </PreDir>\n                    <Street>Main</Street>\n                    <StrType>ST</StrType>\n                    <PostDir>\n                    </PostDir>\n                    <AptType>APT\n                    </AptType>\n                    <AptNbr>1 A\n                    </AptNbr>\n                    <City>Chicago</City>\n                    <State>IL</State>\n                    <Zip>60601</Zip>\n                    <Z4>1234</Z4>\n                    <DPC>464\n                    </DPC>\n                    <CRTE>C088</CRTE>\n                    <CNTY>043</CNTY>\n                    <Z4Type>S</Z4Type>\n                    <DPV>Y</DPV>\n                    <Deliverable>Y</Deliverable>\n                    <ValDate>20170504</ValDate>\n                </Address>\n                <Phone>\n                    <Phone>1234567890</Phone>\n                    <PhoneType>L</PhoneType>\n                    <DID/>\n                    <RecType>R</RecType>\n                    <IDate>20080328</IDate>\n                    <ODate>20110909</ODate>\n                    <TelcoName>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - CA</TelcoName>\n                    <PHV>2</PHV>\n                    <DACode>C</DACode>\n                    <Source>TNR</Source>\n                </Phone>\n            </Person>\n        </Detail>\n    </Response>\n</xml>"}],"_postman_id":"4562f8fb-4cd1-4e77-aaf4-a49783f6659b"}],"id":"24feb056-53b0-44ea-896b-b2af9ae0be81","description":"<p><strong>Notice</strong>: The API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple<br />data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.<br />As part of VMS's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol<br />for data communications.</p>\n","_postman_id":"24feb056-53b0-44ea-896b-b2af9ae0be81"},{"name":"API Response Codes ","item":[],"id":"e14214b9-ee4b-46ab-b7f0-f97db1460acd","description":"<p>The following is a table of potential output response codes &amp; messages:</p>\n<table>\n  <tr>\n    <th>ResponseCode<br /></th>\n    <th>ResponseMsg<br /></th>\n  </tr>\n  <tr>\n    <td>0</td>\n    <td>Successful.<br /></td>\n  </tr>\n  <tr>\n    <td>1<br /></td>\n    <td>No records found.<br /></td>\n  </tr>\n  <tr>\n    <td>2</td>\n    <td>Missing required parameter(s).<br /></td>\n  </tr>\n  <tr>\n    <td>3</td>\n    <td>Too many results. Please refine your search criteria.<br /></td>\n  </tr>\n  <tr>\n    <td>4</td>\n    <td>You have reached the maximum number of transactions allowed</td>\n  </tr>\n  <tr>\n    <td>102</td>\n    <td>The user is invalid (double-check credentials).</td>\n  </tr>\n  <tr>\n    <td>All Other Codes</td>\n    <td>System error. Retry search, if failure continues, contact support.</td>\n  </tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"08f789de-a63b-498c-ae0f-a37fe1f38dc9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6bb71d1d-61f1-472e-9a75-805584f99172","type":"text/javascript","exec":[""]}}],"_postman_id":"e14214b9-ee4b-46ab-b7f0-f97db1460acd"}],"id":"7a750251-54fb-4f91-8672-7eba2a1e21d0","description":"<p>The Reverse Phone Append Premium product accepts Phone as input along with optional name and address. The<br />product does a reverse phone search against Infutor’s phones identity data sources and returns the matched record<br />along with verification scores</p>\n","event":[{"listen":"prerequest","script":{"id":"c4f6c273-659d-4d40-b243-2a11ea928b6c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cad3f5a6-721d-4d2e-b3e0-137df57bab11","type":"text/javascript","exec":[""]}}],"_postman_id":"7a750251-54fb-4f91-8672-7eba2a1e21d0"},{"name":"Reverse Phone ID Append Premium","item":[{"name":"Inputs ","item":[],"id":"ccb41e01-cd03-48ae-a18a-9c854e87f04d","description":"<p>The Reverse Phone Append Premium product accepts Phone as input along with optional name and address. The\nproduct does a reverse phone search against Infutor’s phones identity data sources and returns the matched record\nalong with verification scores</p>\n<table>\n  <tr>\n    <th>Input Field<br /></th>\n    <th>Required?<br /></th>\n    <th>Description</th>\n  </tr>\n  \n  <tr>\n    <td>Phone</td>\n    <td>Required<br /></td>\n    <td>10 digit numeric phone number (without spaces, dashes, or parentheses)</td>\n  </tr>\n  <tr>\n    <td>FName</td>\n    <td>Optional</td>\n    <td>First name, 15 characters max.</td>\n  </tr>\n  <tr>\n    <td>LName</td>\n    <td>Optional</td>\n    <td>Last name, 20 characters max.</td>\n  </tr>\n  <tr>\n    <td>Address1</td>\n    <td>Optional</td>\n    <td>Address line 1, 64 characters max.</td>\n  </tr>\n  <tr>\n    <td>Address2</td>\n    <td>Optional</td>\n    <td>Address line 2, 64 characters max.</td>\n  </tr>\n  <tr>\n    <td>City</td>\n    <td>Optional</td>\n    <td>City name, 28 characters max. * Either City/State or Zip is required.</td>\n  </tr>\n  <tr>\n    <td>State</td>\n    <td>Optional</td>\n    <td>2 character state abbreviation. * Either City/State or Zip is required.</td>\n  </tr>\n  <tr>\n    <td>Zip</td>\n    <td>Optional</td>\n    <td>6 digit numeric USPS zip code. * Either City/State or Zip is required.</td>\n  </tr>\n  <tr>\n    <td>ConsentDate</td>\n    <td>Optional</td>\n    <td>Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD.</td>\n  </tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"c77a036b-dbc9-4e52-95f8-ebf5424df0a9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2afcaf61-af41-4adc-81e6-af03ee0ebacf","type":"text/javascript","exec":[""]}}],"_postman_id":"ccb41e01-cd03-48ae-a18a-9c854e87f04d"},{"name":"Outputs","item":[{"name":"Identity","item":[],"id":"49ffaaa5-7267-461e-983a-4c96d70e6252","description":"<table>\n  <tr>\n    <th>Output Field<br /></th>\n    <th>Description<br /></th>\n    <th>Return Values</th>\n  </tr>\n  <tr>\n    <td>CNAM<br /></td>\n    <td>Additional name field. Populated when exact identity is unknown </td>\n    <td>100 characters</td>\n  </tr>\n  <tr>\n    <td>FName<br /></td>\n    <td>Appended First Name<br /></td>\n    <td>20 characters</td>\n  </tr>\n  <tr>\n    <td>LName</td>\n    <td>Appended Last Name<br /></td>\n    <td>20 characters<br /></td>\n  </tr>\n  <tr>\n    <td>MName</td>\n    <td>Appended Middle Initial</td>\n    <td>1 character</td>\n  </tr>\n  <tr>\n    <td>BusName</td>\n    <td>Appended Business Name</td>\n    <td>100 Characters</td>\n  </tr>\n  <tr>\n    <td>House</td>\n    <td>Appended Primary House Number</td>\n    <td>10 Characters</td>\n  </tr>\n  <tr>\n    <td>PreDir</td>\n    <td>Appended Street Pre Direction: N, S, E, W, NE, SW, etc</td>\n    <td>2 Characters</td>\n  </tr>\n  <tr>\n    <td>Street</td>\n    <td>Appended Street name</td>\n    <td>28 Characters</td>\n  </tr>\n  <tr>\n    <td>StrType</td>\n    <td>Appended Street suffix: ST, AVE, BLVD, etc</td>\n    <td>4 Characters</td>\n  </tr>\n  <tr>\n    <td>PostDir</td>\n    <td>Appended Street Post Direction: N, S, E, W, NE, SW, etc.</td>\n    <td>2 Characters</td>\n  </tr>\n  <tr>\n    <td>AptType</td>\n    <td>Appended Secondary Unit designator: Apt, Suite, etc</td>\n    <td>4 Characters</td>\n  </tr>\n  <tr>\n    <td>AptNbr</td>\n    <td>Appended Secondary unit number: Apt #, Suite #, etc</td>\n    <td>8 Characters</td>\n  </tr>\n  <tr>\n    <td>City</td>\n    <td>Appended USPS City Name</td>\n    <td>28 Characters</td>\n  </tr>\n  <tr>\n    <td>State</td>\n    <td>Appended USPS state abbreviation</td>\n    <td>2 Characters</td>\n  </tr>\n  <tr>\n    <td>Zip</td>\n    <td>Appended numeric USPS zip code</td>\n    <td>6 Characters</td>\n  </tr>\n  <tr>\n    <td>Z4</td>\n    <td>Appended numeric USPS zip+4</td>\n    <td>4 Characters</td>\n  </tr>\n  <tr>\n    <td>DPC</td>\n    <td>Appended Delivery point code with check digit</td>\n    <td>3 Characters</td>\n  </tr>\n  <tr>\n    <td>CRTE</td>\n    <td>Appended Carrier Route</td>\n    <td>4 Characters</td>\n  </tr>\n  <tr>\n    <td>CNTY</td>\n    <td>Appended FIPS county code</td>\n    <td>3 Characters</td>\n  </tr>\n  <tr>\n    <td>Z4Type</td>\n    <td>Appended USPS Zip+4 type<br />F – firm or company address<br />G – General delivery address<br />H – High-rise or business complex<br />P – PO Box address<br />R – Rural route address<br />S – Street or residential address<br />Blank - Unknown</td>\n    <td>F, G, H, P, R, S</td>\n  </tr>\n  <tr>\n    <td>DPV</td>\n    <td>Appended Delivery Point Validation<br /><br />Y – Address DPV confirmed for both primary and (if present) secondary numbers<br />D – Address DPV confirmed for primary number only, secondary number information was<br />missing<br />S – Address DPV confirmed for the primary number only, and secondary number<br />information was present but unconfirmed<br />N – Both Primary and (if present) Secondary number information failed to DPV confirm<br />Blank – Address not presented to hash table</td>\n    <td>Y, D, S, N</td>\n  </tr>\n  <tr>\n    <td>Deliverable</td>\n    <td>Appended Deliverable flag</td>\n    <td>Y, N, or Blank</td>\n  </tr>\n  <tr>\n    <td>ValDate</td>\n    <td>Appended Last address validation date</td>\n    <td>YYYYMMDD</td>\n  </tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"4bddbe71-05b0-41bb-93a9-bdc7e13b0c0d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bd445046-9ee1-4e5a-b4e4-e5ab8d71f3c7","type":"text/javascript","exec":[""]}}],"_postman_id":"49ffaaa5-7267-461e-983a-4c96d70e6252"},{"name":"Phone Attributes","item":[],"id":"9ba45e0e-4117-4369-b773-1605d6a1d400","description":"<table>\n  <tr>\n    <th>Output Field<br /></th>\n    <th>Description<br /></th>\n    <th>Return Values</th>\n  </tr>\n  <tr>\n    <td>Phone<br /></td>\n    <td>Telephone Number, Echo of input phone</td>\n    <td>10 characters</td>\n  </tr>\n  <tr>\n    <td>PhoneType<br /></td>\n    <td>Appended Probable Phone Type<br /><br />L – Land Line<br />V - VoIP<br />W – Wireless<br />O - Other<br /></td>\n    <td>L, V, W, O</td>\n  </tr>\n  <tr>\n    <td>DID</td>\n    <td>Direct Inward Dial Number<br /></td>\n    <td>Y or blank<br /></td>\n  </tr>\n  <tr>\n    <td>RecType</td>\n    <td>Appended Record Type<br />R – Residential<br />B – Business<br />P – Payphone<br />U - Unknown</td>\n    <td>R, B, P, U</td>\n  </tr>\n  <tr>\n    <td>IDate</td>\n    <td>Date record was first received</td>\n    <td>YYYYMMDD</td>\n  </tr>\n  <tr>\n    <td>ODate</td>\n    <td>Date record was last received as connected</td>\n    <td>YYYYMMDD</td>\n  </tr>\n  <tr>\n    <td>TelcoName</td>\n    <td>Name of original telephone company provider</td>\n    <td>100 Characters</td>\n  </tr>\n  <tr>\n    <td>PHV</td>\n    <td>Telephone confidence score<br /><br />1 is highest confidence, 5 is lowest. 4’s are considered possible disconnects,<br />5’s are likely disconnects. PHV 1-3 are considered high confidence records.</td>\n    <td>1 - 5</td>\n  </tr>\n  <tr>\n    <td>DACode</td>\n    <td>Directory Assistance Flag, 1 character max.<br />Y – Record as it appears in Directory Assistance<br />D – Record was removed / delisted from Directory Assistance<br />Blank – Private record (not in Directory Assistance)</td>\n    <td>Y, D, Blank</td>\n  </tr>\n  <tr>\n    <td>TZ</td>\n    <td>Time Zone<br />Hawaii=2<br />Alaska=3<br />Pacific=4<br />Mountain=5<br />Central=6<br />Eastern=7<br />Atlantic=8</td>\n    <td>2, 3, 4, 5, 6, 7, 8</td>\n  </tr>\n  <tr>\n    <td>DSO</td>\n    <td>Spring/Fall Time Change Observed</td>\n    <td>1 or Blank</td>\n  </tr>\n</table>","_postman_id":"9ba45e0e-4117-4369-b773-1605d6a1d400"},{"name":"TCPA Verification & Match Codes","item":[],"id":"e763b899-4da3-4419-b633-2ca76ba0d12e","description":"<table>\n  <tr>\n    <th>Output Field<br /></th>\n    <th>Description<br /></th>\n    <th>Return Values</th>\n  </tr>\n  <tr>\n    <td>Verification_Code<br />(Category_Phone_Match)<br /></td>\n    <td>TCPA Verification Code:<br />L – Landline<br />V – VoIP<br />Y - The identity verified for the given wireless number using authoritative<br />phone sources.<br />YP - The identity verified for the given wireless number using authoritative<br />phone sources, partial match.<br />YP* - The wireless phone has not been reassigned since the consent date /<br />sign-up date.<br />YX - The identity verified for the given wireless number using high<br />confidence proprietary sources.<br />U - Unconfirmed.<br />N - Risk. A different identity is associated with the given wireless phone<br />number.<br />Blank - Risk. The ten digit number is a non-standard phone number.</td>\n    <td>L, V, Y, YP, YP*, YX,<br />U, N, Blank</td>\n  </tr>\n  <tr>\n    <td>Score<br /></td>\n    <td>Appended Match Score<br /></td>\n    <td>3 characters</td>\n  </tr>\n  <tr>\n    <td>Category</td>\n    <td>Appended Matched Category <br /><br />IP – Individual - Phone<br />HP – Household - Phone<br />AP – Address - Phone<br />NP – Name – Phone<br />LP – Last Name – Phone<br />FP – First Name - Phone<br />ZP –Zip - Phone<br />P- Phone Verified<br />X – No Match<br /></td>\n    <td>IP, HP, AP, NP, LP,<br />FP, ZP, P, X<br /></td>\n  </tr>\n  <tr>\n    <td>MCD</td>\n    <td>Combined appended match score &amp; category<br /></td>\n    <td>6 characters</td>\n  </tr>\n  <tr>\n    <td>PrePaid</td>\n    <td>Likely prepaid phone flag</td>\n    <td>Y, N or blank</td>\n  </tr>\n</table>","_postman_id":"e763b899-4da3-4419-b633-2ca76ba0d12e"}],"id":"c9c7ba7b-2bdd-4bdc-aa4d-18894c07a538","description":"<p>The Reverse Phone ID Append Premium returns both Identity and Phone attributes, in addition provides TPCA\nverification codes and identity markers linkage scores in the output.</p>\n","event":[{"listen":"prerequest","script":{"id":"a353f554-a186-4229-8155-ecf32464ac1d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"98776bad-8bff-48d3-aff3-db3f130f2655","type":"text/javascript","exec":[""]}}],"_postman_id":"c9c7ba7b-2bdd-4bdc-aa4d-18894c07a538"},{"name":"Dynamic Input Layout field aliases","item":[],"id":"91c8058a-ecae-4700-9f43-2325eeef7955","description":"<p>PowerFlex2 has the ability to dynamically read the input file and recognize the required input fields so it can process\nthe job. The projects configured with dynamic layout needs to have header with the main field name, however\nPoweFlex2 is able to expand the input field’s name to other aliases.</p>\n<table>\n  <tr>\n    <th>Main Field</th>\n    <th>Field name aliases</th>\n  </tr>\n  <tr>\n    <td>First Name</td>\n    <td>FName, Given Name, Given_Name, First_Name<br /></td>\n  </tr>\n  <tr>\n    <td>Last Name<br /></td>\n    <td>LName, LastName, Surname, Last_Name, Family Name, Family_Name, FamilyName</td>\n  </tr>\n  <tr>\n    <td>Address1<br /></td>\n    <td>Address Line 1, Address_line_1, address 1, Street Address 1, Full Address</td>\n  </tr>\n  <tr>\n    <td>Address2</td>\n    <td>Address Line 2, Address_Line_2, address 2</td>\n  </tr>\n  <tr>\n    <td>State</td>\n    <td>Internet service provider responsible for the IP address</td>\n  </tr>\n  <tr>\n    <td>Zip5</td>\n    <td>Postal Code, Postal_Code, 5 Digit Zip Code</td>\n  </tr>\n  <tr>\n    <td>Phone</td>\n    <td>Phone Number, phone_number, telephone number, telephone_number, Phone1, Telephone</td>\n  </tr>\n  <tr>\n    <td>ConsentDate</td>\n    <td>Consent Date, Consent_date</td>\n  </tr>\n</table>","_postman_id":"91c8058a-ecae-4700-9f43-2325eeef7955"},{"name":"Restful XML Example","item":[{"name":"Reverse Phone ID Append Premium (Successful Request)","id":"a7a77c5b-3216-425c-9ac3-7a156a7356ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://xml.yourdatadelivery.com/PhoneOwnerIDValidation?Login=username&Password=password&Phone=Phone&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&ConsentDate=ConsentDate","description":"<p>The FlashFind XML API utilizes DNS load balancing to route traffic to multiple IP addresses hosted at multiple\ndata centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.\nAs part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol\nfor data communications.</p>\n","urlObject":{"protocol":"https","path":["PhoneOwnerIDValidation"],"host":["xml","yourdatadelivery","com"],"query":[{"description":{"content":"<p>Account username</p>\n","type":"text/plain"},"key":"Login","value":"username"},{"description":{"content":"<p>Account password</p>\n","type":"text/plain"},"key":"Password","value":"password"},{"description":{"content":"<p>10 digit numeric phone number (without spaces, dashes, or parentheses)</p>\n","type":"text/plain"},"key":"Phone","value":"Phone"},{"description":{"content":"<p>Address line 1, 64 characters max.</p>\n","type":"text/plain"},"key":"Address1","value":"Address1"},{"description":{"content":"<p>Address line 2, 64 characters max.</p>\n","type":"text/plain"},"key":"Address2","value":"Address2"},{"description":{"content":"<p>City name, 28 characters max. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"City","value":"City"},{"description":{"content":"<p>2 character state abbreviation. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"State","value":"State"},{"description":{"content":"<p>5 digit numeric USPS zip code. * Either City/State or Zip is required.</p>\n","type":"text/plain"},"key":"Zip","value":"Zip"},{"description":{"content":"<p>Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD.</p>\n","type":"text/plain"},"key":"ConsentDate","value":"ConsentDate"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"fc9ae1bc-9ccd-45e3-b46f-f4b366458eea","name":"Reverse Phone ID Append Premium (Successful Request)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://xml.yourdatadelivery.com/PhoneOwnerIDValidation?Login=username&Password=password&Phone=Phone&FName=FName&LName=LName&Address1=Address1&Address2=Address2&City=City&State=State&Zip=Zip&ConsentDate=ConsentDate","protocol":"https","host":["xml","yourdatadelivery","com"],"path":["PhoneOwnerIDValidation"],"query":[{"key":"Login","value":"username","description":"Account username"},{"key":"Password","value":"password","description":"Account password"},{"key":"Phone","value":"Phone","description":"10 digit numeric phone number (without spaces, dashes, or parentheses)"},{"key":"FName","value":"FName","description":"First name, 15 characters max."},{"key":"LName","value":"LName","description":"Last name, 20 characters max."},{"key":"Address1","value":"Address1","description":"Address line 1, 64 characters max."},{"key":"Address2","value":"Address2","description":"Address line 2, 64 characters max."},{"key":"City","value":"City","description":"City name, 28 characters max. * Either City/State or Zip is required."},{"key":"State","value":"State","description":"2 character state abbreviation. * Either City/State or Zip is required."},{"key":"Zip","value":"Zip","description":"5 digit numeric USPS zip code. * Either City/State or Zip is required."},{"key":"ConsentDate","value":"ConsentDate","description":"Date of Consent / Signup date (for TCPA verification). Format: YYYYMMDD."}]}},"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<xml>\n    <ResponseCode>0</ResponseCode>\n    <ResponseMsg>Successful</ResponseMsg>\n    <Response>\n        <Detail transaction=\"PhoneOwnerIDValidation\">\n            <Person>\n                <Category_Phone_Match>Y</Category_Phone_Match>\n                <Score>100</Score>\n                <Category>I</Category>\n                <MCD>100I</MCD>\n                <PrePaid/>\n                <Name>\n                    <CNAM/>\n                    <LName>Smith</LName>\n                    <FName>John</FName>\n                    <MName>L</MName>\n                    <BusName/>\n                </Name>\n                <Address>\n                    <House>123</House>\n                    <PreDir>E\n                    </PreDir>\n                    <Street>Main</Street>\n                    <StrType>ST</StrType>\n                    <PostDir/>\n                    <AptType>APT</AptType>\n                    <AptNbr>1 A </AptNbr>\n                    <City>Chicago</City>\n                    <State>IL</State>\n                    <Zip>60601</Zip>\n                    <Z4>1234</Z4>\n                    <DPC>464\n                    </DPC>\n                    <CRTE>C088</CRTE>\n                    <CNTY>043</CNTY>\n                    <Z4Type>S</Z4Type>\n                    <DPV>Y</DPV>\n                    <Deliverable>Y</Deliverable>\n                    <ValDate>20170504</ValDate>\n                </Address>\n                <Phone>\n                    <Phone>7773580022</Phone>\n                    <PhoneType>W</PhoneType>\n                    <DID></DID>\n                    <RecType>R</RecType>\n                    <IDate>20080328</IDate>\n                    <ODate>20110909</ODate>\n                    <TelcoName>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - CA</TelcoName>\n                    <PHV>2</PHV>\n                    <DACode>C</DACode>\n                    <TZ>6</TZ>\n                    <DSO>1</DSO>\n                </Phone>\n            </Person>\n        </Detail>\n    </Response>\n</xml>"}],"_postman_id":"a7a77c5b-3216-425c-9ac3-7a156a7356ba"}],"id":"14e149ad-11f5-4440-9360-8795fccecd86","event":[{"listen":"prerequest","script":{"id":"7b6806d4-dbbd-44df-bead-29033a105ee3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dddaa829-5c6e-49c8-8a55-a236edcebf6e","type":"text/javascript","exec":[""]}}],"_postman_id":"14e149ad-11f5-4440-9360-8795fccecd86","description":""},{"name":"API Response Codes","item":[],"id":"cab22bb1-1c12-49c9-9e0e-801aef9cc20e","description":"<p>The following is a table of potential output response codes &amp; messages:</p>\n<table>\n  <tr>\n    <th>ResponseCode<br /></th>\n    <th>ResponseMsg<br /></th>\n  </tr>\n  <tr>\n    <td>0</td>\n    <td>Successful.<br /></td>\n  </tr>\n  <tr>\n    <td>1<br /></td>\n    <td>No records found.<br /></td>\n  </tr>\n  <tr>\n    <td>2</td>\n    <td>Missing required parameter(s).<br /></td>\n  </tr>\n  <tr>\n    <td>3</td>\n    <td>Too many results. Please refine your search criteria.<br /></td>\n  </tr>\n  <tr>\n    <td>4</td>\n    <td>You have reached the maximum number of transactions allowed</td>\n  </tr>\n  <tr>\n    <td>102</td>\n    <td>The user is invalid (double-check credentials).</td>\n  </tr>\n  <tr>\n    <td>All Other Codes</td>\n    <td>System error. Retry search, if failure continues, contact support.</td>\n  </tr>\n</table>","_postman_id":"cab22bb1-1c12-49c9-9e0e-801aef9cc20e"},{"name":"Match Code Descriptions","item":[],"id":"2211d009-d6e9-4e48-b6c5-0676178364b2","description":"<p>The match categories and scores describe how each record is matched to the applicable database.</p>\n<table>\n  <tr>\n    <th>Category<br />Description<br /></th>\n    <th>Category<br /></th>\n    <th>Score</th>\n    <th>Description</th>\n  </tr>\n  <tr>\n    <td>IP = Individual<br />with phone</td>\n    <td>IP<br /></td>\n    <td>100</td>\n    <td>Exact First, Exact Last, Exact Street Address, Unit W/A, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>IP<br /></td>\n    <td>101</td>\n    <td>Fuzzy First, Exact Last, Exact Street Address, Unit W/A, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>IP<br /></td>\n    <td>102</td>\n    <td>Exact First, Fuzzy Last, Exact Street Address, Unit W/A, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>IP<br /></td>\n    <td>103</td>\n    <td>Fuzzy First, Fuzzy Last, Exact Street Address, Unit W/A, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>IP</td>\n    <td>104<br /></td>\n    <td>Exact First, Exact Last, Exact Street Address, Unit Missing, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>IP</td>\n    <td>105</td>\n    <td>Fuzzy First, Exact Last, Exact Street Address, Unit Missing, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>IP</td>\n    <td>106</td>\n    <td>Exact First, Fuzzy Last, Exact Street Address, Unit Missing, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>IP</td>\n    <td>107</td>\n    <td>Fuzzy First, Fuzzy Last, Exact Street Address, Unit Missing, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>IP</td>\n    <td>108</td>\n    <td>Exact First, Exact Last, Fuzzy Street Address, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>IP</td>\n    <td>109</td>\n    <td>Fuzzy First, Exact Last, Fuzzy Street Address, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>IP</td>\n    <td>110</td>\n    <td>Exact First, Fuzzy Last, Fuzzy Street Address, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>IP</td>\n    <td>111</td>\n    <td>Fuzzy First, Fuzzy Last, Fuzzy Street Address, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td>HP = HouseHold<br />with phone</td>\n    <td>HP<br /></td>\n    <td>200</td>\n    <td>Exact Last, Exact Street Address, Unit W/A, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>HP</td>\n    <td>201</td>\n    <td>Fuzzy Last, Exact Street Address, Unit W/A, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>HP</td>\n    <td>202</td>\n    <td>Exact Last, Exact Street Address, Unit Missing, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>HP</td>\n    <td>203</td>\n    <td>Fuzzy Last, Exact Street Address, Unit Missing, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>HP</td>\n    <td>204</td>\n    <td>Exact Last, Fuzzy Street Address, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>HP</td>\n    <td>205</td>\n    <td>Fuzzy Last, Fuzzy Street Address, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td>AP = Address<br />with phone</td>\n    <td>AP<br /></td>\n    <td>300</td>\n    <td>Exact Street Address, Unit W/A, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>AP</td>\n    <td>301</td>\n    <td>Exact Street Address, Unit Missing, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>AP</td>\n    <td>302</td>\n    <td>Fuzzy Street Address, Zip, Phone</td>\n  </tr>\n  <tr>\n    <td>NP = Name/Phone</td>\n    <td>NP</td>\n    <td>400</td>\n    <td>Exact First, Exact Last, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>NP</td>\n    <td>401</td>\n    <td>Fuzzy First, Exact Last, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>NP</td>\n    <td>402</td>\n    <td>Exact First, Fuzzy Last, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>NP</td>\n    <td>403</td>\n    <td>Fuzzy First, Fuzzy Last, Phone</td>\n  </tr>\n  <tr>\n    <td>LP = Last/Phone</td>\n    <td>LP</td>\n    <td>450</td>\n    <td>Exact Last, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>LP</td>\n    <td>451</td>\n    <td>Fuzzy Last, Phone</td>\n  </tr>\n  <tr>\n    <td>FP = First/Phone</td>\n    <td>FP</td>\n    <td>460</td>\n    <td>Exact First, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>FP</td>\n    <td>461</td>\n    <td>Fuzzy First, Phone</td>\n  </tr>\n  <tr>\n    <td></td>\n    <td>FP</td>\n    <td>462</td>\n    <td>Fuzzy First, Phone, names reversed</td>\n  </tr>\n  <tr>\n    <td>ZP = Zip/Phone</td>\n    <td>ZP</td>\n    <td>500</td>\n    <td>Zip, Phone</td>\n  </tr>\n  <tr>\n    <td>P = Phone</td>\n    <td>P</td>\n    <td>900</td>\n    <td>Phone Verified</td>\n  </tr>\n  <tr>\n    <td>None</td>\n    <td>X</td>\n    <td>900</td>\n    <td>No match found</td>\n  </tr>\n  <tr>\n    <td>None</td>\n    <td>X</td>\n    <td>999</td>\n    <td>No match found</td>\n  </tr>\n</table>","_postman_id":"2211d009-d6e9-4e48-b6c5-0676178364b2"}],"id":"24ad14d7-6d57-4701-a6af-3af1c48b125c","description":"<p>The Reverse Phone Append Premium product accepts Phone as input along with optional name and address. The\ntransaction does a reverse phone search against Infutor data sources and returns the matched record along with\nverification scores</p>\n","event":[{"listen":"prerequest","script":{"id":"1d43553c-3972-4251-b6d9-ed070cbc98ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"133f5ff6-11ac-4bcc-a76c-c2066f38b4e7","type":"text/javascript","exec":[""]}}],"_postman_id":"24ad14d7-6d57-4701-a6af-3af1c48b125c"},{"name":"Email Validate","item":[{"name":"Input","item":[],"id":"542f5a9e-5836-40cf-a3e6-a23706398c8c","description":"<p>The Email Validation product accepts an Email as input.</p>\n<table><tbody><tr><th>Input Field<br /></th><th>Required<br /></th><th>Description</th></tr><tr><td>Email</td><td>Required<br /></td><td>Email Address, 100 characters maximum.</td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"6c531139-23b0-4856-ad93-c7c3fe7d0ec0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"400c01af-80f1-4173-b9d7-83cfc69c2076","type":"text/javascript","exec":[""]}}],"_postman_id":"542f5a9e-5836-40cf-a3e6-a23706398c8c"},{"name":"Output","item":[],"id":"537a4f11-706f-4f2c-af9a-39b7d15e1565","description":"<p>The Email Validation returns the following fields in the response:</p>\n<table><tbody><tr><th>Field Number<br /></th><th>Output Field<br /></th><th>Description</th><th>Return Values</th></tr><tr><td>1</td><td>Validation Status<br /></td><td>VALID – Email is valid and ready to be deployed<br /><br />INVALID – Email is Invalid and should not be deployed<br /><br />UNKNOWN – Only received partial validation such as the domain<br /><br />UNVERIFIABLE – Email is not validated and should not be deployed<br /><br />RISKY –Level of verification received but deploying may be risky</td><td>100 Characters</td></tr><tr><td>2</td><td>Description<br /></td><td>Returns the Description of the Status for email addresses that do not Validate:<br /><br />TIMEOUT. DID NOT GET A RESPONSE IN TIME.<br /><br />DOMAIN IS A CATCH ALL AND DOES NOT SUPPORT VALIDATION.<br /><br />GENERAL SYNTAX ERROR.<br /><br />INVALID CHARACTER IN ADDRESS.<br /><br />INVALID DOMAIN SYNTAX.<br /><br />INVALID USERNAME SYNTAX.<br /><br />NVALID USERNAME SYNTAX FOR THAT DOMAIN.<br /><br />ADDRESS IS TOO LONG.<br /><br />ADDRESS HAS UNBALANCED PARENTHESES.<br /><br />ADDRESS DOESN’T HAVE A USERNAME.<br /><br />ADDRESS DOESN’T HAVE A DOMAIN.<br /><br />ADDRESS DOESN’T HAVE AN @ SIGN.<br /><br />ADDRESS HAS MORE THAN ONE @ SIGN.<br /><br />INVALID TOP-LEVEL DOMAIN (TLD) IN ADDRESS.<br /><br />IP ADDRESS IS NOT ALLOWED AS A DOMAIN.<br /><br />ADDRESS CONTAINS AN EXTRA SPACE OR CHARACTER.<br /><br />UNQUOTED SPACES NOT ALLOWED IN EMAIL ADDRESSES.<br /><br />DOMAIN DOESN’T EXIST.<br /><br />DOMAIN DOESN’T HAVE A VALID IP ADDRESS.<br /><br />DOMAIN CAN’T RECEIVE EMAIL.<br /><br />MAILBOX DOESN'T EXIST.<br /><br />THE MAILBOX IS FULL AND CAN’T RECEIVE EMAIL.<br /><br />MAIL ISN'T ACCEPTED FOR THIS DOMAIN.<br /><br />EMAILS WITH THAT USERNAME AREN’T ACCEPTED.<br /><br />EMAILS WITH THAT DOMAIN AREN’T ACCEPTED.<br /><br />THAT ADDRESS ISN’T ACCEPTED.<br /><br />ADDRESS MATCHED TO KNOWN BOUNCERS (OPTIONAL FEATURE).<br /><br />ADDRESS IS A SPAMTRAP, A KNOWN COMPLAINER OR IS SUPPRESSED.<br /><br />ADDRESS HAS OPTED OUT FROM COMMERCIAL EMAIL.</td><td>100 Characters</td></tr><tr><td>3</td><td>Migration Status Code</td><td>A status code will always be returned and describes the detailed results of the validation - only use the migration status code if you are transitioning from Infutor’s legacy email validation process.<br /><br /><br /><br /><br /><br />V06 - Valid email address.<br /><br />V01 – Syntax OK<br /><br />V02 – Syntax OK and the Domain is Valid<br /><br />V04- Domain is a catch all and does not support validation.<br /><br />XS01 - Emails with that username aren’t accepted.<br /><br />XS03 - That address isn’t accepted.<br /><br />XS05 - Address matched to known bouncers.<br /><br />XS07- Address has opted out from commercial email.<br /><br />XS02- Emails with that domain aren’t accepted.<br /><br />XS06- Address is a spamtrap, a known complainer or is suppressed.<br /><br />XM01 - Mailbox doesn't exist.<br /><br />XM02- The mailbox is full and can’t receive email.<br /><br />XM03 - Mail isn't accepted for this domain.<br /><br />XD02- Domain doesn’t have a valid IP address.<br /><br />XD01 - Domain doesn’t exist.<br /><br />XD03 - Domain can’t receive email.<br /><br />XX12 - Invalid top-level domain (TLD) in address.<br /><br />XX14 - Address contains an extra space or character.<br /><br />XX13 - IP address is not allowed as a domain.<br /><br />XX15 - Unquoted spaces not allowed in email addresses.<br /><br />XX01 - General syntax error.<br /><br />XX02- Invalid character in address.<br /><br />XX04 - Invalid username syntax.<br /><br />XX06 - Address is too long.<br /><br />XX08 - Address doesn’t have a username.<br /><br />XX10 - Address doesn’t have an @ sign.<br /><br />XX11 - Address has more than one @ sign.<br /><br />XX09 - Address doesn’t have a domain.<br /><br />XX05 - Invalid username syntax for that domain.<br /><br />XX07 - Address has unbalanced parentheses.<br /><br />XX03 - Invalid domain syntax.<br /><br />XX01 - Timeout. Did not get a response in time / System Error</td><td>5 Characters</td></tr><tr><td>4</td><td>Infutor Status Code</td><td>A status code will always be returned and describes the detailed results of the validation.<br /><br /><br /><br /><br /><br />100 - Valid email address.<br /><br />110 – Syntax OK<br /><br />120 – Syntax OK and the Domain is Valid<br /><br />130- Domain is a catch all and does not support validation.<br /><br />400 - Emails with that username aren’t accepted.<br /><br />410 - That address isn’t accepted.<br /><br />420 - Address matched to known bouncers.<br /><br />430 - Address has opted out from commercial email.<br /><br />440 - Emails with that domain aren’t accepted.<br /><br />450 - Address is a spamtrap, a known complainer or is suppressed.<br /><br />600 - Mailbox doesn't exist.<br /><br />610 - The mailbox is full and can’t receive email.<br /><br />620 - Mail isn't accepted for this domain.<br /><br />700 - Domain doesn’t have a valid IP address.<br /><br />710 - Domain doesn’t exist.<br /><br />720 - Domain can’t receive email.<br /><br />800 - Invalid top-level domain (TLD) in address.<br /><br />810 - Address contains an extra space or character.<br /><br />820 - IP address is not allowed as a domain.<br /><br />830 - Unquoted spaces not allowed in email addresses.<br /><br />900 - General syntax error.<br /><br />910- Invalid character in address.<br /><br />920 - Invalid username syntax.<br /><br />930 - Address is too long.<br /><br />940 - Address doesn’t have a username.<br /><br />950 - Address doesn’t have an @ sign.<br /><br />955 - Address has more than one @ sign.<br /><br />960 - Address doesn’t have a domain.<br /><br />970 - Invalid username syntax for that domain.<br /><br />980 - Address has unbalanced parentheses.<br /><br />990 - Invalid domain syntax.<br /><br />999 - Timeout. Did not get a response in time / System Error</td><td>3 Digit Numeric</td></tr><tr><td>5</td><td>Valid Email</td><td>If a valid email address is available from the validation process, this field will contain that email address. There are 2 possibilities to populate this field:<br /><br />Email presented is fully validated – this field will contain original email address<br /><br />Email presented was deemed invalid but a correction was available (removing an extra period, changing a comma to a period, etc) – status code will show invalid status but validated, corrected version of email will be available in this field</td><td>100 Characters</td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"474ea456-31a6-41d9-bc0a-ff9ef480dedd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"236fcb2a-219f-42f2-921a-5c96fb61d635","type":"text/javascript","exec":[""]}}],"_postman_id":"537a4f11-706f-4f2c-af9a-39b7d15e1565"},{"name":"RESTful JSON API","item":[{"name":"Email Validation API","id":"085ef167-4b62-4083-ac5c-b5a400460ec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","type":"text","value":"{{username}}"},{"key":"password","type":"text","value":"{{password}}"}],"body":{"mode":"raw","raw":"{\r\n  \"emails\":[\r\n    {\"email\":\"jamesmorrison1@yahoo.com\"}\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://hermes-api.prod.infutor.com/emailvalidation","urlObject":{"protocol":"https","path":["emailvalidation"],"host":["hermes-api","prod","infutor","com"],"query":[],"variable":[]}},"response":[{"id":"06742783-9550-4645-a9fb-df223526c18f","name":"Email Validation API","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"emails\":[\r\n    {\"email\":\"JOHNSMITH@DOMAIN.CON\"}\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://hermes-api.prod.infutor.com/emailvalidation"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"140"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 22 Jun 2020 15:54:58 GMT"},{"key":"x-amzn-RequestId","value":"f972faf9-b1e3-4e7e-b8e3-53552b85c2b2"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"OiYczHCHiYcFs2g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ef0d451-dcb92654d32dcd10ee6c33b8"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 daeaa56d606882a18020d4b2db149c16.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MIA3-C2"},{"key":"X-Amz-Cf-Id","value":"9dj3xy3jbNp0gAj9EY72NVSnwqaqbcfSJaMsFQDYemn4GaSICep7TA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"inputCount\": 1,\n    \"output\": [\n        {\n            \"code\": 0,\n            \"message\": \"Successful query.\",\n            \"results\": [\n                {\n                    \"validationStatus\": \"VALID\", \n                    \"description\": \"Valid email address.\", \n                    \"migrationStatusCode\": \"V06\", \n                    \"infutorStatusCode\": 100, \n                    \"validEmail\": [ \n                        \"jamesmorrison1@yahoo.com\" \n                    ] \n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"085ef167-4b62-4083-ac5c-b5a400460ec3"}],"id":"8247a2b2-db62-4a84-9eea-f0fa42a3dd00","_postman_id":"8247a2b2-db62-4a84-9eea-f0fa42a3dd00","description":""}],"id":"d56f8eda-e31b-4650-b8ab-33f43e5ccf25","description":"<p>Infutor’s Email Validate product accepts email addresses as input and runs it against a validation process.</p>\n","event":[{"listen":"prerequest","script":{"id":"84c7208a-0945-4f50-aa53-df682f28f39f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"98cacc31-a06f-4412-8af5-5a21c4765e58","type":"text/javascript","exec":[""]}}],"_postman_id":"d56f8eda-e31b-4650-b8ab-33f43e5ccf25"},{"name":"TCI Append Standard","item":[{"name":"Input Message Body","item":[],"id":"f75b998f-5c51-4435-939a-c5ee6d94c0bf","description":"<p>Request body should be formatted in JSON. The TCI Standard append accepts identity data elements including name, address, phone, and email as input.<br /></p>\n\n<h2 id=\"input\">Input</h2>\n<table><tbody><tr><td><div><b>Field Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Parameter Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Required</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>First Name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>fname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Optional</div><div><div><div><div></div></div></div><div></div></div></td><td><div>First name, 15 characters max.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Last Name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>lname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Optional</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Last name, 20 characters max.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Address1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>addr1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Address line 1, 64 characters max.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>City</div><div><div><div><div></div></div></div><div></div></div></td><td><div>city</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required</div><div><div><div><div></div></div></div><div></div></div></td><td><div>City name, 28 characters max. Either City/State or Zip5 is required.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>State</div><div><div><div><div></div></div></div><div></div></div></td><td><div>state</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required</div><div><div><div><div></div></div></div><div></div></div></td><td><div>2 character state abbreviation. Either City/State or Zip5 is required.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Zip5</div><div><div><div><div></div></div></div><div></div></div></td><td><div>zip</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required</div><div><div><div><div></div></div></div><div></div></div></td><td><div>5 digit numeric USPS zip code. Either City/State or Zip5 is required.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Phone</div><div><div><div><div></div></div></div><div></div></div></td><td><div>phone</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required</div><div><div><div><div></div></div></div><div></div></div></td><td><div>10 digit numeric phone number (without spaces, dashes, or parentheses)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Email</div><div><div><div><div></div></div></div><div></div></div></td><td><div>email</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Email address, 100 characters max</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>pid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>persistentId</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Optional</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Synthetic PID, Unique individual. Encrypted value</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>hhid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>householdId</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Optional</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Synthetic Household ID, Unique address + Last Name. Encrypted value</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr></tr></tbody></table>\n\n<p>At a minimum, one of the following input combinations is required for processing:</p>\n<ul><li><p>Phone</p></li><li><p>Email</p></li><li><p>Address1 + Zip</p></li><li><p>Address1 + City + State</p></li></ul>\n\n<p>For enhanced Identity resolution is highly recommended to include name in the input.</p>\n","event":[{"listen":"prerequest","script":{"id":"6228221b-6b3f-4ecf-a3d3-2db70137c7ff","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e7e3b64e-e8f9-41ff-bf3d-e99ba3ff901c","type":"text/javascript","exec":[""]}}],"_postman_id":"f75b998f-5c51-4435-939a-c5ee6d94c0bf"},{"name":"Output","item":[{"name":"Match Levels","item":[],"id":"747172e6-b33b-4d6a-8377-a2a8c17c043d","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>MATCH LEVEL</td><td><p><br />Indicates level of identity match to the Infutor Graph:<br /></p><ul><li><p><br />1 - indicates a match at the individual level<br /></p></li><li><p><br />2 - indicates a match at the household level<br /></p></li><li><p><br />3 - indicates a lower level match<br /></p></li><li><p><br />4 - indicates a match to a single identity marker where<br />multiple markers were provided<br /></p></li><li><p><br />5 - indicates a match to an identity that does not have<br />demographics available – gender, age, and dob are<br />the only fields that may contain values<br /></p></li><li><p><br />6 - indicates that no match was made our identity graph<br />but a gender could be inferred based on analysis of<br />the name present on input<br /></p></li></ul></td><td>1 character with<br />values 1 - 6</td></tr></tbody></table>","_postman_id":"747172e6-b33b-4d6a-8377-a2a8c17c043d"},{"name":"Geographical","item":[],"id":"a5aefd9a-890f-4b7d-9db1-a5353d3f1218","description":"<table>\n <tr>\n     <td> <b> Output Field </b></td>\n     <td> <b> Description </b></td>\n     <td> <b> Returned Values </b></td>\n   </tr>\n<tr>\n  <td>ZIP           </td> \n  <td>Five-Position numeric as assigned in USPS publication 65, National Zip Code Directory</td> \n  <td>5 characters</td> \n</tr> \n\n<tr>\n  <td>Z4TYPE</td> \n  <td>Zip+4 Type:\n<ul>\n<li>F - Firm or company address</li>\n<li>G - General delivery address</li>\n<li>H - High-rise or business complex</li>\n<li>P - PO Box address</li>\n<li>R - Rural route address</li>\n<li>S - Street or residential address</li></ul></td> \n  <td>1 character: F, G, H, P, R, S</td> \n</tr> \n<tr>\n  <td>DPV</td> \n  <td>Delivery Point Validation Code:\n<ul>\n<li>Y - Address DPV confirmed for both primary and (if present) secondary numbers</li>\n<li>D - Address DPV confirmed for the primary number only, and secondary number information was missing</li>\n<li>S - Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed</li>\n<li>N - Both Primary and (if present) Secondary number information failed to DPV Confirm</li></ul></td> \n  <td>1 character: Y, D, S, N</td> \n</tr> \n<tr>\n  <td>VACANT</td> \n  <td>Vacant:\n<ul>\n<li>Y - Physical Address Identified by USPS as Vacant</li>\n<li>N - Someone living at that address</li></ul></td> \n  <td>1 character: Y or N</td> \n</tr> \n<tr>\n  <td>MSA</td> \n  <td>A metropolitan statistical area (MSA), formerly known as a standard metropolitan statistical area (SMSA), is the formal definition of a region that consists of a city and surrounding communities that are linked by social and economic factors, as established by the U.S. Office of Management and Budget (OMB). For more information on how FIPS, MSA and CBSA are related, visit https://data.nber.org/data/cbsa-msa-fips-ssa-county-crosswalk.html</td> \n  <td>4 characters</td> \n</tr> \n<tr>\n  <td>CBSA</td> \n  <td>New metropolitan and micropolitan statistical area definitions were announced by OMB on June 6, 2003, based on application of the 2000 standards with Census 2000 data. Metropolitan and Micropolitan Statistical Areas are collectively referred to as Core-Based Statistical Areas. Metropolitan statistical areas have at least one urbanized area of 50,000 or more population, plus adjacent territory that has a high degree of social and economic integration with the core as measured by commuting ties. M</td> \n  <td>5 characters</td> \n</tr> \n<tr>\n  <td>STATECD</td> \n  <td>Federal Information Processing System (FIPS) Codes for States and Counties FIPS codes are numbers which uniquely identify geographic areas, this fields contains the two-digit State code, e.g. Code 01 corresponds to ALABAMA</td> \n  <td>2 characters</td> \n</tr> \n<tr>\n  <td>CNTYCD</td> \n  <td>Federal Information Processing System (FIPS) Codes for States and Counties FIPS codes are numbers which uniquely identify geographic areas, this fields contains the three-digit count code, e.g. Code 003 corresponds to Baldwin County</td> \n  <td>3 characters</td> \n</tr> \n<tr>\n  <td>DWELLTYPE </td> \n  <td>Dwelling Type is an indicator of the type of structure at a given address. Single Family Dwelling Unit (SFDU) indicates that one household resides in the structure. Multiple Family Dwelling Unit (MFDU) is one where more than one household is present in the building.\n<ul>\n<li>S=Single Family Dwelling Unit (SFDU)</li>\n<li>M=Multi-family Dwelling Unit (MFDU)</li>\n<li>Blank - Unknown</li></ul></td> \n  <td>1 character: S or M</td> \n</tr> \n</table>","_postman_id":"a5aefd9a-890f-4b7d-9db1-a5353d3f1218"},{"name":"Core Demographics","item":[],"id":"7c7a4a96-c3c9-4422-87d3-cfb1d469ae3b","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>GENDER</td><td><p>Known gender - Male, Female. The gender of an individual is typically gathered from self-reported or public information sources, or can be assigned based on the individuals name and/or title. In cases where the individual's first name and title are unknown/ambiguous and no additional sources reflect gender, the gender will be coded as \"Unknown.\"<br /></p><ul><li><p>M - Male</p></li><li><p>F - Female</p></li></ul></td><td>1 character: M or F</td></tr><tr><td>AGE</td><td>Adult Estimated Age is calculated from date of birth data. Age data is applied at the individual level and is compiled from a variety of sources that may include public data, buying activities, and self-reported information. This is a calculation of age based on the individual's Year of Birth. The calculation is current year less the YOB.</td><td>2 characters from 18-99</td></tr><tr><td>DOB</td><td>The known month and Year of birth of the individual and date where availabe. The Adult Date of Birth select will identify members of the household that meet the given birth date criteria. Dates must be entered for the birth month and year. Age data is applied at the individual level and is compiled from a variety of sources that may include public data, buying activities, and self-reported information. Exact age data is considered sensitive in nature and may require contractual restrictions.</td><td>Formats YYYYMMDD, YYYYMM, YYYY</td></tr><tr><td>HOMEOWNERCD</td><td><p>The Homeowner/Renter select identifies if the occupant of the residence is the homeowner or a renter. Home ownership as reflected by real estate transaction and deed records County Assessor or County Recorder based, survey data and modeled information.<br /></p><ul><li><p>H - Homeowner</p></li><li><p>R - Renter</p></li></ul></td><td>1 character: H or R</td></tr><tr><td>EHI</td><td><p>Estimated income level is a model and takes into consideration several known demographic attributes, self-reported information and census demographics. Data is assigned at the household level.</p><ul><li><p>A - Less than $20,000</p></li><li><p>B - $20,000-$29,999</p></li><li><p>C - $30,000-$39,999</p></li><li><p>D - $40,000-$49,999</p></li><li><p>E - $50,000-$74,999</p></li><li><p>F - $75,000-$99,999</p></li><li><p>G - $100,000-$124,999</p></li><li><p>H - $125,000-$149,000</p></li><li><p>I - $150,000-$174,999</p></li><li><p>J - $175,000-$199,999</p></li><li><p>K - $200,000-$249,999</p></li><li><p>L - $250,000+</p></li></ul></td><td>1 character: A, B, C, D, E, F, G, H, I, J, K, L</td></tr><tr><td>MARRIEDCD</td><td><p>Known marital status and modeled information. The Marital Status select indicates if member of the household is likely married or single. Data is applied at the household level where available and then the married or single designation is inferred at the Zip+4 or to provide more thorough coverage.</p><ul><li><p>M - Married</p></li><li><p>S - Single</p></li></ul></td><td>1 character: M or S</td></tr><tr><td>WEALTHSCR</td><td><p>The net worth selection is a demographically based analytical model which predicts the ranges for household net worth. Net worth is calculated by the total assets etitmated to be associated with a household (such as deposit accounts, investments and home value) minus liabilities (such as loans, mortgages and credit card debt).</p><ul><li><p>A = $0 OR LESS</p></li><li><p>B = $1 - $4,999</p></li><li><p>C = $5,000 - $24,999</p></li><li><p>D = $25,000 - $49,999</p></li><li><p>E = $50,000 - $74,999</p></li><li><p>F = $75,000 - $99,999</p></li><li><p>G = $100,000 - $149,999</p></li><li><p>H = $150,000 - $249,999</p></li><li><p>I = $250,000 - $374,999</p></li><li><p>J = $375,000 - $499,999</p></li><li><p>K = $500,000 - $749,999</p></li><li><p>L = $750,000 - $999,999</p></li><li><p>M = $1,000,000 +</p></li></ul></td><td>1 character: A - M</td></tr><tr><td>ETHNICITYCD</td><td><p>Ethnicity of an individual as provided by self-reported participants and overlays from participating source data.<br />*Information (values) for the states of CO, CT and VA are not provided for this field. The data has been removed based upon our approach to the Sensitive Personal Information requirements for Colorado Privacy Act, the Connecticut Data Privacy Act, and Virginia’s Consumer Data Protection Act.</p><ul><li><p>A - Southeast Asian</p></li><li><p>C - Central &amp; Southwest Asian</p></li><li><p>E - Eastern European</p></li><li><p>F - All African American Ethnic Groups</p></li><li><p>I - Middle Eastern</p></li><li><p>J - Jewish</p></li><li><p>M - Mediterranean</p></li><li><p>N - Native American</p></li><li><p>O - Far Eastern</p></li><li><p>P - Polynesian</p></li><li><p>S - Scandinavian</p></li><li><p>T - Other</p></li><li><p>W - Western European</p></li><li><p>Y - Hispanic</p></li><li><p>Z - Uncoded (No Group)</p></li></ul></td><td>1 character: A, C, E, F, I, J, M, N, O, P, S, T, W, Y, Z</td></tr><tr><td>LANGUAGECD</td><td><p>Languages spoken by an individual as provided by self reported participants and overlays from particpating source data.</p><ul><li><p>A2 - Albanian</p></li><li><p>A3 - Amharic</p></li><li><p>A4 - Arabic</p></li><li><p>A5 - Armenian</p></li><li><p>A6 - Ashanti</p></li><li><p>B4 - Bulgarian</p></li><li><p>B5 - Burmese</p></li><li><p>C1 - Chinese</p></li><li><p>C3 - Czech</p></li><li><p>D1 - Danish</p></li><li><p>D2 - Dutch</p></li><li><p>E1 - English</p></li><li><p>E2 - Estonian</p></li><li><p>F1 - Farsi</p></li><li><p>F2 - Finnish</p></li><li><p>F3 - French</p></li><li><p>G2 - German</p></li><li><p>G3 - Ga</p></li><li><p>G4 - Greek</p></li><li><p>H2 - Hebrew</p></li><li><p>H3 - Hindi</p></li><li><p>H4 - Hungarian</p></li><li><p>I2 - Indonesian</p></li><li><p>I3 - Italian</p></li><li><p>J1 - Japanese</p></li><li><p>K2 - Khmer</p></li><li><p>K4 - Korean</p></li><li><p>L1 - Loatian (Include Hmongh)</p></li><li><p>L2 - Latvian</p></li><li><p>L3 - Lithuanian</p></li><li><p>N2 - Norwegian</p></li><li><p>O1 - Oromo</p></li><li><p>P1 - Pashto</p></li><li><p>P2 - Plish</p></li><li><p>P3 - Portuguese</p></li><li><p>R1 - Rumanian</p></li><li><p>R2 - Russian</p></li><li><p>S2 - Serbo-Croatian</p></li><li><p>S3 - Sinhalese</p></li><li><p>S4 - Slovakian</p></li><li><p>S5 - Slovenian</p></li><li><p>S8 - Spanish</p></li><li><p>S9 - Swahili</p></li><li><p>SB - Swedish</p></li><li><p>T1 - Tagalog</p></li><li><p>T3 - Thai</p></li><li><p>T4 - Tibetan</p></li><li><p>T6 - Turkish</p></li><li><p>U1 - Urdu</p></li><li><p>V1 - Vietnamese</p></li></ul></td><td>2 characters</td></tr><tr><td>CHILD</td><td><p>The Presence of Children, childrens's age ranges and number of children selections reflects the probable presence of children under age 18 in a given household. Information is sourced from children's age and gender data which is gathered from a variety of sources that includes public records where they may be available, survey data as well as modeled census based information.<br /></p><ul><li><p>Y - Presence of Children</p></li></ul></td><td>1 character: Y or Blank</td></tr><tr><td>CHILDAGECD_6</td><td>Presence of Children under 6</td><td>1 character</td></tr><tr><td>CHILDAGECD_6_10</td><td>Presence of Children Aged 6 - 10</td><td>1 character</td></tr><tr><td>CHILDAGECD_11_15</td><td>Presence of Children Aged 11 - 15</td><td>1 character</td></tr><tr><td>CHILDAGECD_16_17</td><td>Presence of Children Aged 16 - 17</td><td>1 character</td></tr><tr><td>CHILDNBRCD</td><td><p>Number of Children Code:<br /></p><ul><li><p>A - No Children</p></li><li><p>B - Less Than 3</p></li><li><p>C - 3-5</p></li><li><p>D - 6+</p></li></ul></td><td>1 character: A, B, C, D</td></tr></tbody></table>","_postman_id":"7c7a4a96-c3c9-4422-87d3-cfb1d469ae3b"}],"id":"3a0a431e-15fe-4a7f-90ae-b21dda3b6215","description":"<p>The API will return Persistent ID and HouseHold ID.<br /></p>\n\n<table><tbody><tr><td><div><b>Output Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Returned Values</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>persistentId</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Synthetic PID, Unique individual. Encrypted value</div><div><div><div><div></div></div></div><div></div></div></td><td><div>32 characters max</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>householdId</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Synthetic Household ID, Unique address + Last Name. Encrypted value</div><div><div><div><div></div></div></div><div></div></div></td><td><div>100 characters max</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","_postman_id":"3a0a431e-15fe-4a7f-90ae-b21dda3b6215"},{"name":"RESTful JSON API","item":[{"name":"TCI Append Standard","id":"5cf78f73-c9f6-436e-906e-c6fc38abf43d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{username}","type":"text"},{"key":"password","value":"{password}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"fname\":\"JOHN\",\r\n\t\"lname\":\"SMITH\",\r\n\t\"addr1\":\"123 MAIN STREET\",\r\n\t\"city\":\"ORLANDO\",\r\n\t\"state\":\"FL\",\r\n\t\"zip\":\"60601\",\r\n\t\"email\":\"JOHNSMITH@DOAMIN.COM\",\r\n\t\"phone\":\"5555057943\",\r\n    \"persistentId\": \"A4253FAA18C4DSGKJANIUWREYU\",\r\n    \"householdId\": \"AE0B21C1A3E128337FBCC2683F10795D6E046E49CD76FJKASHNFGILUHSDVHBAWEFÑIOSHA\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://hermes-api.prod.infutor.com/tci","urlObject":{"protocol":"https","path":["tci"],"host":["hermes-api","prod","infutor","com"],"query":[],"variable":[]}},"response":[{"id":"f4bd95c0-c03c-4609-b5fc-431352bf12e3","name":"TCI","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"fname\":\"JOHN\",\r\n\t\"lname\":\"SMITH\",\r\n\t\"addr1\":\"123 MAIN STREET\",\r\n\t\"city\":\"ORLANDO\",\r\n\t\"state\":\"FL\",\r\n\t\"zip\":\"60601\",\r\n\t\"email\":\"JOHNSMITH@DOAMIN.COM\",\r\n\t\"phone\":\"5555057943\",\r\n    \"persistentId\": \"A4253FAA18C4DSGKJANIUWREYU\",\r\n    \"householdId\": \"AE0B21C1A3E128337FBCC2683F10795D6E046E49CD76FJKASHNFGILUHSDVHBAWEFÑIOSHA\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/tci"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"inputCount\": 1,\n    \"output\": [\n        {\n            \"code\": 0,\n            \"message\": \"Successful match.\",\n            \"results\": [\n                {\n                    \"persistentId\": \"A4253FAA18C4022406E30C290280C596\",\n                    \"householdId\": \"AE0B21C1A3E128337FBCC2683F10795D6E046E49CD76F2751EC0E5E32B548AD57DE8026981DD914F05C096321983002B\",\n                    \"attributes\": {\n                        \"geographical\": {\n                            \"CBSA\": \"35620\",\n                            \"CENSUSBLCK\": \"4000\",\n                            \"CENSUSTRACT\": \"024300\",\n                            \"CITY\": \"BRONX\",\n                            \"CNTYCD\": \"005\",\n                            \"CNTYSIZECD\": \"A\",\n                            \"DPV\": \"Y\",\n                            \"DWELLTYPE\": \"M\",\n                            \"MSA\": \"5600\",\n                            \"STATE\": \"NY\",\n                            \"STATECD\": \"36\",\n                            \"VACANT\": \"N\",\n                            \"Z4TYPE\": \"H\",\n                            \"ZIP\": \"10453\"\n                        },\n                        \"coreDemographics\": {\n                            \"AGE\": 31,\n                            \"CHILD\": \"Y\",\n                            \"CHILDAGECD_11_15\": null,\n                            \"CHILDAGECD_16_17\": null,\n                            \"CHILDAGECD_6\": \"Y\",\n                            \"CHILDAGECD_6_10\": null,\n                            \"CHILDNBRCD\": \"B\",\n                            \"DOB\": \"19890302\",\n                            \"EHI\": \"A\",\n                            \"ETHNICITYCD\": \"F\",\n                            \"GENDER\": \"F\",\n                            \"HOMEOWNERCD\": \"R\",\n                            \"LANGUAGECD\": \"E1\",\n                            \"MARRIEDCD\": \"M\",\n                            \"WEALTHSCR\": \"A\"\n                        }\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"5cf78f73-c9f6-436e-906e-c6fc38abf43d"}],"id":"38ff9ba6-b2bb-4aec-af48-dcb9b749dac4","description":"<h3 id=\"authentication\">Authentication</h3>\n<p>TCI Append Standard API provides authentication with username and password passed in POST headers to our API endpoint. Your API login is provided at time of configuration with our sales engineering team, with an email request to the email provided to set your password.</p>\n","_postman_id":"38ff9ba6-b2bb-4aec-af48-dcb9b749dac4"}],"id":"729eac88-a463-4868-8314-0a1c5a749b43","description":"<p>Total Consumer Insights (TCI) is the most comprehensive collection of available U.S. consumer data. The TCI Standard Append accepts inputs of name, address, phone and emai. It returns a core selection of demographic and geographic data elements, which are impactful contributors in customer acquisition and retention activities and decisioning.</p>\n","event":[{"listen":"prerequest","script":{"id":"66618873-367e-40d9-a802-b4ad0a296fbe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"04c57a0a-dfa8-45b2-a373-f82778272672","type":"text/javascript","exec":[""]}}],"_postman_id":"729eac88-a463-4868-8314-0a1c5a749b43"},{"name":"TCI Append Plus","item":[{"name":"Input Message Body","item":[],"id":"8aac1ba6-acdc-489c-b7a0-e7210ea3d132","description":"<p>Request body should be formatted in JSON. The TCI Plus append accepts identity data elements including name, address, phone, and email as input.<br /></p>\n\n<h2 id=\"input\">Input</h2>\n<table><tbody><tr><td><b>Field Name</b></td><td><b>Parameter Name</b></td><td><b>Required</b></td><td><b>Description</b></td></tr><tr><td>First Name</td><td>fname</td><td>Optional</td><td>First name, 15 characters max.</td></tr><tr><td>Last Name</td><td>lname</td><td>Optional</td><td>Last name, 20 characters max.</td></tr><tr><td>Address1</td><td>addr1</td><td>Required</td><td>Address line 1, 64 characters max.</td></tr><tr><td>City</td><td>city</td><td>Required</td><td>City name, 28 characters max. Either City/State or Zip5 is required.</td></tr><tr><td>State</td><td>state</td><td>Required</td><td>2 character state abbreviation. Either City/State or Zip5 is required.</td></tr><tr><td>Zip5</td><td>zip</td><td>Required</td><td>5 digit numeric USPS zip code. Either City/State or Zip5 is required.</td></tr><tr><td>Phone</td><td>phone</td><td>Required</td><td>10 digit numeric phone number (without spaces, dashes, or parentheses)</td></tr><tr><td>Email</td><td>email</td><td>Required</td><td>Email address, 100 characters max</td></tr><tr><td>pid</td><td>persistentId</td><td>Optional</td><td>Synthetic PID, Unique individual. Encrypted value</td></tr><tr><td>hhid</td><td>householdId</td><td>Optional</td><td>Synthetic Household ID, Unique address + Last Name. Encrypted value</td></tr><tr></tr></tbody></table>\n\n<p>At a minimum, one of the following input combinations is required for processing:</p>\n<ul><li><p>Phone</p></li><li><p>Email</p></li><li><p>Address1 + Zip</p></li><li><p>Address1 + City + State</p></li></ul>\n\n  \n<p>For enhanced Identity resolution is highly recommended to include name in the input.</p>\n","event":[{"listen":"prerequest","script":{"id":"cee0a3de-e810-49eb-8699-f09c320483de","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3dd3b3f8-ca34-4e54-b4ac-5d6dc527154c","type":"text/javascript","exec":[""]}}],"_postman_id":"8aac1ba6-acdc-489c-b7a0-e7210ea3d132"},{"name":"Output","item":[{"name":"Match Levels","item":[],"id":"fb98dc18-024b-4e06-a9ae-1d4e5abd983d","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>MATCH LEVEL</td><td><p><br />Indicates level of identity match to the Infutor Graph:<br /></p><ul><li><p><br />1 - indicates a match at the individual level<br /></p></li><li><p><br />2 - indicates a match at the household level<br /></p></li><li><p><br />3 - indicates a lower level match<br /></p></li><li><p><br />4 - indicates a match to a single identity marker where<br />multiple markers were provided<br /></p></li><li><p><br />5 - indicates a match to an identity that does not have<br />demographics available – gender, age, and dob are<br />the only fields that may contain values<br /></p></li><li><p><br />6 - indicates that no match was made our identity graph<br />but a gender could be inferred based on analysis of<br />the name present on input<br /></p></li></ul></td><td>1 character with<br />values 1 - 6</td></tr></tbody></table>","_postman_id":"fb98dc18-024b-4e06-a9ae-1d4e5abd983d"},{"name":"Geographical","item":[],"id":"b46c43bf-415e-4136-8231-26fbab89dbd7","description":"<table>\n <tr>\n     <td> <b> Output Field </b></td>\n     <td> <b> Description </b></td>\n     <td> <b> Returned Values </b></td>\n   </tr>\n<tr>\n  <td>ZIP           </td> \n  <td>Five-Position numeric as assigned in USPS publication 65, National Zip Code Directory</td> \n  <td>5 characters</td> \n</tr> \n\n<tr>\n  <td>Z4TYPE</td> \n  <td>Zip+4 Type:\n<ul>\n<li>F - Firm or company address</li>\n<li>G - General delivery address</li>\n<li>H - High-rise or business complex</li>\n<li>P - PO Box address</li>\n<li>R - Rural route address</li>\n<li>S - Street or residential address</li></ul></td> \n  <td>1 character: F, G, H, P, R, S</td> \n</tr> \n<tr>\n  <td>DPV</td> \n  <td>Delivery Point Validation Code:\n<ul>\n<li>Y - Address DPV confirmed for both primary and (if present) secondary numbers</li>\n<li>D - Address DPV confirmed for the primary number only, and secondary number information was missing</li>\n<li>S - Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed</li>\n<li>N - Both Primary and (if present) Secondary number information failed to DPV Confirm</li></ul></td> \n  <td>1 character: Y, D, S, N</td> \n</tr> \n<tr>\n  <td>VACANT</td> \n  <td>Vacant:\n<ul>\n<li>Y - Physical Address Identified by USPS as Vacant</li>\n<li>N - Someone living at that address</li></ul></td> \n  <td>1 character: Y or N</td> \n</tr> \n<tr>\n  <td>MSA</td> \n  <td>A metropolitan statistical area (MSA), formerly known as a standard metropolitan statistical area (SMSA), is the formal definition of a region that consists of a city and surrounding communities that are linked by social and economic factors, as established by the U.S. Office of Management and Budget (OMB). For more information on how FIPS, MSA and CBSA are related, visit https://data.nber.org/data/cbsa-msa-fips-ssa-county-crosswalk.html</td> \n  <td>4 characters</td> \n</tr> \n<tr>\n  <td>CBSA</td> \n  <td>New metropolitan and micropolitan statistical area definitions were announced by OMB on June 6, 2003, based on application of the 2000 standards with Census 2000 data. Metropolitan and Micropolitan Statistical Areas are collectively referred to as Core-Based Statistical Areas. Metropolitan statistical areas have at least one urbanized area of 50,000 or more population, plus adjacent territory that has a high degree of social and economic integration with the core as measured by commuting ties. M</td> \n  <td>5 characters</td> \n</tr> \n<tr>\n  <td>STATECD</td> \n  <td>Federal Information Processing System (FIPS) Codes for States and Counties FIPS codes are numbers which uniquely identify geographic areas, this fields contains the two-digit State code, e.g. Code 01 corresponds to ALABAMA</td> \n  <td>2 characters</td> \n</tr> \n<tr>\n  <td>CNTYCD</td> \n  <td>Federal Information Processing System (FIPS) Codes for States and Counties FIPS codes are numbers which uniquely identify geographic areas, this fields contains the three-digit count code, e.g. Code 003 corresponds to Baldwin County</td> \n  <td>3 characters</td> \n</tr> \n<tr>\n  <td>DWELLTYPE </td> \n  <td>Dwelling Type is an indicator of the type of structure at a given address. Single Family Dwelling Unit (SFDU) indicates that one household resides in the structure. Multiple Family Dwelling Unit (MFDU) is one where more than one household is present in the building.\n<ul>\n<li>S=Single Family Dwelling Unit (SFDU)</li>\n<li>M=Multi-family Dwelling Unit (MFDU)</li>\n<li>Blank - Unknown</li></ul></td> \n  <td>1 character: S or M</td> \n</tr> \n</table>","_postman_id":"b46c43bf-415e-4136-8231-26fbab89dbd7"},{"name":"Core Demographics","item":[],"id":"aaf9ce96-47fd-4365-b75c-45d6cccbab5b","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>GENDER</td><td><p>Known gender - Male, Female. The gender of an individual is typically gathered from self-reported or public information sources, or can be assigned based on the individuals name and/or title. In cases where the individual's first name and title are unknown/ambiguous and no additional sources reflect gender, the gender will be coded as \"Unknown.\"<br /></p><ul><li><p>M - Male</p></li><li><p>F - Female</p></li></ul></td><td>1 character: M or F</td></tr><tr><td>AGE</td><td>Adult Estimated Age is calculated from date of birth data. Age data is applied at the individual level and is compiled from a variety of sources that may include public data, buying activities, and self-reported information. This is a calculation of age based on the individual's Year of Birth. The calculation is current year less the YOB.</td><td>2 characters from 18-99</td></tr><tr><td>DOB</td><td>The known month and Year of birth of the individual and date where availabe. The Adult Date of Birth select will identify members of the household that meet the given birth date criteria. Dates must be entered for the birth month and year. Age data is applied at the individual level and is compiled from a variety of sources that may include public data, buying activities, and self-reported information. Exact age data is considered sensitive in nature and may require contractual restrictions.</td><td>Formats YYYYMMDD, YYYYMM, YYYY</td></tr><tr><td>HOMEOWNERCD</td><td><p>The Homeowner/Renter select identifies if the occupant of the residence is the homeowner or a renter. Home ownership as reflected by real estate transaction and deed records County Assessor or County Recorder based, survey data and modeled information.<br /></p><ul><li><p>H - Homeowner</p></li><li><p>R - Renter</p></li></ul></td><td>1 character: H or R</td></tr><tr><td>EHI</td><td><p>Estimated income level is a model and takes into consideration several known demographic attributes, self-reported information and census demographics. Data is assigned at the household level.</p><ul><li><p>A - Less than $20,000</p></li><li><p>B - $20,000-$29,999</p></li><li><p>C - $30,000-$39,999</p></li><li><p>D - $40,000-$49,999</p></li><li><p>E - $50,000-$74,999</p></li><li><p>F - $75,000-$99,999</p></li><li><p>G - $100,000-$124,999</p></li><li><p>H - $125,000-$149,000</p></li><li><p>I - $150,000-$174,999</p></li><li><p>J - $175,000-$199,999</p></li><li><p>K - $200,000-$249,999</p></li><li><p>L - $250,000+</p></li></ul></td><td>1 character: A, B, C, D, E, F, G, H, I, J, K, L</td></tr><tr><td>MARRIEDCD</td><td><p>Known marital status and modeled information. The Marital Status select indicates if member of the household is likely married or single. Data is applied at the household level where available and then the married or single designation is inferred at the Zip+4 or to provide more thorough coverage.<br /></p><ul><li><p>M - Married</p></li><li><p>S - Single</p></li></ul></td><td>1 character: M or S</td></tr><tr><td>WEALTHSCR</td><td><p>The net worth selection is a demographically based analytical model which predicts the ranges for household net worth. Net worth is calculated by the total assets etitmated to be associated with a household (such as deposit accounts, investments and home value) minus liabilities (such as loans, mortgages and credit card debt).<br /></p><ul><li><p>A = $0 OR LESS</p></li><li><p>B = $1 - $4,999</p></li><li><p>C = $5,000 - $24,999</p></li><li><p>D = $25,000 - $49,999</p></li><li><p>E = $50,000 - $74,999</p></li><li><p>F = $75,000 - $99,999</p></li><li><p>G = $100,000 - $149,999</p></li><li><p>H = $150,000 - $249,999</p></li><li><p>I = $250,000 - $374,999</p></li><li><p>J = $375,000 - $499,999</p></li><li><p>K = $500,000 - $749,999</p></li><li><p>L = $750,000 - $999,999</p></li><li><p>M = $1,000,000 +</p></li></ul></td><td>1 character: A - M</td></tr><tr><td>ETHNICITYCD</td><td><p>Ethnicity of an Individual as proved by self reported participante and overlays from participating source data.<br /></p><ul><li><p>A - Southeast Asian</p></li><li><p>C - Central &amp; Southwest Asian</p></li><li><p>E - Eastern European</p></li><li><p>F - All African American Ethnic Groups</p></li><li><p>I - Middle Eastern</p></li><li><p>J - Jewish</p></li><li><p>M - Mediterranean</p></li><li><p>N - Native American</p></li><li><p>O - Far Eastern</p></li><li><p>P - Polynesian</p></li><li><p>S - Scandinavian</p></li><li><p>T - Other</p></li><li><p>W - Western European</p></li><li><p>Y - Hispanic</p></li><li><p>Z - Uncoded (No Group)</p></li></ul></td><td>1 character: A, C, E, F, I, J, M, N, O, P, S, T, W, Y, Z</td></tr><tr><td>LANGUAGECD</td><td><p>Languages spoken by an individual as provided by self reported participants and overlays from particpating source data.</p><ul><li><p>A2 - Albanian</p></li><li><p>A3 - Amharic</p></li><li><p>A4 - Arabic</p></li><li><p>A5 - Armenian</p></li><li><p>A6 - Ashanti</p></li><li><p>B4 - Bulgarian</p></li><li><p>B5 - Burmese</p></li><li><p>C1 - Chinese</p></li><li><p>C3 - Czech</p></li><li><p>D1 - Danish</p></li><li><p>D2 - Dutch</p></li><li><p>E1 - English</p></li><li><p>E2 - Estonian</p></li><li><p>F1 - Farsi</p></li><li><p>F2 - Finnish</p></li><li><p>F3 - French</p></li><li><p>G2 - German</p></li><li><p>G3 - Ga</p></li><li><p>G4 - Greek</p></li><li><p>H2 - Hebrew</p></li><li><p>H3 - Hindi</p></li><li><p>H4 - Hungarian</p></li><li><p>I2 - Indonesian</p></li><li><p>I3 - Italian</p></li><li><p>J1 - Japanese</p></li><li><p>K2 - Khmer</p></li><li><p>K4 - Korean</p></li><li><p>L1 - Loatian (Include Hmongh)</p></li><li><p>L2 - Latvian</p></li><li><p>L3 - Lithuanian</p></li><li><p>N2 - Norwegian</p></li><li><p>O1 - Oromo</p></li><li><p>P1 - Pashto</p></li><li><p>P2 - Plish</p></li><li><p>P3 - Portuguese</p></li><li><p>R1 - Rumanian</p></li><li><p>R2 - Russian</p></li><li><p>S2 - Serbo-Croatian</p></li><li><p>S3 - Sinhalese</p></li><li><p>S4 - Slovakian</p></li><li><p>S5 - Slovenian</p></li><li><p>S8 - Spanish</p></li><li><p>S9 - Swahili</p></li><li><p>SB - Swedish</p></li><li><p>T1 - Tagalog</p></li><li><p>T3 - Thai</p></li><li><p>T4 - Tibetan</p></li><li><p>T6 - Turkish</p></li><li><p>U1 - Urdu</p></li><li><p>V1 - Vietnamese</p></li></ul></td><td>2 characters</td></tr><tr><td>CHILD</td><td><p>The Presence of Children, childrens's age ranges and number of children selections reflects the probable presence of children under age 18 in a given household. Information is sourced from children's age and gender data which is gathered from a variety of sources that includes public records where they may be available, survey data as well as modeled census based information.<br /></p><ul><li><p>Y - Presence of Children</p></li></ul></td><td>1 character: Y or Blank</td></tr><tr><td>CHILDAGECD_6</td><td>Presence of Children under 6</td><td>1 character</td></tr><tr><td>CHILDAGECD_6_10</td><td>Presence of Children Aged 6 - 10</td><td>1 character</td></tr><tr><td>CHILDAGECD_11_15</td><td>Presence of Children Aged 11 - 15</td><td>1 character</td></tr><tr><td>CHILDAGECD_16_17</td><td>Presence of Children Aged 16 - 17</td><td>1 character</td></tr><tr><td>CHILDNBRCD</td><td><p>Number of Children Code:<br /></p><ul><li><p>A - No Children</p></li><li><p>B - Less Than 3</p></li><li><p>C - 3-5</p></li><li><p>D - 6+</p></li></ul></td><td>1 character: A, B, C, D</td></tr></tbody></table>","_postman_id":"aaf9ce96-47fd-4365-b75c-45d6cccbab5b"},{"name":"Supplemental Demographics","item":[],"id":"23909b3e-1dc1-4ed7-8596-6c808cef5630","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>LOR</td><td>Length of residence indicates the probable number of years an individual/household has been located at current address. Data comes from multiple sources including real estate, public record and self-reported sources.</td><td>2 characters: 00 - 99</td></tr><tr><td>SGLPARENT</td><td>Potentially single parent determined by model of known demographic information. The Single Parent Household select is used to identify households with a potentially single parent present. Data is applied at the household level and is sourced from self-reported survey data.</td><td>1 character: Y</td></tr><tr><td>HHNBRSR</td><td>Total number of individuals in a given household whose known birth year indicates and age of 65 or greater</td><td>1 character: Y</td></tr><tr><td>HHNBR</td><td>Total number of individuals in a given household.</td><td>Number of individuals in household</td></tr><tr><td>SPANISHSPCD</td><td>Indicates an individual who has reported speaking Spanish in their home</td><td>1 character: Y</td></tr><tr><td>SOHOCD</td><td>Indicates an individual owns a small business or has a home office at this address.</td><td>1 character: Y</td></tr><tr><td>VETERANCD</td><td>Compilation of signals and self reported data indicating an individual within the household has served or is serving in the armed forces.</td><td>1 character: Y</td></tr><tr><td>CREDITCARD</td><td><p>Indicator that an indivdual has used a credit card for purchases of goods and services.<br /></p><ul><li><p>Y - Credit Card</p></li></ul><p></p></td><td>1 character</td></tr><tr><td>CHARITYDNR</td><td>Known donor to charitable causes received from self-reported and other transactional sources</td><td>1 character: Y</td></tr><tr><td>MRKTHOMEVAL</td><td><p>Estimated market value of home as indicated by County Tax Assesor and deed records. The Home Market Value indicates the relative Home Market Value as compared to all of the homes within the same county. This data is applied at the address level.<br /></p><ul><li><p>A - $1,000 - $24,999</p></li><li><p>B - $25,000 - $49,999</p></li><li><p>C - $50,000 - $74,999</p></li><li><p>D - $75,000 - $99,999</p></li><li><p>E - $100,000 - $124,999</p></li><li><p>F - $125,000 - $149,999</p></li><li><p>G - $150,000 - $174,999</p></li><li><p>H - $175,000 - $199,999</p></li><li><p>I - $200,000 - $224,999</p></li><li><p>J - $225,000 - $249,999</p></li><li><p>K - $250,000 - $274,999</p></li><li><p>L - $275,000 - $299,999</p></li><li><p>M - $300,000 - $349,999</p></li><li><p>N - $350,000 - $399,999</p></li><li><p>O - $400,000 - $449,999</p></li><li><p>P - $450,000 - $499,999</p></li><li><p>Q - $500,000 - $749,999</p></li><li><p>R - $750,000 - $999,999</p></li><li><p>S - $1,000,000 Plus</p></li></ul></td><td>1 character: A - S</td></tr><tr><td>EDUCATIONCD</td><td><p>Education is defined as the level of education completed by the consumer. This is a probabilistic attribute based on self-reported information, surveys, and census sources.<br /></p><ul><li><p>A - Completed High School</p></li><li><p>B - Completed College</p></li><li><p>C - Completed Graduate School</p></li><li><p>D - Attended Vocational/Technical</p></li></ul></td><td>1 character: A, B, C, D</td></tr><tr><td>OCCUPATIONCD</td><td><p>Derived from self-reported data and/or state license bureaus indicating an individuals occupation code.<br /></p><ul><li><p>A - PROF/TECH</p></li><li><p>B - DOCTOR</p></li><li><p>C - LAWYER/JUDGE</p></li><li><p>D - TEACHER/LIBRARIAN</p></li><li><p>E - ADMIN/MGMT</p></li><li><p>F - MANAGEMENT</p></li><li><p>G - PROPRIETOR</p></li><li><p>H - SUPERVISOR</p></li><li><p>I - SALES/SERVICE</p></li><li><p>J - CLERICAL</p></li><li><p>K - BLUE COLLAR</p></li><li><p>L - FORMAN</p></li><li><p>M - OPERATIVES</p></li><li><p>N - FARM</p></li><li><p>O - UNSKILLED</p></li><li><p>P - SERVICE WORKER</p></li><li><p>Q - MILITARY</p></li><li><p>R - STUDENT</p></li><li><p>S - RETIRED</p></li><li><p>T - HOMEMAKER</p></li><li><p>U - UNKNOWN</p></li><li><p>V - SELF-EMPLOYED</p></li><li><p>X - AGRICULTURE/ENVIRONMENT</p></li><li><p>Y - DISABLED</p></li><li><p>Z - FINANCE</p></li><li><p>1 - GOVERNMENT &amp; MILITARY/CIVIL SERVANT</p></li><li><p>2 - LEGAL</p></li><li><p>3 - MEDICAL</p></li><li><p>4 - NON-EMPLOYED/UNDER-EMPLOYED</p></li><li><p>5 - PROFESSIONAL BLUE COLLAR</p></li></ul></td><td>1 character: A – Z,1 - 5</td></tr><tr><td>RELIGIONCD</td><td><p>Religion of individual as provided by self reported participants and overlays from participating source data.<br />*Information (values) for the states of CO, CT and VA are not provided for this field. The data has been removed based upon our approach to the Sensitive Personal Information requirements for Colorado Privacy Act, the Connecticut Data Privacy Act, and Virginia’s Consumer Data Protection Act.</p><ul><li><p>B - Buddhist</p></li><li><p>C - Catholic</p></li><li><p>G - Greek Orthodox</p></li><li><p>H - Hindu</p></li><li><p>I - Islamic</p></li><li><p>J - Jewish</p></li><li><p>K - Siku</p></li><li><p>L - Lutheran</p></li><li><p>M - Mormon</p></li><li><p>O - Eastern Orthodox</p></li><li><p>P - Protestant</p></li><li><p>S - Shinto</p></li><li><p>X - Not Known or Unmatched</p></li></ul></td><td>1 character: B, C, E, G, H, I, J, S, L, M, O, P, S, X</td></tr><tr><td>YRBLD</td><td>Year dwelling was built based on real estate transaction and deed records County Assessor or County Recorder based</td><td>Format YYYY</td></tr><tr><td>MOBHOMECD</td><td>Residence is a mobile home as indicated by Real Estate transaction and deed records County Assessor or County Recorder based</td><td>1 character: Y</td></tr><tr><td>POOL</td><td>Residence has a pool as indicated by Real Estate transaction and deed records County Assessor or County Recorder based</td><td>1 character: Y</td></tr><tr><td>FIREPLCD</td><td>Residence has a fireplace as indicated by Real Estate transaction and deed records County Assessor or County Recorder based</td><td>1 character: Y</td></tr><tr><td>CENSPCT_WATER</td><td>Percentage of Water in a given zip code</td><td>From 0-100</td></tr><tr><td>CENS_POP_DENSITY</td><td>Population Density per square mile in a given zip code</td><td>6 character max eg. 85035</td></tr><tr><td>CENS_HU_DENSITY</td><td>Housing Units Density per square mile in a given zip code</td><td>6 character max eg. 29338</td></tr><tr><td>CENSPCT_POP_WHITE</td><td>Percentage of White population in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_POP_BLACK</td><td>Percentage of Black population in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_POP_AMERIND</td><td>Percentage of Amer Indian population in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_POP_ASIAN</td><td>Percentage of Asian population in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_POP_PACISL</td><td>Percentage of Pac Islander population in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_POP_OTHRACE</td><td>Percentage of Other Races population in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_POP_MULTIRACE</td><td>Percentage of Multi Race population in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_POP_HISPANIC</td><td>Percentage of Hispanic population in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_POP_AGELT18</td><td>Percentage Population Age 18 in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_POP_MALES</td><td>Percentage Males in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_ADULT_AGE1824</td><td>Percentage Adult Age 18-24 in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_ADULT_AGE2534</td><td>Percentage Adult Age 25-34 in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_ADULT_AGE3544</td><td>Percentage Adult Age 35-44 in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_ADULT_AGE4554</td><td>Percentage Adult Age 45-54 in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_ADULT_AGE5564</td><td>Percentage Adult Age 55-64 in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_ADULT_AGEGE65</td><td>Percentage Adult Age 65+ in a given zip code</td><td>From 0-100</td></tr><tr><td>CENS_POP_MEDAGE</td><td>Population Median Age in a given zip code</td><td>From 0-100</td></tr><tr><td>CENS_HH_AVGSIZE</td><td>Average Household Size in a given zip code (not rounded to the nearest whole)</td><td>10 characters max eg. 3</td></tr><tr><td>CENSPCT_HH_FAMILY</td><td>Percentage Hh Family in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_HH_FAMILY_HUSBWIFE</td><td>Percentage Hh Family Husband &amp; Wife in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_HU_OCCUPIED</td><td>Percentage Housing unit Occupied in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_HU_OWNED</td><td>Percentage Housing unit Owned in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_HU_RENTED</td><td>Percentage Housing unit Rented in a given zip code</td><td>From 0-100</td></tr><tr><td>CENSPCT_HU_VACANTSEASONAL</td><td>Percentage Housing unt Vacant/Seasonal in a given zip code</td><td>From 0-100</td></tr><tr></tr></tbody></table>","_postman_id":"23909b3e-1dc1-4ed7-8596-6c808cef5630"},{"name":"Parcel Level GeoCodes","item":[],"id":"a406562d-e3b2-4b1e-b62c-913bd7750d1f","description":"<table>\n<tr>\n     <td> <b> Output Field </b></td>\n     <td> <b> Description </b></td>\n     <td> <b> Returned Values </b></td>\n   </tr>\n<tr>\n  <td>LATITUDE</td> \n  <td>The geometrical location north or south of the equator assigned to the address. A value in decimal degrees to an accuracy of 4 decimal places is accurate to 11.1 meters, a value of 6 decimal places is accurate 0.111 meters.</td> \n  <td></td> \n</tr>\n\n<tr>\n  <td>LONGITUDE</td> \n  <td>The geometrical location east or west of a north-south line, called the prime meridian, assigned to the address. A value in decimal degrees to an accuracy of 4 decimal places is accurate to 11.1 meters, a value of 6 decimal places is accurate 0.111 meters.</td> \n  <td></td> \n</tr>\n\n<tr>\n  <td>GEOLEVEL</td> \n  <td>The level of precision at which the Latitude and Longitude are assigned.\n<ul> \n<li>01 - Exact Parcel Level</li>\n<li>02 - Street Interpolation (ie., parcel point interpolation between 2 points)\n</li>\n<li>03 - Street Point (i.e., a spatial location derived from placement on the street centerline)</li>\n<li>04 - ZIP9</li>\n<li>05 - ZIP7</li>\n<li>06 - ZIP5</li>\n<li>07 - CITY</li>\n<li>08 - STATE</li></ul></td> \n  <td>From 01-08</td> \n</tr>\n\n<tr>\n</tr></table>","_postman_id":"a406562d-e3b2-4b1e-b62c-913bd7750d1f"},{"name":"Behavioral & Lifestyle Insights","item":[],"id":"c37b6b3a-e744-420a-ba2f-416cefa304de","description":"<table>\n\n<tr>\n     <td> <b> Output Field </b></td>\n     <td> <b> Description </b></td>\n     <td> <b> Returned Values </b></td>\n   </tr>\n\n<tr>\n     <td>MS_ACCESSORY</td>\n     <td>Includes shoes, purses, belts, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_APPAREL</td>\n     <td>Includes the purchase of clothing. MS_ACCESSORY, MS_KIDAPP, MS_MENAPP, and MS_WOMAPP are included in the overall MS_APPAREL variable.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_AUDIO</td>\n     <td>Includes purchases related to audio equipment.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_AUTO</td>\n     <td>Includes purchases related to Cars/Trucks</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_AVIATION</td>\n     <td>Includes purchases of aviation related items.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_BARGAINS</td>\n     <td>Includes purchases of low-cost or on-sale products from catalogs, retail and websites</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_BIBLE</td>\n     <td>Includes purchases of religious items</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_BOATSAIL</td>\n     <td>Includes boating, sailing, canoeing, kayaking, water skiing, rafting, etc</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_BOOKS</td>\n     <td>Number of distinct book company participants.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_BUSINESS</td>\n     <td>Includes business news, and/or products usually associated with running a business or a career or operating an office</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_CAMP</td>\n     <td>Includes camping and hiking</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_CATALOG</td>\n     <td>Number of different catalogs ordered from.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_COLLECTIBLES</td>\n     <td>Includes dolls, coins, stamps, stuffed animals, plates, memorabilia, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_COMPUTERS</td>\n     <td>Includes Computers, software and computer accessories</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_COOKING</td>\n     <td>Includes recipes, cooking utensils and food products</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_BEAUTY</td>\n     <td>Includes purchases of Beauty &amp; Cosmetic items</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_CRAFTS</td>\n     <td>Includes crochet, sewing, knitting, needlepoint, quilting, jewelry, ceramics, painting, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_CULTUREARTS</td>\n     <td>Includes art, antiques, opera, museums, the theatre, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_CURREVENT</td>\n     <td>Includes periodicals, news magazines, websites &amp; blogs</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_DIY</td>\n     <td>Includes home improvements and construction, wood working, auto repair, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_ELECTRONICS</td>\n     <td>Includes home and auto stereos, video equipment, etc. Does not include computers.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_EQUESTRIAN</td>\n     <td>Includes purchases related to horses/horse riding</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_FAMILY</td>\n     <td>Includes products designed for families with children.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_FICTION</td>\n     <td>Include books &amp; magazines of fiction</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_FISHING</td>\n     <td>Include fishing paraphenalia as well as books &amp; publications related to fishings</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_FITNESS</td>\n     <td>Includes purchases of fitness equipment, clothing, accessories as well as subscribers to publications and books.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_FOOD</td>\n     <td>Includes purchases of any food item</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_FUNDRAISING</td>\n     <td>Includes purchases of any food item</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_GAMES</td>\n     <td>Includes computer games, traditional board games, puzzles, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_GARDEN</td>\n     <td>Includes purchases of gardening products, plants, seeds, books etc. Also includes subscribers to gardening publications</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MERCHANDISE</td>\n     <td>Includes catalog items not classified under any other affinity.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_GIFTGIVR</td>\n     <td>Number of orders that were given as gifts.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_GIFTEE</td>\n     <td>Number of orders that were received as gifts.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_GIFTS</td>\n     <td>Includes products usually given as gifts.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_GOURMET</td>\n     <td>Includes upscale products, and fine foods, wines, and other expensive items.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HEALTH</td>\n     <td>MS_FITNESS is included in MS_HEALTH. Also includes health related items which are not fitness</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HISTORY</td>\n     <td>Includes purchases of books/publications related to history</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HOMEDECR</td>\n     <td>Includes furniture as well as other home décor items such as rugs, vases, pictures etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HOMELIV</td>\n     <td>MS_CAT_HOMELIV, MS_PUB_HOMELIV, MS_HOMEDECR, MS_PUB_HOMEDECR, MS_CAT_HOMEDECR, MS_CAT_GARDEN, MS_COOKING, MS_PUB_COOKING, MS_GARDEN, MS_PUB_GARDEN, and MS_HOUSEWARES</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HOUSEWARES</td>\n     <td>Includes housewares excluding large appliance purchases</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HUMOR</td>\n     <td>Includes comic books and strips, cartoons, comedies, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_HUNTING</td>\n     <td>Includes purchases of all types of hunting related items (including rifles, bows etc) as well as subscribers to hunting publications</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_INSPIRATION</td>\n     <td>Includes non-religious products, such as new age products, astrology, etc.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_KIDAPP</td>\n     <td>Includes all types of children's apparel</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MAGS</td>\n     <td>Number of distinct participating magazine titles.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MENAPP</td>\n     <td>Includes all types of men's apparel</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MOTORCYCLES</td>\n     <td>Includes all types of motorcycles/motorcycle related products and subscriptions to motorcycle publications</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MUSIC</td>\n     <td>Includes music, music playing equipment, and musical instruments.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MONEYMAKING</td>\n     <td>Includes moneymaking opportunities, usually of the get-rich-quick nature.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_MONEYMAKING</td>\n     <td>Includes moneymaking opportunities, usually of the get-rich-quick nature.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_OUTDOORS</td>\n     <td>MS_BOATSAIL, MS_CAMP, MS_FISHING, and MS_HUNTING are included in MS_OUTDOORS.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PFIN</td>\n     <td>Includes all types of personal finance (including magazines)</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PETS</td>\n     <td>Includes purchase of all types of pet products including cats and dogs</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PHOTOPROC</td>\n     <td>Includes companies that offer film processed via the mail or the Internet.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PHOTO</td>\n     <td>Includes products/magazines related to photography</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUBLISH</td>\n     <td>Number of distinct publishing participants, counting individual magazines and book companies</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_COOKING</td>\n     <td>Includes all types of cooking publications &amp; books</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_FAMILY</td>\n     <td>Includes all types of family/children publications &amp; books</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_GARDEN</td>\n     <td>Includes all types of gardening publications &amp; books</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_GIFTGIVR</td>\n     <td>Indicates number of magazine subscriptions given as a gift</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_GIFTEE</td>\n     <td>Indicates number of magazine subscriptions or book orders received as a Gift.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_HOMEDECR</td>\n     <td>Includes all types of publications &amp; books related to home décor and furninishings</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_HOMELIV</td>\n     <td>Includes all types of publications &amp; books related to home living</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_PUB_OUTDOORS</td>\n     <td>Includes all types of publications &amp; books related to outdoors (includes hunting, fishing, camping, hiking, some watersports)</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_SCIENCE</td>\n     <td>Includes products, magazines &amp; books related to science</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_SPORTS</td>\n     <td>Includes products, magazines &amp; books related to sports</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_TRAVEL</td>\n     <td>Includes products, magazines &amp; books related traveling &amp; vacations</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_TVMOVIES</td>\n     <td>Includes purchases of videos, subscribers to streaming services as well as magazine subscribers</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_WILDLIFE</td>\n     <td>Includes purchasers of products related to Wildlife and the environment as well as donors &amp; magazine subscribers</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_WOMAN</td>\n     <td>Includes generic women’s publications.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_WOMAPP</td>\n     <td>Includes all types of women's apparel</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>MS_WOMFASH</td>\n     <td>Includes publications related to women’s fashion.</td>\n     <td>Values from 0 to 99</td>\n   </tr>\n\n<tr>\n     <td>CPI_HISTORY_AMERICAN_INDEX</td>\n     <td>Interested specifically in American History, patriotic themes, and/or veteran’s issues. Included in CPI_HISTORY_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_INDEX</td>\n     <td>Interested in or purchasers of Apparel or fashion. Includes the CPI_APPAREL_ACCESSORIES, CPI_APPAREL_KIDS, CPI_APPAREL_MEN, CPI_APPAREL_MENFASH, CPI_APPAREL_WOMEN, CPI_APPAREL_WOMFASH indices below.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_ACCESSORY_INDEX</td>\n     <td>Interested in or purchaseres of shoes, purses, belts, etc. Included in CPI_APPAREL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_KIDS_INDEX</td>\n     <td>Interested in or purchasers of children’s apparel via direct marketing channels. Included in CPI_APPAREL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_MEN_INDEX</td>\n     <td>Interested in or purchasers of men’s apparel . Included in CPI_APPAREL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_MENFASH_INDEX</td>\n     <td>Interested in or purchasers of men’s fashion. Included in CPI_APPAREL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_WOMEN_INDEX</td>\n     <td>Interested in or purchasers of women’s apparel via direct marketing channels. Included in CPI_APPAREL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_APPAREL_WOMFASH_INDEX</td>\n     <td>Interested in or purchasers of women’s fashion. Included in CPI_APPAREL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INSURANCE_AUTO_INDEX</td>\n     <td>Interested in purchasing Automobile Insurance</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_AUTO_TRUCKS_INDEX</td>\n     <td>Interested specifically in trucks (excluding SUVs). Included in CPI_AUTO_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_AUTO_INDEX</td>\n     <td>Interested in anything automobile-related, such as auto parts and tools, restoration, performance, general and make/model specific enthusiast products, etc. Includes CPI_AUTO_RACING and CPI_AUTO_TRUCKS indices.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_AVIATION_INDEX</td>\n     <td>Interested in airplanes and other things that really fly and can transport things and people. Does not include toy planes.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_BARGAINS_INDEX</td>\n     <td>Interested in saving money, including coupons, low-cost stores and discount clubs, money-saving sales, rewards programs, auction websites, free stuff, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_BEAUTY_INDEX</td>\n     <td>Interested in beauty-related products, including cosmetics, treatments, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_BIBLE_INDEX</td>\n     <td>Interested in religion, church-going, bible-oriented products, and the spiritual.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PUBLISH_BOOKS_INDEX</td>\n     <td>Known to have purchased a book via direct marketing channels. Included in CPI_PUBLISH_INDEX. Includes CPI_NONFICTION, CPI_FICTION, and CPI_SCIFI passions.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_BUSINESS_INDEX</td>\n     <td>Interested in business news, career, and/or products usually associated with running a business. Includes CPI__BUSINESS_HOMEOFFICE index.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_BUSINESS_HOMEOFFICE_INDEX</td>\n     <td>Indication that the person has a Home Office. Included in CPI_BUSINESS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CATALOG_INDEX</td>\n     <td>Has purchased from a catalog.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_DONOR_INDEX</td>\n     <td>Has a known history of donating to charitable causes.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_FAMILY_INDEX</td>\n     <td>Those known to live in a family (i.e., adults and children) household, based on the presence of children and/or the purchase of children’s related products. Includes both CPI_FAMILY_TEEN_INDEX and CPI_FAMILY_YOUNG_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_FAMILY_TEEN_INDEX</td>\n     <td>Those known to live in a family (i.e., adults and children) household with at least one teenager, based on based the presence of children and/or the purchase of teen-related products. Included in CPI_FAMILY_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_FAMILY_YOUNG_INDEX</td>\n     <td>Those known to live in a family (i.e., adults and children) household with at least one child under , based on the presence of children and/or the purchase of younger children’s related products. Included in CPI_FAMILY_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_COLLECTIBLES_INDEX</td>\n     <td>Interested in collectibles, including dolls, coins, stamps, stuffed animals, plates, memorabilia, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_COLLEGE_INDEX</td>\n     <td>Interested in colleges and universities as an alumni.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_COMPUTERS_INDEX</td>\n     <td>Interested in computers and products used with computers.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CONTINUITY_INDEX</td>\n     <td>Purchased a product offered via continuity.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_COOKING_INDEX</td>\n     <td>Interested in cooking, baking, and all things culinary, including recipes and cooking equipment. Included in CPI_HOMELIV_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CRAFTS_INDEX</td>\n     <td>Covers all crafts, including crochet, sewing, knitting, needlepoint, quilting, jewelry, ceramics, painting, etc. Includes the CPI_CRAFTS_CROCHET, CPI_CRAFTS_KNIT, CPI_CRAFTS_NEEDLEPOINT, CPI_CRAFTS_QUILT, CPI_CRAFTS_SEW passions listed below.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CRAFTS_CROCHET_INDEX</td>\n     <td>Interested in crocheting. Included in CPI_CRAFTS Index</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CRAFTS_KNIT_INDEX</td>\n     <td>Interested in knititing. Included in CPI_CRAFTS Index</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CRAFTS_NEEDLEPOINT_INDEX</td>\n     <td>Interested in needlepoint. Included in CPI_CRAFTS Index</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CRAFTS_QUILT_INDEX</td>\n     <td>Interested in quilting. Included in CPI_CRAFTS Index</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CRAFTS_SEW_INDEX</td>\n     <td>Interested in the sewing craft. Included in CPI_CRAFTS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CC_INDEX</td>\n     <td>Has used a credit card to make a purchase</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CREDIT_REPAIR_INDEX</td>\n     <td>Interested in repairing their credit</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CREDIT_REPORT_INDEX</td>\n     <td>Have purchased or obtained a copy of their credit report</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CULTUREARTS_INDEX</td>\n     <td>Interested in culture and the arts, including art, antiques, opera, museums, the theatre, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CURREVENT_INDEX</td>\n     <td>Interested in the news and politics.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_DIY_INDEX</td>\n     <td>Interested in Do It Yourself projects, including home improvements and construction, wood working, auto repair, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_EDUCATION_SEEKERS_INDEX</td>\n     <td>Interested in furthering their education including online schools, brick and mortar schools and trade schools</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_ELECTRONICS_INDEX</td>\n     <td>Interested in electronics, such as home and auto stereos, video equipment, etc. Does not include computers.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_FICTION_INDEX</td>\n     <td>Interested in fiction books. Included in CPI_PUBLISH_INDEX and CPI_PUBLISH_BOOKS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_GAMBLING_INDEX</td>\n     <td>Interested in games of chance, including casino gambling and lotteries.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_GAMES_INDEX</td>\n     <td>Interested in a variety of games, including computer games, traditional board games, puzzles, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_GARDENING_INDEX</td>\n     <td>Interested in gardening and plants, both indoors and outdoors, decorative and edible. Included in CPI_HOMELIV_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_GIFTGIVR_INDEX</td>\n     <td>Has been known to purchase gifts for others via a direct marketing channel.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_GOURMET_INDEX</td>\n     <td>Interested in gourmet and upscale products, such as fine foods, wines, and other expensive items.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HEALTH_INDEX</td>\n     <td>Interested in one’s health and/or self-improvement. Includes HEALTH_DIET and HEALTH_FITNESS indices below.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INSURANCE_HEALTH_INDEX</td>\n     <td>Interested in purchasing Health Insurance</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HEALTH_DIET_INDEX</td>\n     <td>Interested in weight control or losing weight. Included in CPI_HEALTH_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HEALTH_FITNESS_INDEX</td>\n     <td>Interested in physical fitness and exercise, including running, biking, walking, weight lifting, aerobics, etc. Included in CPI_HEALTH_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HIGHTECH_INDEX</td>\n     <td>Interested in new and/or relatively rare high technology electronic products, such as HDTV’s, digital video cameras, digital video recorders, satellite radio, pagers, home fax machines, plasma TVs, etc. This is a moving target as products become more accepted and as new products are invented.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HISPANIC_INDEX</td>\n     <td>Race indicated as Hispanic, speaks Spanish, and/or interested in Hispanic-oriented products.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HISTORY_INDEX</td>\n     <td>Interested in History. Includes CPI_HISTORY_AMERICAN index.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HOBBIES_INDEX</td>\n     <td>Interested in unspecified hobbies or in various hobbies not included in other passions.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HOMEDECR_INDEX</td>\n     <td>Interested in Home Decorating, such as furnishings, wall and window treatments, layouts, etc. Included in CPI_HOMELIV_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_HOMELIV_INDEX</td>\n     <td>Interested in things related to the home. These include the CPI_COOKING, CPI_GARDENING, and CPI_HOMEDECR passions listed below, but also include house wares, linens, and the like.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_EQUESTRIAN_INDEX</td>\n     <td>Interested in horses and riding.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INSPIRATION_INDEX</td>\n     <td>Interested in non-religious inspiration, including new age products, astrology, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INSURANCE_INDEX</td>\n     <td>Interested in purchasing insurance (includes Life, Health &amp; Auto)</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INTERNET_ACCESS_INDEX</td>\n     <td>Known only to have internet access; does not necessarily include an internet purchase. Included in CPI_INTERNET_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INTERNET_BUY_INDEX</td>\n     <td>Known to have purchased a product via the internet. Included in CPI_INTERNET_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_INTERNET_INDEX</td>\n     <td>Known to be on the internet. Includes the INTERNET_ACCESS and INTERNET_BUY passions.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_JOB_SEEKERS_INDEX</td>\n     <td>Users of online job searching sites</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PUBLISH_MAGS_INDEX</td>\n     <td>Known to have purchased a magazine via direct marketing channels. Included in CPI_PUBLISH_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PUBLISH_INDEX</td>\n     <td>Known to have purchased a book or magazine via direct marketing channels. Includes CPI_PUBLISH_MAGS and CPI_PUBLISH_BOOKS passions.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_MOBILE_APPS_INDEX</td>\n     <td>Have purchased a ring tone or app for a mobile device</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_MOTORCYCLES_INDEX</td>\n     <td>Interested in motorcycles and ATVs.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_MUSIC_INDEX</td>\n     <td>Interested in music and/or music playing equipment.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_NONFICTION_INDEX</td>\n     <td>Interested in non-fiction books. Included in CPI_PUBLISH_INDEX and CPI_PUBLISH_BOOKS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_MONEYMAKING_INDEX</td>\n     <td>Interested in moneymaking opportunities, usually of the get-rich- quick nature.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_OUTDOORS_INDEX</td>\n     <td>Interested in outdoor, sportsman-type activities. Includes the CPI_OUTDOORS_BOATSAIL, CPI_OUTDOORS_CAMP, CPI_OUTDOORS_FISHING, CPI_OUTDOORS_HUNTING, and CPI_OUTDOORS_HUNTFISH passions listed below.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_OUTDOORS_BOATSAIL_INDEX</td>\n     <td>Interested in boating, sailing, canoeing, kayaking, water skiing, rafting, etc. Included in CPI_OUTDOORS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_OUTDOORS_CAMP_INDEX</td>\n     <td>Interested in camping, hiking, climbing, etc. Included in CPI_OUTDOORS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_OUTDOORS_FISHING_INDEX</td>\n     <td>Interested specifically in fishing, saltwater and/or freshwater. Included in CPI_OUTDOORS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_OUTDOORS_HUNTING_INDEX</td>\n     <td>Interested specifically in hunting or guns. Included in CPI_OUTDOORS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_OUTDOORS_HUNTFISH_INDEX</td>\n     <td>Interested in hunting and/or fishing. Source data covers both (general sportsman activities), not specific to one or the other. Included in CPI_OUTDOORS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PFIN_INDEX</td>\n     <td>Interested in personal finance, investments, retirement planning, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_EGO_INDEX</td>\n     <td>Interested in personalized products, such as monograms.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PETS_CATS_INDEX</td>\n     <td>Interested in or an owner of cats. Included in CPI_PETS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PETS_DOGS_INDEX</td>\n     <td>Interested in or an owner of dogs. Included in CPI_PETS_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PHOTOPROC_INDEX</td>\n     <td>Known to have had film processed via the mail or the internet.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_PHOTOG_INDEX</td>\n     <td>Interested in photography.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_CONSERVATIVE_INDEX</td>\n     <td>Expressed a preference for a conservative political point of view or party.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_LIBERAL_INDEX</td>\n     <td>Expressed a preference for a liberal political point of view or party.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SOCIAL_NETWORKING_INDEX</td>\n     <td>Users of online social networking services such as facebook, twitter etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_INDEX</td>\n     <td>Interested in sports, mostly spectator and/or paraphernalia purchaser, but includes participation. Includes the CPI_SPORTS_BASEBALL, CPI_SPORTS_BASKETBALL, CPI_SPORTS_FOOTBALL, CPI_SPORTS_GOLF, CPI_SPORTS_HOCKEY, CPI_SPORTS_SKIING, CPI_SPORTS_SOCCER and CPI_SPORTS_TENNIS passions below.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_BASEBALL_INDEX</td>\n     <td>Interested in the specific sport of Baseball as a spectator, paraphernalia purchaser and/or participant.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_BASKETBALL_INDEX</td>\n     <td>Interested in Basketball</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_BIKING_INDEX</td>\n     <td>Interested in Biking</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_FOOTBALL_INDEX</td>\n     <td>Interested in Football</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_GOLF_INDEX</td>\n     <td>Interested in Golf</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_HOCKEY_INDEX</td>\n     <td>Interested in Hockey</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_RUNNING_INDEX</td>\n     <td>Interested in Running</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_SKI_INDEX</td>\n     <td>Interested in Skiing</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_SOCCER_INDEX</td>\n     <td>Interested in Soccer</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_SWIMMING_INDEX</td>\n     <td>Interested in Swimming</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SPORTS_TENNIS_INDEX</td>\n     <td>Interested in Tennis</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_SWEEPS_INDEX</td>\n     <td>Interested in offers utilizing sweepstakes.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_TRAVEL_INDEX</td>\n     <td>Interested in traveling. Includes the CPI_TRAVEL_CRUISE, CPI_TRAVEL_RV and CPI_TRAVEL_US passions.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_TRAVEL_CRUISE_INDEX</td>\n     <td>Interested in boat cruises. Included in CPI_TRAVEL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_TRAVEL_RV_INDEX</td>\n     <td>Interested in recreational vehicles or known to own one. Included in CPI_TRAVEL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_TRAVEL_US_INDEX</td>\n     <td>Interested in travel within the US. Included in CPI_TRAVEL_INDEX.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_TVMOVIES_INDEX</td>\n     <td>Interested in television, movies, videos, DVDs, etc.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n     <td>CPI_WILDLIFE_INDEX</td>\n     <td>Interested in the environment and/or wildlife.</td>\n     <td>Values from 9 to 0</td>\n   </tr>\n\n<tr>\n</tr></table>","_postman_id":"c37b6b3a-e744-420a-ba2f-416cefa304de"},{"name":"Connex Targets","item":[],"id":"89928c9d-7d80-40ab-945c-4367d8d09efb","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>CT_MEDIA_HEAVYUSAGE_MAGAZINE</td><td>Y - Frequent reader of magazines</td><td>1 character: Y</td></tr><tr><td>CT_MEDIA_HEAVYUSAGE_NEWSPAPER</td><td>Y - Frequent reader of newspapers</td><td>1 character: Y</td></tr><tr><td>CT_MEDIA_HEAVYUSAGE_RADIO</td><td>Y - Frequent listener to radio</td><td>1 character: Y</td></tr><tr><td>CT_MEDIA_HEAVYUSAGE_PTRADIO</td><td>Y - Frequent listener to radio primetime</td><td>1 character: Y</td></tr><tr><td>CT_MEDIA_HEAVYUSAGE_TV</td><td>Y - Frequent watcher of television</td><td>1 character: Y</td></tr><tr><td>CT_MEDIA_HEAVYUSAGE_INTERNET</td><td>Y - Frequent user of internet</td><td>1 character: Y</td></tr><tr><td>CT_MEDIA_HEAVYUSAGE_ODRMDA</td><td>Y - Frequent reader of outdoor media</td><td>1 character: Y</td></tr><tr><td>CT_SOCIALUSAGE30_FB</td><td>Y - Facebook Social media, photo or video-sharing services visited or used in the last 30 days</td><td>1 character: Y</td></tr><tr><td>CT_SOCIALUSAGE30_INSTA</td><td>Y - Instagram Social media, photo or video-sharing services visited or used in the last 30 days</td><td>1 character: Y</td></tr><tr><td>CT_SOCIALUSAGE30_LNKIN</td><td>Y - Linkedin Social media, photo or video-sharing services visited or used in the last 30 days</td><td>1 character: Y</td></tr><tr><td>CT_SOCIALUSAGE30_PINT</td><td>Y - Pinterest Social media, photo or video-sharing services visited or used in the last 30 days</td><td>1 character: Y</td></tr><tr><td>CT_SOCIALUSAGE30_TWITTER</td><td>Y - Twitter Social media, photo or video-sharing services visited or used in the last 30 days</td><td>1 character: Y</td></tr><tr><td>CT_SOCIALUSAGE30_YOUTUBE</td><td>Y - Youtube Social media, photo or video-sharing services visited or used in the last 30 days</td><td>1 character: Y</td></tr><tr><td>CT_STRMSUB_PRIME</td><td>Y - Subscribes to Prime Video for streaming video services</td><td>1 character: Y</td></tr><tr><td>CT_STRMSUB_HULU</td><td>Y - Subscribes to Hulu for streaming video services</td><td>1 character: Y</td></tr><tr><td>CT_STRMSUB_NETFLIX</td><td>Y - Subscribes to Netflix for streaming video services</td><td>1 character: Y</td></tr><tr><td>CT_SMRTPHN_TYPEOWNS_ANDROID</td><td>Y - Owns an Android smartphone (any brand)</td><td>1 character: Y</td></tr><tr><td>CT_SMRTPHN_TYPEOWNS_IPHONE</td><td>Y - Owns an Apple iPhone smartphone</td><td>1 character: Y</td></tr><tr><td>CT_HOMEIMPROVE12_ANY</td><td>Y - Made improvements to home</td><td>1 character: Y</td></tr><tr><td>CT_HOMEREMODEL12_ANY</td><td>Y - Home Remodeling - Summary: Any: In last 12 months</td><td>1 character: Y</td></tr><tr><td>CT_POLITICAL_PARTYAFF_DEMOCRAT</td><td>Y - Democratic political affiliation</td><td>1 character: Y</td></tr><tr><td>CT_POLITICAL_PARTYAFF_GOP</td><td>Y - Republican political affiliation</td><td>1 character: Y</td></tr><tr><td>CT_POLITICAL_PARTYAFF_IND</td><td>Y - Independent/no party affiliation</td><td>1 character: Y</td></tr><tr><td>CT_POLITICAL_OUTLK_VCONSERV</td><td>Y - Political outlook is very conservative</td><td>1 character: Y</td></tr><tr><td>CT_POLITICAL_OUTLK_SWCONSERV</td><td>Y - Political outlook is somewhat conservative</td><td>1 character: Y</td></tr><tr><td>CT_POLITICAL_OUTLK_MID</td><td>Y - Political outlook is middle of the road</td><td>1 character: Y</td></tr><tr><td>CT_POLITICAL_OUTLK_SWLIBERAL</td><td>Y - Political outlook is somewhat liberal</td><td>1 character: Y</td></tr><tr><td>CT_POLITICAL_OUTLK_VLIBERAL</td><td>Y - Political outlook is very liberal</td><td>1 character: Y</td></tr><tr><td>CT_ONLINESHOPSEG_OFFLINE</td><td>Y - Online Shoppers Segments: Offline-Only Shoppers</td><td>1 character: Y</td></tr><tr><td>CT_ONLINESHOPSEG_TRAD</td><td>Y - Online Shoppers Segments: Traditional Consumers</td><td>1 character: Y</td></tr><tr><td>CT_ONLINESHOPSEG_STRAITFWD</td><td>Y - Online Shoppers Segments: Straightforward Shoppers</td><td>1 character: Y</td></tr><tr><td>CT_ONLINESHOPSEG_DEALSEEK</td><td>Y - Online Shoppers Segments: Passionate Deal Seekers</td><td>1 character: Y</td></tr><tr><td>CT_ONLINESHOPSEG_QUALSEEK</td><td>Y - Online Shoppers Segments: Active Quality Seekers</td><td>1 character: Y</td></tr><tr><td>CT_TECHTUDESEG_PHOBES</td><td>Y - Technology Attitude Segments: Techno-Phobes</td><td>1 character: Y</td></tr><tr><td>CT_TECHTUDESEG_LAGGRDS</td><td>Y - Technology Attitude Segments: Techno-Laggards</td><td>1 character: Y</td></tr><tr><td>CT_TECHTUDESEG_XPLOIT</td><td>Y - Technology Attitude Segments: Tech-Sploiters</td><td>1 character: Y</td></tr><tr><td>CT_TECHTUDESEG_GAMER</td><td>Y - Technology Attitude Segments: Techno-Gamers</td><td>1 character: Y</td></tr><tr><td>CT_TECHTUDESEG_THUSIAST</td><td>Y - Technology Attitude Segments: Tech-Thusiasts</td><td>1 character: Y</td></tr><tr><td>CT_TECHTUDESEG_XPLOR</td><td>Y - Technology Attitude Segments: Tech-Splorers</td><td>1 character: Y</td></tr><tr><td>CT_DNR_CONTRIB_PBS</td><td>Y - Contributed to Public Broadcasting Service (PBS)</td><td>1 character: Y</td></tr><tr><td>CT_DNR_CONTRIB_NPR</td><td>Y - Contributed to National Public Radio (NPR)</td><td>1 character: Y</td></tr><tr><td>CT_DNR_CONTRIB_RELIGIOUS</td><td>Y - Contributed to religious organization(s)</td><td>1 character: Y</td></tr><tr><td>CT_DNR_CONTRIB_ARTS</td><td>Y - Contributed to arts/cultural organization(s)</td><td>1 character: Y</td></tr><tr><td>CT_DNR_CONTRIB_EDU</td><td>Y - Contributed to educational organization(s)</td><td>1 character: Y</td></tr><tr><td>CT_DNR_CONTRIB_ENVIRO</td><td>Y - Contributed to environmental organization(s)</td><td>1 character: Y</td></tr><tr><td>CT_DNR_CONTRIB_HEALTH</td><td>Y - Contributed to health organization(s)</td><td>1 character: Y</td></tr><tr><td>CT_DNR_CONTRIB_POL</td><td>Y - Contributed to political organization(s)</td><td>1 character: Y</td></tr><tr><td>CT_DNR_CONTRIB_SOCSERV</td><td>Y - Contributed to social service organization(s)</td><td>1 character: Y</td></tr><tr><td>CT_DNR_CONTRIB_NONREL</td><td>Y - Contributed to other non-religious organization(s)</td><td>1 character: Y</td></tr><tr><td>CT_DNR_CONTRIBAMT_HIGH</td><td>Y - Contributed $500 or more to organization(s)</td><td>1 character: Y</td></tr><tr><td>CT_VOLUNTEER_CHTYORG</td><td>Y - Volunteered for a charitable organization</td><td>1 character: Y</td></tr></tbody></table>","_postman_id":"89928c9d-7d80-40ab-945c-4367d8d09efb"},{"name":"Connex Segmentation","item":[{"name":"Connex Household Cluster","item":[],"id":"80264164-026a-4c2d-9766-8ce0f5e02647","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>A01 </td>\n     <td>Single Start-Ups </td>\n     <td>Single Start-Ups are off and running towards a successful future.  With Associate's degrees in hand, this unmarried and child-free audience is focusing on their careers in the armed forces, law enforcement and administration. Their less than average household income centers around necessities including transportation, food &amp; beverages and personal care.  In their free time, \"Single Start-Ups\" like to go dancing, engage in cooking for fun, relax with a beer or two and cheer on the home team at sporting events. </td>\n   </tr> \n\n  <tr>\n     <td>A02 </td>\n     <td>Hard-Working Mamas </td>\n     <td>Hard-Working Mamas are young unmarried women caring for children under the age of ten.  In general, these armed forces enlistees, law enforcement officers and administrators live in rentals built after 1990 and focus their limited household income on transportation, food &amp; beverages and personal care.  \"Hard-Working Mamas\" enjoy listening to the radio or reading magazines when they're not chatting with friends on their smartphones.  These kid-focused moms have also recently bought toys or eaten in fast food restaurants. </td>\n   </tr> \n\n  <tr>\n     <td>A03 </td>\n     <td>Road-Weary Renters </td>\n     <td>Road-Weary Renters are a middle-aged, middle class audience that tends to be unmarried and without children in the household.  You may find them riding their motorcycles on their weekends off from their jobs in the armed forces, law enforcement and administration.  Their limited household income goes towards transportation and food &amp; beverages, but they have probably also ordered an item by phone that they recently saw on the internet.  It's highly likely that \"Road-Weary Renters\" have smoked cigarettes and chewed tobacco, as well as taken a vitamin, dietary supplement or prescription remedy to address a specific issue. </td>\n   </tr> \n\n  <tr>\n     <td>A04 </td>\n     <td>Fun for the Whole Family </td>\n     <td>Married with children, \"Fun for the Whole Family\" is a family-oriented audience.  Managing careers in the armed forces and law enforcement is nothing compared to managing kids under the age of fifteen!  Although they spend the bulk of their money on transportation, food &amp; beverages and personal care, you can bet these families have also bought toys or a small kitchen appliance recently.  You have probably also seen \"Fun for the Whole Family\" driving their standard or compact cars to nearby fast food restaurants for a quick bite before heading off to their next activity. </td>\n   </tr> \n\n  <tr>\n     <td>A05 </td>\n     <td>Single in Suburbia </td>\n     <td>Single in Suburbia are single without children in the household, living in suburban rentals that are likely located near a military base.  These Associate's degree holders are enjoying careers in the armed forces, law enforcement and administration.  They like playing the lottery, and gambling in general, and can be seen zooming around town on their motorcycles.  Although their limited budget goes towards necessities like transportation, food &amp; beverages and personal care, \"Single in Suburbia\" also have enough left over to purchase low-ticket home furnishings or perhaps a new toy for their household pet. </td>\n   </tr> \n\n  <tr>\n     <td>A06 </td>\n     <td>Family Focused </td>\n     <td>Family Focused are married couples caring for children of all ages.  You can find these families living in single family homes in mid-size suburbs, driving their full-size pick-ups or compact cars to their jobs in the armed forces and law enforcement.  Although they have debt, with a household income slated mainly for transportation, food &amp; beverages and personal care, \"Family Focused\" still find a way to buy new toys or spend a day at the local theme park. </td>\n   </tr> \n\n  <tr>\n     <td>A07 </td>\n     <td>Humble Homebodies </td>\n     <td>Humble Homebodies are predominantly single retirees living in mid-size suburban areas in single family homes built after 1990.  They have a limited fixed income, which they use for transportation, food &amp; beverages and tobacco products.  They enjoy the simple pleasures of home such as watching television, reading the newspaper and gardening.  It's also quite probable that many \"Humble Homebodies\" own some type of retirement real estate. </td>\n   </tr> \n\n  <tr>\n     <td>A08 </td>\n     <td>Road to Retirement </td>\n     <td>For the most part, \"Road to Retirement\" are a middle-aged audience creeping increasingly closer to retirement.  These married empty nesters live in mid-size suburban areas in single family homes that are less than 30 years old.  You'll likely see them driving their full-size picks-ups or motorcycles to their jobs in the armed forces, law enforcement and administration.  This established segment tends to own mutual funds, as well as life insurance policies.  Their down-time is spent reading outdoor media, volunteering for charitable organizations or taking a cruise vacation.  \"Road to Retirement\" also like eating out at family restaurants and it's quite possible that they've recently ordered something by phone that they saw in a catalog. </td>\n   </tr> \n\n  <tr>\n     <td>A09 </td>\n     <td>Middle Class Mommies </td>\n     <td>Middle Class Mommies are predominantly unmarried women taking care of children between the ages of three and five.  These homeowners live in newer homes in mid-size suburban areas.  They've earned their Associate's degree, which they've used to land jobs in the armed forces, law enforcement and administration.  They use their somewhat less than average household income for transportation, food &amp; beverages and personal care.  In their rare free moments, \"Middle Class Mommies\" like to listen to the radio and try their luck with the lottery.  Some of their more recent purchases may include large kitchen appliances, big-ticket home furnishings, toys, clothing and perhaps something for their dog. </td>\n   </tr> \n\n  <tr>\n     <td>A10 </td>\n     <td>Middle-Aged Middles </td>\n     <td>With their average single family homes in mid-size suburban areas, these marrieds with children are your typical family next door complete with Fido and Fluffy.  \"Middle-Aged Middles\" drive their compact cars and vans to their jobs in the armed forces, law enforcement and administration.  Many of them avoid a commute altogether as home-based business owners.  They channel their household income towards transportation, personal care and food &amp; beverages--especially the fast food variety.  \"Middle-Aged Middles\" have probably also recently purchased a large kitchen appliance or returned from a cruise trip. </td>\n   </tr> \n\n  <tr>\n     <td>A11 </td>\n     <td>Sweet Life in Suburbia </td>\n     <td>Single family homes.  Attended a theme park.  Spend $150+ per week on groceries.  Bought sports/recreation equipment.  Yep, these are the trappings of \"Sweet Life in Suburbia\".  These mommies and daddies work hard at their jobs in the armed forces, law enforcement or as home-based business owners.  When they get a free moment, they enjoy reading a magazine or two.  Their above average income is geared towards transportation, food &amp; beverages and personal care.  Like many families, \"Sweet Life in Suburbia\" does have some consumer debt, but there's still money for investment real estate, new tires and gas for their mid-size SUVs. </td>\n   </tr> \n\n  <tr>\n     <td>B01 </td>\n     <td>Small Town Singles </td>\n     <td>Young, single and free from the responsibilities of parenthood, \"Small Town Singles\" are living an unencumbered existence in small town suburbia. As recent recipients of Associate's and Bachelor's degrees, this audience is just getting started in their yet-to-be-solidified careers.  They use their less than average incomes for household furnishings and operations, as well as for entertainment and transportation.  For fun, \"Small Town Singles\" like to go dancing, listen to music they've recently downloaded or surf the net.  They've also been known to imbibe in distilled liquor, which they may accompany with a cigar or cigarette. </td>\n   </tr> \n\n  <tr>\n     <td>B02 </td>\n     <td>Millennial Mommies </td>\n     <td>Single, Gen Y women and their children dominate this audience.  When they're not on the job as engineers, \"Millennial Mommies\" are on the job as mommy and daddy, caring for children under the age of fifteen.  For the most part, this audience lives in rental properties that are less than 25 years old in small-size suburban areas.  They like to go dancing and listen to the radio, as well as spend quality time with the kids at the local theme park.  Although their less than average income is budgeted for household operations and transportation, they've probably also recently purchased some low-ticket home furnishing or toys for the kids. </td>\n   </tr> \n\n  <tr>\n     <td>B03 </td>\n     <td>Single and Ready to Mingle </td>\n     <td>Young, single and free from the responsibilities of children aptly summarizes the \"Single and Ready to Mingle\" audience.  As recent recipients of their Associate's or Bachelor's degrees, these workforce newbies are in the initial phases of their careers in the field of architecture/engineering.  They like to gamble, enjoy cooking and frequently listen to their fave tunes on the radio.  You can see them riding their motorcycles around their small-size suburban neighborhoods, or at the local watering hole knocking back a few beers with friends.  \"Single and Ready to Mingle\" spend their less than average incomes on household furnishings and operations, entertainment and transportation and they may have recently returned from a vacation abroad or a cruise. </td>\n   </tr> \n\n  <tr>\n     <td>B04 </td>\n     <td>Tweeners </td>\n     <td>Tweeners are singles in between relationships caring for children in between grade school and college.  These single parents tend to live in smaller suburban settings in comfortable single family homes; and whether it's a compact or intermediate car, these are typically two vehicle households.  \"Tweeners\" enjoy careers in architecture/engineering and spend their above average incomes on furnishing and running their households, transportation and entertainment.  For fun, this group likes to play the lottery and go dancing, which they may also do around the house to music they've recently downloaded.  And with children in the household, you can bet they've recently purchased toys or some kind of sports/recreation equipment. </td>\n   </tr> \n\n  <tr>\n     <td>B05 </td>\n     <td>Simply Retired </td>\n     <td>Simply Retired are enjoying their golden years in mid-size suburban areas where they reside in comfortable single family homes.  They are less likely than the national average to be married and unlikely to have any children left at home.  Those that are still working enjoy careers in architecture/engineering and those that are retired enjoy reading newspapers, watching television and gardening.  \"Simply Retired\" spend their fixed incomes on furnishing and maintaining their homes, transportation and entertainment.  In addition, they probably also own some kind of retirement real estate. </td>\n   </tr> \n\n  <tr>\n     <td>B06 </td>\n     <td>Boomerangers </td>\n     <td>Boomerangers are married retirees whose children have returned (or perhaps never left) the nest.  This group likes to gamble, are members of collector's clubs and enjoy spoiling their four-legged fur babies.  They spend their slightly less than average household incomes on their homes, transportation and entertainment and have probably recently purchased a large kitchen appliance or some new tires for the standard and compact cars that are parked in the driveway. </td>\n   </tr> \n\n  <tr>\n     <td>B07 </td>\n     <td>Reaching for Retirement </td>\n     <td>On the brink of retiring, \"Reaching for Retirement\" are a middle-aged audience living in small town suburbia, where they reside in comfortable rentals built after 1990.  Whether they're married or single, this segment is unlikely to have children living under their roof any longer.  They have established careers in the field of architecture/engineering and spend their incomes on their homes, their two or more cars and entertainment.  \"Reaching for Retirement\" enjoy watching television and cooking, which would account for the large kitchen appliance they recently purchased. </td>\n   </tr> \n\n  <tr>\n     <td>B08 </td>\n     <td>Hearth and Home </td>\n     <td>Hearth and Home are married with children living in single family homes, which are located in mid-size suburban settings.  After dropping the kids off at school, these moms and dads head to the office where they enjoy careers in architecture/engineering.  Some of them simply head to their home offices, where they expertly manage the details of their home-based businesses.  When they're not working, you can find \"Hearth and Home\" listening to the game on the radio, volunteering for charitable organizations or perhaps attending a sports event.  Although they have consumer debt, these folks still find a way to buy that large kitchen appliance they've had their eye on...perhaps a new refrigerator to protect the $150+ worth of groceries they buy on a weekly basis! </td>\n   </tr> \n\n  <tr>\n     <td>B09 </td>\n     <td>Prime Time </td>\n     <td>As its name suggests, \"Prime Time\" are in the prime of their lives working as engineers in mid-size suburban settings.  They are less likely than the national average to be married with children, but not unlikely.  For the most part, these folks are renters living in properties that are less than 25 years old.  They spend their above average incomes on their homes, their two or more vehicles and entertainment.  In their free time, \"Prime Time\" are members of collector's clubs and also enjoy gambling.  They are likely to own investment real estate and some of their most recent purchases may include low-ticket home furnishings and sports/recreation equipment. </td>\n   </tr> \n\n  <tr>\n     <td>B10 </td>\n     <td>Family Ties </td>\n     <td>Married with children of all ages, \"Family Ties\" are the definition of family life in small town suburbia.  You will typically find this audience living in rental properties, with the majority of their income focused on home furnishings and operations, transportation and entertainment.  An accounting of their latest purchases would probably reveal big-ticket home furnishings, large kitchen appliances, sports/recreation equipment and toys.  \"Family Ties\" also spend a fair amount of money on food, frequently dining out at their favorite family restaurant, not to mention the $150+ they spend on groceries each week. </td>\n   </tr> \n\n  <tr>\n     <td>B11 </td>\n     <td>Happy Homeowners </td>\n     <td>Happy Homeowners are single and unlikely to have children still living at home.  As its name suggests, nearly every household in this segment is the proud owner of a house in the suburbs.  \"Happy Homeowners\" focus their above average incomes on their homes, their two plus cars and entertainment.  Although they like to gamble and play the lottery, they do have an eye on the future, which is evidenced by their mutual funds, college savings accounts, retirement plans and other similar investments.  Although \"Happy Homeowners\" do have consumer debt, it doesn't stop them from purchasing items they may have seen on the internet or in their favorite catalog. </td>\n   </tr> \n\n  <tr>\n     <td>B12 </td>\n     <td>Small Town Suburbia </td>\n     <td>Small Town Suburbia are married couples and their children, living in single family homes located in mid-size suburban settings.  With kids of all ages still at home, this segment spends quality time at the local theme park or sporting events.  Typical expenditures include $150+ per week on groceries, new sports &amp; recreation equipment and of course toys.  Although \"Small Town Suburbia\" does have consumer debt, it hasn't stopped them from making some recent home improvements, which may have included the purchase of a large kitchen appliance. </td>\n   </tr> \n\n  <tr>\n     <td>B13 </td>\n     <td>Free At Last </td>\n     <td>Free At Last are married couples who are reconnecting again now that the kids have left the nest.  This retired, or nearly retired, set enjoys watching sports on TV and gardening.  They live a comfortable existence in their single family homes in smaller suburban areas and are rested and relaxed having just returned home from their recent cruise trip.  With the bulk of their career in their review mirrors, \"Free At Last\" have had ample time to build investment portfolios, which include stocks, mutual funds and other investments.  They enjoy eating out at their favorite family restaurant on a regular basis, which they drive to in their compact cars or full-size pick-ups. </td>\n   </tr> \n\n  <tr>\n     <td>C01 </td>\n     <td>Hittin' the Ground Running </td>\n     <td>Hittin' the Ground Running are young, unmarried and unlikely to have children in the household.  They have recently earned their Bachelor's or Post-Graduate degrees and are starting promising careers in the fields of computers and engineering.  They live in larger suburban areas where they have rentals they enjoy fixing up with new household furnishings.  Their income is directed towards their homes, paying off student loans, gifts and personal insurance.  In their free time, \"Hittin' the Ground Running\" like to go dancing, surf the net and play on their smartphones. </td>\n   </tr> \n\n  <tr>\n     <td>C02 </td>\n     <td>Mama's In Charge </td>\n     <td>Mama's In Charge is an audience comprised largely of young, single mothers caring for kids under the age of ten.  For the most part, this audience lives in rental properties located in larger size suburban areas.  These educators and engineers tend to use their incomes to take care of their homes, pay for school loans, buy gifts and to insure themselves and their children.  They may have also treated themselves to a piece of fine jewelry recently.  When they're not working, \"Mama's In Charge\" are probably shopping for women's clothing, chatting on their smartphones or spending quality kid time at the local theme park. </td>\n   </tr> \n\n  <tr>\n     <td>C03 </td>\n     <td>Aging Gracefully </td>\n     <td>Single with no kids left at home, \"Aging Gracefully\" are retired, or rapidly approaching retirement, from their jobs as engineers, educators and healthcare diagnosticians.  These folks live in well maintained homes located in larger suburban settings.  They have a healthy net worth and probably own stocks and mutual funds, along with some retirement real estate.  For \"Aging Gracefully,\" a little R&amp;R includes a glass or two of wine, travel to foreign countries, cheering on their hometown teams or simply reading the newspaper.   </td>\n   </tr> \n\n  <tr>\n     <td>C04 </td>\n     <td>Sunny Suburbia </td>\n     <td>Sunny Suburbia are married with kids, living in well appointed homes located in large suburban settings.  They drive their imports, SUVs and luxury cars to their jobs in the fields of engineering, education, healthcare/diagnostics and management.  Weekends are spent with the family at the local theme park or cheering on the hometown team.  \"Sunny Suburbia\" also relax with a glass of wine now and again and for real relaxation they vacation to foreign countries. </td>\n   </tr> \n\n  <tr>\n     <td>C05 </td>\n     <td>Parents Without Partners </td>\n     <td>Parents Without Partners are successful singles with children, living in well appointed homes in large suburbs.  They're in the thick of their careers as architects, educators, corporate managers and doctors.  They use their above average incomes to furnish and maintain their homes, buy gifts and for education, whether it be lingering student loans or their children's education.  \"Parents Without Partners\" enjoy tuning in the local sports team on the radio, listening to music they've recently downloaded or catching a flick on their Blu-ray player.  They also like to shop and have probably purchased women's clothing or a small kitchen appliance recently. </td>\n   </tr> \n\n  <tr>\n     <td>C06 </td>\n     <td>Relaxation Maximization </td>\n     <td>Relaxation Maximization are living out their golden years in single family homes located in larger suburban settings.  Having retired from their careers in education, healthcare and engineering, this set now enjoys more laid back endeavors such as reading the newspaper, watching TV or gardening.  They have a comfortable net worth, along with some retirement real estate, and tend to focus their spending on their homes, gifts and personal insurance.  \"Relaxation Maximization\" take care of their health with vitamins and dietary supplements, but occasionally take a prescription remedy for a specific ailment. </td>\n   </tr> \n\n  <tr>\n     <td>C07 </td>\n     <td>Slowin' Their Roll </td>\n     <td>Slowin' Their Roll are established singles and married couples winding down from, or newly retired from, careers in engineering, education and healthcare.  The majority of these folks still have children living with them in their high-end suburban homes.  This set continues to add to their already comfortable nest egg and what they're not saving they're using for their homes, education, gifts, contributions and personal insurance.  They've also recently purchased books, women's clothing or an item they saw in a catalog, which they ordered over the phone.  \"Slowin' Their Roll\" enjoy dancing, playing the lottery and eating out at their favorite family restaurants...well, when they're not noshing on home-cooked meals that is, which costs them $150 or more per week at the grocery store.   </td>\n   </tr> \n\n  <tr>\n     <td>C08 </td>\n     <td>Climbing the Ladder </td>\n     <td>Climbing the Ladder are young singles creating a name for themselves in their chosen field of computers/math, architecture/engineering and education.  These career-minded professionals rent posh pads located in larger suburban settings.  They enjoy dancing, attending sporting events and surfing the net where they've recently downloaded some new tunes or perhaps a best-selling read.  \"Climbing the Ladder\" spend their above average incomes on household operations, big-ticket home furnishings, gifts and personal insurance.  What remains is devoted to the multiple trips abroad this set has already taken or plan on taking in the future. </td>\n   </tr> \n\n  <tr>\n     <td>C09 </td>\n     <td>Reaping the Reward </td>\n     <td>Reaping the Reward are married empty nesters enjoying the fruits of their labor. As retired engineers, executive managers, educators, doctors and nurses, these folks managed to create a very healthy net worth for themselves.  Whether it's stocks, mutual funds or real estate, \"Reaping the Reward\" have diverse portfolios that allow them to enjoy a worry-free retirement from their comfortable suburban homes.  At home you can find them reading the newspaper or enjoying a glass of wine out on the deck.  Vacations are spent cruising the high seas or discovering foreign locales. </td>\n   </tr> \n\n  <tr>\n     <td>C10 </td>\n     <td>Single Savvy Savers </td>\n     <td>Single Savvy Savers are a middle-aged audience that is single and unlikely to have children in the household.  They live in large-scale suburbs where they enjoy careers as educators and architectural engineers.  They've managed to amass a comfortable net worth thus far and what they're not saving is focused on home furnishings, renter insurance for their upscale abodes, education, gifts and personal insurance.  They enjoy dancing, sports and browsing the internet where they probably spotted a must-have item that they ordered over the phone.  \"Single Savvy Savers\" also enjoy the occasional libation and have a particular fondness for wine and distilled spirits. </td>\n   </tr> \n\n  <tr>\n     <td>C11 </td>\n     <td>Carpool Lane </td>\n     <td>Carpool Lane are married couples caring for children of all ages in mid-size suburban surroundings.  Dad drives his imported car to his engineering job, while mom takes the SUV to drop off the kids at school before heading to the medical office where she's a nurse practitioner.  The family's above average income is used for household operations and furnishings, education, gifts, contributions and personal insurance.  On the weekends, \"Carpool Lane\" heads to the local theme park for a day of good old fashioned family fun. </td>\n   </tr> \n\n  <tr>\n     <td>C12 </td>\n     <td>Pinnacle of Success </td>\n     <td>Pinnacle of Success are middle-aged educators, doctors, nurses and executive managers who live in comfortably furnished suburban homes with their spouse and children.  They continually add to their already solid net worth and use what remains of their income for their kid's education, gifts, contributions, personal insurance and for their high-end homes, which probably have new furnishings or large kitchen appliances. They also drop $150 or more per week on groceries.  \"Pinnacle of Success\" enjoy reading magazines, not to mention the recently purchased NYT bestseller.  For fun, these families revel in a day of roller coasters and cotton candy at the local theme park. </td>\n   </tr> \n\n  <tr>\n     <td>C13 </td>\n     <td>Single Sophisticates </td>\n     <td>For the most part, \"Single Sophisticates\" are single without any children in the household.  Rather, this established audience is focused on their careers in engineering, education, healthcare and computers.  Their above average incomes afford them comfortable suburban homes, as well as allow them to pay for education, gifts, contributions and personal insurance.  They've also probably bought some household furnishings recently.  \"Single Sophisticates\" enjoy surfing the net on their smartphones and cheering on their home team at any number of sporting events.  They like to relax with a beer or their favorite distilled liquor and it's not unusual for this set to visit a foreign country for vacation. </td>\n   </tr> \n\n  <tr>\n     <td>C14 </td>\n     <td>Sittin' Pretty in the Suburbs </td>\n     <td>Sittin' Pretty in the Suburbs are mature married couples closing in on retirement.  This audience probably still has some older children living with them in their high-end homes.  They've been highly successful in their careers as executive managers, home-based business owners and doctors...so successful in fact that they've built a substantial net worth for themselves, which includes stocks and investment real estate.  \"Sittin' Pretty in the Suburbs\" earn well above average incomes that allow them to enjoy the finer things in life like luxury cars, vacations abroad and cruising the high seas. </td>\n   </tr> \n\n  <tr>\n     <td>C15 </td>\n     <td>Suburban Splendor </td>\n     <td>Suburban Splendor are married couples and their children living the good life in mid-size suburban settings where they reside in sprawling high-end homes.  Theses engineers, doctors, executive managers and home-based business owners work hard and have already managed to build-up a sizable net worth.  They enjoy reading magazines, driving luxury cars and taking fabulous family vacations to foreign lands.  \"Suburban Splendor's\" extremely healthy incomes allow them to invest in real estate, buy top-of-the-line household furnishings, educate their children and to be quite generous with gifts and contributions. </td>\n   </tr> \n\n  <tr>\n     <td>D01 </td>\n     <td>Fast Trackers </td>\n     <td>Fast Trackers are rapidly ascending the ladder of success as lawyers, artists and careers in social science.  These singles live in high-end condos and townhouses in the urban core.  They enjoy dancing, participating in sports, cooking for fun and chillin' with friends over a beer or their fave distilled liquor.  \"Fast Trackers\" use their less than average incomes for reading materials, clothes, student loans, personal care and other miscellaneous expenses.  It also wouldn't be surprising if they recently downloaded the latest chart topper. </td>\n   </tr> \n\n  <tr>\n     <td>D02 </td>\n     <td>Momagers </td>\n     <td>Momagers are living jam-packed lives with fast-paced careers as lawyers, professors and in the fields of social science and the arts. When work is finished, the race continues as these urban singles hop in their compact cars and head to their townhomes where their kids are waiting to hear what's for dinner.  They use their slightly less than average incomes for reading materials, education, apparel, retail therapy and other miscellaneous expenses.  With what's left over, they may purchase the latest NYT best seller or perhaps a new household appliance.  When \"Momagers\" do eke out some free-time they like to go dancing, relax with a beer or two or chat with friends on their smartphones. </td>\n   </tr> \n\n  <tr>\n     <td>D03 </td>\n     <td>Success in the City </td>\n     <td>This established set is married with kids and in the midst of successful careers in the fields of education, social science and the arts.  \"Success in the City's\" above average incomes allow them to buy reading materials, apparel, gifts and to educate their children.  Recent purchases may have also included sports and recreation equipment for the kids, low-ticket home furnishings for their condo and even a piece of fine jewelry.  Outside of work, you can find \"Success in the City\" volunteering for a charitable organization, or perhaps they just returned from a trip abroad. </td>\n   </tr> \n\n  <tr>\n     <td>D04 </td>\n     <td>Renaissance Retirees </td>\n     <td>Renaissance Retirees are retired from, or are in the twilight of, their careers in the arts, social science and in the legal sector.  They're single and unlikely to have children living with them in their high-end urban rentals.  They use their slightly below average household incomes for reading materials, apparel, personal insurance and other miscellaneous expenses.  They have also recently purchased an item by phone, which they saw in a catalog.  \"Renaissance Retirees\" enjoy reading their favorite newspaper or magazine with a glass of wine and volunteering for a charitable organization close to their hearts. </td>\n   </tr> \n\n  <tr>\n     <td>D05 </td>\n     <td>Affluent Aficionados </td>\n     <td>Affluent Aficionados are a married, middle-aged and child-free segment who are living a comfortable lifestyle in the big city.  As lawyers and financial representatives they've done well for themselves and have managed to accrue a tidy net worth.  Their above average incomes allow them to indulge in the finer things in life like luxury cars, fine jewelry and trips to foreign countries.  On the flip side, \"Affluent Aficionados\" are also quite philanthropic and volunteer for charitable organizations in their free time. </td>\n   </tr> \n\n  <tr>\n     <td>E01 </td>\n     <td>Young and Hungry </td>\n     <td>Young and Hungry are unmarried and unlikely to have children in the household.  Rather, they are putting their Bachelor's or Post-Grad degrees to work in their fledgling careers in social services and the armed forces.  They tend to rent average condos and townhouses in smaller suburban settings with an above average crime index.  There may also be a military base or correctional facility nearby, which would account for a higher population density than is typical for this area.  With their limited incomes, \"Young and Hungry\" focus their spending on reading materials, utilities, personal care, healthcare and other miscellaneous expenses.  Their free-time is spent dancing or relaxing with friends over a couple beers or other adult beverage of choice. </td>\n   </tr> \n\n  <tr>\n     <td>E02 </td>\n     <td>Making It Matriarchs </td>\n     <td>Making It Matriarchs are young unmarried mothers who are caring for children under the age of fifteen.  Their careers are concentrated in the armed forces or social services.  After work, these women head home to their rented condos for some quality time with their kids.  Their below average income is applied to necessities such as utilities, personal care, healthcare and transportation.  They have also recently purchased some clothes for themselves, toys for the kids and maybe even a piece of fine jewelry.  \"Making It Matriarchs\" don't have a lot of free time, but when they do this group likes to go dancing or perhaps try out a new recipe on their family. </td>\n   </tr> \n\n  <tr>\n     <td>E03 </td>\n     <td>Retiring Retirees </td>\n     <td>Retiring Retirees have retired from their jobs in the armed forces or social services and are living a simple lifestyle in smaller suburban settings where they rent cozy townhomes.  Although the suburbs they live in are on the smaller side, the local population is fairly dense due to a nearby military base or perhaps a correctional facility.  Their limited fixed incomes handle the basics such as personal care, healthcare, utilities and retail expenses, with a little left over to buy that must-have item they recently saw in a catalog and ordered by phone.  \"Retiring Retirees\" enjoy watching television, reading the newspaper and gardening. </td>\n   </tr> \n\n  <tr>\n     <td>E04 </td>\n     <td>Stuck in the Middle </td>\n     <td>Stuck in the Middle are a middle-aged, middle class audience that is more than likely married and certain to still have children at home.  For the most part, these folks own condos or townhomes in suburban settings where the crime index tends to be on the high side.  They're also more than likely living near a military base where they have a job in the armed forces.  Although their income is slightly below average, they find the money for books, small kitchen appliances and women's clothing after the utilities and healthcare expenses are paid.  In their spare time \"Stuck in the Middle\" can be found tooling around on their ATVs or volunteering for a charitable organization close to their hearts.   </td>\n   </tr> \n\n  <tr>\n     <td>E05 </td>\n     <td>Home Sweet Home </td>\n     <td>Home Sweet Home are living a low-key family life in comfortable homes in the suburbs.  During the week, you can find these married computer experts and social servants carpooling to work in the subcompact car they share.  Their above average incomes allow them to pay their personal care, transportation and healthcare expenses, while still leaving extra for that cool new gas grill they ordered on the internet or the new stainless steel fridge they bought when their old one finally bit the dust.  For fun, \"Home Sweet Home\" enjoy a good book or listening to the music they recently downloaded. </td>\n   </tr> \n\n  <tr>\n     <td>E06 </td>\n     <td>Retirement Ready </td>\n     <td>Upper middle-aged empty nesters dominate this group of social servants and computer experts who are closing in on retirement.  \"Retirement Ready\" enjoy reading the newspaper, playing the lottery and dining out at family restaurants.  They also spend a fair amount of time volunteering for their favorite charity.  Their less than average household income is directed towards reading materials, utilities, healthcare, transportation and other miscellaneous expenses.  And with retirement on the horizon, \"Retirement Ready\" are also keen investors, with portfolios featuring stocks, mutual funds and investment real estate. </td>\n   </tr> \n\n  <tr>\n     <td>E07 </td>\n     <td>Frontline Families </td>\n     <td>Married with children of all ages, \"Frontline Families\" are living lives focused on home, family and duty to country.  This audience probably owns an average condo or townhouse in smaller suburban areas--quite possibly near the military base where they're enlisted.  They use their above average household incomes for home goods such as large kitchen appliances, low-ticket home furnishings and other household appliances.  They have probably also recently purchased some new toys or perhaps a new movie to watch on their DVD or Blu-ray players.  \"Frontline Families\" enjoy catching up on the latest news and trends compliments of their favorite magazines, as well as spending quality family time at the local theme park. </td>\n   </tr> \n\n  <tr>\n     <td>E08 </td>\n     <td>Settled Singles </td>\n     <td>Settled Singles are enjoying low-key lives in suburban areas where the crime index tends to be high.  These computer techs and social servants bring home an average paycheck, which they use to buy reading materials, pay the utilities, cover healthcare expenses and to gas up their imported cars.  For fun, \"Settled Singles\" like to go dancing, gamble or have their friends over to dine on their latest culinary masterpiece. </td>\n   </tr> \n\n  <tr>\n     <td>F01 </td>\n     <td>Low Income Laborers </td>\n     <td>Low Income Laborers are young singles who are unlikely to have children at home.  For the most part, this segment has not completed high school, which drives their blue collar careers in maintenance, construction, farming and material moving.  With a very limited household income, \"Low Income Laborers\" focus their spending on basics such as food &amp; beverages, utilities, personal care, apparel and their tobacco habit.  A night out might include dinner at their favorite fast food restaurant followed by dancing, or perhaps a beer or two with friends.   </td>\n   </tr> \n\n  <tr>\n     <td>F02 </td>\n     <td>She Works Hard for the Money </td>\n     <td>She Works Hard for the Money are young single mothers caring for infants and toddlers.  These moms probably did not finish high school and are supporting their families with low paying jobs in maintenance, farming, construction and material moving.  With their below average incomes, these women buy food &amp; beverages, pay for utilities and purchase apparel, tobacco products and the occasional toy if their budgets permit.  For fun, \"She Works Hard for the Money\" enjoy reading magazines, a night out dancing and chatting on their smartphones. </td>\n   </tr> \n\n  <tr>\n     <td>F03 </td>\n     <td>Fixed Income </td>\n     <td>Fixed Income are mature singles who are unlikely to have children still living with them in their moderate suburban homes.  Living off their well below average incomes, this mature group's frugal spending is geared towards food &amp; beverages, utilities, personal care and tobacco products.  \"Fixed Income\" enjoy watching television and are also probably members of a collector's club.  It's also a safe bet that these folks have taken a prescription or two recently to remedy an ailment. </td>\n   </tr> \n\n  <tr>\n     <td>F04 </td>\n     <td>Flying Solo </td>\n     <td>Residing in comfortable homes in mid-size suburban areas, \"Flying Solo\" are middle-aged singles raising children on their own.  These single parents probably haven't graduated from high school and work hard at their blue collar jobs in maintenance, construction, farming and material moving.  With their below average incomes, this segment tends to focus their spending on basics such as utilities, personal care and tobacco.  They have probably also bought new tires recently, as well as women's clothing.  \"Flying Solo\" also spend a good amount of money on food &amp; beverages, including the $150 or more per week they spend on  groceries, as well as their frequent meals at fast food restaurants. </td>\n   </tr> \n\n  <tr>\n     <td>F05 </td>\n     <td>Gettin' By </td>\n     <td>Gettin' By are an upper middle-aged segment that is married and may also have children living with them in their modest suburban homes.  They drive their compact and imported cars to their maintenance and construction jobs and use their below average incomes for food &amp; beverages, tobacco, utilities, personal care and apparel--they probably also own some retirement real estate.  They like to relax by watching their favorite programs on television and perhaps a little gardening as well. </td>\n   </tr> \n\n  <tr>\n     <td>F06 </td>\n     <td>La Familia </td>\n     <td>La Familia are married with children, enjoying a modest lifestyle in mid-size suburban settings.  Although their jobs as farmers, maintenance engineers and construction workers don't bring in the \"big bucks,\" they do make enough to buy $150+ per week in groceries, pay the utilities, pick up some new trousers for dad, put new tires on the family car and pay the smartphone bill.  \"La Familia\" also manages the occasional little luxury like toys for the kids, family time at the local theme park or rawhide treats for Fido. </td>\n   </tr> \n\n  <tr>\n     <td>F07 </td>\n     <td>Daily Grind </td>\n     <td>Single, without any children in the household, \"Daily Grind\" are living unremarkable lives in mid-size suburban settings.  These maintenance workers, construction laborers and material movers get around in their compact cars or on their motorcycles, for which they've probably just purchased new tires.  \"Daily Grind\" are avid sports fans who enjoy tuning into their favorite programs on the radio, gambling, reading magazines and enjoying a beer or two with the guys. </td>\n   </tr> \n\n  <tr>\n     <td>F08 </td>\n     <td>Mamas and Papas </td>\n     <td>Mamas and Papas are maintenance workers, farmers and construction laborers who work hard to support their families.  These homeowners spend their average incomes on utilities, apparel, payments on their imports or luxury cars and groceries, for which they drop upwards of $150 per week.  Weekends find \"Mamas and Papas\" enjoying family time at the local theme park, playing catch in the backyard with Spot and purchasing new toys for kids who managed to get their weekly chores completed as promised. </td>\n   </tr> \n\n  <tr>\n     <td>F09 </td>\n     <td>American Dream </td>\n     <td>American Dream are married couples enjoying an idyllic suburban lifestyle with their children.  Their above average incomes cover household expenses such as food &amp; beverages, transportation, apparel, personal care and utilities, as well as extras like large kitchen appliances for their comfortable homes or perhaps a piece of fine jewelry for mom.  \"American Dream\" enjoy reading magazines, gambling and spending quality time with the kids at the local theme park.  They are also planning for the future with a growing nest egg that includes investments in real estate and mutual funds.   </td>\n   </tr> \n\n  <tr>\n     <td>G01 </td>\n     <td>Single Simplicity </td>\n     <td>Single Simplicity are young singles, without children in the household, living in older rentals in mid-size suburban areas.  You can find this audience driving their compact cars to their jobs as healthcare technicians, administrators and social servants.  They spend their less than average household incomes on transportation, healthcare, utilities, tobacco products and other miscellaneous expenses.  They have probably also recently purchased big-ticket home furnishings or small kitchen appliances.  \"Single Simplicity\" spends their downtime surfing the net and eating out at fast food restaurants. </td>\n   </tr> \n\n  <tr>\n     <td>G02 </td>\n     <td>Modest Means Mommies </td>\n     <td>Modest Means Mommies are predominantly single women caring for children under the age of fifteen.  After dropping off the kids at school or daycare, these busy moms head off to their healthcare technician and social services jobs.  Their less than average incomes are earmarked for rent, transportation, healthcare, utilities and other miscellaneous expenses.  Some of their other recent purchases include new clothing for themselves, as well as new toys for the kids.  When they do get some free time, \"Modest Means Mommies\" like to go dancing, read magazines, listen to the radio and treat the kids to dinner at McDonald's or Burger King. </td>\n   </tr> \n\n  <tr>\n     <td>G03 </td>\n     <td>Suburban Sunsetters </td>\n     <td>Suburban Sunsetters are a mature set, comprised heavily of single women who are unlikely to still have children living at home.  On the verge of retirement, or newly retired, from their jobs in social services and healthcare, this audience lives in unexceptional rentals in mid-size suburbs.  Their lean fixed income is geared towards transportation, utilities and healthcare, while still leaving a bit left over for new women's clothing.  \"Suburban Sunsetters\" enjoy watching television, as well as making long distance calls to their loved ones.   </td>\n   </tr> \n\n  <tr>\n     <td>G04 </td>\n     <td>Mid-Life Matriarchs </td>\n     <td>Mid-Life Matriarchs are middle-aged, single women who still have children living with them in their modest, single family suburban homes.  These high school graduates and Associate's degree holders work hard at their jobs in the fields of social services, administration and healthcare.  Their less than average incomes allow them to tackle healthcare and transportation expenses, utility bills and tobacco purchases.  In addition, \"Mid-Life Matriarchs\" have probably recently purchased a new outfit for themselves or some low-ticket home furnishings to spruce up their digs.  Downtime is spent eating out at fast food restaurants, attending sporting events or simply taking a little me-time to snuggle with the cat. </td>\n   </tr> \n\n  <tr>\n     <td>G05 </td>\n     <td>Handy Homeowners </td>\n     <td>Single, without any children at home, \"Handy Homeowners\" live in modest single family homes located in the suburbs.  These healthcare technicians, administrators and social servants pull down a less than average income, but it's still enough to pay for basics like auto insurance, utilities, healthcare, tobacco products and other miscellaneous expenses.  They also have enough remaining to cover the improvements they made to their homes recently.  They like to relax by listening to the game on the radio or perhaps surfing the net to see what's going on in the world.  \"Handy Homeowners\" also enjoy riding their motorcycles to the joint down the road to enjoy a beer or two with their buddies. </td>\n   </tr> \n\n  <tr>\n     <td>G06 </td>\n     <td>Family-Friendly </td>\n     <td>Family-Friendly are young married couples, with children of all ages, leading active lifestyles in the suburbs.  With a tight budget resulting from their less than average household incomes, \"Family-Friendly\" tend to focus their spending on transportation, healthcare, utilities and $150+ per week on groceries.  But occasionally there's a little extra to get new toys for the kids, the latest chart-topper by their favorite artist or that new kitchen gadget mom's had her eye on.  Weekends are devoted to family pursuits such as playing fetch with Fido or perhaps taking their standard car to the local theme park for a day of family fun. </td>\n   </tr> \n\n  <tr>\n     <td>G07 </td>\n     <td>Home Alone </td>\n     <td>Home Alone are predominantly mature single women living out their golden years in modest suburban homes.  These retirees enjoy watching television, reading the newspaper and making long distance calls to friends and family who don't live nearby.  Although they don't make too many frivolous purchases, their limited fixed income is enough to cover basics such as utilities, transportation, medical insurance and other miscellaneous expenses.  \"Home Alone\" have probably also taken a prescription remedy recently for an ailment, as well as a vitamin or supplement to support their overall health. </td>\n   </tr> \n\n  <tr>\n     <td>G08 </td>\n     <td>Rest and Relaxation </td>\n     <td>Rest and Relaxation are empty nesters enjoying their retirement years in mid-size suburban settings.  Free from both career and parenting responsibilities, these couples like to go gambling, work in their gardens and keep abreast of current affairs by reading the newspaper.  They spend their limited household income on transportation, utilities, tobacco products and insurance--both medical and life.  \"Rest and Relaxation\" are also likely taking a prescription or two for various ailments, as well as a vitamin or supplement to protect their overall health.  </td>\n   </tr> \n\n  <tr>\n     <td>G09 </td>\n     <td>Sublime Suburbia </td>\n     <td>Sublime Suburbia are married couples who do not have any children in the household.  They live in suburban homes built before 1990 and enjoy careers in the fields of social services, healthcare and administration.  Their above average household income is focused on transportation, healthcare, utilities and tobacco products.  They have probably also purchased some men's clothing or a piece of fine jewelry recently.  \"Sublime Suburbia\" also have an eye on the future and probably own some type of investment/retirement real estate.  These folks enjoy playing the lottery and the radio in their compact cars is probably tuned into the sporting event du jour. </td>\n   </tr> \n\n  <tr>\n     <td>G10 </td>\n     <td>Parenthood the Sequel </td>\n     <td>Parenthood the Sequel are mature couples whose children have never left, or have recently returned to, the nest.  These suburban homeowners enjoy gambling, gardening and doting on the family cat.  As hard-working healthcare technicians, social servants, administrators and home-based business owners, \"Parenthood the Sequel\" pull down a less than average household income, but it's enough to cover transportation expenses, healthcare costs, utilities and other miscellaneous purchases.  Plus, there's occasionally a little extra to buy some new duds for the men of the house and perhaps even a piece of fine jewelry for mom.  </td>\n   </tr> \n\n  <tr>\n     <td> G11</td>\n     <td>Family First </td>\n     <td>Family First are married couples who have their hands full caring for a household of children of all ages.  These families tend to live in average homes in mid-size suburban settings.  Mom works as a healthcare technician or in social services, while dad is an ambitious entrepreneur with a thriving home-based business.  Their above average incomes easily accommodate their utility bills, transportation costs and healthcare expenses, while leaving enough left over for sports or recreation equipment, toys, men's clothing and small kitchen appliances.  For fun, \"Family First\" enjoy cheering on their home team at local sporting events and you can bet the radio in their compact car is tuned into the local sports channel. </td>\n   </tr> \n\n  <tr>\n     <td>G12 </td>\n     <td>Suburban Satisfaction </td>\n     <td>Suburban Satisfaction are middle-aged married couples and their children enjoying a comfortable lifestyle in mid-size suburban settings.  Their above average incomes cover the household bills with enough left over to splurge on extras like men's clothing, fine jewelry and sports/recreation equipment for the kids.  And with college looming in the not so distant future, you can bet these parents also make regular deposits into the college savings plan they set-up for their children.  For fun, \"Suburban Satisfaction\" enjoy attending sporting events, tooling around on their ATVs or tuning in the local game on the radio in their mid-size SUV. </td>\n   </tr> \n\n  <tr>\n     <td>H01 </td>\n     <td>Overalls and Workboots </td>\n     <td>Overalls and Workboots are a middle-aged audience that is not likely to be married or have children at home.  Rather, these folks are focused on making a living in the rural township they call home.  As high school graduates, this segment holds down jobs in installation, production, transportation and construction.  Their below average income supports a basic lifestyle that includes rent for their humble abodes, transportation, healthcare and food &amp; beverages.  They have probably also purchased tires or a household appliance recently.  \"Overalls and Workboots\" enjoy listening to the radio, a night out dancing and meeting up with their friends to knock back a couple beers, which they enjoy with their preferred tobacco product. </td>\n   </tr> \n\n  <tr>\n     <td>H02 </td>\n     <td>Making Ends Meet </td>\n     <td>Making Ends Meet are young, single and caring for children of all ages in America's rural regions.  These folks work hard at their day jobs in installation, transportation, production and construction and even harder after the work whistle blows as single parents.  With incomes that are below the national average, this group's expenses center around transportation, healthcare, tobacco products and food &amp; beverages.  They have probably also managed some new tires for their standard cars, new toys for their kids and perhaps a rawhide treat for the family dog.  When \"Making Ends Meet\" do get a spare moment, they like to listen to the radio and read outdoor media.  </td>\n   </tr> \n\n  <tr>\n     <td>H03 </td>\n     <td>Rural Roots </td>\n     <td>Rural Roots are largely single retirees with no children left at home, living in the rural town they've probably lived in most of their lives.  This mature, largely female audience exists on an extremely tight fixed income, which they use to maintain their standard cars, pay for medial insurance, purchase tobacco products and buy food &amp; beverages.  It's likely they also own some type of retirement real estate.  \"Rural Roots\" like to relax by reading about current events in their local newspaper and watching their favorite shows on television. </td>\n   </tr> \n\n  <tr>\n     <td>H04 </td>\n     <td>Small Town Struggles </td>\n     <td>For the most part, \"Small Town Struggles\" are married and still have children living at home.  These families typically live in modest homes in rural America.  Many folks in this segment have already retired, but those who haven't can be seen driving their compact pick-ups to their jobs in installation, production, transportation and construction--some even have home-based businesses they're trying to get off the ground.  Their less than average household incomes cover basic requirements including food &amp; beverages, transportation, healthcare and tobacco products.  Little extras may include new tires for the motorcycle, women's clothing, a new chew toy for the family dog or perhaps something special they spotted in a mail order catalog.  \"Small Town Struggles\" enjoy a good cigar and hitting the open road on their ATV. </td>\n   </tr> \n\n  <tr>\n     <td>H05 </td>\n     <td>Rustic Reality </td>\n     <td>Rustic Reality are installation contractors, production workers, construction laborers and healthcare technicians who tend to be single and most likely don't have any children in the household.  These folks are rural homeowners who don’t have a lot of income at their disposal and what they do take home is earmarked for maintaining their vans, pick-ups and motorcycles, paying healthcare expenses, buying food &amp; beverages and supporting their tobacco habit.  \"Rustic Reality\" enjoy working on their homes and cars and own a variety of tools to help them get the job done.  They also like tuning in their favorite programs on the radio. </td>\n   </tr> \n\n  <tr>\n     <td>H06 </td>\n     <td>Small Town Sensibility </td>\n     <td>Married, with children still living at home, \"Small Town Sensibility\" are an upper middle-aged segment living low-key lives in rural America. These high school graduates work hard at their production, transportation and construction jobs and some have even launched a home-based business venture.  Their average incomes pay for vehicle maintenance and upkeep, healthcare expenses and food &amp; beverages.  \"Small Town Sensibility\" enjoy taking in a sporting event on the radio, eating at fast food restaurants and doting on their multiple pets.  They also spend a fair amount of time volunteering for the charitable organization near and dear to them. </td>\n   </tr> \n\n  <tr>\n     <td>H07 </td>\n     <td>Carefree in the Country </td>\n     <td>Carefree in the Country are middle-aged singles living a peaceful existence in rural locales.  These installation specialists, production workers, construction laborers and healthcare technicians pull down average incomes that easily cover their transportation expenses, healthcare costs, food &amp; beverages and insurance premiums--both home and auto.  They probably also own some real estate where they plan to retire one day.  For fun, \"Carefree in the Country\" enjoy gardening and off-roading on their ATV. </td>\n   </tr> \n\n  <tr>\n     <td>H08 </td>\n     <td>Kids Country </td>\n     <td>Kids Country are married couples raising children of all ages in a country setting where the pace is slower and life is a little more simple.  Mom and Dad are high school graduates with jobs in installation and production, in addition to managing a home-based business on the side.  They spend their average incomes on maintenance and upkeep for their multiple vehicles, healthcare, toys for the kids and chewing tobacco for themselves.  For fun, \"Kids Country\" enjoy exploring the countryside on their ATVs, listening to their favorite programs on the radio and reading outdoor media. </td>\n   </tr> \n\n  <tr>\n     <td>H09 </td>\n     <td>Rural Retirees </td>\n     <td>Rural Retirees are married couples who no longer have kids living under their roof.  As retired installation workers, production specialists, transportation experts and construction workers, these folks now enjoy more peaceful pursuits such as gardening, ATV off-roading and catching up with friends and family who are just a long distance phone call away.  While \"Rural Retirees\" probably won't be taking a five-star cruise anytime soon, their average household incomes are more than adequate to handle their transportation, healthcare and food &amp; beverage expenses. </td>\n   </tr> \n\n  <tr>\n     <td>H10 </td>\n     <td>Small Town USA </td>\n     <td>Small Town USA are families enjoying the simple pleasures small town living has to offer.  Mom and Dad enjoy solid jobs in the fields of production, transportation and installation.  Some of the more enterprising folks even run a successful home-based business.  Their above average incomes allow them to maintain their motorcycles, full-size pick-ups and other domestic autos, as well as cover healthcare costs, food &amp; beverage expenses and care for their four-legged family members.  \"Small Town USA\" spend quality family time cruising the countryside on their ATVs, listening to the game on the radio and reading outdoor media. </td>\n   </tr> \n\n  <tr>\n     <td>J01 </td>\n     <td>Rural Rigors </td>\n     <td>Rural Rigors are single without any children in the household living in humble rentals in rural farm settings. These high school graduates work long days farming their fields or in the fields of transportation, production, installation and law enforcement.  Many of these folks may not even be in the labor force currently.  Their below average household incomes are spent on basics such as healthcare, retail purchases, food &amp; beverages, utilities and tobacco products.  It's also probable that they have recently purchased a household appliance.  \"Rural Rigors\" spend their downtime watching television, reading outdoor media and off-roading on their ATV.  </td>\n   </tr> \n\n  <tr>\n     <td>J02 </td>\n     <td>Heartland Hardships </td>\n     <td>Single with children at home, these young mothers are struggling to eke out a living in rural America.  As farmers, transportation experts, production workers, law enforcement officers and construction workers, \"Heartland Hardships\" pull down just enough to cover healthcare expenses, food &amp; beverage purchases, utilities and to indulge their tobacco habit.  Occasionally, there's enough remaining to put new tires on their standard cars, surprise the kids with a new toy, buy a new household appliance or score a new outfit for mom.  For fun, \"Heartland Hardships\" enjoy eating out at fast food restaurants and playing catch with the family dog. </td>\n   </tr> \n\n  <tr>\n     <td>J03 </td>\n     <td>Twilight Time </td>\n     <td>Twilight Time are a predominantly single segment living out their golden years in humble homes in rural locales.  These rustic retirees enjoy watching their favorite programs on television, making long distance calls to loved ones and indulging in their love of chewing tobacco.  \"Twilight Time\" have basic needs, making their limited fixed income sufficient for the prescription remedy they take for an ailment, maintenance and upkeep of their compact pick-ups, minor retail purchases, food &amp; beverages and utilities. </td>\n   </tr> \n\n  <tr>\n     <td>J04 </td>\n     <td>Farmhouse Families </td>\n     <td>Farmhouse Families are married couples raising children of all ages in rural America.  Mom and Dad are farmers, transportation experts, production workers and home-based business owners.  Although the income associated with these jobs doesn't accommodate too many luxuries, there is enough to cover new tires for their domestic cars, food &amp; beverages, chewing tobacco, utilities, retail expenses and healthcare costs.  These folks have probably also bought a large kitchen appliance or other household appliance recently.  Downtime for \"Farmhouse Families\" includes off-roading adventures on their ATVs, spending time with their four-legged fur babies and reading outdoor media. </td>\n   </tr> \n\n  <tr>\n     <td>J05 </td>\n     <td>Heartland Homes </td>\n     <td>Heartland Homes are mature married couples who may or may not have children living with them in their modest homes in rural America.   Recently retired, or on the verge of retiring, from their jobs in farming, production, law enforcement and construction, this set has managed to squirrel away a modest net worth for themselves, which probably includes some real estate in the mix.  Their less than average household incomes allow them to manage healthcare expenses, retail expenditures, utilities and food &amp; beverage purchases, as well as indulge their tobacco cravings.  A good time for \"Heartland Homes\" includes hitting the open road on their ATVs and catching up with friends and family who are just a long distance phone call away. </td>\n   </tr> \n\n  <tr>\n     <td>J06 </td>\n     <td>Peace and Plenty </td>\n     <td>Peace and Plenty are married with children, enjoying all the comforts a peaceful life in the country has to offer.  These families enjoy reading outdoor media, ATV off-roading and playing fetch with Fido.  Mom and Dad work hard at their jobs in farming, transportation, production and installation--some are even thriving entrepreneurs running successful home-based businesses.  Their above average incomes are used for healthcare expenses, retail purchases, food &amp; beverages, utilities and tobacco products.  \"Peace and Plenty\" also mange to invest a little each month and probably own some stocks and real estate. </td>\n   </tr> \n\n  <tr>\n     <td>K01 </td>\n     <td>Single Serenity </td>\n     <td>Single Serenity are young, single and living a simple life in the country.  Although these country folks live in rural areas, a nearby correctional facility or mental institution could account for the denser population per square mile.  These folks drive their standard cars or motorcycles to their jobs in social services and healthcare.  Their below average incomes are allocated for retail purchases, healthcare, reading materials, tobacco products, utilities and other miscellaneous expenses.  When they're not on the job, \"Single Serenity\" enjoy following their hometown teams, browsing the internet and listening to the radio.  They also like getting together with friends after work to share a beer or two. </td>\n   </tr> \n\n  <tr>\n     <td>K02 </td>\n     <td>Single Moms Club </td>\n     <td>Single Moms Club are a segment comprised largely of single women caring for children 15 years and younger.  These working moms have jobs in the fields of social services and healthcare, where they make less than average household incomes.  Their typical expenditures include retail purchases, reading materials, utilities and tobacco products.  They have probably also recently purchased some new clothes for mom, new toys for the kids and some low-ticket home furnishings to spruce up their modest rentals.  Although \"Single Moms Club\" is located in a more rural area, close proximity to a correctional facility, nursing home or other similar institution makes the population per square mile denser than it would be otherwise. </td>\n   </tr> \n\n  <tr>\n     <td>K03 </td>\n     <td>Rustic Retired Renters </td>\n     <td>Rustic Retired Renters are mature singles living out their golden years in the peace and quiet of the country.  Due to a nearby correctional facility, mental hospital or other such institution, the population density in this segment is higher than it would be in a similar rural area.  \"Rustic Retired Renters\" enjoy watching television, reading the newspaper and making long distance calls to friends and family.  Their limited fixed income is allocated for healthcare, reading materials, utilities, tobacco products and other miscellaneous expenses.  It's also likely that they've bought a small kitchen appliance recently.  You can bet most \"Rustic Retired Renters\" have also taken a prescription or two for minor ailments, as well as a vitamin or supplement for their overall health. </td>\n   </tr> \n\n  <tr>\n     <td>K04 </td>\n     <td>Cozy in the Country </td>\n     <td>Cozy in the Country couples and their children enjoy an idyllic existence in rural America.  Mom and Dad have rewarding careers in sales or as successful home-based business owners.  Their average household incomes stretch further in their small town, providing more than enough to pay for retail purchases, that new household appliance Mom's had her eye on, healthcare bills, utilities and reading materials for everyone in the family.  For fun, these families like to go dancing, throw dinner parties where they can try out new recipes on friends and family and hitting nearby country roads on their motorcycles and ATVs.  \"Cozy in the Country\" have probably also spent a fair amount of time volunteering for a charitable organization near to their hearts. </td>\n   </tr> \n\n  <tr>\n     <td>K05 </td>\n     <td>Small Town Seniors </td>\n     <td>As mature singles without children at home, \"Small Town Seniors\" are enjoying the perks of retired life in small town America.  As a result of a nearby correctional facility or nursing home, this segment exhibits a higher population density than similar rural settings.  This group of seniors lives on a limited fixed income, which they use for reading materials, healthcare, retail purchases and other miscellaneous expenses.  It's highly likely \"Small Town Seniors\" also own some retirement real estate.  These homeowners enjoy watching sporting events on television, reading about current events in their hometown newspaper and being active participants in collector's clubs. </td>\n   </tr> \n\n  <tr>\n     <td>K06 </td>\n     <td>Aging Xers </td>\n     <td>Aging Xers are comprised of middle-aged singles without any children in the household.  Rather, these folks are focused on their Sales careers, where they pull down an average income.  They have managed to save a tidy net worth for themselves thus far and have diverse portfolios that include stocks and mutual funds, as well as retirement real estate.  What they're not investing or putting into a retirement plan is used for healthcare expenses, retail purchases and reading materials.  They also like to indulge their love of travel and have probably taken a cruise recently, as well as multiple trips abroad.  When they're not traveling, \"Aging Xers\" enjoy playing the lottery and relaxing with a glass or two of wine. </td>\n   </tr> \n\n  <tr>\n     <td>K07 </td>\n     <td>Country Comfort </td>\n     <td>Country Comfort are married with children of all ages.  Although they live in a semirural locale, the population density for this segment tends to be higher than normal for such areas due to the nearby correctional facility, nursing home or other similar institution.  As sales reps and home-based business owners, \"Country Comfort\" pull down average incomes, which they spend on household appliances, sports/recreation equipment, new toys for the kids and low-ticket home furnishings.  Family fun time usually means a trip to the local theme park for a day of roller coasters, ring toss and cotton candy. </td>\n   </tr> \n\n  <tr>\n     <td>K08 </td>\n     <td>Relaxed to the Max </td>\n     <td>As its name suggests, \"Relaxed to the Max\" are married couples enjoying a peaceful retirement in nonurban settings.  These retirees live on average household incomes, which they use for retail therapy, healthcare expenses, reading materials and other miscellaneous expenses.   They also have a healthy net worth, which probably includes investment or retirement real estate.  \"Relaxed to the Max\" enjoy gambling, watching sporting events on TV, reading the newspaper and driving their luxury cars to their local family restaurant for dinner.  It's also quite likely that these couples recently returned tanned and rested from their cruise on the high seas. </td>\n   </tr> \n\n  <tr>\n     <td> L01</td>\n     <td>Senior Struggles in the City </td>\n     <td>Senior Struggles in the City are mature singles who are getting by in the big city.  Retired from jobs in personal care &amp; service, social services and healthcare support, this group now lives on limited fixed incomes which, in the pricey urban core in which they live, cover basics such as retail purchases, personal care, utilities and food &amp; beverages.  This group of renters likely lives in multi-family units, on which they carry renter insurance to protect their valuables.  They enjoy watching television and indulging the smoking habit they picked up in their younger years.  It's likely \"Senior Struggles in the City\" take a prescription or two for various ailments, as well as a vitamin or supplement for specific health benefits. </td>\n   </tr> \n\n  <tr>\n     <td>L02 </td>\n     <td>Unassuming Urbanites </td>\n     <td>Unassuming Urbanites are single without children, living a modest existence in the inner city.  These folks probably did not graduate from high school and are holding down jobs in the fields of fire prevention, personal care &amp; service, social services and healthcare support.  They tend to spend their less than average household income on retail purchases, personal care, utilities, food &amp; beverages, healthcare, apparel, tobacco and reading materials.  It's quite possible they have also purchased a piece of fine jewelry recently.  For fun, \"Unassuming Urbanites\" enjoy dancing, cooking for friends and family and surfing the net, where they've recently downloaded the new album by their favorite artist.   </td>\n   </tr> \n\n  <tr>\n     <td>L03 </td>\n     <td>Paycheck-to-Paycheck </td>\n     <td>Paycheck-to-Paycheck skews heavily towards single mothers who are raising their children in the urban core in townhome/condo rentals.  This group of personal care associates, fire fighters, social servants and healthcare support employees pull down a less than average income, but it's enough to cover their retail purchases, utilities, tobacco products, food &amp; beverages and personal care.  Anything extra is allocated for women's clothing, big-ticket home furnishings and perhaps even a piece of fine jewelry.  \"Paycheck-to-Paycheck\" enjoy a night on the town dancing, sharing a glass of wine or two with friends and treating the kids to a day of thrills and chills at the local theme park. </td>\n   </tr> \n\n  <tr>\n     <td>L04 </td>\n     <td>City Standards </td>\n     <td>City Standards are married couples and their children enjoying a moderate lifestyle in the urban core.  Mom and Dad work in the fields of fire prevention, social services and healthcare support where they earn an average income that they use for retail purchases, reading materials, food &amp; beverages, apparel and healthcare expenses.  These families like to travel and have probably recently returned from a cruise or perhaps from a vacation abroad.  When \"City Standards\" are not vacationing, these folks enjoy reading magazines, surfing the net and trying their luck at the local casino. </td>\n   </tr> \n\n  <tr>\n     <td>M01 </td>\n     <td>Singular Focus </td>\n     <td>Singular Focus are single professionals who probably don't have any children in the household.  Rather, this ambitious set is focused on their careers in computers, architecture, sales and management.  These savvy singles live in high-end homes and rental properties located on the fringes of urban centers.  They spend their above average incomes on maintaining and managing their homes, education, personal insurance, gifts and contributions.  When they're not working, \"Singular Focus\" can be found rooting for the hometown team at a local sporting event, texting with friends on their smartphones and downloading that hot new single by their favorite artist.  For some serious R&amp;R, this group jets off to foreign locales for a well deserved vacation. </td>\n   </tr> \n\n  <tr>\n     <td>M02 </td>\n     <td>Raring for Retirement </td>\n     <td>Raring for Retirement may or may not be married and are unlikely to have children still living at home with them.  Instead, this group of nearly, or newly, retired professionals is living a carefree lifestyle on the urban fringe.  Their careers in computers, engineering, management and sales earn them above average incomes, which they spend on their homes, personal insurance, apparel, gifts and contributions.  They've accumulated a healthy net worth for themselves, which probably includes some stocks, as well as some retirement real estate.  \"Raring for Retirement\" enjoy driving their luxury cars to their favorite family restaurant for dinner or relaxing with a glass or two of wine.  These folks are also looking forward to the cruise vacation they plan on taking in a couple of months. </td>\n   </tr> \n\n  <tr>\n     <td>M03 </td>\n     <td>Fortuitous Families </td>\n     <td>Fortuitous Families are middle-aged married couples with children living high-end lives along the urban fringe.  These computer experts, engineers and corporate managers pull down well above average incomes, which allow them to provide their families with the finer things in life including well appointed homes, luxury cars, fine jewelry, vacations abroad and top-of-the-line sports/recreation equipment for the kids. \"Fortuitous Families\" are also quite philanthropic and volunteer their time and talent to a charitable organization near and dear to them. </td>\n   </tr> \n\n  <tr>\n     <td>M04 </td>\n     <td>Life in the Fam Lane </td>\n     <td>Life in the Fam Lane are married couples raising young children in large-scale suburban settings located just outside of the city limit.  These fortunate families enjoy comfortable lives thanks to Mom's and Dad's successful careers in computers, engineering, management and sales.  Their well above average household incomes afford them all of life's necessities, plus extras such as high-end homes, imported cars, new toys for the kids and the latest in sports &amp; recreation equipment.  For quality family time, \"Life in the Fam Lane\" enjoy cheering on the home team at a local sporting event and a day of fast rides and sweet treats at the nearby theme park.  These families are also focused on helping those who are less fortunate by volunteering at a local charitable organization. </td>\n   </tr> \n\n  <tr>\n     <td>N01 </td>\n     <td>Suburban Challenges </td>\n     <td>Suburban Challenges are material movers, healthcare support specialists, production workers and food preparation &amp; service employees who are young, single and do not have children living with them in their modest rentals located outside of city centers.  Their less than average incomes are focused on basics such as retail purchases, utilities, food &amp; beverages, healthcare and tobacco products.   When they're not working, \"Suburban Challenges\" enjoy watching television, listening to the radio, reading magazines and surfing the net.  They also like to unwind with their favorite distilled liquor, perhaps while listening to the music they recently downloaded. </td>\n   </tr> \n\n  <tr>\n     <td>N02 </td>\n     <td>Foundering Families </td>\n     <td>Foundering Families are married with children, living a pinched existence in large-scale suburban settings.  Mom and Dad work hard at their jobs in healthcare support, production and food preparation &amp; service--some may even be unemployed currently.  Their less than average household incomes support their family's basic needs including food &amp; beverages, utilities, healthcare, personal care and tobacco products.  Occasionally there's some left over for that new outfit for mom, new toys for the kids or a new household appliance for their modest rental.  \"Foundering Families\" enjoy getting together for dinner at their favorite fast food restaurant. </td>\n   </tr> \n\n  <tr>\n     <td>N03 </td>\n     <td>Surviving in Suburbia </td>\n     <td>Surviving in Suburbia are predominantly single mothers and their children under the age of 10, living an indigent existence in large suburban settings.  They hold down jobs in food preparation &amp; service, production and healthcare support and many may also be currently unemployed.  Their considerably less than average household income helps them pay for food &amp; beverages, utilities, healthcare and other miscellaneous expenses.  What remains helps buy women's clothing, household appliances and toys for the kids.  When they get a moment to relax, \"Surviving in Suburbia\" enjoy listening to the radio and reading their favorite magazines. </td>\n   </tr> \n\n  <tr>\n     <td>N04 </td>\n     <td>Cash-Strapped Seniors </td>\n     <td>Cash-Strapped Seniors are single retirees without any children at home, living hand-to-mouth in large-scale suburban areas.  With their extremely limited fixed incomes, these seniors focus their spending on basic necessities including utilities, food &amp; beverages, healthcare, personal care and tobacco products.  It's likely this audience uses a prescription or two to combat various ailments, as well as a vitamin or supplement for their overall health.  \"Cash-Strapped Seniors\" keep up with current events compliments of their local newspaper and enjoy tuning in their favorite programs on television and the radio. </td>\n   </tr> \n\n  <tr>\n     <td>N05 </td>\n     <td>Middle-Aged Matrons </td>\n     <td>This audience of single, middle-aged moms and their children are living indigent lives in large-scale suburban settings.  \"Middle-Aged Matrons\" struggle to make ends meet with their jobs in material moving, food preparation &amp; service, healthcare support and production, however many of them are also currently unemployed.  Although they don't have excess income at their disposal, they do have enough to pay for utilities, healthcare, personal care and food &amp; beverages.  With what's left, these folks have probably also purchased new tires for their standard cars, women's clothing and cigarettes or cigars.  When they get some time to relax, \"Middle-Aged Matrons\" enjoy listening to the radio or tuning in their favorite shows on television. </td>\n   </tr> \n\n  <tr>\n     <td>N06 </td>\n     <td>True Blue </td>\n     <td>True Blue are middle-aged couples and their kids living your typical middle class lifestyle in suburban areas where the crime index tends to be on the high side.  Mom and Dad work blue collar jobs in the fields of healthcare support, social services, fire prevention and material moving.  Those with an entrepreneurial bent are home-based business owners.  These families do tend to have some consumer debt, with their average household incomes earmarked for utilities, food &amp; beverages, healthcare, personal care and retail purchases.  They have probably also purchased some men's clothing recently or a new toy for the family cat.  \"True Blue\" enjoy eating out at family restaurants, watching the game on television and relaxing with a glass or two of their preferred distilled beverage. </td>\n   </tr> \n\n  <tr>\n     <td>N07 </td>\n     <td>Retired Repose</td>\n     <td>Retired Repose are mature, married couples who no longer have children living at home.  They're retired from their jobs in material moving, healthcare support and production and are enjoying their golden years in their modest homes located in larger suburban settings.  Their below average household incomes are allocated for retail purchases, utilities, food &amp; beverages, healthcare and other miscellaneous expenses.  They have probably also purchased some new tires recently for their domestic auto.  \"Retired Repose\" are members of collector's clubs and also enjoy watching television and reading the newspaper. </td>\n   </tr> \n\n  <tr>\n     <td>N08 </td>\n     <td>Middle-Aged Mavericks </td>\n     <td>Middle-Aged Mavericks are single without any children in the household.  They hold down jobs in social services, fire prevention, healthcare support or they may also be currently unemployed.  Their less than average household incomes pay for the utilities, food &amp; beverages, chewing tobacco, life insurance and other miscellaneous expenses.  They have also probably purchased some new tires recently.  \"Middle-Aged Mavericks\" enjoy a night on the town gambling, as well as picking up lottery tickets on their way home from work.  They like to relax by reading magazines, listening to their favorite tunes on the radio and treating themselves to some comfort food at their favorite family restaurant. </td>\n   </tr> \n\n  <tr>\n     <td>N09 </td>\n     <td>Punch Card Parents </td>\n     <td>Punch Card Parents are married couples and their children living an active family life in large-scale suburban areas.  After dropping off the kids at school, Mom and Dad drive their compact cars to their nine-to-five in healthcare support.  Some punch the time clock at home as home-based business entrepreneurs.  Still others may be currently unemployed.  Their average household incomes help pay for utilities, healthcare expenses, personal care, retail purchases and tobacco products.  They have also recently replaced the tires on the family van and bought that must-have new toy for their kids.  For fun, \"Punch Card Parents\" enjoy listening to the radio, perhaps while browsing through the latest issue of their favorite magazine. </td>\n   </tr> \n\n  <tr>\n     <td>N10 </td>\n     <td>Working Class Warriors </td>\n     <td>Working Class Warriors are single parents who still have children in the household.  These social servants, fire fighters, healthcare techs, administrators and material movers live in single family homes in larger suburban settings where the crime index is above average.  When they're not on the job, this group enjoys reading magazines, listening to the radio and surfing the net.  \"Working Class Warriors\" pull down average household incomes that pay for the lease on their luxury car, women's clothing, the refrigerator they recently purchased, utilities, food &amp; beverages and tobacco products. </td>\n   </tr> \n\n  <tr>\n     <td>P01 </td>\n     <td>Rooms for Improvement </td>\n     <td>Rooms for Improvement are an audience of young singles living a modest existence in the urban sprawl they call home.  Their jobs in the armed forces and food preparation &amp; service earn them less than average wages, which they spend on retail purchases, utilities, personal care, food &amp; beverages and their cigarette habit.  For fun, these renters enjoy going dancing, surfing the net and getting together with friends to relax with a beer or two, while everyone enjoys that new recipe \"Rooms for Improvement\" discovered in their favorite magazine. </td>\n   </tr> \n\n  <tr>\n     <td>P02 </td>\n     <td>Workin' for a Livin' </td>\n     <td>Workin' for a Livin'  are young, single moms caring for children 10 years and younger.  These moms work hard at their jobs in the armed forces and food preparation &amp; service.  After work, they head home to the condo they rent to help the kids with their homework before taking them to their favorite fast food restaurant for dinner.  \"Workin' for a Livin' \" take home less than average paychecks, which they spend on food &amp; beverages, utilities, tobacco products and healthcare.  They have also recently purchased some new clothing for themselves, toys for the kids and that new toaster oven that's been on their wish list.  For fun, this group enjoys going dancing, surfing the net and texting with friends on their smartphones. </td>\n   </tr> \n\n  <tr>\n     <td>P03 </td>\n     <td>Final Frontier </td>\n     <td>Final Frontier are mature singles getting by in America's urban centers.  This audience is nearly, or newly, retired from their jobs in the armed forces, food preparation &amp; service and administration and is looking forward to a little rest and relaxation as they begin the next chapter of their lives.  Although this group doesn't have a lot of income at their disposal, there is enough to handle the utility bills, healthcare expenses, retail purchases and food &amp; beverages.  With what remains, \"Final Frontier\" have probably also purchased a piece of fine jewelry recently, along with an item from their favorite catalog.  This group enjoys watching television, trying their luck at the local casino and they're looking forward to the cruise they're going to be taking over the holidays. </td>\n   </tr> \n\n  <tr>\n     <td>P04 </td>\n     <td>Kiddies in the City </td>\n     <td>Kiddies in the City are married couples and their children enjoying active family lives in the city.  Mom and Dad have careers in the armed forces, food preparation &amp; service and administrative/clerical where they earn average incomes that adequately support their family's lifestyle.  These folks spend their money on personal care, healthcare, utilities, food &amp; beverages and retail purchases and the kids have probably gotten some new toys recently.  For fun, \"Kiddies in the City\" enjoy a night out dancing, listening to the game on the radio, a day of fun in the sun at the local theme park and taking a trip to a foreign locale.  These families are also philanthropic and can be found volunteering at a local charitable organization close to their hearts. </td>\n   </tr> \n\n  <tr>\n     <td>P05 </td>\n     <td>Everyday Earners </td>\n     <td>Everyday Earners are middle-aged singles enjoying a comfortable city existence.  These armed forces enlistees, food preparation workers and administrators earn average salaries, which are more than adequate for handling their household bills including utilities, healthcare expenses, food &amp; beverages and personal care, as well as their internet and catalog purchases.  \"Everyday Earners\" also have an eye on the future with investments in both stocks and mutual funds.  When this group wants to relax they enjoy traveling and it's likely they've taken a cruise or a trip to an exotic foreign locale recently. </td>\n   </tr> \n\n  <tr>\n     <td>Q01 </td>\n     <td>Suburban Surplus </td>\n     <td>Suburban Surplus are married couples with children living a privileged lifestyle in the suburbs.  Mom and Dad enjoy careers as lawyers, corporate managers, doctors and financial experts.  Their well above average household incomes are used to maintain and manage their well appointed homes, as well as for personal insurance, gifts, contributions, apparel and education.  \"Suburban Surplus\" enjoy relaxing with a glass of wine while reading the NYT bestseller they recently purchased.  These families also enjoy spending quality time together, whether that means a day of thrills and chills at the local theme park or an extended family vacation to a foreign locale. </td>\n   </tr> \n\n  <tr>\n     <td>Q02 </td>\n     <td>Regal Retirees </td>\n     <td>Regal Retirees are mature empty nesters making the most of their golden years.  Both singles and couples belong to this segment that's enjoying the good life, with generous fixed incomes that allow them to maintain and manage their posh homes, gas up their luxury cars, purchase catalog and internet must-haves, make contributions to causes they support and buy gifts for family and friends.  In addition, this group also has an extremely healthy net worth with diverse portfolios that include stocks and mutual funds.  \"Regal Retirees\" like to relax with a glass of wine or perhaps catch up on current events compliments of their local newspaper.  This set also enjoys traveling and is probably either returning from, or planning, a luxurious cruise vacation or trip abroad. </td>\n   </tr> \n\n  <tr>\n     <td>Q03 </td>\n     <td>Posh Professionals </td>\n     <td>Posh Professionals are lawyers, doctors, corporate managers and financial advisors living the good life in mid-size suburban areas.  This group is more likely to be single and may or may not have children living with them in their luxury rentals.  Their substantial household incomes allow them to effortlessly manage and maintain their stylish homes, contribute to worthy causes, lavish loved ones with gifts, purchase the latest fashion trends and make payments on lingering student loans.  \"Posh Professionals\" enjoy cheering on their hometown sports teams, surfing the net on their smartphones, relaxing to the new album they recently downloaded and enjoying a day out with the kids at the local theme park. </td>\n   </tr> \n\n  <tr>\n     <td>Q04 </td>\n     <td>Family Fortune </td>\n     <td>Family Fortune are middle-aged married couples with children living a life of luxury in mid-size suburban settings.  With their enviable incomes, these doctors, lawyers and financial consultants are able to afford the very best for themselves and their families including luxury cars, beautifully appointed high-end homes, designer apparel, gifts for friends &amp; family and personal insurance.  These families have also accumulated a substantial net worth with investments in stocks and mutual funds.  For fun, \"Family Fortune\" enjoy reading magazines and taking lavish vacations to foreign locales.  These families are also quite philanthropic and volunteer for charitable organizations near to their hearts. </td>\n   </tr> \n\n  <tr>\n     <td>Q05 </td>\n     <td>Singular Sensations </td>\n     <td>Singular Sensations are middle-aged singles living privileged lives in mid-size suburban areas.  These lawyers, corporate managers, doctors and financial consultants pull down sizable incomes that support lavish homes, luxury cars, high-end apparel, personal insurance, gifts and contributions.  This set also has a substantial net worth with investments in various stocks.  When they're not working, \"Singular Sensations\" enjoy gambling, relaxing with a glass or two of wine and traveling abroad or cruising the high seas on a well deserved vacation. </td>\n   </tr> \n\n  <tr>\n     <td>R01 </td>\n     <td>City Survivors </td>\n     <td>City Survivors are single without children, living day-to-day in urban areas.  These folks work hard at their jobs in fire prevention, healthcare support, personal care &amp; service and maintenance--many of them may also be currently unemployed.  Their meager incomes are focused on basics such as retail purchases, personal care, food &amp; beverages, utilities, tobacco products and healthcare.  For fun, \"City Survivors\" enjoy cheering on their hometown teams, listening to the radio, reading magazines and surfing the net.   </td>\n   </tr> \n\n  <tr>\n     <td>R02 </td>\n     <td>Urban Underdogs </td>\n     <td>Urban Underdogs are mature seniors maintaining modest homes in urban areas where the crime index tends to be high.  Although they don't have a lot of income at their disposal, there is enough to pay for food &amp; beverages, utilities, tobacco products, healthcare and other miscellaneous expenses.  When they're not at their jobs in the fields of fire prevention, healthcare support, maintenance and social services, \"Urban Underdogs\" enjoy tuning in their favorite programs on television and the radio. </td>\n   </tr> \n\n  <tr>\n     <td>R03 </td>\n     <td>Underprivileged Urbanites </td>\n     <td>Comprised heavily of single women and their children, \"Underprivileged Urbanites\" are living an indigent existence in the city.  This audience's substantially less than average incomes are allocated for basics such as food &amp; beverages, utilities, tobacco products, toys for the kids, women's clothing and other miscellaneous expenses.  When they're not on the job as fire fighters, healthcare support personnel, personal care experts and social services professionals, \"Underprivileged Urbanites\" enjoy going dancing, reading magazines, listening to the radio and watching television. </td>\n   </tr> \n\n  <tr>\n     <td>R04 </td>\n     <td>One Day at a Time </td>\n     <td>One Day at a Time are middle-aged married couples and their children eking out a modest existence in our country's urban centers.  Mom and Dad work long hours at their jobs in fire prevention, healthcare support, maintenance and social services--some may also be unemployed currently.  Their less than average household incomes go toward the utility bills, food &amp; beverages, tobacco products, healthcare expenses and personal care.  This group has also probably bought some new tires recently, along with one or two catalog or internet purchases.  When they're not on the job, \"One Day at a Time\" enjoy listening to the radio, playing the lottery and spending quality time with the kids at their favorite family restaurant. </td>\n   </tr> \n\n  <tr>\n     <td>R05 </td>\n     <td>Livin' Large </td>\n     <td>Livin' Large are married couples with children, living a prosperous lifestyle in the city.  In addition to their sizable household incomes, this audience also has a substantial net worth that probably includes some investment real estate.  For fun, \"Livin' Large\" enjoy listening to the radio, surfing the net, throwing dinner parties where they can serve up their latest gourmet triumphs and treating themselves to fabulous vacations including trips to foreign countries and luxurious cruises.  </td>\n   </tr> \n  \n<tr> \n</tr></table>","_postman_id":"80264164-026a-4c2d-9766-8ce0f5e02647"},{"name":"Connex Neighborhood Cluster","item":[],"id":"055dcc57-fac6-44fb-b4d9-cee59959d65f","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>1</td>\n     <td>No Place Like Home</td>\n     <td>No Place Like Home are middle-aged married couples and their children living a casual lifestyle in the country.  These Associate's degree holders manage careers in the armed forces and in the fields of installation/repair, law enforcement and administration.  Those with an entrepreneurial mindset manage home-based businesses.  \"No Place Like Home\" earn slightly below average incomes, which they tend to spend on transportation, food &amp; beverages, tobacco and other miscellaneous expenses.  Weekends are reserved for family, which may include a little ATV off-roading, dinner at their favorite fast food joint or enjoying the latest movie release on their Blu-ray player.</td>\n   </tr> \n\n  <tr>\n     <td>2</td>\n     <td>Full House</td>\n     <td>Full House are married with children of all ages, living comfortable lives in smaller suburban settings.  They spend their above average incomes on entertainment, transportation and the maintenance and management of their spacious homes.  Some of their more recent purchases may have also included sports and recreation equipment for the kids, as well as some much anticipated home improvements.  Although \"Full House\" do tend to have consumer debt, they still find the money for frequent dinners at family restaurants, new clothes for dad and tickets to a local sports event.</td>\n   </tr> \n\n  <tr>\n     <td>3</td>\n     <td>Blissful in the Burbs</td>\n     <td>Blissful in the Burbs are middle-aged married couples and their older children living an idyllic suburban existence in small town America.  Mom and dad enjoy careers as doctors, engineers and corporate managers.  Their above average incomes allow them to expertly manage their upscale homes, pay for personal insurance, put some money away for the kids' education, buy gifts for loved ones and make the occasional contribution.  These folks also have an eye on the future with a comfortable net worth that probably includes stocks, mutual funds and some investment real estate to mix things up.  For fun, \"Blissful in the Burbs\" enjoy cheering on their home team at local sporting events.  They are also looking forward to the cruise vacation they plan on taking in a couple of months.</td>\n   </tr> \n\n  <tr>\n     <td>4</td>\n     <td>Up and Comers</td>\n     <td>Up and Comers are young singles free from the responsibilities of children, enjoying a carefree lifestyle in the big city setting they call home.  By day, these success-oriented singles are making a name for themselves in the arts, social science and computers, where they earn incomes that, although slightly below average, are more than enough to handle their rent and renter insurance, personal care expenses, retail purchases, utilities, healthcare and food &amp; beverages.  When they're not working, \"Up and Comers\" enjoy a night out dancing, impressing friends with their culinary skills at intimate dinner parties and relaxing with a beer while reading the latest NYT bestseller.</td>\n   </tr> \n\n  <tr>\n     <td>5</td>\n     <td>Modest Middle-Agers</td>\n     <td>Predominantly single without children in the household, \"Modest Middle-Agers\" are a middle-aged segment living a modest lifestyle in mid-size suburban areas.  These food preparation &amp; service professionals, social servants and administrators pull down less than average incomes, which they use for utilities, personal care, healthcare, tobacco, food &amp; beverages and other miscellaneous expenses.  They have probably downloaded the latest chart topper or audio book recently.  A good time for \"Modest Middle-Agers\" may include a night out dancing, trying out new recipes on family and friends or relaxing with their favorite magazine.</td>\n   </tr> \n\n  <tr>\n     <td>6</td>\n     <td>Suburban Serenity</td>\n     <td>Living comfortable lives in larger suburban settings located just outside city centers, \"Suburban Serenity\" are just as likely to be married with children as they are to be single and child-free.  As computer experts, social scientists, engineers, financial executives and educators, this group takes home above average incomes, which they tend to use for education, reading materials, gifts, personal insurance, contributions and for furnishing and managing their upscale homes.  They have probably downloaded the latest chart topper recently, as well as made a deposit into their children's college fund or their own retirement fund.  For fun, \"Suburban Serenity\" enjoy getting together with family and friends to share their latest culinary triumph paired with a glass of their favorite varietal.</td>\n   </tr> \n\n  <tr>\n     <td>7</td>\n     <td>Main Street Middles</td>\n     <td>Main Street Middles are living a comfortable lifestyle in small town America with their spouse and children.  During the week, Mom takes the family van to drop the kids off at school before heading to her job as a nurse practitioner, while Dad stays home to run the family's home-based business.  They tend to spend their average household incomes on home furnishings, entertainment and maintaining their multiple vehicles, which include full-size and compact pick-ups, as well as motorcycles.  When they get some free time, \"Main Street Middles\" enjoy gardening, making long distance calls to faraway friends and family and relaxing on the couch with the family cat.</td>\n   </tr> \n\n  <tr>\n     <td>8</td>\n     <td>Melting Pot</td>\n     <td>Melting Pot are a diverse suburban audience that is just as likely to be married as they are to be single, but either way they definitely have children at home.  As personal care professionals and maintenance workers, these folks pull down incomes that are slightly below average, but still enough to pay for apparel, transportation expenses, $150+ per week on groceries and a new chew toy for the family dog.  In their downtime, \"Melting Pot\" enjoy a night on the town dancing or treating the kids to a day at the theme park, followed by dinner at their favorite fast food restaurant.</td>\n   </tr> \n\n  <tr>\n     <td>9</td>\n     <td>Middle Class Mainstream</td>\n     <td>Whether married or single, with or without children, \"Middle Class Mainstream\" are a middle-aged group living an average lifestyle in small town suburbia.  As armed forces enlistees, administrators, social servants and healthcare technicians these folks take home average incomes, which support their transportation costs, personal care expenses, healthcare bills and tobacco habit.  This group also has enough remaining to cover their rental insurance premiums, as well as the big-ticket home furnishings and small kitchen appliance they recently purchased.  For fun, \"Middle Class Mainstream\" enjoy a night out dancing, watching their favorite programs on television and grabbing a burger and fries at their favorite fast food restaurant.</td>\n   </tr> \n\n  <tr>\n     <td>10</td>\n     <td>Middle-Aged Moderates</td>\n     <td>Single without children in the household, \"Middle-Aged Moderates\" are living an everyday life in mid-size suburban settings.  As educators and social scientists, these folks earn average incomes that they tend to spend on reading materials, retail purchases, personal care expenses, healthcare bills, utilities and tobacco.  It's also likely that they have recently purchased a small kitchen appliance or a must-have item they spotted in a catalog.  When they get some free time, \"Middle-Aged Moderates\" enjoy relaxing with friends over a beer, glass of wine or distilled liquor of choice.  They also enjoy trying their luck at the lottery.</td>\n   </tr> \n\n  <tr>\n     <td>11</td>\n     <td>Blue Bayou</td>\n     <td>Blue Bayou are married couples and their children living low-key lives in the country.  Mom and dad work hard at their jobs in installation/repair, construction, transportation, production, law enforcement and as healthcare technicians.  Some of them even manage home-based businesses.  Although their household incomes are below average, they still have enough to pay for transportation, healthcare, tobacco and food &amp; beverages.  They have probably even purchased a household appliance recently.  When they're not working, \"Blue Bayou\" enjoy reading outdoor media and off-roading in their full-size pick-ups or on their ATVs.</td>\n   </tr> \n\n  <tr>\n     <td>12</td>\n     <td>Suburban Setbacks</td>\n     <td>Suburban Setbacks are single without any children at home, living a modest lifestyle in larger suburban areas.  The work week is spent at their maintenance, personal care and food preparation jobs where they earn below average incomes.  They tend to spend their money on basics such as transportation, food &amp; beverages, personal care, utilities and tobacco products.  These folks enjoy listening to the radio and reading their favorite magazines and when they really want to kick up their heels, \"Suburban Setbacks\" hit the town for a night of dancing or gambling at the local casino.</td>\n   </tr> \n\n  <tr>\n     <td>13</td>\n     <td>Southern Sensibility</td>\n     <td>These folks may or may not be married, but they more than likely have young children living with them in homes that were built in the last 25 years.  When not on the job as administrators, transportation experts and installation professionals, \"Southern Sensibility\" enjoy family pursuits including a day at the local theme park, lunch at their favorite fast food joint and a game of fetch with Fido.  Their average household incomes are more than enough to cover their transportation expenses, food &amp; beverages, tobacco products, utilities and personal care bills with enough left over to buy the occasional lottery ticket.  \"Southern Sensibility\" like to relax by listening to music they recently downloaded to their smartphone.  For more serious relaxation, these folks like to hit the high seas on a cruise vacation.</td>\n   </tr> \n\n  <tr>\n     <td>14</td>\n     <td>Coupon Clippers</td>\n     <td>Coupon Clippers are budget-conscious married couples who may or may not have children living with them in their suburban homes.  As healthcare technicians, social servants and administrators, this group brings home slightly less than average incomes, which they allocate for transportation expenses, healthcare costs, tobacco expenditures and food &amp; beverages.  With the money they save over time, these folks have probably bought that new fridge the missus has had her eye on, along with some new tools for the man of the house.  In their downtime, \"Coupon Clippers\" enjoy listening to the home town team on the radio, keeping their eye out for bargains in their local newspaper and playing the lottery.</td>\n   </tr> \n\n  <tr>\n     <td>15</td>\n     <td>Clock Watchers</td>\n     <td>Clock Watchers are mature singles without children at home anxiously awaiting the day when they can finally retire.  With careers in the fields of healthcare and social services, this group's household incomes are below the national average, but still enough to cover basics such as retail purchases, healthcare expenses, utilities, food &amp; beverages and tobacco products.  For fun, \"Clock Watchers\" enjoy a night out dancing, treating friends to a new recipe they've discovered and keeping up with loved ones who are just a long distance phone call away.</td>\n   </tr> \n\n  <tr>\n     <td>16</td>\n     <td>Community Cogwheels</td>\n     <td>Single without any children at home, \"Community Cogwheels\" are living a modest existence in large city centers.  These folks are on the verge of retirement, or newly retired, from jobs in fields that keep their communities running smoothly including fire prevention, food preparation &amp; service, social services and personal care.  Their well below average fixed incomes are enough to handle basics such as retail purchases, personal care, healthcare expenses, utilities, food &amp; beverages, reading materials and tobacco products.  At their age, they have probably taken a prescription remedy for an ailment, as well as a vitamin or supplement for their overall well being.  \"Community Cogwheels\" enjoy watching their favorite shows on television, as well as cheering on their home team at the sporting event du jour.</td>\n   </tr> \n\n  <tr>\n     <td>17</td>\n     <td>Carpools and Little League</td>\n     <td>Married with children, \"Carpools and Little League\" are living active family lives in large suburban settings.  As computer experts, engineers and sales reps, these moms and dads earn above average incomes that they use to manage and maintain their upscale homes and educate their children, as well as for entertainment and personal insurance.  Although \"Carpools and Little League\" have some consumer debt, it hasn't stopped them from purchasing some big-ticket home furnishings recently, in addition to a brand-new fridge to safeguard the $150+ per week they spend on groceries.  Family fun time includes a day at the local theme park, followed by dinner at their favorite family restaurant.</td>\n   </tr> \n\n  <tr>\n     <td>18</td>\n     <td>Single-Minded</td>\n     <td>As its name suggests, \"Single-Minded\" are unmarried, free from the responsibilities of parenthood and focused on career success in the city.  As burgeoning artists, social scientists and computer professionals, these savvy singles earn enviable incomes that allow them to manage and furnish their hip city rentals, buy the latest fashion trends, pay off lingering student loans, make payments on their luxury cars, shower loved ones with gifts and contribute to their favorite causes.  When they get some downtime, this group enjoys sharing a glass or two of wine with friends, while impressing them with their latest culinary masterpiece.  \"Single-Minded\" also like traveling and have probably recently returned from one of the many foreign trips they enjoy indulging in.</td>\n   </tr> \n\n  <tr>\n     <td>19</td>\n     <td>Career Couples</td>\n     <td>Career Couples are married, but probably don't have any children in the household.  Rather, these couples are focused on their careers in the legal sector, healthcare, education, sales and management.  As above average earners, this group focuses their spending on their upscale suburban homes, luxury cars, reading materials, personal insurance, education, gifts and contributions.  These folks also have an eye on their imminent retirement with investments in stocks, mutual funds and real estate.  When it's time to relax, \"Career Couples\" enjoy experimenting in the kitchen, reading the newspaper and vacationing to foreign locales.</td>\n   </tr> \n\n  <tr>\n     <td>20</td>\n     <td>Made in the USA</td>\n     <td>Made in the USA are a suburban working class audience that is single and may or may not have children in the household.  With jobs in the armed forces, administration, food preparation and healthcare, these folks earn below average incomes, which they typically spend on basics such as utilities, food &amp; beverages, personal care and their tobacco habit.  They have probably also purchased some women's clothing or some low-ticket home furnishings recently.  When they get some downtime, \"Made in the USA\" enjoy listening to the radio, while catching up on the latest issue of their favorite magazines.</td>\n   </tr> \n\n  <tr>\n     <td>21</td>\n     <td>Nine-to-Fivers</td>\n     <td>Whether they're married or single, parents or child-free, \"Nine-to-Fivers\" work hard at making ends meet in the mid-size suburbs they call home.  On weekdays you will find this group driving their domestic cars and full-size pick-ups to their jobs as production workers, material movers and healthcare specialists.  Despite their below average incomes, this audience manages to cover their healthcare expenses, utility bills and food &amp; beverages.  After the bills are paid, there's usually enough remaining to splurge on lottery tickets and to indulge their cigarette habit.  For fun, \"Nine-to-Fivers\" enjoy tuning in the game on the radio and curling up on the couch with the family cat.</td>\n   </tr> \n\n  <tr>\n     <td>22</td>\n     <td>Southern Comfort</td>\n     <td>Southern Comfort are married couples and their children enjoying the creature comforts of the southern suburb they call home.  Mom and dad have successful sales careers where they earn above average incomes that they spend on their homes, entertainment, personal insurance and gifts.  Recent purchases include a new dishwasher and new throw pillows for the sectional in the family room.  This group also has an eye on the future, as evidenced by their stock and real estate investments.  For fun, \"Southern Comfort\" enjoy spending a day at the local theme park, followed by dinner at their favorite family restaurant.  They're also looking forward to the cruise they're going on in the next couple months.</td>\n   </tr> \n\n  <tr>\n     <td>23</td>\n     <td>Salt of the Earth</td>\n     <td>Salt of the Earth are married and more than likely still have children living with them in their modest country homes.  Their jobs in production, transportation and installation may not make them the big bucks, but they do earn enough to handle their healthcare expenses, food &amp; beverages and their preferred tobacco products.  There's also enough to cover the maintenance and upkeep of their full-size and compact pick-ups, as well as their domestic cars.  Living in the country has made these folks quite handy and their extensive set of tools helps them tackle all sorts of projects around the house.  When they have some spare time on their hands, \"Salt of the Earth\" enjoy exploring the countryside on their ATVs.</td>\n   </tr> \n\n  <tr>\n     <td>24</td>\n     <td>Country Kin</td>\n     <td>Country Kin are married couples and their teenage children enjoying a laid-back lifestyle in small town America.  Mom and dad hold down jobs as installation professionals, production workers and home-based business owners.  Their average household incomes allow them to cover their healthcare bills and transportation expenses, including the maintenance and upkeep of their full-size pick-ups, vans, standard cars and motorcycles.  For fun, \"Country Kin\" enjoy reading outdoor media, playing fetch with Fido and off-roading on their ATVs.</td>\n   </tr> \n\n  <tr>\n     <td>25</td>\n     <td>Almost Free</td>\n     <td>Almost Free are middle-aged couples with older children who are on the verge of leaving the nest.  As career educators, these moms and dads make above average household incomes, which they use to furnish and manage their homes, as well as for entertainment and transportation.  These folks are avid sport fans who enjoy catching the game on TV or the radio.  They like tending to their gardens and they've probably also made some home improvements recently.  \"Almost Free\" like to unwind with their favorite adult beverage and when they really want to cut loose, they hit the local casino for a night of gambling fun.</td>\n   </tr> \n\n  <tr>\n     <td>26</td>\n     <td>Median Middles</td>\n     <td>Median Middles are a middle-aged audience living middle class lives in mid-size suburban settings.  They are just as likely to be married with children as they are to be single and child free.  These personal care &amp; service professionals and administrators take home average salaries, which they tend to use for household furnishings and entertainment.  For fun, \"Median Middles\" enjoy reading their favorite magazines, getting together with friends for a beer or two, trying their luck at the local casino and surfing the net on their smartphones.  When they want some serious R &amp; R, this group hops a plane to an exotic foreign locale.</td>\n   </tr> \n\n  <tr>\n     <td>27</td>\n     <td>Growing Pains</td>\n     <td>Growing Pains are young singles who are focused on establishing themselves in the urban center they call home.  As food preparation professionals and armed forces enlistees, their household incomes are below average but still enough to pay for the rent and rental insurance on their townhomes and condos, in addition to utilities, personal care, food &amp; beverages and other miscellaneous expenses. It's also likely they have purchased some big-ticket home furnishings and other household appliances recently.  For fun, \"Growing Pains\" enjoy getting social on their smartphones, surfing the net and reading their favorite magazines.</td>\n   </tr> \n\n  <tr>\n     <td>28</td>\n     <td>Serve and Protect</td>\n     <td>Serve and Protect are middle-aged singles who may or may not have children living with them in their average homes, which are located in urban areas where the crime index tends to be high.  These civic-minded folks tend to have careers in fields focused on the protection and welfare of their community including social services, fire prevention, law enforcement, transportation and healthcare.  Although this group earns below average incomes, they typically have enough to cover their transportation expenses, food &amp; beverages, personal care expenditures and their cigarette, cigar or chewing tobacco habit.  It's also likely they've treated themselves to some fine jewelry recently.  When they're not on the job, \"Serve and Protect\" enjoy reading magazines and watching their favorite shows on television.</td>\n   </tr> \n\n  <tr>\n     <td>29</td>\n     <td>Gracious Homes</td>\n     <td>Gracious Homes are married couples and their children living a life of privilege along the urban fringe.  These moms and dads have highly successful careers as computer experts, corporate managers and engineers.  They use their above average household incomes to maintain and manage their luxurious homes, educate their children, pay for personal insurance, purchase fashion-forward apparel, buy gifts for loved ones and make contributions to those causes they deem as worthy.  On weekends, these families hop in their mid-size SUVs and head to their local theme park or perhaps to a sports event where they can cheer on their home town heroes.  \"Gracious Homes\" also like to give back to those who are less fortunate by volunteering for charitable organizations they support.</td>\n   </tr> \n\n  <tr>\n     <td>30</td>\n     <td>Working Class Woes</td>\n     <td>Working Class Woes are middle-aged law enforcement officials, transportation workers, production professionals, installation experts, construction workers and healthcare technicians who work hard to make ends meet in the small town they call home.  These folks are just as likely to be married with children as they are to be single and child-free.  Their very limited household incomes are focused on basics such as healthcare, retail purchases, food &amp; beverages, utilities and their cigarette or chewing tobacco habit.  When they're not working, \"Working Class Woes\" enjoy watching their favorite programs on television, playing fetch with Fido and off-roading on their ATVs.</td>\n   </tr> \n\n  <tr>\n     <td>31</td>\n     <td>Farmland Frugals</td>\n     <td>Farmland Frugals are married couples who work the land in rural locales.  As farmers, managers and home-based business owners these couples put in a hard day's work to earn their limited household incomes, which they carefully budget to cover their healthcare expenses, transportation, food &amp; beverages, retail purchases and tobacco products.  They have probably also recently purchased a large kitchen appliance or an item that caught their eye in a catalog.  When they get some downtime, \"Farmland Frugals\" enjoy reading outdoor media or relaxing outdoors, perhaps exploring the countryside on their ATVs.</td>\n   </tr> \n\n  <tr>\n     <td>32</td>\n     <td>Urban Challenges</td>\n     <td>Single without any children in the household, \"Urban Challenges\" are eking out a meager existence in the city.  As food preparation professionals, material movers, healthcare support staffers and production workers, this group struggles to make ends meet with household incomes that are well below average.  In fact, some of these folks may even be unemployed currently.  They tend to spend on the basics including retail purchases, utilities, personal care, healthcare, tobacco, food &amp; beverages and other miscellaneous expenses.  When they have some free time, \"Urban Challenges\" enjoy listening to the radio, watching television and surfing the net.</td>\n   </tr> \n\n  <tr>\n     <td>33</td>\n     <td>Golden Age</td>\n     <td>Golden Age are married retirees without any children in the household, living out their golden years in the comfort of the country locale they call home.  These folks have accumulated a sizable nest egg with investments in stocks, mutual funds and real estate.  They use their well above average household incomes to furnish and manage their upscale condos and townhomes, as well as to buy reading materials, cover personal insurance expenses, buy gifts for loved ones and make contributions to causes they support.  \"Golden Age\" enjoy catching up on current events compliments of their local newspaper, having dinner out at their favorite family restaurant and making long distance calls to faraway family and friends.  These couples are also looking forward to the cruise they'll be taking in the next couple of months. </td>\n   </tr> \n\n  <tr>\n     <td>34</td>\n     <td>Small Town Travails</td>\n     <td>Small Town Travails are a middle-aged group that tends to be single and may or may not have children living with them in their humble country homes.  These folks didn't graduate from high school and with low-paying jobs in construction and maintenance, they struggle to make ends meet.  Their limited household incomes cover basic expenses such as food &amp; beverages, utilities, healthcare and their cigar habit.   It's quite possible they may also have purchased a large kitchen appliance recently.  For fun, \"Small Town Travails\" enjoy watching television and playing catch with the family dog.  They are also actively involved in collector's clubs.</td>\n   </tr> \n\n  <tr>\n     <td>35</td>\n     <td>Struggling Suburban Singles</td>\n     <td>Struggling Suburban Singles are unmarried without any children in the household, struggling to stay afloat in their large-scale suburban communities.  Lacking a high school degree, their jobs in maintenance, personal care &amp; service and material moving barely earn them enough to cover the most basic of expenses including personal care, food &amp; beverages, apparel, utilities, retail purchases and their tobacco habit.  When they're not on the job, \"Struggling Suburban Singles\" enjoy tuning in their favorite programs on the television or radio, as well as reading their favorite magazines.</td>\n   </tr> \n\n  <tr>\n     <td>36</td>\n     <td>Dressed in Success</td>\n     <td>Dressed in Success are established married couples without any children at home, enjoying lucrative careers in the suburbs.  These lawyers, doctors and corporate managers pull down healthy salaries, which they use to furnish and manage their upscale homes, as well as for personal insurance, education, gifts and contributions.  They are also savvy investors and their already sizable net worth includes both stocks and mutual funds. When they're not on the job, \"Dressed in Success\" enjoy relaxing with a glass of wine while reading the latest NYT bestseller.  When they need some serious R &amp; R, these couples set sail on a luxury cruise or cross the pond for an international vacation.</td>\n   </tr> \n\n  <tr>\n     <td>37</td>\n     <td>At the Starting Gate</td>\n     <td>At the Starting Gate are young singles fresh out of college and raring to make a name for themselves in the big city.  As recent recipients of Bachelor's and Post-Graduate degrees, these educators and culinary professionals earn less than average incomes, but they still manage to cover their rent, rental insurance, utilities, reading materials, personal care, retail purchases, food &amp; beverages and their cigar habit.  Free from the responsibility of children, this group enjoys getting together with friends for a night on the town dancing or sharing a beer or two at the local watering hole.  \"At the Starting Gate\" also like to cook and stay connected to friends and family with their smartphones.</td>\n   </tr> \n\n  <tr>\n     <td>38</td>\n     <td>Under Paid Urbanites</td>\n     <td>Under Paid Urbanites are single, middle-aged wage earners living hand-to-mouth in large urban centers.  With jobs in the armed forces, maintenance and food preparation &amp; service, these singles put in a long day's work for minimal wages, which they tend to spend on utilities, personal care, their tobacco habit and the $150+ per week they spend on groceries.  They have probably also purchased new tires for their standard cars recently.  When they're able to work in some relaxation, \"Under Paid Urbanites\" enjoy tuning into their favorite television programs.</td>\n   </tr> \n\n  <tr>\n     <td>39</td>\n     <td>Mid-Life Metros</td>\n     <td>Mid-Life Metros are singles without any children in the household living an average life in the city.  With their Associate's, Bachelor's and Post-Graduate degrees, this group pulls down average household incomes, which they typically spend on reading materials, transportation and other miscellaneous expenses.  They have probably also purchased some low-ticket home furnishings for their townhomes recently, as well as a small kitchen appliance.  For fun, \"Mid-Life Metros\" enjoy playing the lottery and dishing with friends over their latest culinary creation accompanied by a specialty cocktail they concocted using their favorite distilled liquor.</td>\n   </tr> \n\n  <tr>\n     <td>40</td>\n     <td>High Rise Hipsters</td>\n     <td>High Rise Hipsters are single professionals without any children in the household living low-key lives in large urban centers where the crime index is high.  As social servants, artists, court reporters and educators, this set pulls down average incomes that they use to pay for reading materials, personal care, retail expenses, healthcare premiums and utilities.  They have probably also purchased some home furnishings or perhaps a piece of fine jewelry recently.  When they get some downtime, \"High Rise Hipsters\" enjoy trying out new recipes or meeting up with friends at the street corner bar where they can catch up over a beer or two.</td>\n   </tr> \n\n  <tr>\n     <td>41</td>\n     <td>Lap of Luxury</td>\n     <td>Lap of Luxury are married couples and their children living privileged lives in mid-size suburban areas.  As lawyers, doctors, corporate managers and financial consultants, these moms and dads earn household incomes that are well above average.  It's these lucrative incomes that allow them to enjoy the finer things in life such as upscale homes, private school for the kids, high-fashion apparel, personal insurance, lavish gifts for loved ones and contributions to worthy causes.  They also tend to indulge in luxury cars, fine wines and vacations to exotic foreign locales.  \"Lap of Luxury\" are also quite philanthropic and often volunteer at charitable organizations they support.</td>\n   </tr> \n\n  <tr>\n     <td>42</td>\n     <td>Backwoods Blues</td>\n     <td>Backwoods Blues are rural singles holding down blue collar jobs in small town America.  As armed forces enlistees, law enforcement officials, installation experts, transportation professionals and construction workers, this group puts in a hard day's work for their below average incomes.  Some in this segment may not even be in the labor force currently.  Their typical expenditures include healthcare bills, tobacco products, retail purchases, utilities and food &amp; beverages.  They have probably also recently purchased new tires for the car, a household appliance and that must-have item they saw on the internet a few days ago.  When they get some downtime, \"Backwoods Blues\" like to tune in their favorite shows on television, as well as grab some comfort food at their local family restaurant.</td>\n   </tr> \n\n  <tr>\n     <td>43</td>\n     <td>City Limited</td>\n     <td>Comprised largely of unmarried women, \"City Limited\" are living hand-to-mouth lives in city centers where the crime index tends to be high.  As healthcare support professionals, fire fighters, social servants and personal care experts, this group pulls down incomes that are well below average.  In fact, some of these women may even be currently unemployed.  The money they do take home handles basics such as personal care, food &amp; beverages, utilities, tobacco, retail expenses and healthcare bills.  It's also probable that they have purchased a piece of fine jewelry recently.  When they get some time to themselves, \"City Limited\" enjoy tuning into their favorite programs on television and the radio, as well as reading magazines.  They also enjoy a night on the town dancing followed by a late night bite at a nearby fast food restaurant.</td>\n   </tr> \n\n  <tr>\n     <td>44</td>\n     <td>Down and Out Downtown</td>\n     <td>Down and Out Downtown are an urban audience living an indigent lifestyle in our country's city centers.  For the most part, this group is made up of middle-aged single women who are less likely to have children living at home.  Their nine-to-five is spent in the fields of healthcare support, fire prevention, personal care, maintenance and food preparation &amp; service.  However, many of them are also currently unemployed.  They spend their meager take home on retail expenses, personal care, food &amp; beverages, apparel, utilities, healthcare and their cigarette/cigar habit.  Anything remaining has likely been used to buy a much needed household appliance, a piece of fine jewelry or perhaps a new toy for those in this audience who do have children.  For fun, \"Down and Out Downtown\" are active participants in collector's clubs.  They also enjoy watching television, listening to the radio and reading magazines.</td>\n   </tr> \n\n  <tr>\n     <td>45</td>\n     <td>Solo Suburbanites</td>\n     <td>Solo Suburbanites are single without any children at home, living an average existence in mid-size suburban settings.  As armed forces enlistees, personal care professionals, educators, food preparation specialists, social servants and administrators, these folks take home slightly below average incomes, which they spend on reading materials, retail purchases, personal care, healthcare, utilities, tobacco and food &amp; beverages.  Other items this group has probably purchased lately include a household appliance, that must-have item they saw in a catalog or new tires for their compact cars.  They also have an eye on the future with a decent net worth, as well as some investment real estate.  For fun, \"Solo Suburbanites\" enjoy listening to the music they recently downloaded and participating in local sports leagues.</td>\n   </tr> \n\n  <tr>\n     <td>46</td>\n     <td>Between Sunset and Dusk</td>\n     <td>Between Sunset and Dusk are elderly singles living low-key retirements in the city.  As former social servants and healthcare professionals, this group has managed to accumulate an adequate net worth that includes some investment real estate.  They tend to spend their slightly below average household incomes on their homes, reading materials, retail purchases, healthcare and their lifelong tobacco habit.  It's also likely that these folks have recently purchased some big-ticket home furnishings, women's clothing and a household appliance.  For fun, \"Between Sunset and Dusk\" enjoy digging into the latest NYT bestseller, accompanied by a glass of wine or their preferred label of distilled liquor.</td>\n   </tr> \n\n  <tr>\n     <td>47</td>\n     <td>Small Town Toilers</td>\n     <td>Small Town Toilers are just as likely to be married as they are to be single and they may or may not have children living with them in their country homes.  As production personnel, transportation professionals, installation experts, material movers and construction workers, these folks work hard to earn their below average household incomes, which are budgeted for healthcare bills, utilities, food &amp; beverages, retail purchases and tobacco.  They have probably also purchased new tires for their domestic cars or a household appliance recently.  When they get some time to relax, \"Small Town Toilers\" enjoy tuning in their favorite shows on television.</td>\n   </tr> \n\n  <tr>\n     <td>48</td>\n     <td>Suburban Security</td>\n     <td>Suburban Security tend to be single and may or may not have children living with them in their comfy suburban homes.  Their jobs in the armed forces, sales and architecture provide them with average household incomes, which they use for managing their homes, entertainment, household furnishings, apparel and education.  There's also enough left over for that new blender they've had their eye on, the must-have item they just saw on the internet and perhaps a piece of fine jewelry for themselves or that special someone.  For fun, \"Suburban Security\" enjoy going dancing, catching the game on TV and for those who have kids, a day at the local theme park is always a crowd pleaser.</td>\n   </tr> \n\n  <tr>\n     <td>49</td>\n     <td>Provincial Paupers</td>\n     <td>Singles who may or may not have children at home comprise this small town set.  With jobs in maintenance, material moving, production and construction \"Provincial Paupers\" work hard to earn their limited household incomes.  With minimal funds at their discretion, this group spends on basics such as apparel, utilities, transportation, tobacco and food &amp; beverages--including the $150+ per week they spend on groceries, as well as their frequent meals at fast food restaurants.  When they get some downtime, \"Provincial Paupers\" enjoy spending a day with the kids at a local theme park or getting social on their smartphones.</td>\n   </tr> \n\n  <tr>\n     <td>50</td>\n     <td>Plugged-In Players</td>\n     <td>Plugged-In Players are young, urban singles on the success super highway.  With their top-of-the-line smartphones and internet acumen, this set always stays one step ahead of what's hot and hip.  As burgeoning artists, financial gurus and social scientists, this set earns household incomes that allow them to maintain and manage upscale urban digs, as well as pay for reading materials, lingering student loans, high-fashion apparel and personal insurance.  They also like to splurge on gifts for loved ones and make contributions to causes they find worthwhile.  When they get some time away from the office, these successful singles enjoy getting together with friends to share a glass of wine or their favorite distilled liquor.  For some real R &amp; R they hop a plane bound for an exotic foreign locale.  \"Plugged-In Players\" are also keen on giving back and volunteer for charitable organizations they support. </td>\n   </tr> \n\n  <tr>\n     <td>51</td>\n     <td>IntenseCities</td>\n     <td>IntenseCities are middle-aged singles working hard to carve out a place for themselves in the urban core of large city centers.  With careers in personal care, the arts and social services, this group puts in long hours for their below average incomes, which they tend to spend on retail purchases, personal care, reading materials, apparel, utilities, food &amp; beverages and healthcare.  This group likes to unwind with a glass of wine or their favorite distilled liquor--perhaps while listening to the new album they recently downloaded or while watching their favorite show on television.  For fun, \"IntenseCities\" enjoy going dancing, a day of thrills at the local theme park and when they really want to get away, they hop a plane headed for an international destination.</td>\n   </tr> \n\n  <tr>\n     <td>52</td>\n     <td>Country Money Crunch</td>\n     <td>Country Money Crunch are law enforcement officers, healthcare support professionals, production personnel and material movers who are single and may or may not have children living with them in their country homes.  Although this middle-aged set earns well below average household incomes, they still find the funds to pay for their retail purchases, food &amp; beverages, healthcare bills, utilities, personal care and their preferred tobacco products.  They have also likely purchased new tires or a piece of fine jewelry recently.  For fun, \"Country Money Crunch\" enjoy off-roading on their ATVs, tuning in their favorite programs on television and the radio and staying informed by reading their local newspaper and favorite magazines.</td>\n   </tr> \n\n  <tr>\n     <td>53</td>\n     <td>Downtown Digs</td>\n     <td>Downtown Digs are single without any children in the household, living ordinary average lives in the city.  As armed forces enlistees and computer professionals, this group pulls down average incomes, which are allocated for the rent on their condos and townhomes, renter insurance, transportation, personal care, reading materials and utilities.  It's also likely that they've recently feathered their nests with some big-ticket home furnishings.  On the weekends, \"Downtown Digs\" like to hop in their imported cars and hit the town for a night of dancing or, if they're craving an outing that is more low-key, they may meet up with friends for dinner at their favorite family restaurant.</td>\n   </tr> \n\n  <tr>\n     <td>54</td>\n     <td>Textbook Townies</td>\n     <td>Textbook Townies are enjoying the simple pleasures of small town suburbia with their spouse and young children.  During the week, these moms and dads hop in their compact cars and head off to their jobs in law enforcement.  Weekends are for family time, which may include dinner out at their favorite family restaurant or dinner in where they can enjoy mom's latest culinary creation.  \"Textbook Townies\" have average household incomes, which they tend to spend on transportation, low-ticket home furnishings, toys for the kids and items they saw on the internet for themselves.  </td>\n   </tr> \n\n  <tr>\n     <td>55</td>\n     <td>Country Classics</td>\n     <td>Country Classics are mature married couples who no longer have children at home enjoying a casual lifestyle in the country.  Although many of these folks have already retired, there are those who continue to work with jobs in construction or perhaps they're running home-based businesses.  Their tight fixed incomes are used for healthcare expenses, retail purchases, chewing tobacco, transportation and food &amp; beverages.  They have also managed to accumulate a sufficient net worth, which probably includes some real estate.   For fun, \"Country Classics\" like to work with their tools on small DIY projects, as well as explore the surrounding countryside on their ATVs. </td>\n   </tr> \n\n  <tr>\n     <td>56</td>\n     <td>Middle-Aged Misfortune</td>\n     <td>Middle-Aged Misfortune are singles who are living impoverished lives in the city.  With jobs in fire prevention, healthcare support, maintenance, social services and personal care, they earn just enough to get by.  For the many who are currently unemployed, times are even tougher.  Their spending tends to center around the basics including retail purchases, food &amp; beverages, healthcare, tobacco, utilities and personal care.  On those rare occasions when there's a little left over, they may treat themselves to that special item they saw in a catalog or perhaps to a piece of fine jewelry.  After a hard day's work, \"Middle-Aged Misfortune\" enjoy dinner out at their favorite family restaurant followed by a night in watching their favorite television shows.</td>\n   </tr> \n\n  <tr>\n     <td>57</td>\n     <td>Small Town Blues</td>\n     <td>Small Town Blues are single and may or may not have children living with them in their small town suburban rentals, which are located in areas where the crime index tends to be high.  During the week, these folks clock-in at their blue collar jobs in production, material moving and food preparation.  For those who are currently unemployed, job hunting is on the agenda.  Although their incomes are below average, this group is able to handle the basics including utilities, food &amp; beverages, healthcare and their preferred tobacco product.  They have also likely purchased a household appliance, women's clothing and a new chew toy for the dog recently.  After hours, \"Small Town Blues\" like to tune in their favorite programs on the radio for a relaxing night in. </td>\n   </tr> \n\n  <tr>\n     <td>58</td>\n     <td>Labored Force</td>\n     <td>Labored Force are middle-aged singles eking out a skimpy living in the small town suburbs they call home.  These maintenance professionals, food preparation &amp; service employees and construction workers put in long hours to earn their considerably less than average incomes.  With discretionary spending at a minimum, these folks focus on the basics such as retail purchases, utilities, food &amp; beverages, personal care, healthcare and tobacco products.  They have probably also purchased a small kitchen appliance recently, along with some new tires and perhaps a piece of fine jewelry.  When they're not on the job, \"Labored Force\" enjoy a night out dancing or a night in watching television.  They are also avid members of collector's clubs.  </td>\n   </tr> \n\n  <tr>\n     <td>59</td>\n     <td>Old Guard</td>\n     <td>Old Guard are retirees living out their golden years in urban areas where they reside in a maintenance-free condo or townhome.  As former sales reps, fire fighters, administrators and personal care &amp; service professionals, these folks have managed to accumulate a respectable net worth that likely includes some retirement real estate.  Despite their below average household incomes, this group has more than enough to cover their must-haves including reading materials, retail purchases, healthcare expenses, utilities and tobacco products.  At their age, you can bet \"Old Guard\" probably take a prescription or two for specific ailments, as well as a vitamin or supplement for their overall health.  For fun, this group enjoys watching their favorite shows on television, catching up on current events compliments of their local newspaper and a night of gambling excitement at the local casino.  They are also looking forward to the cruise they plan on taking in the next couple months.</td>\n   </tr> \n\n  <tr>\n     <td>60</td>\n     <td>Hard Row to Hoe</td>\n     <td>Hard Row to Hoe is an indigent audience comprised predominantly of singles who may or may not have children living with them in their rural rentals.  As farmers and material movers, these folks put in a long day's work for below average incomes.  Their expenditures center around basic needs including food &amp; beverages, utilities, personal care and tobacco products.  If they do manage a bit of downtime, \"Hard Row to Hoe\" enjoy a night on the town dancing.</td>\n   </tr> \n\n  <tr>\n     <td>61</td>\n     <td>Family Portrait</td>\n     <td>Family Portrait are married couples and their children, living a comfortable lifestyle in large suburban settings.  Mom and dad enjoy careers in engineering, where they earn above average incomes that they spend on managing and maintaining their upscale homes, educating their children, personal insurance, gifts for friends and loved ones and contributions to worthy causes.  There is also enough for extras including luxury cars, cruise trips and vacations abroad.  For some domestic fun, \"Family Portrait\" enjoy sharing a glass or two of wine with their friends, a night of gambling at the local casino and treating the kids to a day of fast rides and sweet treats at the local theme park.</td>\n   </tr> \n\n  <tr>\n     <td>62</td>\n     <td>Urban Utopia</td>\n     <td>Urban Utopia are married couples and their children living lives of privilege in the city.  These moms and dads enjoy rewarding careers, not to mention substantial incomes, as lawyers, executive managers, doctors and social scientists.  Their impressive net worth boasts diverse investments including stocks and mutual funds.  They can also afford to live a lavish lifestyle including upscale homes, luxury cars, high-fashion apparel, top-notch schools for the kids, gifts for loved ones and contributions to causes close to their hearts.  Downtime is spent relaxing in front of the fireplace with a glass or two of wine.  When they need some serious R &amp; R, \"Urban Utopia\" hop a plane headed to an international destination.</td>\n   </tr> \n\n  <tr>\n     <td>63</td>\n     <td>Simply Suburbia</td>\n     <td>Simply Suburbia are married couples and their children enjoying all the pleasures of a mid-size suburban lifestyle.  Mom and dad have careers in the armed forces and law enforcement, which allow them to provide their family with transportation, entertainment, household furnishings for their comfy homes, sports and recreation equipment for the kids, dinners out at their fave fast food restaurants and dinners in courtesy of the $150+ per week they drop on groceries.  Although \"Simply Suburbia\" do tend to have consumer debt, there's still usually enough to treat the family to a day at the local theme park, as well as new toys for children who manage to get their chores done on time.</td>\n   </tr> \n\n  <tr>\n     <td>64</td>\n     <td>Dinner's at Five</td>\n     <td>Dinner's at Five are mature retirees enjoying their golden years in small town America.  As retired sales reps, these folks now enjoy more relaxing pursuits including watching their favorite programs on television, actively participating in collector's clubs, making long distance phone calls to faraway friends and family and of course enjoying dinners at their favorite family restaurants, which they generally hit early to avoid the rush.  Although \"Dinner's at Five\" live on fixed incomes that are below average, there's still enough to pay for their basic expenses including healthcare, retail purchases, reading materials, utilities and tobacco products.  They also have a decent net worth, which includes some retirement real estate.</td>\n   </tr> \n\n  <tr>\n     <td>65</td>\n     <td>Day by Day</td>\n     <td>Day by Day are a middle-aged audience that's single without any children in the household, living an indigent lifestyle in our nation's city centers in areas where the crime index is high.  Many in this group are currently unemployed, but those that have jobs tend to work in the fields of fire prevention, healthcare, maintenance and personal care &amp; service.  Their very limited discretionary funds are focused on basics including rent, renter insurance, retail purchases, personal care, food &amp; beverages, utilities, healthcare and tobacco products.  When they get some time to relax, \"Day by Day\" enjoy watching television, listening to the radio and surfing the net.</td>\n   </tr> \n\n  <tr>\n     <td>66</td>\n     <td>Utterly Urban</td>\n     <td>Utterly Urban are singles without any children at home living a modest lifestyle in the urban core.  With jobs in personal care &amp; service, fire prevention and healthcare support, this group's household incomes tend to run below the national average.  However, they do make enough to pay for personal care, apparel, food &amp; beverages, utilities, retail expenses and tobacco products.  They have probably also treated themselves to a piece of fine jewelry recently, as well as that must-have item they spotted on the internet.  \"Utterly Urban\" like to relax by listening to their favorite tunes on the radio, while surfing the net.  It's also likely that they have recently returned from a cruise or from an international vacation.</td>\n   </tr> \n\n  <tr>\n     <td>67</td>\n     <td>Teenage Transitions</td>\n     <td>Teenage Transitions are burgeoning young adults enjoying their first taste of autonomy in the big city.  With fledgling careers in food preparation &amp; service, education, social science and personal care &amp; service, this group earns below average incomes, which they tend to spend on personal care, food &amp; beverages, retail purchases, tobacco products, apparel and healthcare.  It's also likely that they've purchased a large kitchen appliance or some fine jewelry recently.  \"Teenage Transitions\" like getting together with friends and hitting the dance floor at a local club and when they want to kick back, they enjoy listening to the radio and surfing the net.</td>\n   </tr> \n\n  <tr>\n     <td>68</td>\n     <td>Careers in the City</td>\n     <td>Careers in the City are young singles paving a successful path for themselves in the urban core.  These young adults enjoy flourishing careers in the arts, the legal sector and in finance where they pull down handsome household incomes.  They tend to spend their well above average paychecks on reading materials, high-fashion apparel, lingering student loans, personal insurance, household operations, gifts and contributions.  A good time for this group may include participation in a collector's club, meeting up with friends at the neighborhood bar for a glass or two of their preferred distilled liquor or just about anything involving sports.  When they want to get away, \"Careers in the City\" love exploring the culture and history of foreign countries.  They are also quite philanthropic and volunteer for charitable organizations near and dear to them.</td>\n   </tr> \n\n\n\n<tr>\n</tr></table>","_postman_id":"055dcc57-fac6-44fb-b4d9-cee59959d65f"},{"name":"Connex Family Cluster","item":[],"id":"dc5eb79c-f0cb-4749-9fcf-8c46c257419f","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>A</td>\n     <td>Only Just Begun</td>\n     <td>The eleven Household Clusters that comprise Ruf's \"Only Just Begun\" Family Cluster include people who are just getting started on the road of life.  They're married with small children ages 5 years and younger.  They live in single family homes in smaller suburban settings where they drive their compact cars and full-size pick-up trucks to their jobs in the armed forces, law enforcement and administration.  They enjoy reading outdoor media and frequently use the internet.  They eat often at fast food restaurants and have probably purchased toys or attended a theme park recently.  Their household spending is geared towards transportation, food &amp; beverages and personal care.</td>\n   </tr> \n\n  <tr>\n     <td>B</td>\n     <td>Small Town Satisfaction</td>\n     <td>The people who fall into the thirteen Household Clusters that comprise Ruf's \"Small Town Satisfaction\" Family Cluster are living comfortable lives in small town suburbs.  These established married couples have older children between the ages of 16 - 18.  When they're not on-the-job as engineers and home-based business owners, \"Small Town Satisfaction\" enjoy watching sports events on television and eating in family restaurants.  Although they have some consumer debt, \"Small Town Satisfaction\" still find the money to make home improvements and feather their nests with new furnishings.  They also tend to spend on entertainment, transportation and household operations.</td>\n   </tr> \n\n  <tr>\n     <td>C</td>\n     <td>Success in the Suburbs</td>\n     <td>The people who fall into the fifteen Household Clusters that make up the \"Success in the Suburbs\" Family Cluster are living the quintessential suburban dream.  They're married with children, living in mid-size suburban areas in single family homes.  These stock and mutual fund owners enjoy careers as educators, corporate managers and engineers.  Their income also affords them little luxuries such as vacations to foreign lands and fine wines.  They spend their income on their homes &amp; household operations, household furnishings, education, personal insurance, gifts and the occasional contribution.</td>\n   </tr> \n\n  <tr>\n     <td>D</td>\n     <td>Road to Success</td>\n     <td>The \"Road to Success\" Family Cluster is comprised of five Household Clusters featuring people who tend to be younger, single, highly educated and rapidly making a place for themselves in the world.  These up-and-comers live in condos and townhouses in the city where they enjoy careers in the arts and social sciences.  Outside of work, they lead active lives that include dancing, traveling or cooking for fun.  You can also find this group surfing the net, reading magazines or drinking distilled liquor.  They use their better than average incomes for their homes &amp; household operations, reading materials, education, apparel, personal insurance, gifts and contributions.</td>\n   </tr> \n\n  <tr>\n     <td>E</td>\n     <td>Average Joes</td>\n     <td>The folks who fall into the eight Households Clusters that comprise Ruf's \"Average Joes\" Family Cluster tend to live in apartments or other rental properties located in small-size suburban areas.  This audience is less likely to be married with children and tends to make their living in the armed forces or in the fields of computers and social services.  These frequent internet users enjoy distilled liquor, are members of collector's clubs and have recently bought a household or kitchen appliance.  They use their somewhat less than average income for reading materials, personal care, utilities, healthcare, transportation and other miscellaneous expenses.</td>\n   </tr> \n\n  <tr>\n     <td>F</td>\n     <td>Laborer Pains</td>\n     <td>The people who make up the nine Household Clusters that comprise Ruf's \"Laborer Pains\" Family Cluster are farmers, maintenance workers and construction laborers who did not graduate from high school.  They live paycheck-to-paycheck in the suburbs where they're less likely than the national average to be homeowners.  The bulk of their income goes towards food &amp; beverages, utilities, personal care, tobacco and apparel.</td>\n   </tr> \n\n  <tr>\n     <td>G</td>\n     <td>Keeping It Simple</td>\n     <td>Ruf's \"Keeping It Simple\" Family Cluster is made up of twelve Household Clusters that contain people who are married with children, living in houses built before 1990 in mid-size suburban areas.  They drive their standard and subcompact cars to their jobs as healthcare technicians, social servants and clerical administrators and enjoy listening to sports events on the radio, watching TV and going dancing in their downtime.  This segment's household spending is earmarked for transportation, healthcare, tobacco, utilities and other miscellaneous expenses.</td>\n   </tr> \n\n  <tr>\n     <td>H</td>\n     <td>Modest Homemakers</td>\n     <td>The people who fall into the ten Household Clusters that make up Ruf's \"Modest Homemakers\" Family Cluster are married with children and living in rural, non-farm areas.  These high school graduates have jobs in installation &amp; repair, production, transportation and construction--some even have a home-based business.  They enjoy \"going mobile\" and drive anything from vans and full-size pick-ups to motorcycles, standard cars and ATVs/UTVs.  These real estate owners also enjoy reading outdoor media.  \"Modest Homemakers\" spend their household income on healthcare, tobacco, food &amp; beverages, and of course, transportation.</td>\n   </tr> \n\n  <tr>\n     <td>J</td>\n     <td>Farmland Values</td>\n     <td>Ruf's \"Farmland Values\" Family Cluster features six Household Clusters that contain people who work the land in rural areas.  These high school graduates are more than likely married with children in the household.  If they're not working the land, \"Farmland Values\" probably have jobs in law enforcement, transportation or production--many may not even be in the labor force at all.  These folks enjoy watching television and reading outdoor media.  Their insubstantial household incomes typically go toward healthcare, retail purchases, tobacco, food &amp; beverages and utilities.</td>\n   </tr> \n\n  <tr>\n     <td>K</td>\n     <td>Comfy Country Livin'</td>\n     <td>The people who fall into the eight Household Clusters that comprise Ruf's \"Comfy Country Livin' \" Family Cluster tend to be older folks who are spending their golden years in the country.  They enjoy reading the newspaper and watching sports events on television.  They also own retirement real estate and have probably taken a cruise recently.  Their limited household funds are allocated for retail purchases, reading materials, healthcare, tobacco and utilities, along with other miscellaneous expenses.</td>\n   </tr> \n\n  <tr>\n     <td>L</td>\n     <td>Big City Burdens</td>\n     <td>The four Household Clusters that comprise Ruf's \"Big City Burdens\" Family Cluster contain people who tend to be single without children, living in multi-family units in the urban core. Females tend to dominate the households in this strapped Family Cluster.  Their careers in Fire Prevention and Personal Care &amp; Service don't afford them a lot of extras, but they do enjoy watching television and surfing the net.  They use their limited funds for retail purchases, personal care, utilities, food &amp; beverages, apparel, healthcare and other miscellaneous expenses.</td>\n   </tr> \n\n  <tr>\n     <td>M</td>\n     <td>Fast-Lane Families</td>\n     <td>The people who belong to the four Household Clusters that comprise Ruf's \"Fast-Lane Families\" Family Cluster tend to be married with children between the ages of 3-18.  As its name suggests, this audience leads busy, family-focused lives in large suburban areas on the urban fringe.  Engineers by day, this group typically spends $150+ per week on groceries, drives mid-size SUVs or luxury cars and has likely attended a theme park recently.  They have probably also invested in a large kitchen appliance and/or low-ticket home furnishings.  With a fair amount of income at their disposal, \"Fast-Lane Families\" tend to focus their spending on their homes &amp; household operations, education, apparel, personal insurance, gifts and contributions.</td>\n   </tr> \n\n  <tr>\n     <td>N</td>\n     <td>Blue Collar Blues</td>\n     <td>The folks who fall into the ten Households Clusters that make up Ruf's \"Blue Collar Blues\" Family Cluster live in suburban areas and are less likely than the national average to be married and have children.  This audience is making ends meet with jobs in healthcare support, material moving and food preparation &amp; service.  Many may also be currently unemployed.  \"Blue Collar Blues\" enjoy listening to the radio and watching television, as well as reading magazines.  With limited discretionary funds, their expenses include items such as utilities, tobacco, food &amp; beverages, retail purchases, healthcare, personal care and other miscellaneous expenses.  </td>\n   </tr> \n\n  <tr>\n     <td>P</td>\n     <td>Low-Rent Singles</td>\n     <td>Ruf's \"Low-Rent Singles\" Family Cluster is comprised of five Household Clusters containing people who tend to be young, single and less likely than the national average to have children.  This urban-based audience is comprised of renters who live in condos or townhouses.  \"Low-Rent Singles\" are plugged-in with their frequent internet usage and smartphones, from which they have probably purchased downloadable music recently.  With limited funds at their disposal, this group's expenditures are directed toward personal care, utilities, retail purchases, healthcare, tobacco and food &amp; beverages.</td>\n   </tr> \n\n  <tr>\n     <td>Q</td>\n     <td>Lux and Leisure</td>\n     <td>The five Household Clusters that make up Ruf's \"Lux and Leisure\" Family Cluster are comprised of people who enjoy the finer things in life.  This group is married with children, living in high-end homes in large-scale suburban areas.  They drive luxury cars, own stocks &amp; mutual funds and have taken multiple trips to foreign countries.  With excess income at their disposal, these doctors, lawyers, executive managers and financial representatives spend their money on their homes and household operations, apparel, contributions, personal insurance, gifts and education.</td>\n   </tr> \n\n  <tr>\n     <td>R</td>\n     <td>Urban Struggles</td>\n     <td>Ruf's \"Urban Struggles\" Family Cluster is comprised of five Household Clusters containing people who live day-to-day trying to make ends meet.  This group is less likely to be married and have children compared to the national average.  They live in urban areas where they work in healthcare support, personal care &amp; service, maintenance and social services.  Many are unemployed.  \"Urban Struggles\" smoke cigars, are members of collector's clubs and have probably purchased a household appliance recently.  They enjoy watching TV, listening to the radio and reading magazines.  With extremely limited discretionary funds, their spending leans towards retail purchases, personal care, food &amp; beverages, utilities, tobacco, healthcare and other miscellaneous expenses.</td>\n   </tr> \n  \n<tr>\n</tr></table>","_postman_id":"dc5eb79c-f0cb-4749-9fcf-8c46c257419f"},{"name":"Connex Messaging Cluster","item":[],"id":"b56780ca-9e2e-481b-be91-b671828a240b","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>1</td>\n     <td>Young and Free</td>\n     <td>Young and Free are happy-go-lucky singles free from the responsibilities of children.  These renters tend to live in nicely appointed condos or multi-family units in our nation's urban centers.  With careers in the arts and the legal sector that are beginning to take off, this segment earns average incomes that they use for personal care, utilities, food &amp; beverages and other miscellaneous expenses. \"Young and Free\" spend their spare time surfing the internet on their smartphone, sharing a beer with friends or hitting a local hot spot for a night of dancing.</td>\n   </tr> \n\n  <tr>\n     <td>2</td>\n     <td>Mature Empty Nesters</td>\n     <td>Mature Empty Nesters are retirees living a modest lifestyle in urban areas. With an average nest egg and a strict fixed income, these single empty nesters focus their spending on retail purchases, healthcare, utilities, tobacco, food &amp; beverages, personal care and other miscellaneous expenses.  It is also likely that they own some retirement real estate.  For fun, \"Mature Empty Nesters\" are active members of collector's clubs.  They also enjoy watching their favorite shows on television and catching up on current events compliments of their local newspaper.</td>\n   </tr> \n\n  <tr>\n     <td>3</td>\n     <td>Me and My Kids</td>\n     <td>As single parents with full-time jobs, \"Me and My Kids\" are leading busy lives in suburban America.  This active segment of firefighters, healthcare support personnel, maintenance workers and material movers earn average incomes, which are focused on food &amp; beverages, utilities, personal care and tobacco products.  With children of all ages at home, you can bet these parents have also recently purchased toys, tickets to the local theme park and dinner at a nearby fast food restaurant.  When \"Me and My Kids\" manage some time to themselves you can find them playing on their smartphones, cutting loose with a night of dancing or listening to their favorite tunes on the radio.</td>\n   </tr> \n\n  <tr>\n     <td>4</td>\n     <td>Up and Coming Families</td>\n     <td>Up and Coming Families are middle-class families living life to the fullest in large-scale suburban areas. As administrators, transportation workers, healthcare technicians and home-based business owners, these moms and dads bring home above average incomes, which they spend on transportation expenses, healthcare, utilities, their preferred tobacco product and the $150+ they spend on groceries every week. With kids ranging from infants to teenagers, these folks have also recently purchased toys or sports &amp; recreation equipment.  On weekends, \"Up and Coming Families\" jump in their mid-size SUVs or mini vans and head to the local theme park for some quality family time.</td>\n   </tr> \n\n  <tr>\n     <td>5</td>\n     <td>Affluent Emerging Retirees</td>\n     <td>Affluent Emerging Retirees are married couples who probably still have children living in their suburban-based households.  With successful careers in engineering, finance, education, medicine and home-based ventures, these folks have managed to acquire an above average nest egg, which has become increasingly important as they get ever closer to retirement. Their above average incomes have also allowed them to purchase some real estate, regularly invest in the kids' college funds and lease that luxury car they've always wanted. \"Affluent Emerging Retirees\" are also focused on giving back by volunteering for worthy charitable organizations.</td>\n   </tr> \n\n<tr>\n</tr></table>","_postman_id":"b56780ca-9e2e-481b-be91-b671828a240b"},{"name":"Connex Digital Cluster","item":[],"id":"46b8553d-04f8-4a7d-838b-185f866ca60c","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>1</td>\n     <td>Ape for Apps</td>\n     <td>Young, single and enjoying unencumbered lives in large-scale suburbs, \"Ape for Apps\" are avid advocates of all things digital. Whether they're on the  clock at their jobs in the armed forces or off the clock enjoying a beer or two with friends, \"Ape for Apps\" are glued to their cell phones, which are an extension of their personality and key source of entertainment. Armed with a robust library of iPhone and Android apps these millennials can tweet, like, post and blog anytime, anywhere. But wait--there's more! Apps like YouTube, Spotify and IMDb put their fave videos, music and celebrity news in the palm of their hands. Aside from their smartphones, these singletons use their video game consoles or even a library computer to connect to the internet. From chatting with friends to posting blogs to meeting new people on Instagram and Facebook, going online is a favorite pastime for \"Ape for Apps\".</td>\n   </tr> \n\n  <tr>\n     <td>2</td>\n     <td>Downtown Digitals</td>\n     <td>\"Downtown Digitals\" are hip young urbanites making a name for themselves in the big city. Dedicated to the pursuit of digital happiness, these single lawyers, educators and artists would feel disconnected without the internet, which is at the core of almost everything they do. From chatting with friends on Google Hangouts to accessing the day's news on NYTimes.com to networking with professional peers on LinkedIn, the internet drives their daily routine. Likewise, these millennial men and women are avid online shoppers who love scoring deals on sites like LivingSocial and Groupon. As active social media users, these young adults use Instagram, Pinterest, Facebook and Tumblr to post blog entries, review products and meet people who share similar interests in things such as sports and cooking. With hectic careers and active social lives, \"Downtown Digitals\" like the convenience of using one mobile device for everything from making calls and texting to accessing the internet.</td>\n   </tr> \n\n  <tr>\n     <td>3</td>\n     <td>Game On!</td>\n     <td>Young, single and free from the responsibilities of children, \"Game On!\" are die hard fans of almost any kind of game. Good thing the internet offers these plugged-in players endless ways to feed their need. From accessing the latest sports news, videos, analysis and scores on websites like WWE.com, SportingNews.com and NBCSports.com to honing their skills with live gaming action on YouTube to downloading video games from Facebook, the internet is ground control for these adrenaline junkies. In addition to playing games, these millennials use social media sites like Twitter and Instagram to meet new friends and people who share similar interests. Like most of their peers, these men and women are rarely apart from their cell phones, which they see as an extension of their personality. In addition to its communication functionality, \"Game On!\" also want to use their phones to stream live TV and other video content. In fact, many of these singles indicated that they'd be willing to pay a monthly subscription fee for streaming services.</td>\n   </tr> \n\n  <tr>\n     <td>4</td>\n     <td>Me, Myselfie and I</td>\n     <td>\"Me, Myselfie and I\" are city-based thirtysomethings devoted to all things digital. Like most of their contemporaries, these singletons spend much of their lives online doing everything from streaming their fave TV shows to posting sassy selfies to Instagram to gambling and dating (which occasionally collide). When they want to sound off they tweet the Twitterverse and when they want to learn something new, say like a new recipe to wow their friends, Pinterest never lets them down. With busy work schedules and active social lives, these men and women depend on their smartphones to stay connected. As their go-to entertainment and communication device, \"Me, Myselfie and I\" consider their smartphones to be an extension of their personalities, which they enjoy customizing to reflect their personal tastes and unique style.</td>\n   </tr> \n\n  <tr>\n     <td>5</td>\n     <td>Upwardly Mobiles</td>\n     <td>\"Upwardly Mobiles\" are established professionals enjoying the spoils of thriving careers in posh suburban surroundings. With extensive LinkedIn networks and numerous Twitter and Instagram followers, these doctors, computer developers and sales managers are always on top of the latest trends. Their generous salaries allow these digital devotees to invest in high-end gadgets and electronics, including the very latest smartphone, which they carry wherever they go to manage every aspect of their busy lives. These men and women are avid online shoppers with LivingSocial.com and Groupon being among their top online shopping destinations. They also frequently purchase new tracks for their iPods and MP3 players, which already house a playlist for every occasion. When they want to get away, \"Upwardly Mobiles\" book luxury vacations to exotic locales using Expedia, TripAdvisor and Travelocity.</td>\n   </tr> \n\n  <tr>\n     <td>6</td>\n     <td>Buffering in the Backwoods</td>\n     <td>Single without children at home, \"Buffering in the Backwoods\" enjoy a carefree country lifestyle, largely free from the digital trappings enjoyed by most of their contemporaries. With physically demanding jobs in construction, material moving and installation, this group likes to relax when they knock off for the day. For them, this is far more likely to involve tuning in the game on the radio and relaxing with a couple of cold ones versus hopping online to surf the net. In fact, many of these men and women are still using an antiquated dial-up modem to connect to the internet. When they do venture online, these folks typically frequent entertainment sites like WWE.com and NASCAR.com or resource sites like Bing Maps and weatherbug.com. As for social media, they tend to favor YouTube and Facebook where they can play games, find people who share similar interests and review products and services. You definitely won't catch this group tweeting or posting to Instagram though. \"Buffering in the Backwoods\" tend to be more open to new experiences when it comes to their cell phones. For instance, they would use text messaging more often if they knew how to do it. They'd also be open to using the internet on their phones more often if it were just a tad less expensive!</td>\n   </tr> \n\n  <tr>\n     <td>7</td>\n     <td>Websession</td>\n     <td>\"Websession\" are middle-aged single suburbanites who live life online. With jobs in healthcare support and material moving, this group's below average incomes are just enough to cover necessities such as food &amp; beverages, healthcare expenses and utilities. As such, many of these folks don't have the luxury of a home PC and instead must access the internet at their local library. This however doesn't stop them from clocking hours of time online each and every week though. Some of that time is devoted to online job boards like CareerBuilder and Monster. Meeting new people and updating their profile pages are also popular activities for this group. Instagram and YouTube tend to be their preferred social media destinations, which they use to play games, find people who share similar interests and update their profiles. When they're on the go, these singletons rely on their smartphones to stay connected. In addition to surfing the net, \"Websession\" are interested in streaming live TV to their phones, a privilege for which they'd be willing to pay a monthly subscription fee.</td>\n   </tr> \n\n  <tr>\n     <td>8</td>\n     <td>Mobile Mamas</td>\n     <td>As single working moms, \"Mobile Mamas\" live life in the fast lane swiftly maneuvering the demands of work and home with few pit stops in between. Thank goodness for their mobile phones! Not only do these digital wonders keep them connected to their schedule and their kids' schedules, they're also their go-to entertainment source. In addition to enjoying sites such as Pandora.com and MTV.com, these moms are huge DisneyXD.com fans, which happily occupies the kids while they get dinner on the table and tackle other household chores. Despite their hectic schedules, \"Mobile Mamas\" are very socially active--on Instagram, Facebook and YouTube that is--where they play games, post videos and meet new people who share similar interests.</td>\n   </tr> \n\n  <tr>\n     <td>9</td>\n     <td>Social Butterflies</td>\n     <td>Whether they're reconnecting with old friends, inviting people to an event or just keeping in touch with family, \"Social Butterflies\" reign supreme on the social networking scene. As single parents raising toddlers, tweens and teens, these men and women count on Instagram for photodocumenting the fam's wacky escapades, Pinterest for recipe and decorating ideas, LinkedIn to give them an edge at work and Facebook for sharing adorable anecdotes about the kids. Thanks to their trusty smartphones, which they carry everywhere they go, these moms and dads never miss an opportunity to post, pin, tweet or like--even on the run! Aside from social networking, \"Social Butterflies\" are also savvy cybershoppers. These 'passionate deal seekers' think the internet is a great way to buy everything from clothes to toys to downloadable music. They're particularly fond of the good deals they've scored on sites like LivingSocial.com and Groupon.</td>\n   </tr> \n\n  <tr>\n     <td>10</td>\n     <td>Swipers Who Diaper</td>\n     <td>Social servants by day, world's greatest mommies by night, \"Swipers Who Diaper\" tackle hectic schedules with a right-to-left swipe. As single suburban moms raising children under the age of five, these women stay connected thanks to their smartphones, which they enjoy customizing to reflect their unique style. In addition to keeping them organized and connected to their peeps, these moms use their phones access the internet, watch video clips and save money. Yep, these mommies enjoy receiving coupons on their cell phones  based on their location! When they manage to carve out some me time, \"Swipers Who Diaper\" enjoy spending time on Instagram and Pinterest where they post family pictures &amp; videos, find information about products and services and IM their friends.</td>\n   </tr> \n\n  <tr>\n     <td>11</td>\n     <td>Real-Time Rigors</td>\n     <td>\"Real-Time Rigors\" are middle-aged single moms struggling to make ends meet in the nation's urban centers. These moms work round the clock with day shifts devoted to their jobs in healthcare support and maintenance and night shifts devoted to caring for young children. When they manage some free time, one of their favorite activities is going online where they enjoy meeting new people, hunting for online bargains and visiting entertainment sites such as MTV.com and Univision.com. To ensure friends and family are in the know on their comings and goings, these moms keep their  Instagram and Facebook profiles updated with sentimental photos, funny videos and personal anecdotes. With their chaotic schedules, \"Real-Time Rigors\" rely on their cell phones to stay in touch--especially where the kids are concerned. And with super tight budgets, these moms would be willing to receive advertisements on their phones in exchange for lower monthly bills or additional services.</td>\n   </tr> \n\n  <tr>\n     <td>12</td>\n     <td>Facebook Families</td>\n     <td>\"Facebook Families\" don't just like Facebook--they love it! From instant messaging to playing games, Facebook serves as the central command center where these suburban families communicate with family and friends, invite people to events and publish blogs. Between active careers in the armed forces and the non-stop activities of their tweens and teens, these moms and dads are constantly on the go. Thanks to the trusty Facebook app on their smartphones though, these couples can connect, comment, \"like\" and post anytime, anywhere. These 'active quality seekers' also give a great big thumbs up to the coupons and other valuable offers they find on the popular social media site. In addition, \"Facebook Families\" count on their favorite social platform to find out more about the products they're interested in purchasing, like the sports equipment they recently bought online.</td>\n   </tr> \n\n  <tr>\n     <td>13</td>\n     <td>Social Chimers</td>\n     <td>Whether they're posting, reviewing, chatting or debuting, you can find \"Social Chimers\" online almost all of the time. These highly social families live life to the fullest in their little slice of suburbia and revel in sharing the details of their charmed existence with their faithful followers on Pinterest, Twitter and YouTube. When it comes to their careers, Mom and Dad swear by LinkedIn where they can network with fellow healthcare, engineering and managerial professionals, as well as stay abreast of industry trends and advancements. Since these folks would feel disconnected without the internet, they arm themselves with an assortment of web-enabled devices including MP3 players, iPads and of course their smartphones to ensure uninterrupted online access at all times. As you probably guessed, \"Social Chimers\" carry their phones wherever they go so they never miss an opportunity to chime in on their fave social platform!</td>\n   </tr> \n\n  <tr>\n     <td>14</td>\n     <td>Parental Controls</td>\n     <td>With toddlers, teens and tweens in between, \"Parental Controls\" are married couples trying to navigate the twists and turns of child rearing in the digital age. Like most of their peers, these middle-aged couples think the internet is a good thing, but worry about too much technology--especially when it comes to protecting their kids. As far as they're concerned, people put too much private information about their lives on the internet and they don't want to see their children do the same. As a result, these parents closely monitor their children's online activity and restrict access to inappropriate websites. When it comes to social media, mom and dad love the wide range of craft and DIY projects their kids can access on Pinterest. However, they keep a closer eye on the games their kids play on YouTube to ensure they contain age appropriate content. \"Parental Controls\" insist their kids unplug a couple hours each day to enjoy the great outdoors, whether that involves playing with the dog out back or taking an off-road adventure on the ATV.</td>\n   </tr> \n\n  <tr>\n     <td>15</td>\n     <td>American Streamers</td>\n     <td>Married with 2.5 kids and a dog, \"American Streamers\" are living ordinary average lives in small town suburbia. As is typical for most modern families, these folks wholeheartedly embrace a digital lifestyle. Going online is one of their favorite pastimes where they do everything from bargain hunting on EBay to posting selfies on Instagram to streaming music and video content from sites like Pandora, DisneyXD and Univision. These plugged-in peeps are so keen to stream in fact that they'd be willing to pay a monthly subscription to stream live TV to their cell phones! In addition to their favorite programs, \"American Streamers\" use YouTube to stream video games so they can test their skills against a world of gamers.</td>\n   </tr> \n\n  <tr>\n     <td>16</td>\n     <td>Passive About Pixels</td>\n     <td>If asked for the one word that best describes their digital attitude, \"Passive About Pixels\" would enthusiastically reply 'meh'. As blasphemous as it may sound to millennials, these middle-aged singletons can live quite happily outside the digital bubble. With marginal interest in the internet, many of these men and women still use outdated dial-up modems for their infrequent visits to sites like WhitePages.com, MapQuest or NBCNews.com. Don't expect to find them on Facebook or Instagram either, since unlike the misguided masses they have no intention of publicizing the private details of their lives alongside an out-of-focus selfie. When it comes to their cells, the majority of \"Passive About Pixels\" subscribe to a 'mobile if I must' approach. While they agree that cell phones make sense for safety, they prefer the simplicity of their landline phones which don't require an advanced degree to operate unlike most cell phones these days!</td>\n   </tr> \n\n  <tr>\n     <td>17</td>\n     <td>Shopping Cart Savvy</td>\n     <td>Single without any children at home, \"Shopping Cart Savvy\" enjoy the laid back lifestyle of their southern suburban homes. For the most part, the internet has little impact on the daily lives of these men and women and think people entrust it with too much of their private information. These singles do have  one guilty pleasure though. Online shopping! Yep, these folks think the internet is awesome not only for gathering information about products and services, but for buying them as well. Spending in excess of $800 annually, these 'active quality seekers' purchase everything from household necessities to big ticket splurges on sites like Amazon, Overstock and EBay. Oh and that cruise they're taking this Spring? \"Shopping Cart Savvy\" booked their dream voyage on Travelocity and then visited CheapTickets.com to purchase affordable airline tickets to their port of departure.</td>\n   </tr> \n\n  <tr>\n     <td>18</td>\n     <td>Suburban Surfers</td>\n     <td>Despite their landlocked locales, \"Suburban Surfers\" know they need only to access their online oasis to enjoy epic waves night or day. Single and free from the responsibilities of children, these middle-agers consider the internet their go-to source for meeting new people, finding local information, researching products and services and of course, entertainment. When they get a moment or two, these suburbanites may paddle out to NASCAR.com to find out what time the race starts Saturday, or CBSNews.com to catch up on the day's headlines. When they aren't tied to a schedule, \"Suburban Surfers\" enjoy reading about industry trends on LinkedIn, checking out trailers for new movies and TV shows on YouTube or catching up with friends on Facebook.</td>\n   </tr> \n\n  <tr>\n     <td>19</td>\n     <td>Offline Realities</td>\n     <td>\"Offline Realities\" are single suburban parents struggling to make ends meet. By day these sole providers work hard for the money as construction workers, maintenance professionals and material movers. By night these single parents work hard for their honeys getting dinner on the table, helping with homework and doing a load or two of laundry. With so much on their plate, these moms and dads have little time for digital distractions. On the rare occasion they get a moment to themselves, these singles enjoy spending time online where they can lose themselves in a steamy novella on Univision.com, look for brand savings on Coupons.com or even browse new job opportunities on CareerBuilder.com. \"Offline Realities\" are also big fans of DisneyChannel.com, which keeps the kids occupied long enough for them to get some housework done.</td>\n   </tr> \n\n  <tr>\n     <td>20</td>\n     <td>E-Comm Couples</td>\n     <td>From groceries and housewares to clothes and cosmetics, \"E-Comm Couples\" ditched the mall and now favor the internet for purchases large and small. Despite their close proximity to a variety of brick &amp; mortar retailers, these urban professionals prefer to browse the cyber aisles of Amazon, Overstock and LivingSocial.com where they're always first in line and parking is never a problem. With annual purchases easily exceeding $800, these middle-aged couples pride themselves in being 'active quality seekers' who read reviews and compare prices across multiple website before making a purchase. They also use the internet to gather information about products and services they want to learn more about. As recent empty nesters, \"E-Comm Couples\" have been bitten by the travel bug, which resulted in several foreign trips over the last year. Not surprisingly, Travelocity, Orbitz and Hotels.com are some of their favorite online shopping destinations!</td>\n   </tr> \n\n  <tr>\n     <td>21</td>\n     <td>Off The Grid</td>\n     <td>More likely to go off-road than online, \"Off The Grid\" are middle-aged married couples enjoying the slow pace of life in the country. With ATVs to ride and gardens to tend, the internet has little impact on the daily lives of these farmers, production specialists and construction workers. These couples think people put way too much private information about their lives online and they aren't interested in joining that particular club . When they do visit the world wide web, these folks typically stick to entertainment websites like NASCAR or resource sites like weatherbug.com. These men and women are also less than social when it comes to social media, which they use very infrequently to play games, find local information or to catch up on news and other current events. When it comes to cell phones, \"Off The Grid\" bought one primarily for safety purposes, but otherwise think they're way too complicated. As far as these country couples are concerned, their landline phone has always served them well and they see no reason to replace it.</td>\n   </tr> \n\n  <tr>\n     <td>22</td>\n     <td>Plugged-In Parents</td>\n     <td>\"Plugged-In Parents\" are middle-aged married couples challenged with raising children in a 24/7 digital world. With kids who log hours of internet activity each week, these busy healthcare techs and fire fighters closely monitor their online activities. Although they think the internet is a good thing, in a world where trolling and cyber bullying are on the rise, these parents worry about too much technology. Not to mention that they don't want to see their kids posting excessive private information about their lives online, which they think too many people do nowadays. However, these moms and dads are all in when it comes to getting homework help using search engines like Ask.com or watching last night's game highlights on NBA.com or even playing games on social media. When some offline family time's in order, \"Plugged-In Parents\" unplug with a day of coasters and funnel cakes at the local theme park.</td>\n   </tr> \n\n  <tr>\n     <td>23</td>\n     <td>Bundled in the Burbs</td>\n     <td>Like most of the families living in the newly constructed neighborhoods that are the hallmark of upper middle class suburbia, \"Bundled in the Burbs\" are diehard devotees of the digital services and devices that help them through their busy day. Look into the windows of these homes and you'll find mom watching the Food Network on her tablet as she prepares dinner, while dad catches the game on ESPN and the kids post selfies to Instagram and tweet funny memes. To ensure everyone can simultaneously enjoy their favorite digital pastime, these families rely on bundled packages from Verizon FiOS and AT&amp;T U-verse to provide them with high-speed internet, premium cable television complete with DVR and digital home phone service. \"Bundled in the Burbs\" also enjoy bundled smartphone services courtesy of a family wireless plan that lets them call, text, stream and socialize near or far from their bundled retreats.</td>\n   </tr> \n\n  <tr>\n     <td>24</td>\n     <td>Digitally Remastered</td>\n     <td>With their enviable incomes, \"Digitally Remastered\" families enjoy a lavish suburban lifestyle complete with luxury cars, exotic foreign travel and of course, the latest digital accoutrements. PCs and laptops are so yesterday for the children of these doctors, lawyers and financial analysts, who instead use their iPads to post, tweet and stream YouTube videos. When mom and dad want to access their beloved wsj.com or invite a colleague to join their LinkedIn network, they use their E-readers. Mom and dad also enjoy the most recent release of their smartphone, despite not knowing how to use all its features--they can always ask their kids for help, since they too got upgrades. In addition to their devices, \"Digitally Remastered\" upgraded their shopping experience by taking it online where they can buy whatever their hearts desire and have it delivered straight to their door. Spending in excess of $800 annually, these 'active quality seekers' buy everything from housewares and apparel to plane tickets for their next trip abroad.</td>\n   </tr> \n\n  <tr>\n     <td>25</td>\n     <td>Small Town Satellites</td>\n     <td>\"Small Town Satellites\" love the easy going pace life in the country offers, but living in rural America isn't without its complications--especially when it comes to their digital connections. Thanks to their sweet satellite dish though, these families can connect to all their favorite cyber destinations including NASCAR, NBCNews and Yahoo! Movies regardless of their rural surroundings. Since these home-based business owners and installation repair specialists have some debt, they also enjoy searching for deals on sites like Coupons.com and Overstock.com. In fact, as 'active quality seekers,' these folks read reviews and compare prices across multiple websites before making an online purchase. In addition to shopping and surfing, \"Small Town Satellites\" are social gamers who visit social networking sites such as YouTube when they're in the mood for a little friendly competition.</td>\n   </tr> \n\n  <tr>\n     <td>26</td>\n     <td>High Speed Homes</td>\n     <td>With a teen who's a gamer and another who blogs, a mom who cybershops till she drops and an app-happy dad, \"High Speed Homes\" have almost as much traffic as the city streets outside their urban homes. Like many contemporary families, going online is a favorite pastime for these urbanites, who use E-readers, iPads and even their television to connect to their favorite medium. Night and day, these homes hum with an endless stream of digital activity that includes everything from networking with colleagues on LinkedIn to researching homework assignments on About.com to posting videos to Instagram. Not ones for being tied down, \"High Speed Homes\" like the convenience of using one mobile device for everything. And since streaming is among their favorite activities,  these families expect the quality of video on their phones to equal that on their TVs.</td>\n   </tr> \n\n  <tr>\n     <td>27</td>\n     <td>Digital Dinosaurs</td>\n     <td>Downloads and hashtags and texts oh my! \"Digital Dinosaurs\" are single suburban seniors who refuse to succumb to the charms of digital technology. The internet has little impact on the lives of these retirees who'd much rather spend their time puttering in the garden and participating in collector's clubs. When they do venture online (courtesy of a dial-up modem) it's typically to play a game on social media or to check their email on AOL Mail. These folks have even less love for cell phones, which they think are way too complicated. In fact, 14 percent of \"Digital Dinosaurs\" threw in the towel and don't even own a cell phone. Those that do own one have it only for emergencies, since they use their landline phones almost exclusively to make and receive calls.</td>\n   </tr> \n\n  <tr>\n     <td>28</td>\n     <td>Cell Conscious</td>\n     <td>Single without any children at home, \"Cell Conscious\" are urban seniors struggling to navigate the wonderful world of wireless. Retired from careers in social science and the arts, this largely female set thinks cell phones are just too complicated these days. Although there are some features on their phones they would like to use, they don't know how and are reluctant to learn. In fact, more than half of these women can be characterized as either 'mobile minimalists' or 'mobile if I must'. While 'mobile minimalists' consider their cell phones to be an efficient replacement for their landline phones, they have no interest in using them for anything other than making and receiving calls. 'Mobile if I must' meanwhile prefer the simplicity of their landline phones and have cell phones primarily for safety. Then there's the 18 percent of \"Cell Conscious\" who don't even own a cell phone and *gasp* really don't want one.</td>\n   </tr> \n\n  <tr>\n     <td>29</td>\n     <td>Social Lites</td>\n     <td>Single without any children at home, \"Social Lites\" are suburban retirees living largely offline lives. If asked, these seniors would tell you the internet has little impact on their lives. As far as they're concerned, newspapers keep them informed, TV entertains them and radio relaxes them. Why in heaven's name would they want to go online? Certainly not to join the throngs of people putting too much private information about their lives on sites like Facebook, Instagram and Twitter. Despite their distaste for pinning, blogging and posting however, \"Social Lites\" do enjoy getting social, especially if it involves watching the game on TV with some friends or comparing notes with fellow connoisseurs at collector's club gatherings.</td>\n   </tr> \n\n  <tr>\n     <td>30</td>\n     <td>Unplugged</td>\n     <td>Single with no children left at home, \"Unplugged\" enjoy a peaceful existence free from the digital distractions that seem to dominate the lives of almost everyone else. For decades, these folks worked at jobs in production, installation and farming. Now retired, and largely widowed, these seniors enjoy more relaxing pursuits like watching their favorite TV shows or leisurely perusing the newspaper with their morning coffee. The internet however has little impact on their lives, since few of them consider going online to be relaxing or enjoyable. Why do they need Facebook friends or Twitter followers? They've been social for years thanks to their trusty landlines, which lets them chat with friends close to home, as well as those faraway courtesy of their domestic long distance calling plan. From where they're sitting, people already put too much private information about their lives on the internet without them adding to it. Furthermore, nearly a quarter of \"Unplugged\" also find cell phones unnecessary. Those that do own one got it primarily for safety purposes and don't intend on using it otherwise, since cell phones are just too complicated these days.</td>\n   </tr> \n\n  <tr>\n     <td>31</td>\n     <td>Retirement Reboot</td>\n     <td>Free from the responsibilities of hectic careers and full-time parenting, \"Retirement Reboot\" couples are enjoying every minute of their 2.0 lifestyle. In V1.0 these lawyers, doctors and financial analysts used the internet as a tool for marketing, research or interoffice communication. Nowadays though, it's their all-access pass to shopping and entertainment excitement. Using their high-speed fiber optic connections, these carefree couples look up show times on sites like PBS.com, manage their enviable investment portfolios or make travel plans--most recently for the European vacation they're taking in the fall. Preferring to spend time socializing as opposed to social networking, these twosomes have little interest in Facebook friends or a Pinterest posse. On the rare occasion they use social networking it's probably to find local information or catch up on the day's headlines. \"Retirement Reboot\" have the same nonchalant attitude about their cell phones. Although most of them own one, they much prefer their landline, which remains blessedly free from the confusing array of features that riddle their cell phones.</td>\n   </tr> \n\n  <tr>\n     <td>32</td>\n     <td>Dreaming of Analog</td>\n     <td>\"Dreaming of Analog\" are married couples living out their golden years in suburban comfort thanks to the retirement real estate they invested in a few years back. For the most part, the internet has little impact on these retirees with the possible exception of managing their financial portfolios. Although they enjoy a healthy fixed income, these couples tend to be 'active quality seekers' who read product reviews and compare prices across multiple websites prior to making purchases, which in their case often exceed $800 annually. As for social networking, these couples think people put too much private information about their lives online and have little interest in doing the same by creating their own Facebook or Instagram profile. \"Dreaming of Analog\" do own cell phones, but much prefer their landline phones for making and receiving calls. Not to mention they find cell phones to be a bit annoying, especially in the hands of people who carry on loud conversations in public places!</td>\n   </tr> \n\n  <tr>\n     <td>33</td>\n     <td>Timed Out</td>\n     <td>Retired from jobs in production and social services, \"Timed Out\" now enjoy quiet lives in modest suburban neighborhoods. The internet has little impact on the lives of these couples who'd much rather spend their free time watching TV or reading the newspaper. Not surprisingly, these folks never got around to replacing their dial-up modem, since it's fine as paint for visiting AOL, NASCAR.com and playing the occasional game on social media. With family living not so close to home any longer, \"Timed Out\" frequently make domestic long distance calls to stay in touch. Despite having cell phones, these couples overwhelming prefer the simplicity of their landline phones, which don't require a degree in rocket science to operate!</td>\n   </tr> \n\n  <tr>\n     <td>34</td>\n     <td>Digital Detours</td>\n     <td>\"Digital Detours\" are senior couples whose children have recently returned to the nest. To help support their larger households, these nearly or newly retired men and women have recently launch home-based businesses. The internet has helped them grow their business, in addition to providing them with a main source of entertainment. Dad enjoys seeing how his fave drivers are faring on NASCAR.com, while mom enjoys looking for deals on Coupons.com--products she's also been known to review on social media once she's had a chance to try them. Their son begins each day checking the latest job postings on CareerBuilder.com and the grandkids just love watching videos and gaming. \"Digital Detours\" have similarly varying behaviors when it comes to their cell phones. The grandkids are obsessed with them and are constantly texting their friends. Conversely, their grandparents prefer the simplicity of their landlines for making and receiving calls and avoid texting altogether since typing messages is real hassle.</td>\n   </tr> \n\n  <tr>\n     <td>35</td>\n     <td>Digital Distractions</td>\n     <td>Located in the sleepy suburbs that dot the outskirts of mid-size cities, \"Digital Distractions\" are blue collar families living a modest, no frills lifestyle. These folks work hard as installation technicians, production specialists and construction workers, so when they're off the clock they want to relax. The internet is a main source of entertainment for these families who frequent sites such as CBS, eHow and Fandango where they watch full episodes of their favorite TV programs, view trailers of upcoming movie and access DIY home &amp; garden projects. They're also fond of the home &amp; garden hacks they find on Pinterest. More than anything though, \"Digital Distractions\" love playing games. Whether they're downloading video games or participating in live gaming events, these folks are always up for some friendly competition.</td>\n   </tr> \n\n<tr>\n</tr></table>","_postman_id":"46b8553d-04f8-4a7d-838b-185f866ca60c"},{"name":"Connex Generation Cluster","item":[],"id":"189ffafa-9dfd-4803-b516-9b3bbd1c6f55","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>M1</td>\n     <td>Modern Millennials</td>\n     <td>Idealistic, patriotic, team-oriented. These are just some of the characteristics that define the generation that came of age in post-9/11 America. Like many of their peers, \"Modern Millennials\" understood at a very young age that they live in an unsafe world. Not surprisingly, many of them sought to make a difference by pursuing careers in law enforcement and the armed forces. Below average incomes haven't deterred these singles from purchasing new furnishings for their starter homes, leasing a 'like new' compact car or hitting the hot new club for a night of dancing with friends. Having never lived without computers, \"Modern Millennials\" are most comfortable in a digital environment and get all of their information and most of their socialization from the internet. So when this group wants to unwind, they're likely whipping up that chili recipe they just saw on Pinterest or updating their Instagram feed while listening to the new album they recently downloaded from iTunes.</td>\n   </tr> \n\n  <tr>\n     <td>M2</td>\n     <td>Mature Millennials</td>\n     <td>As the seniors of their generation, \"Mature Millennials\" have conquered college, landed a job and found a place to call home. Hit hard by the Great Recession of the late 2000s, this group delayed marriage and children in favor of establishing themselves. They still aren't earning as much as they'd like, but it's enough to pay for utilities, food &amp; beverages, personal care and rental insurance. Having grown up in a digital environment, \"Mature Millennials\" view the world as 24/7 place where fast and immediate processing reigns supreme. As such, these men and women live online. Simply put, if it isn't discussed in a blog, debated in a forum, endorsed with a like, memorialized with a selfie or posted on their feed, it probably isn't worth their time.</td>\n   </tr> \n\n  <tr>\n     <td>X1</td>\n     <td>X in the City</td>\n     <td>Representing the younger side of Generation X, \"X in the City\" are independent singletons living life on their own terms in the big city. Like most of their Gen X peers, this group's loyalty to themselves far outweighs their loyalty to any one organization. As such, you can bet this group of healthcare support professionals have probably had two to three different employers at this stage of their career--and they'll probably have three to four more before they retire. Their below average incomes limit their spending to basic expenses including utilities, food &amp; beverages, rental insurance, healthcare, retail purchases and personal care. Unlike their Boomer parents, \"X in the City\" relish their time outside the office, which may involve grabbing a beer or two with friends or updating their Facebook page while relaxing to the new album they just bought.</td>\n   </tr> \n\n  <tr>\n     <td>X2</td>\n     <td>maXed Mommies</td>\n     <td>Like many of their Gen X peers, \"maXed Mommies\" were late to marry and quick to divorce. Now single parents, these moms are working double time as full-time moms with full-time jobs. As healthcare support professionals, material movers and maintenance workers, this group works hard for their below average incomes. The bulk of their spending centers around necessities such as utilities, food &amp; beverages, personal care and healthcare. They've likely also bought new toys for the kids and a new outfit for themselves recently. Unlike their Baby Boomer parents, \"maXed Mommies\" embrace their time away from work when they can relax with a favorite magazine, catch up with their kids over lunch at a nearby fast food restaurant or get together with girlfriends for a night of dancing.</td>\n   </tr> \n\n  <tr>\n     <td>X3</td>\n     <td>X-Y-Z Families</td>\n     <td>\"X-Y-Z Families\" are married Gen X couples enjoying an active suburban lifestyle with their Y and Z children. Growing up with Baby Boomer parents whose excessive work schedules often left them on their own, these Gen X parents strive for a healthy balance between work and family. As such, these successful lawyers, doctors, sales professionals and engineers are also successful homework advisors, amateur coaches and part-time chauffeurs. As above average earners, these parents shower their kids with top-of-the-line sports/recreation equipment, fashion-forward apparel, new toys and season passes to the local theme park. Like most 21st century families, \"X-Y-Z Families\" are rarely off the grid. These Gen X moms and dads are clueless when it comes to the latest social media phenomenon (Facebook continues to rock their world), but are totally engaged when it comes to their smartphones.</td>\n   </tr> \n\n  <tr>\n     <td>X4</td>\n     <td>Gen X Execs</td>\n     <td>Representing the senior side of Gen X, \"Gen X Execs\" are success-oriented singles living life on their own terms. As is typical for their generation, this group is highly educated which they parlayed into lucrative careers as doctors, lawyers and business executives. Unlike their Boomer parents, these fiercely independent professionals lack organizational loyalty and will readily jump ship if a better opportunity comes their way. Outside the office, these fun loving singles enjoy gambling, cooking and catching up with friends over a beer or two. Like most of their peers, \"Gen X Execs\" rely on the internet to pay their bills, shop for bargains, access the latest news, meet new people and pretty much everything in between.</td>\n   </tr> \n\n  <tr>\n     <td>X5</td>\n     <td>Great Xpectations</td>\n     <td>Trending on the older side of Gen X, \"Great Xpectations\" are single parents striving to create a comfortable life for themselves and their kids in sunny suburbia. As dedicated administrative professionals, this group pulls down average salaries, which they spend on transportation, groceries, toys for the kids and clothes for themselves. They've also probably treated the kids to a day at the theme park followed by burgers and fries at their fave fast food restaurant. Like most of their Gen X peers, \"Great Xpectations\" can remember life before the digital revolution. What they can't remember is how they managed to get through the day without their smartphone, the internet and their Facebook feed!</td>\n   </tr> \n\n  <tr>\n     <td>X6</td>\n     <td>X's and O's</td>\n     <td>\"X's and O's\" are married Gen X couples living the suburban dream complete with 2 kids and the family dog. Raised by Baby Boomer parents whose work schedules often cut into family time, these parents are determined to do a better job of balancing work with family. Not surprisingly, many of these mom and dads started home-based businesses, which offered them the flexibility to work around their kid's schedules. Financially, these families can afford to splurge on brand name sports/recreation equipment, trendy toys and household appliances that cut chore time in half (at least that's what the infomercial claimed). \"X's and O's\" also recently treated themselves to a top-of-the-line refrigerator, which quickly became the envy of all their neighbors. Although they occasionally turn to their kids for help, these Gen X parents are digi-capable...especially when it comes to the internet.</td>\n   </tr> \n\n  <tr>\n     <td>B1</td>\n     <td>Junior Boomers</td>\n     <td>For the most part, \"Junior Boomers\" trend younger along the Baby Boomer spectrum. They are unlikely to be married and even less likely to have kids. Rather, as is typical for their generation, these workaholics are devoted to their careers in  law enforcement, sales, administration and the armed forces. As average earners, their spending is fairly mundane, except when it comes transportation where fiscal responsibility takes a backseat to conspicuous consumption. This group lives in small town suburban settings where the climate doesn't always behave, in average homes built sometime between 1990-2005. Although they aren't planning to retire anytime soon, \"Junior Boomers\" are preparing now by investing in stocks, mutual funds and retirement savings plans.</td>\n   </tr> \n\n  <tr>\n     <td>B2</td>\n     <td>Boomers Without Babies</td>\n     <td>\"Boomers Without Babies\" are middle-aged married couples who opted for career over kids. With advanced degrees and equally matched ambitions, these power couples have carved out successful careers in dynamic fields including the arts, social services, social sciences and the law. Like many of their Boomer peers, these couples are materialistic, but with above average salaries they can afford to indulge on upscale townhomes, visits to high-end salons and frequent retail therapy sessions. These former yuppies have also managed to accumulate a tidy net worth with investments in stocks, mutual funds and real estate. As is typical for their generation, \"Boomers Without Babies\" are hesitant to take too much time off work. When they do manage to tear themselves away, it probably entails a luxury getaway to an exotic foreign locale.</td>\n   </tr> \n\n  <tr>\n     <td>B3</td>\n     <td>Fringe Boomers</td>\n     <td>Teetering on the edge of Gen X, \"Fringe Boomers\" are living the American Dream in the large suburbs that comprise our nation's urban fringe. As typical members of the first generation to raise their children in dual-income homes, these Boomer parents both enjoy successful careers in finance, sales, healthcare and management. As above average earners, these couples can afford the latest apparel, upscale homes, high-end educations for their kids and personal insurance. They've also been known to  splurge on fine jewelry and foreign travel. And with teens on the verge of college, regular deposits into college savings plans are a must. As with most Baby Boomers, \"Fringe Boomers\" desire to make a difference, which for them means volunteering for a local charity and contributing to worthwhile causes.</td>\n   </tr> \n\n  <tr>\n     <td>B4</td>\n     <td>Blue Collar Boomers</td>\n     <td>Single without children at home, \"Blue Collar Boomers\" are closing in on retirement from their jobs in material moving,  healthcare support, maintenance and fire prevention. With below average salaries, this group's household spending focuses on basics such as utilities, food &amp; beverages, personal care and their preferred tobacco product. Being the senior statesmen of their generation, \"Blue Collar Boomers\" have likely taken a prescription remedy for an ailment or a vitamin to support their overall health. As members of the first TV generation, these folks continue to enjoy watching their favorite shows when they get some downtime.</td>\n   </tr> \n\n  <tr>\n     <td>B5</td>\n     <td>Transitional Boomers</td>\n     <td>Representing the senior side of the Baby Boom generation, \"Transitional Boomers\" are gradually moving into the next phase of their lives. Take retirement for instance. Although they've reached an appropriate age, this group isn't quite ready for full-time retirement. They are after all, members of the generation that defined their worth through work. Not surprisingly, many of these men and women chose a more flexible path to retirement through home-based business ownership. In addition to providing an outlet for their highly developed work ethic, the extra income helps offset unexpected household expenses. With teens still at home, \"Transitional Boomers\" are still footing the bill for new clothes, books, weekly grocery bills in excess of $150 and frequent dinners at family restaurants.</td>\n   </tr> \n\n  <tr>\n     <td>B6</td>\n     <td>Red, White and Boom</td>\n     <td>\"Red, White and Boom\" are married Baby Boomers living ordinary average lives in America's heartland. As teens they marched for peace, fought for Civil Rights and said Y-E-S to the E-R-A. As adults they settled down, raised families, bought homes and worked long hours as farmers, production specialists and construction workers. With the kids out of the house and retirement knocking at the door, these couples are using their newfound free-time to try new things like planting that vegetable garden they've always wanted or exploring the countryside on the ATVs they recently purchased. While \"Red, White and Boom\" may never live in the lap of luxury, their average household income supports their modest expenses including healthcare deductibles, food &amp; beverages, tobacco and payments on their full-size pick-ups and standard cars.</td>\n   </tr> \n\n  <tr>\n     <td>B7</td>\n     <td>Bucolic Boomers</td>\n     <td>Married with children, \"Bucolic Boomers\" love the slow and easy pace of their small town life. As part of the first generation to raise their children in dual-income homes, both dad and mom hold down jobs outside the home in the fields of healthcare, law enforcement and installation. As you would expect with kids at home, a fair share of their income is devoted to groceries, which often exceed $150 per week. They also spend quite a bit on their multiple vehicles, including his and hers motorcycles, the family van and the compact pick-up the kids share. For fun, \"Bucolic Boomers\" make the most of their country surroundings with a day of off-roading on their ATVs.</td>\n   </tr> \n\n  <tr>\n     <td>S1</td>\n     <td>Sole Silents</td>\n     <td>Single without children at home, \"Sole Silents\" are enjoying a quiet retirement in sunny southern suburbs. As part of a  generation that valued saving over spending, these former lawyers, law clerks and legal secretaries accumulated a respectable net worth over the years, including the retirement real estate they now call home. Yes, their income is limited, but so is their spending with medical insurance premiums, retail purchases and renter's insurance topping their list of expenses. Like many other Silents, these retirees are avid readers and take great pleasure in reading their local newspaper cover-to-cover. They're also fond of puttering in their gardens and tuning into their favorite shows on TV. Unlike their children and grandchildren (possibly even great grandchildren), \"Sole Silents\" aren't prone to cell phone separation anxiety. In fact, they're still rather attached to their landlines, which they use to make local and domestic long distance calls.</td>\n   </tr> \n\n  <tr>\n     <td>S2</td>\n     <td>Silent Sets</td>\n     <td>\"Silent Sets\" are married empty nesters representing the younger side of the Silent generation. Like many of their contemporaries, these Silents retired in style with a healthy net worth and a household income most non-retirees would envy. Free from restrictive budgets, these twosomes enjoy indulging in cruise vacations, gambling at their local casino and spending long weekends at the lake cabin they bought to celebrate their retirement. As is the case for most Silents, these men and women are avid readers and relaxing with their local newspaper is a favorite pastime. And while they may own a cell phone, \"Silent Sets\" favor their landlines, especially when making long distance calls to the grandkids.</td>\n   </tr> \n\n  <tr>\n     <td>S3</td>\n     <td>Sunsetting Silents</td>\n     <td>Representing the senior side of the Silent generation, \"Sunsetting Silents\" are living out their golden years in the peaceful surroundings of small-town suburbia. Once married, these longtime empty nesters are flying solo nowadays since losing their spouse of many years. Like most women from their generation, this predominantly female segment formerly spent their days caring for the children and taking care of the home while their husbands pursued careers in healthcare, sales and administration. Now retired, this group enjoys more leisurely pursuits such as participating in collector's clubs and watching their favorite shows on television. They also enjoy reading their local newspaper, which is typical for most Silents. And now that the kids have scattered, you can bet these retirees make frequent long distance calls to catch up with their loved ones. Like most people their age, \"Sunsetting Silents\" devote much of their fixed income to healthcare expenses, including medical insurance premiums and prescription medications. </td>\n   </tr> \n\n<tr>\n</tr></table>","_postman_id":"189ffafa-9dfd-4803-b516-9b3bbd1c6f55"},{"name":"Connex Generation Groups","item":[],"id":"abdd1502-c908-4752-b6e4-405ce758c363","description":"<table>\n  <tr>\n     <td> <b>Generation Group Code</b></td>\n     <td> <b>Generation Group Name</b></td>\n     <td> <b>Generation Group Description</b></td>\n   </tr> \n\n  <tr>\n     <td>M</td>\n     <td>Millennial</td>\n     <td>A group of Generation Clusters that includes M1 and M2, grouped based on the generation of the head of household and containing Millennial households.</td>\n   </tr> \n\n  <tr>\n     <td>X</td>\n     <td>Generation X</td>\n     <td>A group of Generation Clusters that includes X1, X2, X3, X4, X5 and X6, grouped based on the generation of the head of household and containing Generation X households.</td>\n   </tr> \n\n  <tr>\n     <td>B</td>\n     <td>Baby Boomer</td>\n     <td>A group of Generation Clusters that includes B1, B2, B3, B4, B5, B6 and B7, grouped based on the generation of the head of household and containing Baby Boomer households.</td>\n   </tr> \n\n  <tr>\n     <td>S</td>\n     <td>Silent Generation</td>\n     <td>A group of Generation Clusters that includes S1, S2 and M3, grouped based on the generation of the head of household and containing Silent Generation households</td>\n   </tr> \n\n<tr>\n</tr></table>","_postman_id":"abdd1502-c908-4752-b6e4-405ce758c363"},{"name":"Connex Life Stage Cluster","item":[],"id":"ee7252a8-f139-49c5-a421-bd85cc503cc2","description":"<table>\n  <tr>\n     <td> <b>Cluster Code </b></td>\n     <td> <b>Cluster Name</b></td>\n     <td> <b>Cluster Description</b></td>\n   </tr> \n\n  <tr>\n     <td>YG1</td>\n     <td>Newly Minted</td>\n     <td>Young, single and just getting started on life's journey, \"Newly Minted\" are enjoying their recently earned adult status in the bright lights of the big city. With fledgling careers in the culinary arts, social services and computers, many of these ambitious millennials plan to change jobs in the next year in order to maximize their earning and growth potential. After hours are spent with friends dancing at the local club, sharing a beer or two at a favorite joint or relaxing with their significant other over a new recipe they discovered on Pinterest. Their Ramen noodle budget limits their spending to basics such as  food &amp; beverages, utilities, rent and renters insurance, with the occasional retail splurge and audio download...and with many \"Newly Minted\" expecting to get engaged in the new future, it's time to start saving for the big day.</td>\n   </tr> \n\n  <tr>\n     <td>MY1</td>\n     <td>Me to We</td>\n     <td>Although \"Me To We\" have left their twenties behind, these city dwellers still have plenty of firsts to look forward to as they gradually transition into middle age. For one, after crushing it at their first few healthcare jobs, these goal seekers plan to parlay their hard won experience to land their dream job in the next year. They're also taking their relationship to the next level with plans to get engaged in the not too distant future. When they're not planning their future, these men and women are on their smartphones documenting their present, uploading selfies of their latest escapades to Facebook and Instagram. You can also find them surfing their fave cooking sites for new recipes they can surprise their significant other with. When they get some downtime, \"Me To We\" enjoy relaxing to the Classic Rock hits they downloaded to their smartphone or tune in on the radio.</td>\n   </tr> \n\n  <tr>\n     <td>MY2</td>\n     <td>Mama Mia</td>\n     <td>Despite their already hectic schedules as single moms with demanding full-time jobs, \"Mama Mia\" have no plans to slow down as they cruise into mid-life at full speed. For one, many of these women plan to get engaged in the near future, so when they're off the clock from their day jobs in healthcare support and social services, they'll be flipping through their favorite magazines for chic wedding ideas and new outfits for the showers their friends are sure to throw them. Those not planning a wedding are planning to become a parent again in the next year. Although this isn't their first rodeo, decorating the nursery and baby proofing takes a fair amount of planning, for which they spend a fair amount of time online searching for style ideas and baby bargains. Whether they're getting married or having a baby, \"Mama Mia\" can all agree that buying their first house is definitely in their future plans and they have probably purchased a household appliance recently in preparation for their new digs.</td>\n   </tr> \n\n  <tr>\n     <td>MY3</td>\n     <td>School Daze</td>\n     <td>From soccer games and science fairs to SATs and prom, \"School Daze\" are married couples whose schedules revolve around the comings and going of their toddlers, tweens and teens. Representing the younger end of this segment are the new parents who are looking forward to buying their first home in the next year that will accommodate their growing family. One or both of these moms and dads are also planning to make a job change for a position requiring less travel and late hours. On the older side of this segment are the parents with teens. In fact, many of these folks have children headed to college come fall. These folks are looking into buying a second home in the next year where the family can reconnect on holidays and summer break. With their above average income, \"School Daze\" lives a comfortable suburban lifestyle including new toys for the kids, high-end sports equipment for their star athletes and most recently a brand new dishwasher for mom. </td>\n   </tr> \n\n  <tr>\n     <td>MO1</td>\n     <td>Approaching the Finish Line</td>\n     <td>With their youngest getting ready to graduate college and their oldest planning a June wedding, \"Approaching the Finish Line\" are looking forward to starting the next chapter of their lives. After years spent in law enforcement, these singles plan to retire in the next year and enjoy some well deserved R&amp;R including that cross country motorcycle trip they've been dreaming about. They're also planning to spend more time with friends be it a night of gambling at the local casino or for a glass of wine at their favorite watering hole. \"Approaching the Finish Line\" have managed to accumulate a comfortable net worth with investments in stocks and mutual funds, which they plan to collect once they officially retire in the next several months. </td>\n   </tr> \n\n  <tr>\n     <td>MO2</td>\n     <td>Middle-Aged Blues</td>\n     <td>Single with children still at home, \"Middle-Aged Blues\" work longs hours to make ends meet in the mid-size suburbs they call home. With jobs in maintenance, construction and material moving, this largely female segment earns just enough to cover their basic household expenses including the $150+ per week they spend on groceries, their monthly utility bills and personal care expenses. For months they've also been saving what they could to help offset come of the expenses their child will incur when they get married later in the year. Many of these women plan to collect a lump sum IRA sometime in the next year, part of which they will use as the down payment on their very first house-something they've been dreaming of their whole lives. Although \"Middle-Aged Blues\" doesn't get a lot of free time, when they do manage some they enjoy relaxing to some tunes on heir favorite radio station or, if their feeling daring, a night of dancing at the local club.</td>\n   </tr> \n\n  <tr>\n     <td>MO3</td>\n     <td>Second Honeymooners</td>\n     <td>Now that the kids have moved out and started families of their own, \"Second Honeymooners\" are rediscovering life as a twosome. Weekends once devoted to teams sports and dance recitals are now spent working in the garden and exploring the countryside on their ATVs. These couples have also been making some home improvements, converting what was once Johnny's bedroom into a media room, complete with two new recliners and flat screen TV. With jobs in farming and construction, these couples have accumulated a comfortable net worth, which includes some real estate where they plan to build a weekend getaway to enjoy in their retirement. As much as \"Second Honeymooners\" enjoy having the house all to themselves again, they are longing to hear the pitter patter of little feet once more...with the arrival of their first grandchild in the next few months!</td>\n   </tr> \n\n  <tr>\n     <td>MO4</td>\n     <td>Tweens and Teens</td>\n     <td>Now playing in a suburban neighborhood near you, \"Tweens and Teens\" stars middle-aged married couples fearlessly braving the  roller coaster ride otherwise know as…the teenage years. With children ranging between the ages of 11 and 18, these parents practically live in their vans and mid-size SUVs driving kids to and from school, soccer, swimming...the grocery store, where they drop at least $150 every week. Thankfully, being home-based business owners has provided these moms and dads with fairly flexible schedules. The money's not bad either. In fact, dad just bought mom those diamond earrings she's had her eye on. Although \"Tweens and Teens\" have some debt, they still can afford to rent a car for a weekend getaway to a nearby resort for some quality family time...something that won't be as easy to come when their oldest heads off to college in the fall.</td>\n   </tr> \n\n  <tr>\n     <td>SR1</td>\n     <td>Me Time</td>\n     <td>With plans to retire in the next year, \"Me Time\" is looking forward to some well deserved R&amp;R and having the time to explore new interests and activities. Having spent the better part of their lives focused on careers in healthcare support and social services, this largely female segment intends to spend their days cultivating a garden that will make them the envy of their suburban neighborhood. These women also plan on taking a more active roles in their collector's club, a hobby they've always enjoyed but didn't always have time to pursue. \"Me Time\" will also begin collecting from their 401k in the next year, which will considerably reduce their household income. However, with limited household expenses including healthcare, utilities, food &amp; beverages and personal care, they will mange just fine. They will however splurge on retail purchases for their first grandchild, who's scheduled to arrive any day now.</td>\n   </tr> \n\n  <tr>\n     <td>SR2</td>\n     <td>Swingin' Silvers</td>\n     <td>Forget the rocker! \"Swingin' Silvers\" are making the most of their retirement years. Once successful salespeople, healthcare professionals and social servants, these married couples now enjoy more leisurely pursuits like casual dinners at their favorite family restaurant, followed by a night of gambling at one of the local casinos. Having accumulated a comfortable net worth that includes some stocks, mutual funds and real estate holdings, these couples have been able to maintain a decent retirement income, which easily supports their retail purchases, healthcare expenses, reading materials and other miscellaneous purchases. At their age, these men and women count on vitamins and supplements to help support their active lifestyle, as well as the occasional prescription remedy as needed. Lacking any desire to visit their local mall, \"Swingin' Silvers\" are enthusiastic mail order buyers. Their latest purchases include new clothes for the cruise they're taking in the fall and of course baby gifts for the grandchild they're expecting next month.</td>\n   </tr> \n\n  <tr>\n     <td>SR3</td>\n     <td>College Crunch Time</td>\n     <td>With their youngest headed to college in the fall and their oldest graduating from college in the spring, \"College Crunch Time\" families are earning an advanced degree in the joys of higher education. Although many of these moms and dads officially retired, the home-based business they launched to help augment their income until they can begin collecting on their 401k later in the year keeps them quite busy. It also provides them with  the necessary fund to accommodate a household of four, including the $150 per week they spend on groceries and the new tires they just put on mom's domestic car and their youngest's compact pick-up. Although \"College Crunch Time\" is always on the go, when they are able to get together as a family they enjoy off-roading excitement on their ATVs or a backyard barbecue where the family dog can usually count on more than a few tasty table scraps.</td>\n   </tr> \n\n<tr>\n</tr></table>","_postman_id":"ee7252a8-f139-49c5-a421-bd85cc503cc2"},{"name":"Connex Life Stage Groups","item":[],"id":"ca246bd5-7d58-46e8-bb98-3c35209f24d9","description":"<table>\n  <tr>\n     <td> <b>Life Stage Group Code</b></td>\n     <td> <b>Life Stage Group Name</b></td>\n     <td> <b>Life Stage Group Description</b></td>\n   </tr> \n\n  <tr>\n     <td>YG</td>\n     <td>Young</td>\n     <td>A group of Life Stage Clusters that includes YG1, grouped based on the age of the head of household and containing younger households</td>\n   </tr> \n\n  <tr>\n     <td>MY</td>\n     <td>Younger Middle-Age</td>\n     <td>A group of Life Stage Clusters that includes MY1, MY2 and MY3, grouped based on the age of the head of household and containing younger, middle-age households</td>\n   </tr> \n\n  <tr>\n     <td>MO</td>\n     <td>Older Middle-Age</td>\n     <td>A group of Life Stage Clusters made up of MO1, MO2, MO3 and MO4, group based on the age of the head of household and containing older, middle-age households</td>\n   </tr> \n\n  <tr>\n     <td>SR</td>\n     <td>Mature</td>\n     <td>A group of Life Stage Clusters made up of SR1, SR2, and SR3, grouped based on the age of the head of household and containing mature households</td>\n   </tr> \n\n<tr>\n</tr></table>","_postman_id":"ca246bd5-7d58-46e8-bb98-3c35209f24d9"}],"id":"b93d2fc1-f3c3-436f-851b-8a005ec8fc83","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>HHCLSTRDCD</td><td>See Connex HouseHold Clusters Table</td><td>Cluster code</td></tr><tr><td>NEIGHBORHOOD_CLSTRDCD</td><td>See Connex Neighborhood Clusters Table</td><td>Cluster code</td></tr><tr><td>FMCLSTRDCD</td><td>See Connex Family Clusters Table</td><td>Cluster code</td></tr><tr><td>MESSAGING_CLSTRDCD</td><td>See Connex Messaging Clusters Table</td><td>Cluster code</td></tr><tr><td>DIGITALCLSTRDCD</td><td>See Connex Digital Clusters Table</td><td>Cluster code</td></tr><tr><td>GENERATION_CLSTRDCD</td><td>See Connex Generation Clusters Table</td><td>Cluster code</td></tr><tr><td>GENERATION_GRPCD</td><td>See Connex Generation Groups Table</td><td>Generation group code</td></tr><tr><td>LIFESTG_CLSTRD</td><td>See Connex Life Stage Clusters Table</td><td>Cluster code</td></tr><tr><td>LIFESTG_GRPCD</td><td>See Connex Life Stage Groups Table below</td><td>Life Stage group code</td></tr></tbody></table>","_postman_id":"b93d2fc1-f3c3-436f-851b-8a005ec8fc83"}],"id":"d1d6e3fb-2faf-4ef8-b3f9-7b34f7d92130","description":"<p> The API will return Persistent ID and HouseHold ID. \n</p>\n\n<table>\n  <tr>\n     <td> <b> Output Field </b></td>\n     <td> <b> Description </b></td>\n     <td> <b> Returned Values </b></td>\n   </tr> \n\n<tr>\n  <td> persistentId </td> \n  <td> Synthetic PID, Unique individual. Encrypted value </td> \n  <td>32 characters max</td> \n</tr> \n\n<tr>\n  <td> householdId </td> \n  <td> Synthetic Household ID, Unique address + Last Name. Encrypted value </td> \n  <td>100 characters max</td> \n</tr> \n</table>","_postman_id":"d1d6e3fb-2faf-4ef8-b3f9-7b34f7d92130"},{"name":"Add-on packages","item":[{"name":"Property Package","item":[{"name":"Output","item":[{"name":"General Property Information","item":[],"id":"5454f334-4977-4977-9e2a-a733fca9a3fd","description":"<p><br /><br /></p><p><br /><br /></p><table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>PROP_OWNEROCC</td><td>Y - Property is Owner Occupied</td><td>1 character: Y</td></tr><tr><td>PROP_IND</td><td><p><br />A general code used to easily recognize specific property types (e.g, Residential,<br />Condominium,<br />Commercial).<br /></p><ul><li><p>10 - Single Family Residence / Townhouse<br /></p></li><li><p>11 - Condominium (residential)<br /></p></li><li><p>20 - Commercial<br /></p></li><li><p>21 - Duplex, Triplex, Quadplex<br /></p></li><li><p>22 - Apartment<br /></p></li><li><p>23 - Hotel, Motel<br /></p></li><li><p>24 - Commercial (Condominium)<br /></p></li><li><p>25 - Retail<br /></p></li><li><p>26 - Service (general public)<br /></p></li><li><p>27 - Office Building<br /></p></li><li><p>28 - Warehouse<br /></p></li><li><p>29 - Financial Institution<br /></p></li><li><p>30 - Hospital (medical complex, clinic)<br /></p></li><li><p>31 - Parking<br /></p></li><li><p>32 - Amusement - Recreation<br /></p></li><li><p>50 - Industrial<br /></p></li><li><p>51 - Industrial Light<br /></p></li><li><p>52 - Industrial Heavy<br /></p></li><li><p>53 - Transport<br /></p></li><li><p>54 - Utilities<br /></p></li><li><p>70 - Agricultural<br /></p></li><li><p>80 - Vacant<br /></p></li><li><p>90 - Exempt<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_MOBHOME</td><td>Y - Mobile Home present on the Parcel</td><td>1 character: Y</td></tr><tr><td>PROP_STYLE</td><td><p><br />A general code used to easily recognize specific property types:<br /></p><ul><li><p>999 - BYPASS<br /></p></li><li><p>ADC - ART DECO<br /></p></li><li><p>AFR - A-FRAME<br /></p></li><li><p>AIR - AIRLITE<br /></p></li><li><p>ANT - ANTIQUE/HISTORIC<br /></p></li><li><p>BIL - BI-LEVEL<br /></p></li><li><p>BUN - BUNGALOW<br /></p></li><li><p>CAB - CABIN<br /></p></li><li><p>CAP - CAPE COD<br /></p></li><li><p>CEN - CENTER HALL<br /></p></li><li><p>CHL - CHALET/ALPINE<br /></p></li><li><p>CLU - CLUSTER<br /></p></li><li><p>CND - CONDOMINIUM<br /></p></li><li><p>CNT - CONTEMPORARY<br /></p></li><li><p>COA - COACH/CARRIAGE HOUSE<br /></p></li><li><p>COL - COLONIAL<br /></p></li><li><p>CON - CONVENTIONAL<br /></p></li><li><p>COV - CONVERTED SCHOOL<br /></p></li><li><p>CTB - COTTAGE/BUNGALOW<br /></p></li><li><p>DES - CUSTOM/DESIGNER/ESTATE<br /></p></li><li><p>DOM - DOME<br /></p></li><li><p>DUP - DUPLEX<br /></p></li><li><p>EUR - EUROPEAN<br /></p></li><li><p>FAR - FARM HOUSE<br /></p></li><li><p>FED - FEDERALIST<br /></p></li><li><p>FRE - FRENCH PROVINCIAL<br /></p></li><li><p>GAM - GAMBREL/BARN<br /></p></li><li><p>GEO - GEODESIC<br /></p></li><li><p>GOT - GOTHIC<br /></p></li><li><p>GRA - GARAGE APARTMENT<br /></p></li><li><p>GRE - GREEK REVIVAL<br /></p></li><li><p>GRG - GEORGIAN<br /></p></li><li><p>GRS - GARRISON/FRONTIER<br /></p></li><li><p>HRI - HIGH RISE<br /></p></li><li><p>HSH - H-SHAPE<br /></p></li><li><p>LOG - LOG<br /></p></li><li><p>LRI - LOW RISE<br /></p></li><li><p>LSH - L-SHAPE<br /></p></li><li><p>MAN - MANSION<br /></p></li><li><p>MDR - MODULAR/PREFAB<br /></p></li><li><p>MED - MEDITERRANEAN<br /></p></li><li><p>MIS - MISSION<br /></p></li><li><p>MLF - MULTI-FAMILY<br /></p></li><li><p>MLL - MULTI-LEVEL<br /></p></li><li><p>MOB - MOBILE HOME<br /></p></li><li><p>MOD - MODERN<br /></p></li><li><p>MRI - MID RISE<br /></p></li><li><p>NEN - NEW ENGLAND<br /></p></li><li><p>OLD - OLD<br /></p></li><li><p>OLE - OLD ENGLISH<br /></p></li><li><p>PAT - PATIO-HOME<br /></p></li><li><p>QLV - QUAD-LEVEL<br /></p></li><li><p>QUA - QUADRAPLEX<br /></p></li><li><p>RAM - RAMBLER<br /></p></li><li><p>RAN - RANCH<br /></p></li><li><p>REC - RECTANGULAR DESIGN<br /></p></li><li><p>ROW - ROW HOUSE<br /></p></li><li><p>RRA - RAISED RANCH<br /></p></li><li><p>SLT - SALT BOX<br /></p></li><li><p>SPA - SPANISH<br /></p></li><li><p>SPF - SPLIT FOYER<br /></p></li><li><p>SPL - SPLIT LEVEL<br /></p></li><li><p>SQU - SQUARE DESIGN<br /></p></li><li><p>STR - STRAIGHT THROUGH<br /></p></li><li><p>SWN - SOUTHWESTERN<br /></p></li><li><p>TLV - TRI-LEVEL<br /></p></li><li><p>TPX - TRIPLEX<br /></p></li><li><p>TRA - TRADITIONAL<br /></p></li><li><p>TRN - TRINITY<br /></p></li><li><p>TUD - TUDOR<br /></p></li><li><p>TWN - TOWNHOUSE<br /></p></li><li><p>UND - UNDERGROUND/BERM<br /></p></li><li><p>USH - U-SHAPE<br /></p></li><li><p>VIC - VICTORIAN<br /></p></li><li><p>WIL - WILLIAMSBURG<br /></p></li><li><p>WSH - W-SHAPE<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_STORIESCD</td><td>Type / number of stories (eg, Colonial, Cape Code, Bungalow).</td><td>3 characters</td></tr><tr><td>PROP_QLTY</td><td><p><br />Type of construction quality of building:<br /></p><ul><li><p>QAV - Average<br /></p></li><li><p>QBA - Below Average<br /></p></li><li><p>QVV - Above Average<br /></p></li><li><p>QPO - Poor<br /></p></li><li><p>QEX - Excellent<br /></p></li><li><p>QLU - Luxury<br /></p></li><li><p>999 - Bypass<br /></p></li><li><p>QGO - Good<br /></p></li><li><p>QLO - Low<br /></p></li><li><p>QFA - Fair<br /></p></li><li><p>QEC - Economical<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_COND</td><td><p><br />This represents the physical condition of the building (e.g., Good, Fair, Under<br />Construction).<br /></p><ul><li><p>0 - None<br /></p></li><li><p>999 - BYPASS<br /></p></li><li><p>AVE - AVERAGE<br /></p></li><li><p>DMG - PHYSICAL DAMAGE<br /></p></li><li><p>EXC - EXCELLENT<br /></p></li><li><p>FAI - FAIR<br /></p></li><li><p>GOO - GOOD<br /></p></li><li><p>GTE - GOOD TO EXCELLENT<br /></p></li><li><p>POO - POOR<br /></p></li><li><p>UCN - UNDER CONSTRUCTION<br /></p></li><li><p>UNS- UNSOUND<br /></p></li><li><p>VGO - VERY GOOD<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_CNSTRTYPE</td><td><p><br />The primary method of construction (e.g., Steel / Glass, Concrete Block, Log).<br /></p><ul><li><p>ADB - ADOBE<br /></p></li><li><p>AFR - A FRAME<br /></p></li><li><p>ALF - ALUMINUM FRAME<br /></p></li><li><p>ALS - ALUMINUM SIDING<br /></p></li><li><p>ALV - ALUMINUM/VINYL<br /></p></li><li><p>AOD - ARCHED/DOME<br /></p></li><li><p>BCB - BRICK/CINDER BLOCK<br /></p></li><li><p>BLB - BLOCK/BRICK<br /></p></li><li><p>BLM - BLOCK/METAL<br /></p></li><li><p>BLS - BLOCK/STEEL<br /></p></li><li><p>BRC - BRICK/CONCRETE<br /></p></li><li><p>BRF - BRICK/FRAME<br /></p></li><li><p>BRK - BRICK<br /></p></li><li><p>BRL - BRICK/STEEL<br /></p></li><li><p>BRM - BRICK/METAL<br /></p></li><li><p>BRS - BRICK/STUCCO<br /></p></li><li><p>BST - BRICK/STONE<br /></p></li><li><p>CCB - CONCRETE BLOCK<br /></p></li><li><p>CCM - CONCRETE MASONRY<br /></p></li><li><p>CCS - CONCRETE/STEEL<br /></p></li><li><p>CLP - CLAPBOARD<br /></p></li><li><p>CND - CINDER BLOCK<br /></p></li><li><p>COM - COMBINATION<br /></p></li><li><p>CRE - CONCRETE<br /></p></li><li><p>CUS - CUSTOM<br /></p></li><li><p>DOM - DOME<br /></p></li><li><p>FLX - FLEXIBLE/FLEXICORE<br /></p></li><li><p>FRM - FRAME<br /></p></li><li><p>FRS - FRAME/STEEL<br /></p></li><li><p>FRY - FRAME/MASONRY<br /></p></li><li><p>FST - FRAME/STUCCO<br /></p></li><li><p>GLA - GLASS<br /></p></li><li><p>HEA - HEAVY<br /></p></li><li><p>LIG - LIGHT<br /></p></li><li><p>LOG - LOG<br /></p></li><li><p>MAN - MANUFACTURED/MODULAR<br /></p></li><li><p>MAS - MASONRY<br /></p></li><li><p>MET - METAL<br /></p></li><li><p>MTU - MASONRY TILT-UP<br /></p></li><li><p>PFR - POLE FRAME<br /></p></li><li><p>PRM - PREFAB METAL<br /></p></li><li><p>SFM - STEEL/MASONRY<br /></p></li><li><p>SRO - STONE/ROCK<br /></p></li><li><p>STE - STEEL<br /></p></li><li><p>STS - STEEL/STUCCO<br /></p></li><li><p>STU - STUCCO<br /></p></li><li><p>STV - STONE VENEER<br /></p></li><li><p>STW - STEEL/WOOD<br /></p></li><li><p>TBM - TILT-UP BRICK/METAL<br /></p></li><li><p>TLU - TILT-UP<br /></p></li><li><p>TUC - TILT-UP CONCRETE<br /></p></li><li><p>WBR - WOOD/BRICK<br /></p></li><li><p>WCB - WOOD FRAME/CONCRETE BLOCK<br /></p></li><li><p>WMT - WOOD FRAME/METAL<br /></p></li><li><p>WOO - WOOD<br /></p></li><li><p>WSC - WOOD/STUCCO<br /></p></li><li><p>WSL - WOOD/STEEL<br /></p></li><li><p>WSN - WOOD/STONE<br /></p></li><li><p>999 - BYPASS<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_EXTNW</td><td>The type and/or finish of the exterior walls (e.g., Vinyl Siding, Brick Veneer,<br />Frame/Stone).</td><td>3 characters</td></tr><tr><td>PROP_VALCALC</td><td>The total (e.g., Land + Improvement) Value closest to current market value used for<br />assessment by county<br />or local taxing authorities.</td><td>11 characters</td></tr><tr><td>PROP_VAL_CALCIND</td><td><p><br />Type of Values used to seed the toal value calculated field:<br /></p><ul><li><p>A - Assessed<br /></p></li><li><p>M - Market<br /></p></li><li><p>P - Appraised<br /></p></li><li><p>T - Transitional<br /></p></li></ul></td><td>1 character: A, M, P, T</td></tr><tr><td>PROP_IMP_VALCALC</td><td>The \"IMPROVEMENT\" Value closest to current market value used for assessment by county or<br />local taxing<br />authorities.</td><td>11 caracters</td></tr><tr><td>PROP_IMP_VALCALC_IND</td><td><p><br />Type \"IMPROVEMENT\" value closest to current market value used for assessment by county or<br />local<br />taxing authorities:<br /></p><ul><li><p>A - Assessed<br /></p></li><li><p>M - Market<br /></p></li><li><p>P - Appraised<br /></p></li><li><p>T - Transitional<br /></p></li></ul></td><td>1 character: A, M, P, T</td></tr><tr><td>PROP_ASSED_VAL</td><td>The Total Assessed Value of the Parcel's Land &amp; Improvement values as provided by the<br />county or<br />local taxing/assessment authority.</td><td>11 characters</td></tr><tr><td>PROP_ASSED_IMPVAL</td><td>The Assessed Improvement Values as provided by the county or local taxing/assessment<br />authority.</td><td>11 characters</td></tr><tr><td>PROP_MRKTVAL</td><td>Total Market Value of the Parcel's Land &amp; Improvement values as provided by the county<br />or local<br />taxing/assessment authority.</td><td>11 characters</td></tr><tr><td>PROP_MRKT_IMPVAL</td><td>Market Improvement Values as provided by the county or local taxing/assessment authority.<br /></td><td>11 characters</td></tr><tr><td>PROP_APPRAISED_VAL</td><td>The Total Appraised Value of the Parcel's Land &amp; Improvement values as provided by the<br />county or<br />local taxing/assessment authority.</td><td>11 characters</td></tr><tr><td>PROP_APPRAISED_IMPVAL</td><td>The Appraised Improvement Values as provided by the county or local taxing/assessment<br />authority.</td><td>11 characters</td></tr></tbody></table>","_postman_id":"5454f334-4977-4977-9e2a-a733fca9a3fd"},{"name":"Property Attributes","item":[],"id":"25983d8f-42bc-4461-912b-98dfac98987e","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>PROP_YRBLD</td><td>Original Year Building Construction</td><td>4 characters: YYYY</td></tr><tr><td>PROP_EFFYRBLD</td><td>This is the first year the building was assessed with its current components (e.g., YYYY, a<br />building is<br />originally constructed in 1960 and a bedroom and bath was added to the building in 1974. The<br />Year Built<br />would be 1960 and the Effective Year Built would be 1974)</td><td>4 characters: YYYY</td></tr><tr><td>PROP_VIEW</td><td><p><br />View from building (e.g., Gulf, Mountains, pool):<br /></p><ul><li><p>0 - NONE<br /></p></li><li><p>999 - BYPASS<br /></p></li><li><p>VAI - AIRPORT<br /></p></li><li><p>VAV - AVERAGE<br /></p></li><li><p>VBA - BAY<br /></p></li><li><p>VBE - BEST<br /></p></li><li><p>VBR - BETTER<br /></p></li><li><p>VCA - CANAL<br /></p></li><li><p>VCI - CITY<br /></p></li><li><p>VCL - CREEK/LAKE<br /></p></li><li><p>VCN - CANYON<br /></p></li><li><p>VCP - CONSERVATION / PROTECTED AREA<br /></p></li><li><p>VCV - CANYON/VALLEY<br /></p></li><li><p>VEX - EXCELLENT<br /></p></li><li><p>VFA - FAIR<br /></p></li><li><p>VGC - GOLF COURSE<br /></p></li><li><p>VGO - GOOD<br /></p></li><li><p>VGP - GREENBELT/PARK<br /></p></li><li><p>VGU - GULF<br /></p></li><li><p>VHM - HILLS/MOUNTAINS<br /></p></li><li><p>VHV - HILL/VALLEY<br /></p></li><li><p>VIN - INFERIOR<br /></p></li><li><p>VIT - INLAND WATERWAY<br /></p></li><li><p>VIW - INTERCOASTAL WATERWAY<br /></p></li><li><p>VLA - LAKE<br /></p></li><li><p>VLG - LAGOON<br /></p></li><li><p>VLP - LAKE/POND<br /></p></li><li><p>VMN - MOUNTAIN<br /></p></li><li><p>VMO - MOUNTAIN/OCEAN<br /></p></li><li><p>VOB - OBSTRUCTED<br /></p></li><li><p>VOC - OCEAN<br /></p></li><li><p>VPA - PARK<br /></p></li><li><p>VPD - POND<br /></p></li><li><p>VPG - PARKING<br /></p></li><li><p>VPI - PRIME<br /></p></li><li><p>VPL - POOL<br /></p></li><li><p>VPM - PREMIUM<br /></p></li><li><p>VPR - POOR<br /></p></li><li><p>VRC - RECREATIONAL<br /></p></li><li><p>VRD - ROAD<br /></p></li><li><p>VRR - RIVER<br /></p></li><li><p>VSD - STANDARD<br /></p></li><li><p>VSN - SUBURBAN<br /></p></li><li><p>VSR - SUPERIOR<br /></p></li><li><p>VST - STREET<br /></p></li><li><p>VTY - TYPICAL<br /></p></li><li><p>VWD - WOODLAND<br /></p></li><li><p>VWR - WATER<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_LCTN_INFL</td><td>Positive or negative aspects associated with the location of the parcel (e.g., waterfront,<br />flood plane,<br />airport).</td><td>3 characters</td></tr><tr><td>PROP_ACRES</td><td>Total land mass in Acres. (4 decimal points) Example: 13000 = 1. Acres.</td><td>13 characters</td></tr><tr><td>PROP_LANDSQFT</td><td>Total land mass in Square feet.</td><td>9 characters</td></tr><tr><td>PROP_UNVBLDSQFT</td><td>The Building Square Footage that can most accurately be used for assessments or comparable<br />(e.g.,<br />Living, Adjusted, Gross)</td><td>9 characters</td></tr><tr><td>PROP_BLDSQFTIND</td><td><p><br />The codes appearing in this field indicate the source used to populate the UNIVERSAL<br />BUILDING SQUARE<br />FEED field:<br /></p><ul><li><p>R - Ground Floor Level<br /></p></li><li><p>H - Heated Area<br /></p></li><li><p>M - Main or Base Area<br /></p></li><li><p>B - Building<br /></p></li><li><p>A - Adjusted<br /></p></li><li><p>L - Living<br /></p></li><li><p>G - Gross<br /></p></li></ul></td><td>1 character: R, H, M, B, A, L, G</td></tr><tr><td>PROP_BLDSQFT</td><td>The size of the building in Square Feet. This field is most commonly populated as a<br />cumulative total<br />when a county does not differentiate between Living and Non-living areas.</td><td>9 characters</td></tr><tr><td>PROP_LIVINGSQFT</td><td>Area of a building that is used for general living. This is typically the area of a building<br />that is<br />heated or air conditioned and does not include Garage, Porch or Basement square footage.<br /></td><td>7 characters</td></tr><tr><td>PROP_GROSSSQFT</td><td>Square footage for the entire building. Typically this represents all square feet under the<br />roof.</td><td>7 characters</td></tr><tr><td>PROP_ADJGROSSSQFT</td><td>Square footage used by the county or local taxing / assessment authority to determine<br />Improvement Value.<br />This figure is typically 100% of the living area, plus lower percentage of non-living area.<br /></td><td>7 characters</td></tr><tr><td>PROP_RMS</td><td>Total number of rooms contained in the primary building.</td><td>5 characters</td></tr><tr><td>PROP_BEDRMS</td><td>Total number of bedrooms contained in the primary building.</td><td>5 characters</td></tr><tr><td>PROP_BATHSCALC</td><td>Total number of Bathrooms in whole numbers (e.g., a home containing 2 1/2 baths would have<br />the number 3<br />stored in this field as, three actual rooms have been designated for this purpose). (e.g.,<br />200, 300,<br />400).</td><td>5 characters</td></tr><tr><td>PROP_BATHS</td><td>Total number of Bathrooms as provided by our data sources (e.g., 4.00, 2.50, 1.75).</td><td>5 characters</td></tr><tr><td>PROP_FULLBATHS</td><td>Total number of Full Baths (typically comprised of a sink, toilet, and bathtub / shower<br />stall). A home<br />containing 2 1/2 baths would have the number 2 stored in this field.</td><td>5 characters</td></tr><tr><td>PROP_AC</td><td><p><br />The type of air conditioning method used to cool the building (e.g., Central, Wall, Unit,<br />Evaporative).<br /></p><ul><li><p>0 - AC.NONE<br /></p></li><li><p>ACA - AC.COMMERCIAL A/C<br /></p></li><li><p>ACE - AC.CENTRAL<br /></p></li><li><p>ACH - AC.CHILLED WATER<br /></p></li><li><p>ACP - AC.CENTRAL PARTIAL<br /></p></li><li><p>ACW - AC.CENTRAL &amp; UNIT<br /></p></li><li><p>ADU - AC.DUAL UNIT<br /></p></li><li><p>AEV - AC.EVAPORATIVE<br /></p></li><li><p>AFA - AC.FAN COOLING<br /></p></li><li><p>AHT - AC.HEAT PUMP<br /></p></li><li><p>AOF - AC.OFFICE ONLY<br /></p></li><li><p>APF - AC.REFRIGERATION<br /></p></li><li><p>APK - AC.PACKAGE<br /></p></li><li><p>APR - AC.PACKAGE ROOF<br /></p></li><li><p>APT - AC.PARTIAL<br /></p></li><li><p>APV - AC.REFRIGERATION/EVAPORATION<br /></p></li><li><p>ASE - AC.SEPARATE SYSTEM<br /></p></li><li><p>ASO - AC.SOLAR<br /></p></li><li><p>ASP - AC.SPLIT SYSTEM<br /></p></li><li><p>AWA - AC.WALL UNIT<br /></p></li><li><p>AWI - AC.WINDOW UNIT<br /></p></li><li><p>AWN - AC.WALL/WINDOW UNIT<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_FRPL</td><td>Y - Fireplace is located within the building.</td><td>1 character: Y</td></tr><tr><td>PROP_FND</td><td><p><br />The type of foundation (e.g., Continuous footing, pier, mud sill).<br /></p><ul><li><p>0 - NONE<br /></p></li><li><p>999 - BYPASS<br /></p></li><li><p>BLK - BLOCK<br /></p></li><li><p>BRK - BRICK<br /></p></li><li><p>CNB - CONCRETE BLOCK<br /></p></li><li><p>CNF - CONTINUOUS FOOTING<br /></p></li><li><p>CNW - CONTINUOUS WALL<br /></p></li><li><p>CRB - CONCRETE/BEAM<br /></p></li><li><p>CRE - CONCRETE<br /></p></li><li><p>CRS - CROSS BRIDGED/WALLS<br /></p></li><li><p>DRE - DIRT/EARTH<br /></p></li><li><p>GDB - GRADE-BEAM<br /></p></li><li><p>MSN - MASONRY<br /></p></li><li><p>MUD - MUD SILL<br /></p></li><li><p>PIL - PILINGS<br /></p></li><li><p>PIR - PIER<br /></p></li><li><p>PPI - PIPE/IRON<br /></p></li><li><p>PRE - PRE-FAB<br /></p></li><li><p>RAB - RAISED W/BASEMENT<br /></p></li><li><p>RAC - RAISED W/CRAWSPACE<br /></p></li><li><p>RAS - RAISED<br /></p></li><li><p>SDF - SPREAD FOOTING<br /></p></li><li><p>SLB - SLAB<br /></p></li><li><p>STD - STANDARD<br /></p></li><li><p>STE - STEEL<br /></p></li><li><p>STM - STEM WALL<br /></p></li><li><p>STN - STONE<br /></p></li><li><p>UBM - TYPE UNKNOWN WITH BASEMENT<br /></p></li><li><p>UCR - TYPE UNKNOWN WITH CRAWSPACE<br /></p></li><li><p>UPB - TYPE UNKNOWN WITH PART BASEMEN<br /></p></li><li><p>WOO - WOOD<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_FLR</td><td><p><br />The type of floor construction (e.g., Concrete, Plywood).<br /></p><ul><li><p>999 - BYPASS<br /></p></li><li><p>A - CONCRETE<br /></p></li><li><p>B - WOOD<br /></p></li><li><p>C - PLYWOOD<br /></p></li><li><p>D - CONCRETE/ASPHALT<br /></p></li><li><p>E - BRICK<br /></p></li><li><p>F - ACRYLIC<br /></p></li><li><p>G - ASBESTOS<br /></p></li><li><p>H - GRAVEL<br /></p></li><li><p>I - SLATE<br /></p></li><li><p>J - DIRT<br /></p></li><li><p>K - CINDER BLOCK<br /></p></li><li><p>L - ASPHALT<br /></p></li><li><p>M - BRICK/STONE<br /></p></li><li><p>N - BRICK/STONE/SLATE<br /></p></li><li><p>P - METAL DECK<br /></p></li><li><p>Q - METAL GRATING<br /></p></li><li><p>R - CORREGATED DECK<br /></p></li><li><p>S - WOOD SHEATHING<br /></p></li><li><p>T - STEEL-FLAT-SLAB<br /></p></li><li><p>U - SUB-FLOORING<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_GAR</td><td>Type of garage or carport present (e.g., Attached Finished, Enclosed Carport, Basement<br />Garage).</td><td>3 characters</td></tr><tr><td>PROP_HEAT</td><td>Type of garage or carport present (e.g., Attached Finished, Enclosed Carport, Basement<br />Garage).</td><td>3 characters</td></tr><tr><td>PROP_POOL</td><td>Y - Pool Present in Parcel.</td><td>1 character: Y</td></tr><tr><td>PROP_ROOFCOVER</td><td>Type of roof covering (e.g., Clay Tile, Aluminum, Shake).</td><td>3 characters</td></tr><tr><td>PROP_ROOFTYPE</td><td><p><br />Type of roof covering (e.g., Gambrel, Gable, Flat, Mansard).<br /></p><ul><li><p>999 - BYPASS<br /></p></li><li><p>A0 - IRREGULAR<br /></p></li><li><p>9B0 - LEAN TO<br /></p></li><li><p>A - A-FRAME<br /></p></li><li><p>B - BARN<br /></p></li><li><p>C - CANOPY<br /></p></li><li><p>D - DORMER<br /></p></li><li><p>E - FRAME<br /></p></li><li><p>F - FLAT<br /></p></li><li><p>G - GABLE<br /></p></li><li><p>H - GABLE/HIP<br /></p></li><li><p>I - HIP<br /></p></li><li><p>J - GEODESIC<br /></p></li><li><p>K - MANSARD<br /></p></li><li><p>L - BARREL<br /></p></li><li><p>M - MONITOR<br /></p></li><li><p>N - CONTEMPORARY<br /></p></li><li><p>O - SHED<br /></p></li><li><p>P - PITCHED<br /></p></li><li><p>Q - PYRAMID<br /></p></li><li><p>R - ARCHED<br /></p></li><li><p>S - SAWTOOTH<br /></p></li><li><p>T - CATHEDRAL/CLERESTORY<br /></p></li><li><p>U - BUBBLE<br /></p></li><li><p>V - GAMBREL<br /></p></li><li><p>W - SWISS CHALET/ALPINE<br /></p></li><li><p>X - COMPLEX/CUSTOM<br /></p></li><li><p>Y - BUTTERFLY<br /></p></li><li><p>Z - GAMBREL/MANSARD<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_ENERGY</td><td><p><br />Type of electricity or energy use within the building (e.g., Average Wiring, Underground<br />Wired,<br />Private Source).<br /></p><ul><li><p>0 - NONE<br /></p></li><li><p>999 - BYPASS<br /></p></li><li><p>EAG - AVERAGE WIRING<br /></p></li><li><p>EAV - AVAILABLE<br /></p></li><li><p>EBA - BELOW AVERAGE WIRING<br /></p></li><li><p>ECN - CONNECTED<br /></p></li><li><p>EEX - EXTENSIVE WIRING<br /></p></li><li><p>EGO - GOOD WIRING<br /></p></li><li><p>EHE - HEAVY WIRING<br /></p></li><li><p>ELI - LIGHT WIRING<br /></p></li><li><p>EMA - MAXIMUM WIRING<br /></p></li><li><p>EME - MEDIUM WIRING<br /></p></li><li><p>EMI - MINIMAL WIRING<br /></p></li><li><p>EOV - OVERHEAD WIRES<br /></p></li><li><p>EPR - PRIVATE SOURCE<br /></p></li><li><p>ETY - TYPICAL WIRING<br /></p></li><li><p>EUN - UNDERGROUND WIRES<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_FUEL</td><td><p><br />Type of fuel used for heating of water and building (e.g., Solar, Gas, Oil).<br /></p><ul><li><p>0 - NONE<br /></p></li><li><p>999 - BYPASS<br /></p></li><li><p>00C - HEAT.COAL<br /></p></li><li><p>00D - HEAT.GAS/WOOD<br /></p></li><li><p>00E - ELECTRIC<br /></p></li><li><p>00G - HEAT.GAS<br /></p></li><li><p>00I - HEAT.ELECTRIC/OIL<br /></p></li><li><p>00M - HEAT.GAS STEAM<br /></p></li><li><p>00N - HEAT.SOLAR/COAL/WOOD<br /></p></li><li><p>00O - HEAT.OIL<br /></p></li><li><p>00P - HEAT.COAL/WOOD<br /></p></li><li><p>00Q - HEAT.SOLAR/OIL<br /></p></li><li><p>00R - HEAT.ELECTRIC/RADIANT<br /></p></li><li><p>00S - HEAT.SOLAR<br /></p></li><li><p>00T - HEAT.ELECTRIC/HOT WATER<br /></p></li><li><p>00W - HEAT.WOOD<br /></p></li><li><p>00Y - HEAT.OIL/WOOD<br /></p></li><li><p>00Z - HEAT.GAS SOLAR<br /></p></li><li><p>FBU - BUTANE<br /></p></li><li><p>FCO - COAL<br /></p></li><li><p>FCV - CONVECTION<br /></p></li><li><p>FCW - COAL/WOOD<br /></p></li><li><p>FEL - ELECTRIC<br /></p></li><li><p>FGA - GAS<br /></p></li><li><p>FGN - NO GAS PUBLIC/PIPED<br /></p></li><li><p>FGP - GAS PUBLIC/PIPED<br /></p></li><li><p>FGS - GAS/SOLAR<br /></p></li><li><p>FKE - KEROSENE<br /></p></li><li><p>FLP - LIQUEFIED PETROLEUM GAS<br /></p></li><li><p>FOI - OIL<br /></p></li><li><p>FOS - OIL/SOLAR<br /></p></li><li><p>FSO - SOLAR<br /></p></li><li><p>FWD - WOOD<br /></p></li><li><p>FWO - COAL/WOOD/OIL<br /></p></li><li><p>GTE GEO THERMAL HEATING<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_SEWER</td><td><p><br />Type of Sewer System on the Parcerl.<br /></p><ul><li><p>0 - None<br /></p></li><li><p>999 - Bypass<br /></p></li><li><p>SPU - Public<br /></p></li><li><p>SCE - Cesspool<br /></p></li><li><p>SPR - Private<br /></p></li><li><p>STR - Storm<br /></p></li><li><p>SCO - Commercial<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_WATER</td><td><p><br />Type of Water Service on the parcel.<br /></p><ul><li><p>0 - None<br /></p></li><li><p>999 - Bypass<br /></p></li><li><p>WPU - Public<br /></p></li><li><p>WSC - Spring/Creek<br /></p></li><li><p>WWE - Well<br /></p></li><li><p>WPR - Private<br /></p></li><li><p>WCO - Commercial<br /></p></li><li><p>WPW - Public Well<br /></p></li><li><p>WCI - Cistern<br /></p></li></ul></td><td>3 characters</td></tr></tbody></table>","_postman_id":"25983d8f-42bc-4461-912b-98dfac98987e"},{"name":"Assessor/Deed Information","item":[],"id":"3d29fa5d-f9ac-4644-bafd-c07b4929af01","description":"<p><br /><br /><br /></p><p><br /><br /></p><table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>PROP_HOMESTEAD</td><td>Y - Owner qualified for a Homeowner/Homestead exemption</td><td>1 character: Y</td></tr><tr><td>PROP_XMTVET</td><td><p>If State has such an exemption and it has been granted then a flag:</p><ul><li><p>Combat Vet<br /></p></li><li><p>Veteran<br /></p></li></ul></td><td>10 characters</td></tr><tr><td>PROP_XMT_DISABLED</td><td><p>If State has such an exemption and it has been granted then a flag:</p><ul><li><p>Disabled<br /></p></li><li><p>Blind<br /></p></li></ul></td><td>10 characters</td></tr><tr><td>PROP_TAXAMT</td><td>The Total Tax amount provided by the county or local taxing/assessment authority.</td><td>11 characters</td></tr><tr><td>PROP_TAXYR</td><td>The tax or assessment year for which the taxes were billed.</td><td>4 characters: YYYY</td></tr><tr><td>PROP_SALESDEEDCD</td><td><p>The type of deed used to record the sales transaction:</p><ul><li><p>U - Foreclouse<br /></p></li><li><p>Q - Quit Claim<br /></p></li><li><p>X - Multi CNTY/ST or Open-End-MTG<br /></p></li><li><p>T - Deed of Trust<br /></p></li><li><p>G - Deed<br /></p></li><li><p>D - Release of Deed of Trust/MTG<br /></p></li><li><p>F - Final Judgement<br /></p></li><li><p>J - Mechanic Liens<br /></p></li><li><p>L - Lis Pendens<br /></p></li><li><p>N - Notice of Defaults<br /></p></li><li><p>R - Release/Recision<br /></p></li><li><p>S - Loan Assignment<br /></p></li></ul></td><td>2 characters</td></tr><tr><td>PROP_SALEDATE</td><td>Date the sales transaction was legally completed</td><td>8 characters: YYYYMMDD</td></tr><tr><td>PROP_SALEAMT</td><td>Price of the sale as depicted on the recorded sales transaction.</td><td>11 characters</td></tr><tr><td>PROP_SALECD</td><td><p>Financial Consideration Code:</p><ul><li><p>V - Verified<br /></p></li><li><p>R- Lease<br /></p></li><li><p>P - Sale Price (Partial)<br /></p></li><li><p>C - Confirmed<br /></p></li><li><p>N - Stamps on Back/Non-Disclosed<br /></p></li><li><p>F - Sale Price (Full)<br /></p></li><li><p>E - Estimated<br /></p></li><li><p>L - Commited<br /></p></li></ul></td><td>1 character: V, R, P, C, N, F, E, L</td></tr><tr><td>PROP_SALESTRANSCD</td><td><p>This identifies situations associated with the sale:</p><ul><li><p>1 - Resale<br /></p></li><li><p>2- Refinance<br /></p></li><li><p>3 - Subdivision/New Construction<br /></p></li><li><p>4 - Timeshare<br /></p></li><li><p>6 - Construction Loan<br /></p></li><li><p>7 - Seller Carryback<br /></p></li><li><p>9 - Nominal<br /></p></li><li><p>D - Release of Deed<br /></p></li><li><p>S - Assignment of Deed of Trust<br /></p></li></ul></td><td>2 characters</td></tr></tbody></table>","_postman_id":"3d29fa5d-f9ac-4644-bafd-c07b4929af01"},{"name":"Mortgage Information","item":[],"id":"1d7c1373-65b5-4c85-b58a-a1c14b180850","description":"<p><br /><br /></p><p><br /><br /></p><table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>PROP_OWNERCD</td><td><p>The type of ownership in terms of: owners in common; joint.</p><ul><li><p>99 - SOME COUTIES USE AS OTHER<br /></p></li><li><p>A - FORMS OF AGENT OWNERSHIP<br /></p></li><li><p>AD - FORMS OF AGENT OWNERSHIP DEED<br /></p></li><li><p>AG - FORMS OF AGENT OWNERSHIP GRANT<br /></p></li><li><p>AKA - ALSO KNOWN AS<br /></p></li><li><p>AS - ASSIGN<br /></p></li><li><p>CE - CARE EXECU<br /></p></li><li><p>CF - CARE FOR<br /></p></li><li><p>CO - CARE OF<br /></p></li><li><p>CP - COMMON PROP<br /></p></li><li><p>CR - CARE RENTER<br /></p></li><li><p>CS - COMMON RIGHTS<br /></p></li><li><p>CT - CARE TENANT<br /></p></li><li><p>DB - DEATH BENE<br /></p></li><li><p>E - SOME COUNTIES PREVIOUSLY USED THIS, NOW MOST HAVE GONE TO ES<br /></p></li><li><p>EA - ESTATE AND OTHERS<br /></p></li><li><p>ES - ESTATE<br /></p></li><li><p>EU - ESTATE AND HUSDAND COMMONLY USED<br /></p></li><li><p>EX - ESTATE AND WIFE OR SPOUSE<br /></p></li><li><p>FI - FUTURE INTEREST<br /></p></li><li><p>FLP - FUTURE LP<br /></p></li><li><p>GD - GUARDIAN<br /></p></li><li><p>HW - HIS WIFE<br /></p></li><li><p>IT - IN TRUST FOR<br /></p></li><li><p>JS - JOINT SURV<br /></p></li><li><p>JT - JOINT TENANTS<br /></p></li><li><p>JV - JOINT VENTURE<br /></p></li><li><p>LB - LIEN BEN<br /></p></li><li><p>LE - LIFE ESTATE<br /></p></li><li><p>LF - SOME USE LT, SOME USE THIS FOR FAMILY, NOT COMMONLY UTILIZED NOR WILL MOST NEW DEEDS REF TO THIS<br /></p></li><li><p>LP - LIMITED PARTNERSHIP<br /></p></li><li><p>LT - LIFE TEN<br /></p></li><li><p>LU - LIFE USAGE<br /></p></li><li><p>MA - MANAGED AGENT<br /></p></li><li><p>MM - MANAGED MINOR<br /></p></li><li><p>MS - THESE NOW REQUIRE USE OF MORE CLEAR CODES<br /></p></li><li><p>MV - THESE NOW REQUIRE USE OF MORE CLEAR CODES<br /></p></li><li><p>MW - SOME USE WHEN MANAGED FOR WIFE<br /></p></li><li><p>N - KNOWN AS….NOW UTILIZING THE BELOW<br /></p></li><li><p>NS - KNOWN AS SOLE<br /></p></li><li><p>NT - KNOWN AS TENANT<br /></p></li><li><p>PR - POSSESSORY REN<br /></p></li><li><p>PS - POSSESSORY SURV/SOLE<br /></p></li><li><p>PT - POSSESSORY TEN<br /></p></li><li><p>REV - RIGHT OF VENDOR<br /></p></li><li><p>RM - RIGHT OF MEMBER<br /></p></li><li><p>RS - RIGHT OF SURVIVORSHIP<br /></p></li><li><p>RT - REVOCABLE TRUST<br /></p></li><li><p>SE - SIMPLE ESTATE<br /></p></li><li><p>SI - SIMPLE INTEREST<br /></p></li><li><p>SM - MINOR<br /></p></li><li><p>SO - SOLE WWNER<br /></p></li><li><p>SP - ROLLED, NOT UTILIZED<br /></p></li><li><p>SU - SOLE UNDER AGR<br /></p></li><li><p>SW - ROLLED, NOT UTILIZED<br /></p></li><li><p>TA - ROLLED INTO BELOW, MAY HAVE UTILIZED WHEN AGENT INVOLVED NOT REQUIRES IND DISCLOSURES<br /><br /></p></li><li><p>TC - TENANTS IN COMMON<br /></p></li><li><p>TE - TENANTS IN ENTIRETY<br /></p></li><li><p>TR - TRUSTEE<br /></p></li><li><p>TRU - REVOKEABLE TRUST<br /></p></li><li><p>TS - TRUST SALE, NOT USED IN MOST COUNTIES THEY PREFER TO DIFF BETWEEN<br /></p></li><li><p>TY - TRUST SALE REF<br /></p></li><li><p>UI - UNDER INT<br /></p></li><li><p>UM - UNDER MANAGE OF<br /></p></li><li><p>UN - UNDER NAME<br /></p></li><li><p>UW - UNDER WIFE<br /></p></li><li><p>WF - WARRANTY SALE<br /></p></li><li><p>XF - EXCHANGE W/IN FAMILY<br /></p></li><li><p>XX - FORM OF EXCHANGE SALE<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_LOANTOVAL</td><td>If provided on the note and recorded, loan to value ratio (e.g., 47,118,61,185).</td><td>3 characters</td></tr><tr><td>PROP_MTGAMT</td><td>Amount of Loan.</td><td>11 characters</td></tr><tr><td>PROP_MTGDATE</td><td>Date Mortgage was initiated.</td><td>8 characters: YYYYMMDD</td></tr><tr><td>PROP_MTGLOANCD</td><td><p>Associated with the Mortgage type:</p><ul><li><p>WRP-Wrap-Around Mortgage<br /></p></li><li><p>VA - Veterans Affairs<br /></p></li><li><p>FHA - Federal Housing Administration<br /></p></li><li><p>CNV - Conventional<br /></p></li><li><p>SBA - Small Business Administration<br /></p></li><li><p>PP - Private Party Lender<br /></p></li><li><p>CDA - Community Development Authority<br /></p></li><li><p>CNS - Construction<br /></p></li><li><p>LH - Lease Hold Mortgage<br /></p></li><li><p>PMM - Purchase Money Mortgage<br /></p></li></ul></td><td>5 characters</td></tr><tr><td>PROP_MTGTERM</td><td>The length of time per the mortgage (e.g., 15 years, 30 years, etc).</td><td>5 characters</td></tr><tr><td>PROP_MTGDUEDATE</td><td>Date Mortgage becomes due.</td><td>8 characters: YYYYMMDD</td></tr><tr><td>PROP_LENDERNAME</td><td>Name of Lender.</td><td>60 characters</td></tr><tr><td>PROP_MTGREFICD</td><td><p>Was it a refinenace of existing / prior mortgage:</p><ul><li><p>Y - Yes<br /></p></li><li><p>T - Trust<br /></p></li></ul></td><td>1 character: Y, T</td></tr><tr><td>PROP_RMSEQUITYCD</td><td>Y - If equity in property was acknowledged.</td><td>1 character: Y</td></tr><tr><td>PROP_MTGINTRATE</td><td>Rate Associated with Mortgage (4 decimal) , Example: 47300 - 4.73%</td><td>6 characters</td></tr><tr><td>PROP_MTGINTRATETYPE</td><td><p>Mortgage Rate Type:</p><ul><li><p>FIX - Fixed<br /></p></li><li><p>ADJ - Adjustable<br /></p></li><li><p>VAR - Variable<br /></p></li><li><p>BAL - Balloon<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_MTGAMT2</td><td>Amount of 2nd mortgage.</td><td>11 characters</td></tr><tr><td>PROP_MTGDATE2</td><td>Date 2nd Mortgage was initiated.</td><td>8 characters: YYYYMMDD</td></tr><tr><td>PROP_MTGLOANCD2</td><td><p>Associated with the 2nd Mortgage type:</p><ul><li><p>WRP-Wrap-Around Mortgage<br /></p></li><li><p>VA - Veterans Affairs<br /></p></li><li><p>FHA - Federal Housing Administration<br /></p></li><li><p>CNV - Conventional<br /></p></li><li><p>SBA - Small Business Administration<br /></p></li><li><p>PP - Private Party Lender<br /></p></li><li><p>CDA - Community Development Authority<br /></p></li><li><p>CNS - Construction<br /></p></li><li><p>LH - Lease Hold Mortgage<br /></p></li><li><p>PMM - Purchase Money Mortgage<br /></p></li></ul></td><td>5 characters</td></tr><tr><td>PROP_MTGDEEDCD2</td><td>2nd Deed used for recording.</td><td>6 characters</td></tr><tr><td>PROP_MTGTERM2</td><td>The length of time per the 2nd mortgage (e.g., 15 years, 30 years, etc).</td><td>5 characters</td></tr><tr><td>PROP_MTGDUEDATE2</td><td>Date 2nd Mortgage becomes due.</td><td>8 characters</td></tr><tr><td>PROP_MTGASSUMPTIONAMT2</td><td>Amount of 2nd mortgage was assumed and rolled. (e.g., 65750, 130000, 162500, 50000).</td><td>9 characters</td></tr><tr><td>PROP_LENDERNAME2</td><td>Name of Lender 2.</td><td>60 characters</td></tr><tr><td>PROP_MTGREFICD2</td><td><p>Was it a refinance of existing / prior 2nd mortgage:</p><ul><li><p>Y - Yes<br /></p></li><li><p>T - Trust<br /></p></li></ul></td><td>1 character: Y, T</td></tr><tr><td>PROP_RMSEQUITYCD2</td><td>Y - If 2nd equity in property was acknowledged.</td><td>1 character: Y</td></tr><tr><td>PROP_MTGINTRATE2</td><td>2nd Rate Associated with Mortgage (4 decimal) , Example: 47300 - 4.73%</td><td>6 characters</td></tr><tr><td>PROP_MTGINTRATETYPE2</td><td><p>Mortgage Rate Type 2:</p><ul><li><p>FIX - Fixed<br /></p></li><li><p>ADJ - Adjustable<br /></p></li><li><p>VAR - Variable<br /></p></li><li><p>BAL - Balloon<br /></p></li></ul></td><td>3 characters</td></tr><tr><td>PROP_MTGAMT3</td><td>Amount of 3rd mortgage.</td><td>11 characters</td></tr><tr><td>PROP_MTGDATE3</td><td>Date 3rd Mortgage was initiated.</td><td>8 characters: YYYYMMDD</td></tr><tr><td>PROP_MTGLOANCD3</td><td><p>Associated with the 3rd Mortgage type:</p><ul><li><p>WRP-Wrap-Around Mortgage<br /></p></li><li><p>VA - Veterans Affairs<br /></p></li><li><p>FHA - Federal Housing Administration<br /></p></li><li><p>CNV - Conventional<br /></p></li><li><p>SBA - Small Business Administration<br /></p></li><li><p>PP - Private Party Lender<br /></p></li><li><p>CDA - Community Development Authority<br /></p></li><li><p>CNS - Construction<br /></p></li><li><p>LH - Lease Hold Mortgage<br /></p></li><li><p>PMM - Purchase Money Mortgage<br /></p></li></ul></td><td>5 characters</td></tr><tr><td>PROP_MTGDEEDCD3</td><td>3rd Deed used for recording.</td><td>6 characters</td></tr><tr><td>PROP_MTGTERM3</td><td>The length of time per the 3rd mortgage (e.g., 15 years, 30 years, etc).</td><td>5 characters</td></tr><tr><td>PROP_MTGDUEDATE3</td><td>Date 3rd Mortgage becomes due.</td><td>8 characters: YYYYMMDD</td></tr><tr><td>PROP_MTGASSUMPTIONAMT3</td><td>Amount of 3rd mortgage was assumed and rolled. (e.g., 65750, 130000, 162500, 50000).</td><td>9 characters</td></tr><tr><td>PROP_LENDERNAME3</td><td>Name of Lender 3.</td><td>60 characters</td></tr><tr><td>PROP_MTGREFICD3</td><td><p>Was it a refinance of existing / prior 3rd mortgage:</p><ul><li><p>Y - Yes<br /></p></li><li><p>T - Trust<br /></p></li></ul></td><td>1 character: Y, T</td></tr><tr><td>PROP_RMSEQUITYCD3</td><td>Y - If 3rd equity in property was acknowledged.</td><td>1 character: Y</td></tr><tr><td>PROP_MTGINTRATE3</td><td>3rd Rate Associated with Mortgage (4 decimal) , Example: 47300 - 4.73%</td><td>6 characters</td></tr><tr><td>PROP_MTGINTRATETYPE3</td><td><p>Mortgage Rate Type 2:</p><ul><li><p>FIX - Fixed<br /></p></li><li><p>ADJ - Adjustable<br /></p></li><li><p>VAR - Variable<br /></p></li><li><p>BAL - Balloon<br /></p></li></ul></td><td>3 characters</td></tr></tbody></table>","_postman_id":"1d7c1373-65b5-4c85-b58a-a1c14b180850"},{"name":"Property Intelligence - AVM & Home Equity","item":[],"id":"61a0b24c-7034-4763-bb39-2eabc3e9e292","description":"<p><br /><br /></p><p><br /><br /></p><table><tbody><tr><td>HEQUITY_EST</td><td>Estimate of Homeowner Equity in the Property in Dollars.</td><td>8 characters</td></tr><tr><td>HEQUITY_CONF</td><td><p>Home Equity Estimate Confidence Level (from 1 to 4).</p><ul><li><p>1 - High confidence Home Equity prediction<br /></p></li><li><p>2 - Medium confidence Home Equity predictions<br /></p></li><li><p>3 - Medium-Low confidence Home Equity predictions<br /></p></li><li><p>4 - Low confidence Home Equity predictions.<br /></p></li></ul></td><td>1 character: 1, 2, 3, 4</td></tr><tr><td>AVM_ESTIMATE</td><td>Estimate of Property Value in Dollars.</td><td>8 characters</td></tr><tr><td>AVM_ESTIMATE_ERROR</td><td>Estimate Error in Dollars (based on zip or national if zip not available).</td><td>7 characters</td></tr><tr><td>AVM_ESTIMATE_PCT_ERROR</td><td>Estimate Error as a percentage of Estimate Value (000-999) (based on zip or national if zip<br />not<br />available).</td><td>3 characters</td></tr></tbody></table>","_postman_id":"61a0b24c-7034-4763-bb39-2eabc3e9e292"}],"id":"f6ad5f1b-6c28-4978-b244-e1d79fe360b0","_postman_id":"f6ad5f1b-6c28-4978-b244-e1d79fe360b0","description":""}],"id":"5b3316c2-1a2c-4dca-a6ce-cd52aab8761a","description":"<p>Use TCI Property Append's extensive set of property attributes to enhance existing profiles of your customers and prospects as well as personalize your communications. It leverages Infutor’s industry leading consumer identity graph to return insights on the characteristics of the property that an individual occupies. Results will also include general property info, attributes about the property, mortgage information and property intelligence models.</p>\n","_postman_id":"5b3316c2-1a2c-4dca-a6ce-cd52aab8761a"},{"name":"Auto Package","item":[{"name":"Output","item":[{"name":"Auto Attributes","item":[],"id":"0febd16b-f2e9-4c4f-94e5-7ef1b914cfb6","description":"<table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>VIN1</td><td>Vehicle Identification Number (VIN)</td><td>17 characters</td></tr><tr><td>MAKE1</td><td>Vehicle Make</td><td>30 characters</td></tr><tr><td>MODEL1</td><td>Vehicle Model</td><td>30 characters</td></tr><tr><td>YEAR1</td><td>Vehicle Year</td><td>4 characters: YYYY</td></tr><tr><td>VEH_CLASS1</td><td><p>Vehicle Class:<br /></p><ul><li><p>CROSSOVER<br /></p></li><li><p>FULL SIZE CAR<br /></p></li><li><p>FULL SIZE SUV<br /></p></li><li><p>FULL SIZE TRUCK<br /></p></li><li><p>FULL SIZE VAN<br /></p></li><li><p>MID SIZE CAR<br /></p></li><li><p>MID SIZE TRUCK<br /></p></li><li><p>MID SIZE SUV<br /></p></li><li><p>MINIVAN<br /></p></li><li><p>SMALL CAR<br /></p></li><li><p>SMALL SUV<br /></p></li><li><p>SMALL TRUCK<br /></p></li></ul></td><td>15 characters</td></tr><tr><td>FUELTYPECD1</td><td><p>Vehicle Fuel Code:</p><ul><li><p>B - Biodiesel<br /></p></li><li><p>D - Diesel<br /></p></li><li><p>F - Flex - Fuel<br /></p></li><li><p>G - Gasoline<br /></p></li><li><p>H - Fuel Cell<br /></p></li><li><p>I - Plug-in-Electric<br /></p></li><li><p>L - Electric/Gas<br /></p></li><li><p>N - CNG (Compressed Natural Gas)<br /></p></li><li><p>P - Propane<br /></p></li><li><p>Y - Hybrid<br /></p></li></ul></td><td>1 character: B, D, F, G, H, I, L, N, P, Y</td></tr><tr><td>MFGCD1</td><td><p>Auto Manufacturer Code:</p><ul><li><p>A - Antique<br /></p></li><li><p>C - Chrysler Products<br /></p></li><li><p>F - Ford Products<br /></p></li><li><p>G - GM Products<br /></p></li><li><p>H - High End Imports<br /></p></li><li><p>L - Low End Imports<br /></p></li><li><p>O - Other<br /></p></li></ul></td><td>1 character: A, C, F, G, H, L, O</td></tr><tr><td>STYLECD1</td><td><p>Vehicle Style Code:</p><ul><li><p>CONV<br /></p></li><li><p>CPE2DR<br /></p></li><li><p>CUV<br /></p></li><li><p>HATCHBACK<br /></p></li><li><p>LUXURY<br /></p></li><li><p>PICKUP<br /></p></li><li><p>SEDAN<br /></p></li><li><p>SPORT<br /></p></li><li><p>UTIL<br /></p></li><li><p>VAN<br /></p></li><li><p>WAGON<br /></p></li></ul></td><td>10 characters</td></tr><tr><td>MILEAGECD1</td><td>Mileage Code: A - Z in increments of 10,000 0- 10,000-A and 260,000+-Z</td><td>1 character: A - Z</td></tr><tr><td>INFERREDDATE1</td><td><p>Inferred Purchase Date Code:</p><ul><li><p>A 0-6 months<br /></p></li><li><p>B 7-12 months<br /></p></li><li><p>C 13-18 months<br /></p></li><li><p>D 19-24 months<br /></p></li><li><p>E 25-36 months<br /></p></li><li><p>F 37-48 months<br /></p></li><li><p>G 49+ months<br /></p></li></ul></td><td>1 Character: A, B, C, D, E, F, G</td></tr><tr><td>VIN2</td><td>Vehicle Identification Number (VIN)</td><td>17 characters</td></tr><tr><td>MAKE2</td><td>Vehicle Make</td><td>30 characters</td></tr><tr><td>MODEL2</td><td>Vehicle Model</td><td>30 characters</td></tr><tr><td>YEAR2</td><td>Vehicle Year</td><td>4 characters: YYYY</td></tr><tr><td>VEH_CLASS2</td><td><p>Vehicle Class:</p><ul><li><p>CROSSOVER<br /></p></li><li><p>FULL SIZE CAR<br /></p></li><li><p>FULL SIZE SUV<br /></p></li><li><p>FULL SIZE TRUCK<br /></p></li><li><p>FULL SIZE VAN<br /></p></li><li><p>MID SIZE CAR<br /></p></li><li><p>MID SIZE TRUCK<br /></p></li><li><p>MID SIZE SUV<br /></p></li><li><p>MINIVAN<br /></p></li><li><p>SMALL CAR<br /></p></li><li><p>SMALL SUV<br /></p></li><li><p>SMALL TRUCK<br /></p></li></ul></td><td>15 characters</td></tr><tr><td>FUELTYPECD2</td><td><p>Vehicle Fuel Code:</p><ul><li><p>B - Biodiesel<br /></p></li><li><p>D - Diesel<br /></p></li><li><p>F - Flex - Fuel<br /></p></li><li><p>G - Gasoline<br /></p></li><li><p>H - Fuel Cell<br /></p></li><li><p>I - Plug-in-Electric<br /></p></li><li><p>L - Electric/Gas<br /></p></li><li><p>N - CNG (Compressed Natural Gas)<br /></p></li><li><p>P - Propane<br /></p></li><li><p>Y - Hybrid<br /></p></li></ul></td><td>1 character: B, D, F, G, H, I, L, N, P, Y</td></tr><tr><td>MFGCD2</td><td><p>Auto Manufacturer Code:</p><ul><li><p>A - Antique<br /></p></li><li><p>C - Chrysler Products<br /></p></li><li><p>F - Ford Products<br /></p></li><li><p>G - GM Products<br /></p></li><li><p>H - High End Imports<br /></p></li><li><p>L - Low End Imports<br /></p></li><li><p>O - Other<br /></p></li></ul></td><td>1 character: A, C, F, G, H, L, O</td></tr><tr><td>STYLECD2</td><td><p>Vehicle Style Code:</p><ul><li><p>CONV<br /></p></li><li><p>CPE2DR<br /></p></li><li><p>CUV<br /></p></li><li><p>HATCHBACK<br /></p></li><li><p>LUXURY<br /></p></li><li><p>PICKUP<br /></p></li><li><p>SEDAN<br /></p></li><li><p>SPORT<br /></p></li><li><p>UTIL<br /></p></li><li><p>VAN<br /></p></li><li><p>WAGON<br /></p></li></ul></td><td>10 characters</td></tr><tr><td>MILEAGECD2</td><td>Mileage Code: A - Z in increments of 10,000 0- 10,000-A and 260,000+-Z</td><td>1 character: A - Z</td></tr><tr><td>INFERREDDATE2</td><td><p>Inferred Purchase Date Code:</p><ul><li><p>A 0-6 months<br /></p></li><li><p>B 7-12 months<br /></p></li><li><p>C 13-18 months<br /></p></li><li><p>D 19-24 months<br /></p></li><li><p>E 25-36 months<br /></p></li><li><p>F 37-48 months<br /></p></li><li><p>G 49+ months<br /></p></li></ul></td><td>1 Character: A, B, C, D, E, F, G</td></tr><tr><td>VIN3</td><td>Vehicle Identification Number (VIN)</td><td>17 characters</td></tr><tr><td>MAKE3</td><td>Vehicle Make</td><td>30 characters</td></tr><tr><td>MODEL3</td><td>Vehicle Model</td><td>30 characters</td></tr><tr><td>YEAR3</td><td>Vehicle Year</td><td>4 characters: YYYY</td></tr><tr><td>VEH_CLASS3</td><td><p>Vehicle Class:</p><ul><li><p>CROSSOVER<br /></p></li><li><p>FULL SIZE CAR<br /></p></li><li><p>FULL SIZE SUV<br /></p></li><li><p>FULL SIZE TRUCK<br /></p></li><li><p>FULL SIZE VAN<br /></p></li><li><p>MID SIZE CAR<br /></p></li><li><p>MID SIZE TRUCK<br /></p></li><li><p>MID SIZE SUV<br /></p></li><li><p>MINIVAN<br /></p></li><li><p>SMALL CAR<br /></p></li><li><p>SMALL SUV<br /></p></li><li><p>SMALL TRUCK<br /></p></li></ul></td><td>15 characters</td></tr><tr><td>FUELTYPECD3</td><td><p>Vehicle Fuel Code:</p><ul><li><p>B - Biodiesel<br /></p></li><li><p>D - Diesel<br /></p></li><li><p>F - Flex - Fuel<br /></p></li><li><p>G - Gasoline<br /></p></li><li><p>H - Fuel Cell<br /></p></li><li><p>I - Plug-in-Electric<br /></p></li><li><p>L - Electric/Gas<br /></p></li><li><p>N - CNG (Compressed Natural Gas)<br /></p></li><li><p>P - Propane<br /></p></li><li><p>Y - Hybrid<br /></p></li></ul></td><td>1 character: B, D, F, G, H, I, L, N, P, Y</td></tr><tr><td>MFGCD3</td><td><p>Auto Manufacturer Code:</p><ul><li><p>A - Antique<br /></p></li><li><p>C - Chrysler Products<br /></p></li><li><p>F - Ford Products<br /></p></li><li><p>G - GM Products<br /></p></li><li><p>H - High End Imports<br /></p></li><li><p>L - Low End Imports<br /></p></li><li><p>O - Other<br /></p></li></ul></td><td>1 character: A, C, F, G, H, L, O</td></tr><tr><td>STYLECD3</td><td><p>Vehicle Style Code:</p><ul><li><p>CONV<br /></p></li><li><p>CPE2DR<br /></p></li><li><p>CUV<br /></p></li><li><p>HATCHBACK<br /></p></li><li><p>LUXURY<br /></p></li><li><p>PICKUP<br /></p></li><li><p>SEDAN<br /></p></li><li><p>SPORT<br /></p></li><li><p>UTIL<br /></p></li><li><p>VAN<br /></p></li><li><p>WAGON<br /></p></li></ul></td><td>10 characters</td></tr><tr><td>MILEAGECD3</td><td>Mileage Code: A - Z in increments of 10,000 0- 10,000-A and 260,000+-Z</td><td>1 character: A - Z</td></tr><tr><td>INFERREDDATE3</td><td><p>Inferred Purchase Date Code:</p><ul><li><p>A 0-6 months<br /></p></li><li><p>B 7-12 months<br /></p></li><li><p>C 13-18 months<br /></p></li><li><p>D 19-24 months<br /></p></li><li><p>E 25-36 months<br /></p></li><li><p>F 37-48 months<br /></p></li><li><p>G 49+ months<br /></p></li></ul></td><td>1 Character: A, B, C, D, E, F, G</td></tr><tr><td>VIN4</td><td>Vehicle Identification Number (VIN)</td><td>17 characters</td></tr><tr><td>MAKE4</td><td>Vehicle Make</td><td>30 characters</td></tr><tr><td>MODEL4</td><td>Vehicle Model</td><td>30 characters</td></tr><tr><td>YEAR4</td><td>Vehicle Year</td><td>4 characters: YYYY</td></tr><tr><td>VEH_CLASS4</td><td><p>Vehicle Class:</p><ul><li><p>CROSSOVER<br /></p></li><li><p>FULL SIZE CAR<br /></p></li><li><p>FULL SIZE SUV<br /></p></li><li><p>FULL SIZE TRUCK<br /></p></li><li><p>FULL SIZE VAN<br /></p></li><li><p>MID SIZE CAR<br /></p></li><li><p>MID SIZE TRUCK<br /></p></li><li><p>MID SIZE SUV<br /></p></li><li><p>MINIVAN<br /></p></li><li><p>SMALL CAR<br /></p></li><li><p>SMALL SUV<br /></p></li><li><p>SMALL TRUCK<br /></p></li></ul></td><td>15 characters</td></tr><tr><td>FUELTYPECD4</td><td><p>Vehicle Fuel Code:</p><ul><li><p>B - Biodiesel<br /></p></li><li><p>D - Diesel<br /></p></li><li><p>F - Flex - Fuel<br /></p></li><li><p>G - Gasoline<br /></p></li><li><p>H - Fuel Cell<br /></p></li><li><p>I - Plug-in-Electric<br /></p></li><li><p>L - Electric/Gas<br /></p></li><li><p>N - CNG (Compressed Natural Gas)<br /></p></li><li><p>P - Propane<br /></p></li><li><p>Y - Hybrid<br /></p></li></ul></td><td>1 character: B, D, F, G, H, I, L, N, P, Y</td></tr><tr><td>MFGCD4</td><td><p>Auto Manufacturer Code:</p><ul><li><p>A - Antique<br /></p></li><li><p>C - Chrysler Products<br /></p></li><li><p>F - Ford Products<br /></p></li><li><p>G - GM Products<br /></p></li><li><p>H - High End Imports<br /></p></li><li><p>L - Low End Imports<br /></p></li><li><p>O - Other<br /></p></li></ul></td><td>1 character: A, C, F, G, H, L, O</td></tr><tr><td>STYLECD4</td><td><p>Vehicle Style Code:</p><ul><li><p>CONV<br /></p></li><li><p>CPE2DR<br /></p></li><li><p>CUV<br /></p></li><li><p>HATCHBACK<br /></p></li><li><p>LUXURY<br /></p></li><li><p>PICKUP<br /></p></li><li><p>SEDAN<br /></p></li><li><p>SPORT<br /></p></li><li><p>UTIL<br /></p></li><li><p>VAN<br /></p></li><li><p>WAGON<br /></p></li></ul></td><td>10 characters</td></tr><tr><td>MILEAGECD4</td><td>Mileage Code: A - Z in increments of 10,000 0- 10,000-A and 260,000+-Z</td><td>1 character: A - Z</td></tr><tr><td>INFERREDDATE4</td><td><p>Inferred Purchase Date Code:</p><ul><li><p>A 0-6 months<br /></p></li><li><p>B 7-12 months<br /></p></li><li><p>C 13-18 months<br /></p></li><li><p>D 19-24 months<br /></p></li><li><p>E 25-36 months<br /></p></li><li><p>F 37-48 months<br /></p></li><li><p>G 49+ months<br /></p></li></ul></td><td>1 Character: A, B, C, D, E, F, G</td></tr></tbody></table>","_postman_id":"0febd16b-f2e9-4c4f-94e5-7ef1b914cfb6"},{"name":"Auto Intelligence Models - In-Market and Affinities","item":[],"id":"17dbc884-985b-4e19-90cb-a60a0e187177","description":"<p><br /><br /></p><p><br /><br /></p><table><tbody><tr><td><b>Output Field</b></td><td><b>Description</b></td><td><b>Returned Values</b></td></tr><tr><td>IN_MARKET_NEW_SEGMENTS</td><td><p><br />Predicts the likelihood that a consumer is likely to purchase a new vehicle, segment-based.<br /></p><ul><li><p>1 - Very Low<br /></p></li><li><p>2 - Low<br /></p></li><li><p>3 - Medium<br /></p></li><li><p>4 - High<br /></p></li><li><p>5 - Very High (5x)<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>IN_MARKET_NEW_SCORE</td><td>Score that predicts the likelihood that a consumer is likely to purchase a new vehicle (for<br />machine<br />learning algorithms), Numeric values 1-100. 1 = lowest propensity, 100 = highest propensity.<br /></td><td>3 characters from 1 - 100</td></tr><tr><td>IN_MARKET_USED_SEGMENTS</td><td><p><br />Predicts the likelihood that a consumer is likely to purchase a used vehicle, segment-based.<br /></p><ul><li><p>1 - Very Low<br /></p></li><li><p>2 - Low<br /></p></li><li><p>3 - Medium<br /></p></li><li><p>4 - High<br /></p></li><li><p>5 - Very High (5x)<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>IN_MARKET_USED_SCORE</td><td>Score that predicts the likelihood that a consumer is likely to purchase a used vehicle.<br />Numeric values<br />1-100 (for machine learning algorithms). 1 = lowest propensity, 100 = highest propensity.<br /></td><td>3 characters from 1 - 100</td></tr><tr><td>CHEVROLET_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Chevrolet Brand and a consumer's<br />dedication<br />to purchase Chevrolet vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>DODGE_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Dodge Brand and a consumer's<br />dedication to<br />purchase Dodge vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>FORD_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Ford Brand and a consumer's<br />dedication to<br />purchase Ford vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>GMC_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the GMC Brand and a consumer's<br />dedication to<br />purchase GMC vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>HONDA_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Honda Brand and a consumer's<br />dedication to<br />purchase Honda vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>HYUNDAI_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Hyundai Brand and a consumer's<br />dedication to<br />purchase Hyundai vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>TOYOTA_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Toyota Brand and a consumer's<br />dedication to<br />purchase Toyota vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>NISSAN_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Nissan Brand and a consumer's<br />dedication to<br />purchase Nissan vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>JEEP_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Jeep Brand and a consumer's<br />dedication to<br />purchase Jeep vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>CHRYSLER_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Chrysler Brand and a consumer's<br />dedication to<br />purchase Chrysler vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>LEXUS_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Lexus Brand and a consumer's<br />dedication to<br />purchase Lexus vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>CADILLAC_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Cadillac Brand and a consumer's<br />dedication to<br />purchase Cadillac vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>BMW_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the BMW Brand and a consumer's<br />dedication to<br />purchase BMW vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>MERCEDESBENZ_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Mercedes Benz Brand and a consumer's<br />dedication to purchase Mercedes Benz vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>VOLVO_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Volvo Brand and a consumer's<br />dedication to<br />purchase Volvo vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>INFINITI_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Infiniti Brand and a consumer's<br />dedication to<br />purchase Infiniti vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>AUDI_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Audi Brand and a consumer's<br />dedication to<br />purchase Audi vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>LINCOLN_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Lincoln Brand and a consumer's<br />dedication to<br />purchase Lincoln vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>LANDROVER_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Land Rover Brand and a consumer's<br />dedication<br />to purchase Land Rover vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>TRUCK_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Truck auto style and a consumer's<br />dedication<br />to purchase Trucks. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>SUV_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the SUV auto style and a consumer's<br />dedication to<br />purchase SUV Vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>COUPE_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the 2 door Coupe auto style and a<br />consumer's<br />dedication to purchase Coupe Vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>SEDAN_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Sedan auto style and a consumer's<br />dedication<br />to purchase Sedan Vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>VAN_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Van auto style and a consumer's<br />dedication to<br />purchase Van Vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr><tr><td>HYBRID_AFFINITY</td><td><p><br />Score that predicts the affinity or loyalty towards the Hybrid auto style and a consumer's dedication<br />to purchase Hybrid Vehicles. Numeric values 1 - 5.<br /></p><ul><li><p>1 - Very Low Affinity<br /></p></li><li><p>2 - Low Affinity<br /></p></li><li><p>3 - Medium Affinity<br /></p></li><li><p>4 - High Affinity<br /></p></li><li><p>5 - Very High Affinity<br /></p></li></ul></td><td>1 character: 1 - 5</td></tr></tbody></table>","_postman_id":"17dbc884-985b-4e19-90cb-a60a0e187177"}],"id":"27b08037-1eab-430b-9711-edd856ff9b88","_postman_id":"27b08037-1eab-430b-9711-edd856ff9b88","description":""}],"id":"ac3b2560-90f3-4985-90ff-c3cba7992d4f","description":"<p>Use TCI Auto Append's extensive set of automative attributes to enhance existing profiles of your customers and prospects as well as personalize your communications. It leverages Infutor’s industry leading consumer identity graph to return up to 4 vehicles per consumer record. Results will also include vehicle attribute information (e.g. make, model) as well as auto intelligence models for in-market and vehicle affinity.</p>\n","_postman_id":"ac3b2560-90f3-4985-90ff-c3cba7992d4f"}],"id":"f9e036d0-20f4-4a5e-a622-ed7dba70a8ee","_postman_id":"f9e036d0-20f4-4a5e-a622-ed7dba70a8ee","description":""},{"name":"RESTful JSON API","item":[{"name":"TCI Append Plus","id":"0727fae4-a07c-432f-94c5-0fb072407e31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{username}","type":"text"},{"key":"password","value":"{password}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"fname\":\"JOHN\",\r\n\t\"lname\":\"SMITH\",\r\n\t\"addr1\":\"123 MAIN STREET\",\r\n\t\"city\":\"ORLANDO\",\r\n\t\"state\":\"FL\",\r\n\t\"zip\":\"60601\",\r\n\t\"email\":\"JOHNSMITH@DOAMIN.COM\",\r\n\t\"phone\":\"5555057943\",\r\n    \"persistentId\": \"A4253FAA18C4DSGKJANIUWREYU\",\r\n    \"householdId\": \"AE0B21C1A3E128337FBCC2683F10795D6E046E49CD76FJKASHNFGILUHSDVHBAWEFÑIOSHA\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://hermes-api.prod.infutor.com/tciplus","urlObject":{"protocol":"https","path":["tciplus"],"host":["hermes-api","prod","infutor","com"],"query":[],"variable":[]}},"response":[{"id":"0dc45dc4-864d-406c-9e67-d6059d3b398a","name":"TCIPLUS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"fname\":\"JOHN\",\r\n\t\"lname\":\"SMITH\",\r\n\t\"addr1\":\"123 MAIN STREET\",\r\n\t\"city\":\"ORLANDO\",\r\n\t\"state\":\"FL\",\r\n\t\"zip\":\"60601\",\r\n\t\"email\":\"JOHNSMITH@DOAMIN.COM\",\r\n\t\"phone\":\"5555057943\",\r\n    \"persistentId\": \"A4253FAA18C4DSGKJANIUWREYU\",\r\n    \"householdId\": \"AE0B21C1A3E128337FBCC2683F10795D6E046E49CD76FJKASHNFGILUHSDVHBAWEFÑIOSHA\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/tciplus"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"inputCount\": 1,\r\n    \"output\": [\r\n        {\r\n            \"code\": 0,\r\n            \"message\": \"Successful match.\",\r\n            \"results\": [\r\n                {\r\n                    \"persistentId\": \"A4253FAA18C4022406E30C290280C596\",\r\n                    \"householdId\": \"AE0B21C1A3E128337FBCC2683F10795D6E046E49CD76F2751EC0E5E32B548AD57DE8026981DD914F05C096321983002B\",\r\n                    \"attributes\": {\r\n                        \"geographical\": {\r\n                            \"CBSA\": \"35620\",\r\n                            \"CENSUSBLCK\": \"4000\",\r\n                            \"CENSUSTRACT\": \"024300\",\r\n                            \"CITY\": \"BRONX\",\r\n                            \"CNTYCD\": \"005\",\r\n                            \"CNTYSIZECD\": \"A\",\r\n                            \"DPV\": \"Y\",\r\n                            \"DWELLTYPE\": \"M\",\r\n                            \"MSA\": \"5600\",\r\n                            \"STATE\": \"NY\",\r\n                            \"STATECD\": \"36\",\r\n                            \"VACANT\": \"N\",\r\n                            \"Z4TYPE\": \"H\",\r\n                            \"ZIP\": \"10453\"\r\n                        },\r\n                        \"coreDemographics\": {\r\n                            \"AGE\": 32,\r\n                            \"CHILD\": \"Y\",\r\n                            \"CHILDAGECD_11_15\": null,\r\n                            \"CHILDAGECD_16_17\": null,\r\n                            \"CHILDAGECD_6\": \"Y\",\r\n                            \"CHILDAGECD_6_10\": null,\r\n                            \"CHILDNBRCD\": \"B\",\r\n                            \"DOB\": \"198903\",\r\n                            \"EHI\": \"A\",\r\n                            \"ETHNICITYCD\": \"F\",\r\n                            \"GENDER\": \"F\",\r\n                            \"HOMEOWNERCD\": \"R\",\r\n                            \"LANGUAGECD\": \"E1\",\r\n                            \"MARRIEDCD\": \"M\",\r\n                            \"WEALTHSCR\": \"A\"\r\n                        },\r\n                        \"supplementalDemographics\": {\r\n                            \"CENSPCT_ADULT_AGE1824\": 18,\r\n                            \"CENSPCT_ADULT_AGE2534\": 21,\r\n                            \"CENSPCT_ADULT_AGE3544\": 19,\r\n                            \"CENSPCT_ADULT_AGE4554\": 20,\r\n                            \"CENSPCT_ADULT_AGE5564\": 13,\r\n                            \"CENSPCT_ADULT_AGEGE65\": 9,\r\n                            \"CENSPCT_HH_FAMILY\": 72,\r\n                            \"CENSPCT_HH_FAMILY_HUSBWIFE\": 23,\r\n                            \"CENSPCT_HU_OCCUPIED\": 94,\r\n                            \"CENSPCT_HU_OWNED\": 4,\r\n                            \"CENSPCT_HU_RENTED\": 89,\r\n                            \"CENSPCT_HU_VACANTSEASONAL\": 0,\r\n                            \"CENSPCT_POP_AGELT18\": 30,\r\n                            \"CENSPCT_POP_AMERIND\": 2,\r\n                            \"CENSPCT_POP_ASIAN\": 1,\r\n                            \"CENSPCT_POP_BLACK\": 38,\r\n                            \"CENSPCT_POP_HISPANIC\": 66,\r\n                            \"CENSPCT_POP_MALES\": 47,\r\n                            \"CENSPCT_POP_MULTIRACE\": 6,\r\n                            \"CENSPCT_POP_OTHRACE\": 35,\r\n                            \"CENSPCT_POP_PACISL\": 0,\r\n                            \"CENSPCT_POP_WHITE\": 17,\r\n                            \"CENSPCT_WATER\": 1,\r\n                            \"CENS_HH_AVGSIZE\": 3,\r\n                            \"CENS_HU_DENSITY\": 29338,\r\n                            \"CENS_POP_DENSITY\": 85035,\r\n                            \"CENS_POP_MEDAGE\": 30,\r\n                            \"CHARITYDNR\": null,\r\n                            \"CREDITCARD\": \"Y\",\r\n                            \"EDUCATIONCD\": \"A\",\r\n                            \"FIREPLCD\": null,\r\n                            \"HHNBR\": 2,\r\n                            \"HHNBRSR\": null,\r\n                            \"LOR\": 15,\r\n                            \"MOBHOMECD\": null,\r\n                            \"MRKTHOMEVAL\": null,\r\n                            \"OCCUPATIONCD\": \"U\",\r\n                            \"POOL\": null,\r\n                            \"RELIGIONCD\": \"P\",\r\n                            \"SGLPARENT\": null,\r\n                            \"SOHOCD\": null,\r\n                            \"SPANISHSPCD\": null,\r\n                            \"VETERANCD\": null,\r\n                            \"YRBLD\": null\r\n                        },\r\n                        \"geoCodes\": {\r\n                            \"GEOLEVEL\": \"01\",\r\n                            \"LATITUDE\": 40.853073,\r\n                            \"LONGITUDE\": -73.910084\r\n                        },\r\n                        \"lifestyleInsights\": {\r\n                            \"CPI_APPAREL_ACCESSORY_INDEX\": 0,\r\n                            \"CPI_APPAREL_INDEX\": 3,\r\n                            \"CPI_APPAREL_KIDS_INDEX\": 0,\r\n                            \"CPI_APPAREL_MENFASH_INDEX\": 0,\r\n                            \"CPI_APPAREL_MEN_INDEX\": 0,\r\n                            \"CPI_APPAREL_WOMEN_INDEX\": 5,\r\n                            \"CPI_APPAREL_WOMFASH_INDEX\": 0,\r\n                            \"CPI_AUTO_INDEX\": 0,\r\n                            \"CPI_AUTO_TRUCKS_INDEX\": 0,\r\n                            \"CPI_AVIATION_INDEX\": 0,\r\n                            \"CPI_BARGAINS_INDEX\": 0,\r\n                            \"CPI_BEAUTY_INDEX\": 0,\r\n                            \"CPI_BIBLE_INDEX\": 0,\r\n                            \"CPI_BUSINESS_HOMEOFFICE_INDEX\": 0,\r\n                            \"CPI_BUSINESS_INDEX\": 0,\r\n                            \"CPI_CATALOG_INDEX\": 9,\r\n                            \"CPI_CC_INDEX\": 5,\r\n                            \"CPI_COLLECTIBLES_INDEX\": 0,\r\n                            \"CPI_COLLEGE_INDEX\": 0,\r\n                            \"CPI_COMPUTERS_INDEX\": 0,\r\n                            \"CPI_CONSERVATIVE_INDEX\": 0,\r\n                            \"CPI_CONTINUITY_INDEX\": 7,\r\n                            \"CPI_COOKING_INDEX\": 0,\r\n                            \"CPI_CRAFTS_CROCHET_INDEX\": 0,\r\n                            \"CPI_CRAFTS_INDEX\": 0,\r\n                            \"CPI_CRAFTS_KNIT_INDEX\": 0,\r\n                            \"CPI_CRAFTS_NEEDLEPOINT_INDEX\": 0,\r\n                            \"CPI_CRAFTS_QUILT_INDEX\": 0,\r\n                            \"CPI_CRAFTS_SEW_INDEX\": 0,\r\n                            \"CPI_CREDIT_REPAIR_INDEX\": 0,\r\n                            \"CPI_CREDIT_REPORT_INDEX\": 0,\r\n                            \"CPI_CULTUREARTS_INDEX\": 0,\r\n                            \"CPI_CURREVENT_INDEX\": 0,\r\n                            \"CPI_DIY_INDEX\": 0,\r\n                            \"CPI_DONOR_INDEX\": 0,\r\n                            \"CPI_EDUCATION_SEEKERS_INDEX\": 0,\r\n                            \"CPI_EGO_INDEX\": 0,\r\n                            \"CPI_ELECTRONICS_INDEX\": 0,\r\n                            \"CPI_EQUESTRIAN_INDEX\": 0,\r\n                            \"CPI_FAMILY_INDEX\": 0,\r\n                            \"CPI_FAMILY_TEEN_INDEX\": 0,\r\n                            \"CPI_FAMILY_YOUNG_INDEX\": 0,\r\n                            \"CPI_FICTION_INDEX\": 0,\r\n                            \"CPI_GAMBLING_INDEX\": 0,\r\n                            \"CPI_GAMES_INDEX\": 0,\r\n                            \"CPI_GARDENING_INDEX\": 0,\r\n                            \"CPI_GIFTGIVR_INDEX\": 0,\r\n                            \"CPI_GOURMET_INDEX\": 0,\r\n                            \"CPI_HEALTH_DIET_INDEX\": 0,\r\n                            \"CPI_HEALTH_FITNESS_INDEX\": 0,\r\n                            \"CPI_HEALTH_INDEX\": 0,\r\n                            \"CPI_HIGHTECH_INDEX\": 0,\r\n                            \"CPI_HISPANIC_INDEX\": 0,\r\n                            \"CPI_HISTORY_AMERICAN_INDEX\": 0,\r\n                            \"CPI_HISTORY_INDEX\": 0,\r\n                            \"CPI_HOBBIES_INDEX\": 0,\r\n                            \"CPI_HOMEDECR_INDEX\": 0,\r\n                            \"CPI_HOMELIV_INDEX\": 0,\r\n                            \"CPI_INSPIRATION_INDEX\": 0,\r\n                            \"CPI_INSURANCE_AUTO_INDEX\": 0,\r\n                            \"CPI_INSURANCE_HEALTH_INDEX\": 0,\r\n                            \"CPI_INSURANCE_INDEX\": 0,\r\n                            \"CPI_INTERNET_ACCESS_INDEX\": 7,\r\n                            \"CPI_INTERNET_BUY_INDEX\": 0,\r\n                            \"CPI_INTERNET_INDEX\": 6,\r\n                            \"CPI_JOB_SEEKERS_INDEX\": 0,\r\n                            \"CPI_LIBERAL_INDEX\": 0,\r\n                            \"CPI_MOBILE_APPS_INDEX\": 0,\r\n                            \"CPI_MONEYMAKING_INDEX\": 0,\r\n                            \"CPI_MOTORCYCLES_INDEX\": 0,\r\n                            \"CPI_MUSIC_INDEX\": 0,\r\n                            \"CPI_NONFICTION_INDEX\": 0,\r\n                            \"CPI_OUTDOORS_BOATSAIL_INDEX\": 0,\r\n                            \"CPI_OUTDOORS_CAMP_INDEX\": 0,\r\n                            \"CPI_OUTDOORS_FISHING_INDEX\": 0,\r\n                            \"CPI_OUTDOORS_HUNTFISH_INDEX\": 0,\r\n                            \"CPI_OUTDOORS_HUNTING_INDEX\": 0,\r\n                            \"CPI_OUTDOORS_INDEX\": 0,\r\n                            \"CPI_PETS_CATS_INDEX\": 0,\r\n                            \"CPI_PETS_DOGS_INDEX\": 0,\r\n                            \"CPI_PETS_INDEX\": 0,\r\n                            \"CPI_PFIN_INDEX\": 0,\r\n                            \"CPI_PHOTOG_INDEX\": 0,\r\n                            \"CPI_PHOTOPROC_INDEX\": 0,\r\n                            \"CPI_PUBLISH_BOOKS_INDEX\": 0,\r\n                            \"CPI_PUBLISH_INDEX\": 0,\r\n                            \"CPI_PUBLISH_MAGS_INDEX\": 0,\r\n                            \"CPI_SOCIAL_NETWORKING_INDEX\": 0,\r\n                            \"CPI_SPORTS_BASEBALL_INDEX\": 0,\r\n                            \"CPI_SPORTS_BASKETBALL_INDEX\": 0,\r\n                            \"CPI_SPORTS_BIKING_INDEX\": 0,\r\n                            \"CPI_SPORTS_FOOTBALL_INDEX\": 0,\r\n                            \"CPI_SPORTS_GOLF_INDEX\": 0,\r\n                            \"CPI_SPORTS_HOCKEY_INDEX\": 0,\r\n                            \"CPI_SPORTS_INDEX\": 0,\r\n                            \"CPI_SPORTS_RUNNING_INDEX\": 0,\r\n                            \"CPI_SPORTS_SKI_INDEX\": 0,\r\n                            \"CPI_SPORTS_SOCCER_INDEX\": 0,\r\n                            \"CPI_SPORTS_SWIMMING_INDEX\": 0,\r\n                            \"CPI_SPORTS_TENNIS_INDEX\": 0,\r\n                            \"CPI_SWEEPS_INDEX\": 0,\r\n                            \"CPI_TRAVEL_CRUISE_INDEX\": 0,\r\n                            \"CPI_TRAVEL_INDEX\": 0,\r\n                            \"CPI_TRAVEL_RV_INDEX\": 0,\r\n                            \"CPI_TRAVEL_US_INDEX\": 0,\r\n                            \"CPI_TVMOVIES_INDEX\": 0,\r\n                            \"CPI_WILDLIFE_INDEX\": 0,\r\n                            \"MS_ACCESSORY\": 0,\r\n                            \"MS_APPAREL\": 2,\r\n                            \"MS_AUDIO\": 0,\r\n                            \"MS_AUTO\": 0,\r\n                            \"MS_AVIATION\": 0,\r\n                            \"MS_BARGAINS\": 0,\r\n                            \"MS_BEAUTY\": 0,\r\n                            \"MS_BIBLE\": 0,\r\n                            \"MS_BOATSAIL\": 0,\r\n                            \"MS_BOOKS\": 0,\r\n                            \"MS_BUSINESS\": 0,\r\n                            \"MS_CAMP\": 0,\r\n                            \"MS_CATALOG\": 1,\r\n                            \"MS_COLLECTIBLES\": 0,\r\n                            \"MS_COMPUTERS\": 0,\r\n                            \"MS_COOKING\": 0,\r\n                            \"MS_CRAFTS\": 0,\r\n                            \"MS_CULTUREARTS\": 0,\r\n                            \"MS_CURREVENT\": 0,\r\n                            \"MS_DIY\": 0,\r\n                            \"MS_ELECTRONICS\": 0,\r\n                            \"MS_EQUESTRIAN\": 0,\r\n                            \"MS_FAMILY\": 0,\r\n                            \"MS_FICTION\": 0,\r\n                            \"MS_FISHING\": 0,\r\n                            \"MS_FITNESS\": 0,\r\n                            \"MS_FOOD\": 1,\r\n                            \"MS_FUNDRAISING\": 0,\r\n                            \"MS_GAMES\": 0,\r\n                            \"MS_GARDEN\": 0,\r\n                            \"MS_GIFTEE\": 0,\r\n                            \"MS_GIFTGIVR\": 0,\r\n                            \"MS_GIFTS\": 0,\r\n                            \"MS_GOURMET\": 0,\r\n                            \"MS_HEALTH\": 0,\r\n                            \"MS_HISTORY\": 0,\r\n                            \"MS_HOLIDAY\": 0,\r\n                            \"MS_HOMEDECR\": 0,\r\n                            \"MS_HOMELIV\": 0,\r\n                            \"MS_HOUSEWARES\": 0,\r\n                            \"MS_HUMOR\": 0,\r\n                            \"MS_HUNTING\": 0,\r\n                            \"MS_INSPIRATION\": 0,\r\n                            \"MS_KIDAPP\": 0,\r\n                            \"MS_MAGS\": 0,\r\n                            \"MS_MENAPP\": 0,\r\n                            \"MS_MERCHANDISE\": 0,\r\n                            \"MS_MONEYMAKING\": 0,\r\n                            \"MS_MOTORCYCLES\": 0,\r\n                            \"MS_MUSIC\": 0,\r\n                            \"MS_OUTDOORS\": 0,\r\n                            \"MS_PETS\": 0,\r\n                            \"MS_PFIN\": 0,\r\n                            \"MS_PHOTO\": 0,\r\n                            \"MS_PHOTOPROC\": 0,\r\n                            \"MS_PUBLISH\": 0,\r\n                            \"MS_PUB_COOKING\": 0,\r\n                            \"MS_PUB_FAMILY\": 0,\r\n                            \"MS_PUB_GARDEN\": 0,\r\n                            \"MS_PUB_GIFTEE\": 0,\r\n                            \"MS_PUB_GIFTGIVR\": 0,\r\n                            \"MS_PUB_HOMEDECR\": 0,\r\n                            \"MS_PUB_HOMELIV\": 0,\r\n                            \"MS_PUB_OUTDOORS\": 0,\r\n                            \"MS_SCIENCE\": 0,\r\n                            \"MS_SPORTS\": 0,\r\n                            \"MS_TRAVEL\": 0,\r\n                            \"MS_TVMOVIES\": 0,\r\n                            \"MS_WILDLIFE\": 0,\r\n                            \"MS_WOMAN\": 0,\r\n                            \"MS_WOMAPP\": 1,\r\n                            \"MS_WOMFASH\": 0\r\n                        },\r\n                        \"connexSegmentation\": {\r\n                            \"CT_DNR_CONTRIBAMT_HIGH\": null,\r\n                            \"CT_DNR_CONTRIB_ARTS\": null,\r\n                            \"CT_DNR_CONTRIB_EDU\": null,\r\n                            \"CT_DNR_CONTRIB_ENVIRO\": null,\r\n                            \"CT_DNR_CONTRIB_HEALTH\": null,\r\n                            \"CT_DNR_CONTRIB_NONREL\": null,\r\n                            \"CT_DNR_CONTRIB_NPR\": null,\r\n                            \"CT_DNR_CONTRIB_PBS\": null,\r\n                            \"CT_DNR_CONTRIB_POL\": null,\r\n                            \"CT_DNR_CONTRIB_RELIGIOUS\": null,\r\n                            \"CT_DNR_CONTRIB_SOCSERV\": null,\r\n                            \"CT_HOMEIMPROVE12_ANY\": null,\r\n                            \"CT_HOMEREMODEL12_ANY\": null,\r\n                            \"CT_MEDIA_HEAVYUSAGE_INTERNET\": null,\r\n                            \"CT_MEDIA_HEAVYUSAGE_MAGAZINE\": null,\r\n                            \"CT_MEDIA_HEAVYUSAGE_NEWSPAPER\": null,\r\n                            \"CT_MEDIA_HEAVYUSAGE_ODRMDA\": null,\r\n                            \"CT_MEDIA_HEAVYUSAGE_PTRADIO\": null,\r\n                            \"CT_MEDIA_HEAVYUSAGE_RADIO\": null,\r\n                            \"CT_MEDIA_HEAVYUSAGE_TV\": null,\r\n                            \"CT_ONLINESHOPSEG_DEALSEEK\": null,\r\n                            \"CT_ONLINESHOPSEG_OFFLINE\": \"Y\",\r\n                            \"CT_ONLINESHOPSEG_QUALSEEK\": null,\r\n                            \"CT_ONLINESHOPSEG_STRAITFWD\": null,\r\n                            \"CT_ONLINESHOPSEG_TRAD\": null,\r\n                            \"CT_POLITICAL_OUTLK_MID\": null,\r\n                            \"CT_POLITICAL_OUTLK_SWCONSERV\": null,\r\n                            \"CT_POLITICAL_OUTLK_SWLIBERAL\": null,\r\n                            \"CT_POLITICAL_OUTLK_VCONSERV\": null,\r\n                            \"CT_POLITICAL_OUTLK_VLIBERAL\": null,\r\n                            \"CT_POLITICAL_PARTYAFF_DEMOCRAT\": null,\r\n                            \"CT_POLITICAL_PARTYAFF_GOP\": null,\r\n                            \"CT_POLITICAL_PARTYAFF_IND\": \"Y\",\r\n                            \"CT_SMRTPHN_TYPEOWNS_ANDROID\": \"Y\",\r\n                            \"CT_SMRTPHN_TYPEOWNS_IPHONE\": null,\r\n                            \"CT_SOCIALUSAGE30_FB\": null,\r\n                            \"CT_SOCIALUSAGE30_INSTA\": null,\r\n                            \"CT_SOCIALUSAGE30_LNKIN\": null,\r\n                            \"CT_SOCIALUSAGE30_PINT\": null,\r\n                            \"CT_SOCIALUSAGE30_TWITTER\": null,\r\n                            \"CT_SOCIALUSAGE30_YOUTUBE\": null,\r\n                            \"CT_STRMSUB_HULU\": null,\r\n                            \"CT_STRMSUB_NETFLIX\": null,\r\n                            \"CT_STRMSUB_PRIME\": null,\r\n                            \"CT_TECHTUDESEG_GAMER\": \"Y\",\r\n                            \"CT_TECHTUDESEG_LAGGRDS\": \"Y\",\r\n                            \"CT_TECHTUDESEG_PHOBES\": null,\r\n                            \"CT_TECHTUDESEG_THUSIAST\": null,\r\n                            \"CT_TECHTUDESEG_XPLOIT\": null,\r\n                            \"CT_TECHTUDESEG_XPLOR\": null,\r\n                            \"CT_VOLUNTEER_CHTYORG\": null,\r\n                            \"DIGITALCLSTRDCD\": \"03\",\r\n                            \"FMCLSTRDCD\": \"F\",\r\n                            \"GENERATION_CLSTRDCD\": \"M2\",\r\n                            \"GENERATION_GRPCD\": \"M\",\r\n                            \"HHCLSTRDCD\": \"F01\",\r\n                            \"LIFESTG_CLSTRD\": \"YG1\",\r\n                            \"LIFESTG_GRPCD\": \"YG\",\r\n                            \"MESSAGING_CLSTRDCD\": \"1\",\r\n                            \"NEIGHBORHOOD_CLSTRDCD\": \"35\"\r\n                        }\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"0727fae4-a07c-432f-94c5-0fb072407e31"}],"id":"7e43b5ac-8ecd-4324-9648-ad4c122595a3","description":"<h3 id=\"authentication\">Authentication</h3>\n<p>TCI Append Plus API provides authentication with username and password passed in POST headers to our API endpoint. Your API login is provided at time of configuration with our sales engineering team, with an email request to the email provided to set your password.</p>\n","_postman_id":"7e43b5ac-8ecd-4324-9648-ad4c122595a3"}],"id":"45a34f1e-7f04-4141-9613-e2637a8da730","description":"<p>Total Consumer Insights (TCI) is the most comprehensive collection of available U.S. consumer data. The TCI Plus Append accepts inputs of name, address, phone and email. It returns our most expansive representation of data elements, including demographics, behavioral/ lifestyle affinities and geographic location, all of which are impacful contributors in customer acquisition and retention activities and decisioning.</p>\n","event":[{"listen":"prerequest","script":{"id":"7527f198-6455-49ba-b004-ef25a9dba5c5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"136ad6c8-a18c-4ff5-91b6-0eacd03ca3ff","type":"text/javascript","exec":[""]}}],"_postman_id":"45a34f1e-7f04-4141-9613-e2637a8da730"}],"id":"728f0072-5757-4e2e-afe8-1e82f4e67a69","description":"<p><b>Notice: </b>The RESTful APIs utilize DNS load balancing to route traffic to multiple IP addresses hosted at multiple data centers. Clients must utilize DNS and adhere to DNS TTL settings to avoid unexpected loss of service.</p>\n<p>As part of Infutor's ongoing commitment to data governance and security, the API requires TLS 1.2 encryption protocol for data communications.</p>","event":[{"listen":"prerequest","script":{"id":"0e84c832-e33e-4247-8e73-7e95b1a63c7a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"57b86f2c-28fb-4014-8ef1-81a3a74a4901","type":"text/javascript","exec":[""]}}],"_postman_id":"728f0072-5757-4e2e-afe8-1e82f4e67a69"},{"name":"Intelligence","item":[{"name":"Connex Automated Valuation Model API","item":[{"name":"Product Description","item":[{"name":"RESTful JSon API","item":[{"name":"Automated Valuation Model API Example","id":"0733e9de-79ce-4298-ad37-4190b280e18b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"addr1\":\"6140 ISLAND FOREST\",\r\n    \"city\":\"FLEMING ISLAND\",\r\n    \"state\":\"FL\",\r\n    \"zip\":\"32003\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/forwardproperty\n","urlObject":{"protocol":"https","path":["forwardproperty\n"],"host":["hermes-api","prod","infutor","com"],"query":[],"variable":[]}},"response":[{"id":"3f94fbdf-0eb7-49f9-aa04-6ec187578e1a","name":"Automated Valuation Model API Example","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"addr1\":\"6140 ISLAND FOREST\",\r\n    \"city\":\"FLEMING ISLAND\",\r\n    \"state\":\"FL\",\r\n    \"zip\":\"32003\"\r\n}"},"url":{"raw":"https://hermes-api.prod.infutor.com/forwardproperty\n","protocol":"https","host":["hermes-api","prod","infutor","com"],"path":["forwardproperty\n"],"query":[{"key":"username","value":"{{username}}","disabled":true},{"key":"password","value":"{{password}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"510"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 09 Oct 2019 18:51:48 GMT"},{"key":"x-amzn-RequestId","value":"52e81e89-fd30-47bd-8850-e0cc177b412f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"BTvalFsviYcFl9g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d9e2c43-9bfdd770433928d87fbecd38;Sampled=1"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 221c16f6368b9673111421e368023144.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MIA3-C3"},{"key":"X-Amz-Cf-Id","value":"22ZVvOs_xNDOXq23V2Aa1rZxnv2tBHsM4Zp_TCtUcDL_0c4eNuCRZg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"inputCount\": 1,\n    \"output\": [\n        {\n            \"code\": 0,\n            \"message\": \"Successful match.\",\n            \"results\": [\n                {\n                    \"countyFIPSCode\": \"12019\",\n                    \"houseNumber\": \"6140\",\n                    \"predir\": \"\",\n                    \"streetName\": \"ISLAND FOREST\",\n                    \"streetType\": \"DR\",\n                    \"postdir\": \"\",\n                    \"aptType\": \"\",\n                    \"aptNumber\": \"\",\n                    \"city\": \"FLEMING ISLAND\",\n                    \"state\": \"FL\",\n                    \"zip\": \"32003\",\n                    \"zip4\": \"8053\",\n                    \"dpc\": \"402\",\n                    \"crte\": \"R010\",\n                    \"z4Type\": \"S\",\n                    \"dpvIndicator\": \"Y\",\n                    \"vacant\": \"N\",\n                    \"attributes\": {\n                        \"avm\": {\n                            \"estimate\": 363549,\n                            \"estimateError\": 131064,\n                            \"estimatePercentError\": 360\n                        }\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"0733e9de-79ce-4298-ad37-4190b280e18b"}],"id":"390f2b6c-16c1-4706-a3aa-e3f96380c727","description":"<h3 id=\"input-message-body\">Input Message Body</h3>\n<p>Request body should be formatted in JSON:</p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Required?</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>Login</td>\n<td>Require</td>\n<td>Account username</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Require</td>\n<td>Account password</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Optional </td>\n<td>Address line 1 (example: 1234 N Main St SW Apt 3), 60 characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Optional</td>\n<td>Address line 2, 60 characters max. (not needed, entire address can be put in Address1)</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Optional</td>\n<td>City name, 28 characters max.  * Either City/State or Zipcode is required</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Optional</td>\n<td>2 character state abbreviation.  * Either City/State or Zipcode is required</td>\n</tr>\n<tr>\n<td>Zipcode</td>\n<td>Optional</td>\n<td>5 digit numeric USPS zip code.   * Either City/State or Zipcode is required</td>\n</tr>\n</table>\n\n<p>Address2, not needed, entire address can be put in Address1, either City/State or Zipcode is required.\n</p>","event":[{"listen":"prerequest","script":{"id":"af5d4850-6d92-4666-8338-df5fc4eb0b86","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eda1acc2-1a9f-419a-9b41-761235e4f781","type":"text/javascript","exec":[""]}}],"_postman_id":"390f2b6c-16c1-4706-a3aa-e3f96380c727"},{"name":"Output","item":[],"id":"95c50b5e-5391-481e-9037-725b93987059","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>PROP_FIPSCD</td>\n<td>Federal Information Processing Standards codes used nationally to numerically identify a specific county or political jurisdiction. \nFirst 2 pos - Numeric State Code, Last 3 pos - County Code\n</td>\n<td>5 characters</td>\n</tr>\n<tr>\n<td>ADDRID</td>\n<td>Address ID</td>\n<td>50 characters</td>\n</tr>\n<tr>\n<td>ADDRID2</td>\n<td>Address ID2</td>\n<td>50 characters</td>\n</tr>\n<tr>\n<td>HOUSE</td>\n<td>House Number</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>PREDIR</td>\n<td>Street Pre Directional: N, S, E, W, NE, etc</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>STREET</td>\n<td>Street Name or PO Box name, or RR # Box name, or HC # Box name</td>\n<td>28 characters</td>\n</tr>\n<tr>\n<td>STRTYPE</td>\n<td>Physical Street Suffix: ST, AVE, PL, BLVD, PKWY, etc</td>\n<td>4 characters</td>\n</tr>\n<tr>\n<td>POSTDIR</td>\n<td>Street Post Direction: N, S, E, W, NE, etc</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>APTTYPE</td>\n<td>Unit Designator</td>\n<td>4 characters</td>\n</tr>\n<tr>\n<td>APTNBR</td>\n<td>Unit Number</td>\n<td>8 characters</td>\n</tr>\n<tr>\n<td>CITY</td>\n<td>City Name</td>\n<td>28 characters</td>\n</tr>\n<tr>\n<td>STATE</td>\n<td>State Abbreviation</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>ZIP</td>\n<td>Zip Code</td>\n<td>5 characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Zip+4 Code</td>\n<td>4 characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Delivery Point Code with Check Digit</td>\n<td>3 characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Carrier Route Code</td>\n<td>4 characters</td>\n</tr>\n<tr>\n<td>Z4TYPE</td>\n<td>Zip+4 Type:\n•   F - Firm or company address\n•   G - General delivery address\n•   H - High-rise or business complex\n•   P - PO Box address\n•   R - Rural route address\n•   S - Street or residential address</td>\n<td>1 characters</td>\n</tr>\n<tr>\n<td>DPV</td>\n<td>Delivery Point Validation Code:\n•   Y - Address DPV confirmed for both primary and (if present) secondary numbers\n•   D - Address DPV confirmed for the primary number only, and secondary number information was missing\n•   S - Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\n•   N - Both Primary and (if present) Secondary number information failed to DPV Confirm</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>Vacant</td>\n<td>Vacant:\n•   Y - Physical Address Identified by USPS as Vacant\n•   N - Someone living at that address\n</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>AVM_ESTIMATE</td>\n<td>Estimate of Property Value in Dollars</td>\n<td>8 characters</td>\n</tr>\n<tr>\n<td>AVM_ESTIMATE_ERROR</td>\n<td>Estimate of Property Value in Dollars based in Zip5 or national if zip not available</td>\n<td>7 characters</td>\n</tr>\n<tr>\n<td>AVM_ESTIMATE_PCT_ERROR</td>\n<td>Estimate Error as a percentage of Estimate Value (000-999; ex: 125 = 12.5%) (based on zip or national if zip not available)</td>\n<td>3 characters</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"d22a1817-e0f9-4afb-8ad7-f08af1a186d1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"51d79f97-c57c-421a-ad70-1d67834c0970","type":"text/javascript","exec":[""]}}],"_postman_id":"95c50b5e-5391-481e-9037-725b93987059"}],"id":"bdf6e5be-93c8-44f9-93c1-4d1ecce2a96b","description":"<p>Fueled by consumer identity data from Infutor’s unmatched national property database (home features, tax assessments, location, and more) along with home sales data, the Connex AVM calculates current home value. \nConnex AVM is powered by Infutor’s robust identity graph, which is based on deterministic, authoritative and permissible data from deed and property information, telephone data, subscription services and numerous other privacy and security-compliant original sources. \n</p>\n\n<p>\nInfutor’s Connex AVM solution brings a powerful combination of consumer identity data, property data and advanced machine learning to calculate home equity and current home values. \nThis solution enables mortgage and financial services marketers to:\n</p>\n\n<p>\n-Accurately target and convert prospects with predictive models that leverage home sales data and property attributes such as home features, tax assessments, location, among others. \n</p>\n<p>\n-Personalize programs and offers to help engage and convert the right consumers at the right time. \n</p>\n<p>\n-Identify the best audiences for product-specific cross-sell, up-sell and line extension strategies.  \n</p>\n<p>\n-Increase customer retention and lifetime value.  \n</p>\n<p>\nThe AVM Standalone API accepts address as input. \n</p>","event":[{"listen":"prerequest","script":{"id":"1eb73c9a-0074-4e8b-a54f-add9b16294e5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"50518947-3099-4bb2-9850-d60a0c1ac12c","type":"text/javascript","exec":[""]}}],"_postman_id":"bdf6e5be-93c8-44f9-93c1-4d1ecce2a96b"}],"id":"317276d1-74ca-46f7-803d-4b0b9a2966ad","event":[{"listen":"prerequest","script":{"id":"e5fcccb0-ffac-4a04-9bd7-e5497df3537e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5c30771c-8a6b-49eb-8f06-573ad2bd2f49","type":"text/javascript","exec":[""]}}],"_postman_id":"317276d1-74ca-46f7-803d-4b0b9a2966ad","description":""},{"name":"Connex Home Equity API","item":[{"name":"Product Description","item":[{"name":"RESTful JSon API","item":[{"name":"https://hermes-api.prod.infutor.com/forwardproperty","id":"bd9237e2-e99a-4310-a11b-a07d16b2eaec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"username","type":"text","value":"{{username}}"},{"key":"password","type":"text","value":"{{password}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"addr1\":\"800 Tolley Ct\",\r\n   \"addr2\":\"\",\r\n   \"city\":\"San Ramon\",\r\n   \"state\":\"\",\r\n   \"zip\":\"94582\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/forwardproperty\n","urlObject":{"protocol":"https","path":["forwardproperty\n"],"host":["hermes-api","prod","infutor","com"],"query":[],"variable":[]}},"response":[{"id":"a897fd60-5198-482a-a033-692eeb253e69","name":"Home Equity API Example","originalRequest":{"method":"POST","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"addr1\":\"800 Tolley Ct\",\r\n   \"addr2\":\"\",\r\n   \"city\":\"San Ramon\",\r\n   \"state\":\"\",\r\n   \"zip\":\"94582\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/forwardproperty\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"510"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 10 Oct 2019 15:50:47 GMT"},{"key":"x-amzn-RequestId","value":"42dc663a-e5df-4ee2-b9e9-83db9d0d5aa9"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"BWn1hHTHCYcF1HQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d9f5356-47238520973ff3600d2c1b58;Sampled=1"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 7ca860d38523be6631b48c221eed2907.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MIA3-C1"},{"key":"X-Amz-Cf-Id","value":"L4nygHb1xAcBQM7u1hhTNICvqj28XZuhc5idcILMJYVh-AeX6pk7zA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"inputCount\": 1,\n    \"output\": [\n        {\n            \"code\": 0,\n            \"message\": \"Successful match.\",\n            \"results\": [\n                {\n                    \"countyFIPSCode\": \"02013\",\n                    \"houseNumber\": \"820\",\n                    \"predir\": \"\",\n                    \"streetName\": \"TOLLEY\",\n                    \"streetType\": \"CT\",\n                    \"postdir\": \"\",\n                    \"aptType\": \"\",\n                    \"aptNumber\": \"\",\n                    \"city\": \"SAN RAMON\",\n                    \"state\": \"CA\",\n                    \"zip\": \"94582\",\n                    \"zip4\": \"5618\",\n                    \"dpc\": \"003\",\n                    \"crte\": \"C058\",\n                    \"z4Type\": \"S\",\n                    \"dpvIndicator\": \"Y\",\n                    \"vacant\": \"N\",\n                    \"attributes\": {\n                        \"homeEquity\": {\n                            \"homeEquityEstimate\": 126000,\n                            \"homeEquityConfidence\": \"6\"\n                        },\n                        \n                    }\n                }\n            ]\n        }\n    ]\n}"},{"id":"b587bf4d-cbe9-429e-8bb7-58b872836b70","name":"Example","originalRequest":{"method":"POST","header":[{"key":"username","type":"text","value":"{{username}}"},{"key":"password","type":"text","value":"{{password}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"addr1\":\"800 Tolley Ct\",\r\n   \"addr2\":\"\",\r\n   \"city\":\"San Ramon\",\r\n   \"state\":\"\",\r\n   \"zip\":\"94582\"\r\n}"},"url":"https://hermes-api.prod.infutor.com/forwardproperty\n"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bd9237e2-e99a-4310-a11b-a07d16b2eaec"}],"id":"ac2405b0-05f4-4fdf-a649-114c2d847527","description":"<h3 id=\"input-message-body\">Input Message Body</h3>\n<p>Request body should be formatted in JSON:</p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Required?</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>Login</td>\n<td>Require</td>\n<td>Account username</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>Require</td>\n<td>Account password</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Optional </td>\n<td>Address line 1 (example: 1234 N Main St SW Apt 3), 60 characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Optional</td>\n<td>Address line 2, 60 characters max. (not needed, entire address can be put in Address1)</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Optional</td>\n<td>City name, 28 characters max.  * Either City/State or Zipcode is required</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Optional</td>\n<td>2 character state abbreviation.  * Either City/State or Zipcode is required</td>\n</tr>\n<tr>\n<td>Zipcode</td>\n<td>Optional</td>\n<td>5 digit numeric USPS zip code.   * Either City/State or Zipcode is required</td>\n</tr>\n</table>\n\n<p>Address2, not needed, entire address can be put in Address1, either City/State or Zipcode is required.\n</p>","event":[{"listen":"prerequest","script":{"id":"af5d4850-6d92-4666-8338-df5fc4eb0b86","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eda1acc2-1a9f-419a-9b41-761235e4f781","type":"text/javascript","exec":[""]}}],"_postman_id":"ac2405b0-05f4-4fdf-a649-114c2d847527"},{"name":"Output","item":[],"id":"0ef6a9e9-2f83-4a58-98c2-3af62b100ede","description":"<table>\n<tr>\n<td><b>Output Field</b></td>\n<td><b>Description</b></td>\n<td><b>Returned Values</b></td>\n</tr>\n<tr>\n<td>PROP_FIPSCD</td>\n<td>Federal Information Processing Standards codes used nationally to numerically identify a specific county or political jurisdiction. \nFirst 2 pos - Numeric State Code, Last 3 pos - County Code\n</td>\n<td>5 characters</td>\n</tr>\n<tr>\n<td>ADDRID</td>\n<td>Address ID</td>\n<td>50 characters</td>\n</tr>\n<tr>\n<td>ADDRID2</td>\n<td>Address ID2</td>\n<td>50 characters</td>\n</tr>\n<tr>\n<td>HOUSE</td>\n<td>House Number</td>\n<td>10 characters</td>\n</tr>\n<tr>\n<td>PREDIR</td>\n<td>Street Pre Directional: N, S, E, W, NE, etc</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>STREET</td>\n<td>Street Name or PO Box name, or RR # Box name, or HC # Box name</td>\n<td>28 characters</td>\n</tr>\n<tr>\n<td>STRTYPE</td>\n<td>Physical Street Suffix: ST, AVE, PL, BLVD, PKWY, etc</td>\n<td>4 characters</td>\n</tr>\n<tr>\n<td>POSTDIR</td>\n<td>Street Post Direction: N, S, E, W, NE, etc</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>APTTYPE</td>\n<td>Unit Designator</td>\n<td>4 characters</td>\n</tr>\n<tr>\n<td>APTNBR</td>\n<td>Unit Number</td>\n<td>8 characters</td>\n</tr>\n<tr>\n<td>CITY</td>\n<td>City Name</td>\n<td>28 characters</td>\n</tr>\n<tr>\n<td>STATE</td>\n<td>State Abbreviation</td>\n<td>2 characters</td>\n</tr>\n<tr>\n<td>ZIP</td>\n<td>Zip Code</td>\n<td>5 characters</td>\n</tr>\n<tr>\n<td>Z4</td>\n<td>Zip+4 Code</td>\n<td>4 characters</td>\n</tr>\n<tr>\n<td>DPC</td>\n<td>Delivery Point Code with Check Digit</td>\n<td>3 characters</td>\n</tr>\n<tr>\n<td>CRTE</td>\n<td>Carrier Route Code</td>\n<td>4 characters</td>\n</tr>\n<tr>\n<td>Z4TYPE</td>\n<td>Zip+4 Type:\n•   F - Firm or company address\n•   G - General delivery address\n•   H - High-rise or business complex\n•   P - PO Box address\n•   R - Rural route address\n•   S - Street or residential address</td>\n<td>1 characters</td>\n</tr>\n<tr>\n<td>DPV</td>\n<td>Delivery Point Validation Code:\n•   Y - Address DPV confirmed for both primary and (if present) secondary numbers\n•   D - Address DPV confirmed for the primary number only, and secondary number information was missing\n•   S - Address DPV confirmed for the primary number only, and secondary number information was present but unconfirmed\n•   N - Both Primary and (if present) Secondary number information failed to DPV Confirm</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>Vacant</td>\n<td>Vacant:\n•   Y - Physical Address Identified by USPS as Vacant\n•   N - Someone living at that address\n</td>\n<td>1 character</td>\n</tr>\n<tr>\n<td>HOME_EQUITY_ESTIMATE</td>\n<td>Estimate available equity in a home</td>\n<td>8 characters</td>\n</tr>\n<tr>\n<td>HOME_EQUITY_CONFIDENCE</td>\n<td>Home Equity Estimate Confidence Level (from 1 to 4)\n1 - Highest level confidence of Home Equity Estimate\n4 - Lowest level confidence of Home Equity Estimate\n</td>\n<td>1 character</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"d22a1817-e0f9-4afb-8ad7-f08af1a186d1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"51d79f97-c57c-421a-ad70-1d67834c0970","type":"text/javascript","exec":[""]}}],"_postman_id":"0ef6a9e9-2f83-4a58-98c2-3af62b100ede"}],"id":"a2b53d32-4932-4f10-97b5-bed413d93729","description":"<p>Fueled by consumer identity data from Infutor’s unmatched national property database (home features, tax assessments, location, and more) along with home sales data, the Connex Home Equity Value solution provides a highly accurate calculation of available equity in a home.  \n\n</p><p>Infutor’s Connex Home Equity solution brings a powerful combination of consumer identity data, property data and advanced machine learning to calculate home equity and current home values. \nThis solution enables mortgage and financial services marketers to: </p>\n<p></p>\n\n<p>\n-Accurately target and convert prospects with predictive models that leverage home sales data and property attributes such as home features, tax assessments, location, among others. \n</p>\n<p>\n-Personalize programs and offers to help engage and convert the right consumers at the right time. \n</p>\n<p>\n-Identify the best audiences for product-specific cross-sell, up-sell and line extension strategies. \n</p>\n<p>\n-Increase customer retention and lifetime value.\n</p>","event":[{"listen":"prerequest","script":{"id":"1eb73c9a-0074-4e8b-a54f-add9b16294e5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"50518947-3099-4bb2-9850-d60a0c1ac12c","type":"text/javascript","exec":[""]}}],"_postman_id":"a2b53d32-4932-4f10-97b5-bed413d93729"}],"id":"639c127d-a2b9-4512-92d5-886d37584305","event":[{"listen":"prerequest","script":{"id":"9d1a1345-70ef-4415-ab0d-8b2cffbda234","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"616a3b73-834b-4bb5-b30f-3093c569d08b","type":"text/javascript","exec":[""]}}],"_postman_id":"639c127d-a2b9-4512-92d5-886d37584305","description":""}],"id":"b9ae115a-f373-499c-a9e3-30083f340c50","_postman_id":"b9ae115a-f373-499c-a9e3-30083f340c50","description":""},{"name":"Appendix: Response Success & Error Codes","item":[],"id":"b6f7b569-75b1-45d0-ba0f-96549547a1cd","description":"<h1 id><a></a></h1>\n<h1 id=\"response-codes-\">Response Codes <a></a></h1>\n<p>The following is a table with the potential output response codes and messages for all Infutor APIs:</p>\n\n<table>\n<tr>\n<td><b>Response Code</b></td>\n<td><b>Response Message</b></td>\n</tr>\n<tr>\n<td>0</td>\n<td>Successful match.</td>\n</tr>\n<tr>\n<td>1</td>\n<td>No Records Found.</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Missing Required Parameter(s).</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Invalid parameter cleaned.</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Max. request number exceeded.</td>\n</tr>\n<tr>\n<td>All other Codes</td>\n<td>System error. Retry search, if failure continues contact support</td>\n</tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"25985ac0-045b-4fc6-8fbe-e349c8b0e596","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dc64baae-56f9-418f-8c9f-85fb5c834d4d","type":"text/javascript","exec":[""]}}],"_postman_id":"b6f7b569-75b1-45d0-ba0f-96549547a1cd"}],"event":[{"listen":"prerequest","script":{"id":"bc4a8ee3-0772-4ffb-bce3-af1a9ba3a687","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"789b6db5-9bc1-43da-a48c-918511609ce7","type":"text/javascript","exec":[""]}}]}