Personator Consumer:REST JSON

From Melissa Data Wiki
Revision as of 21:09, 11 January 2019 by Admin (talk | contribs) (Admin moved page Personator:REST JSON to Personator Consumer:REST JSON)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

← Personator Consumer

Personator Consumer Navigation
Introduction
Basics
Licensing
Input/Output
Request Fields
Response Fields
Examples
REST JSON
REST JSONP
REST XML
JSON
Batch JSON
XML
Batch XML
Result Codes
Result Code Use
Personator Consumer Result Codes
Sample Code



REST Request

https://personator.melissadata.net/v3/WEB/ContactVerify/doContactVerify
?t={TransmissionReference}
&id={LicenseKey}
&act={Actions}
&cols={Columns}
&opt={Options}
&a1={AddressLine1}
&a2={AddressLine2}
&bday={BirthDay}
&bmo={BirthMonth}
&byr={BirthYear}
&city={City}
&comp={Company}
&ctry={Country}
&email={EmailAddress}
&first={FirstName}
&ff={FreeForm}
&full={FullName}
&ip={IPAddress}
&lastline={LastLine}
&last={LastName}
&mak={MelissaAddressKey}
&phone={PhoneNumber}
&postal={PostalCode}
&ss={SocialSecurity}
&state={State}
&format=JSON


JSON Response

{
  "Records":[{
    "AddressDeliveryInstallation":"string",
    "AddressExtras":"string",
    "AddressHouseNumber":"string",
    "AddressKey":"string",
    "AddressLine1":"string",
    "AddressLine2":"string",
    "AddressLockBox":"string",
    "AddressPostDirection":"string",
    "AddressPreDirection":"string",
    "AddressPrivateMailboxName":"string",
    "AddressPrivateMailboxRange":"string",
    "AddressRouteService":"string",
    "AddressStreetName":"string",
    "AddressStreetSuffix":"string",
    "AddressSuiteName":"string",
    "AddressSuiteNumber":"string",
    "AddressTypeCode":"string",
    "AreaCode":"string",
    "CBSACode":"string",
    "CBSADivisionCode":"string",
    "CBSADivisionLevel":"string",
    "CBSADivisionTitle":"string",
    "CBSALevel":"string",
    "CBSATitle":"string",
    "CarrierRoute":"string",
    "CensusBlock":"string",
    "CensusKey":"string",
    "CensusTract":"string",
    "ChildrenAgeRange":"string",
    "City":"string",
    "CityAbbreviation":"string",
    "CompanyName":"string",
    "CongressionalDistrict":"string",
    "CountryCode":"string",
    "CountryName":"string",
    "CountyFIPS":"string",
    "CountyName":"string",
    "CountySubdivisionCode":"string",
    "CountySubdivisionName":"string",
    "CreditCardUser":"string",
    "DateOfBirth":"string",
    "DateOfDeath":"string",
    "DeliveryIndicator":"string",
    "DeliveryPointCheckDigit":"string",
    "DeliveryPointCode":"string",
    "DemographicsGender":"string",
    "DemographicsResults":"string",
    "DistanceAddressToIP":"string",
    "DomainName":"string",
    "Education":"string",
    "ElementarySchoolDistrictCode":"string",
    "ElementarySchoolDistrictName":"string",
    "EmailAddress":"string",
    "Gender":"string",
    "Gender2":"string",
    "HouseholdIncome":"string",
    "HouseholdSize":"string",
    "IPAddress":"string",
    "IPCity":"string",
    "IPConnectionSpeed":"string",
    "IPConnectionType":"string",
    "IPContinent":"string",
    "IPCountryAbbreviation":"string",
    "IPCountryName":"string",
    "IPDomainName":"string",
    "IPISPName":"string",
    "IPLatitude":"string",
    "IPLongitude":"string",
    "IPPostalCode":"string",
    "IPProxyDescription":"string",
    "IPProxyType":"string",
    "IPRegion":"string",
    "IPUTC":"string",
    "Latitude":"string",
    "LengthOfResidence":"string",
    "Longitude":"string",
    "MailboxName":"string",
    "MaritalStatus":"string",
    "MelissaAddressKey":"string",
    "MelissaAddressKeyBase":"string",
    "MoveDate":"string",
    "NameFirst":"string",
    "NameFirst2":"string",
    "NameFull":"string",
    "NameLast":"string",
    "NameLast2":"string",
    "NameMiddle":"string",
    "NameMiddle2":"string",
    "NamePrefix":"string",
    "NamePrefix2":"string",
    "NameSuffix":"string",
    "NameSuffix2":"string",
    "NewAreaCode":"string",
    "Occupation":"string",
    "OwnRent":"string",
    "PhoneCountryCode":"string",
    "PhoneCountryName":"string",
    "PhoneExtension":"string",
    "PhoneNumber":"string",
    "PhonePrefix":"string",
    "PhoneSuffix":"string",
    "PlaceCode":"string",
    "PlaceName":"string",
    "Plus4":"string",
    "PoliticalParty":"string",
    "PostalCode":"string",
    "PresenceOfChildren":"string",
    "PresenceOfSenior":"string",
    "PrivateMailBox":"string",
    "RecordExtras":"string",
    "RecordID":"string",
    "Reserved":"string",
    "Results":"string",
    "Salutation":"string",
    "SecondarySchoolDistrictCode":"string",
    "SecondarySchoolDistrictName":"string",
    "State":"string",
    "StateDistrictLower":"string",
    "StateDistrictUpper":"string",
    "StateName":"string",
    "Suite":"string",
    "TopLevelDomain":"string",
    "TypeOfVehicles":"string",
    "UTC":"string",
    "UnifiedSchoolDistrictCode":"string",
    "UnifiedSchoolDistrictName":"string",
    "UrbanizationName":"string"
  }],
  "TotalRecords":"string",
  "TransmissionReference":"string",
  "TransmissionResults":"string",
  "Version":"string"
}