Difference between revisions of "Personator Consumer:REST JSON"

From Melissa Data Wiki
Jump to navigation Jump to search
Line 27: Line 27:
&phone={PhoneNumber}
&phone={PhoneNumber}
&postal={PostalCode}
&postal={PostalCode}
<!--&ss={SocialSecurity}-->
&state={State}
&state={State}
&format=JSON
&format=JSON
</pre>
</pre>
<!--&ss={SocialSecurity}-->





Revision as of 16:40, 12 July 2017

← 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}
&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}
&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",
    "DomainName":"string",
    "Education":"string",
    "ElementarySchoolDistrictCode":"string",
    "ElementarySchoolDistrictName":"string",
    "EmailAddress":"string",
    "Gender":"string",
    "Gender2":"string",
    "HouseholdIncome":"string",
    "HouseholdSize":"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"
}