Business Coder UK:REST JSON: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 49: | Line 49: | ||
"AddressLine3": "string", | "AddressLine3": "string", | ||
"AddressLine4": "string", | "AddressLine4": "string", | ||
"AdministrativeArea": "string", | "AdministrativeArea": "string", | ||
"Building": "string", | "Building": "string", |
Revision as of 23:58, 11 October 2017
Business Coder UK Navigation | ||||
---|---|---|---|---|
| ||||
| ||||
| ||||
Business Coder UK Result Codes | ||||
Sample Code |
REST Request
Using Address as Input
https://businesscoderuk.melissadata.net/WEB/BusinessCoder/doBusinessCoderGB ?id={License Key} &cols={Columns} &opt={Options} &rec={Record ID} &comp={Company} &a1={Address1} &a2={Address2} &loc={Locality} &area={AdministrativeArea} &postal={Postal Code} &ctry={Country}
Using Melissa Address Key (MAK) and Company as Input
https://businesscoderuk.melissadata.net/WEB/BusinessCoder/doBusinessCoderGB ?id={License Key} &cols={Columns} &opt={Options} &rec={Record ID} &comp={Company} &mak={Melissa Address Key}
JSON Response
{ "TransmissionResults": "string", "TransmissionReference": "string", "Version": "string", "TotalRecords": "string", "Records": [ { "AddressLine1": "string", "AddressLine2": "string", "AddressLine3": "string", "AddressLine4": "string", "AdministrativeArea": "string", "Building": "string", "CompanyName": "string", "CountryCode": "string", "CountryName": "string", "CountyName": "string", "DeliveryIndicator": "string", "DependentLocality": "string", "DependentThoroughfare": "string", "DependentThoroughfareLeadingType": "string", "DependentThoroughfareName": "string", "DependentThoroughfarePostDirection": "string", "DependentThoroughfarePreDirection": "string", "DependentThoroughfareTrailingType": "string", "DoubleDependentLocality": "string", "FormattedAddress": "string", "IncorporationDate": "string", "Latitude": "string", "Locality": "string", "Longitude": "string", "MelissaAddressKey": "string", "MelissaAddressKeyBase": "string", "PostBox": "string", "PostalCode": "string", "PremisesNumber": "string", "PremisesType": "string", "RecordID": "string", "Results": "string", "SICCode1": "string", "SICCode2": "string", "SICCode3": "string", "SICCode4": "string", "SICDescription1": "string", "SICDescription2": "string", "SICDescription3": "string", "SICDescription4": "string", "SubAdministrativeArea": "string", "SubNationalArea": "string", "SubPremises": "string", "SubPremisesNumber": "string", "SubPremisesType": "string", "Thoroughfare": "string", "ThoroughfareLeadingType": "string", "ThoroughfareName": "string", "ThoroughfarePostDirection": "string", "ThoroughfarePreDirection": "string", "ThoroughfareTrailingType": "string" } ] }