Send a GET request to check a move in the US.
The following are the possible minimum input requirements:
First and Last Name, Full Name, or Company
Address Only
City and State, ZIP Code, or AddressLastLine
Columns - The column names or groups to be output.
Entering the column name will return the column. Specifying a group name will return all columns in the group.
Delimit multiple columns with a ,.
For example: ColumnName,ColumnName.
Columns:
GrpName - Name Details
NameFirstNameFullNameLastNameMiddleNamePrefixNameSuffix
GrpOriginal - Original Address Details
OriginalAddressLine1OriginalAddressLine2OriginalCityOriginalCityAbbreviationOriginalCountryCodeOriginalPlus4OriginalPostalCodeOriginalPrivateMailboxOriginalResultsOriginalStateOriginalStateNameOriginalSuiteOriginalUrbanization
GrpParsed - Parsed Address Details
AddressDeliveryInstallationAddressHouseNumberAddressLockBoxAddressPostDirectionAddressPreDirectionAddressPrivateMailboxNameAddressPrivateMailboxRangeAddressRouteServiceAddressStreetNameAddressStreetSuffixAddressSuiteNameAddressSuiteNumber
GrpStandardized - Standardized Address Details
StandardizedAddressLine1StandardizedAddressLine2StandardizedBaseMelissaAddressKeyStandardizedCarrierRouteStandardizedCityStandardizedCityAbbreviationStandardizedCountryCodeStandardizedDeliveryIndicatorStandardizedDeliveryPointCheckDigitStandardizedDeliveryPointCodeStandardizedMelissaAddressKeyStandardizedPlus4StandardizedPostalCodeStandardizedPrivateMailboxStandardizedResultsStandardizedStateStandardizedStateNameStandardizedSuiteStandardizedUrbanization
[COLUMN NAME ONLY] - These columns can only be requested by using their name.
DPVFootNotesMoveReturnCodePlus4PrivateMailboxSuite
Required. The License Key issued by Melissa.
Options - Specify which options to use for the selected action. List of options in <OptionName>:<Parameter> format. Multiple options are delimited with a ,.
For example: OptionName:Parameter,OptionName:Parameter.
ListOwnerFreqProcessing:< [1 - 52] >- This option accepts a value from1to52. This is the number of times per year the current mailing list is used for mailing. E.g., for monthly use12, for quarterly use4.ProcessingType:< Business | Individual | IndividualAndBusiness | Residential | Standard >- The processing type.
- National Change of Address (NCOA)https://smartmover.melissadata.net/V3/WEB/SmartMover/doSmartMover
curl -i -X GET \
'https://smartmover.melissadata.net/V3/WEB/SmartMover/doSmartMover?id=%7BREPLACE-WITH-YOUR-LICENSE-KEY%7D&a1=22382%20Avenida%20Empresa&city=Rancho%20Santa%20Margarita&comp=Melissa&full=Ray%20Melissa&postal=92688&state=CA' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json'Successful response
Lists error codes from any errors caused by the most recent request as a whole. For more information, see SmartMover Result Codes.
{ "CASSReportLink": "JobId required to generate summary report links...", "NCOAReportLink": "JobId required to generate summary report links...", "Records": { "AddressExtras": "", "AddressKey": "92688211282", "AddressLine1": "22382 Avenida Empresa", "AddressLine2": "", "AddressTypeCode": "S", "BaseMelissaAddressKey": "", "CarrierRoute": "C057", "City": "Rancho Santa Margarita", "CityAbbreviation": "Rcho Sta Marg", "CompanyName": "Melissa", "CountryCode": "US", "CountryName": "United States", "DeliveryIndicator": "B", "DeliveryPointCheckDigit": "1", "DeliveryPointCode": "82", "MelissaAddressKey": "8008006245", "MoveEffectiveDate": "", "MoveTypeCode": "", "PostalCode": "92688-2112", "RecordID": "1", "Results": "AS01,CS02", "State": "CA", "StateName": "California", "Urbanization": "" }, "TotalRecords": "1", "TransmissionReference": "Test", "TransmissionResults": "", "Version": "7.4.1.4198" }