Business Coder UK:JSON: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{BusinessCoderUKNav |ExampleCollapse= }} {{CustomTOC}} ==JSON Batch Request== A maximum of up to 100 records per request can be sent. <pre> { "t":"string", "id":"strin..." |
No edit summary |
||
Line 63: | Line 63: | ||
"DependentLocality": "string", | "DependentLocality": "string", | ||
"DependentThoroughfare": "string", | "DependentThoroughfare": "string", | ||
" | "DependentThoroughfareLeadingType": "string", | ||
"DependentThoroughfareName": "string", | "DependentThoroughfareName": "string", | ||
"DependentThoroughfarePostDirection": "string", | "DependentThoroughfarePostDirection": "string", | ||
Line 96: | Line 96: | ||
"SubPremisesType": "string", | "SubPremisesType": "string", | ||
"Thoroughfare": "string", | "Thoroughfare": "string", | ||
" | "ThoroughfareLeadingType": "string", | ||
"ThoroughfareName": "string", | "ThoroughfareName": "string", | ||
"ThoroughfarePostDirection": "string", | "ThoroughfarePostDirection": "string", | ||
Line 116: | Line 116: | ||
"DependentLocality": "string", | "DependentLocality": "string", | ||
"DependentThoroughfare": "string", | "DependentThoroughfare": "string", | ||
" | "DependentThoroughfareLeadingType": "string", | ||
"DependentThoroughfareName": "string", | "DependentThoroughfareName": "string", | ||
"DependentThoroughfarePostDirection": "string", | "DependentThoroughfarePostDirection": "string", | ||
Line 149: | Line 149: | ||
"SubPremisesType": "string", | "SubPremisesType": "string", | ||
"Thoroughfare": "string", | "Thoroughfare": "string", | ||
" | "ThoroughfareLeadingType": "string", | ||
"ThoroughfareName": "string", | "ThoroughfareName": "string", | ||
"ThoroughfarePostDirection": "string", | "ThoroughfarePostDirection": "string", |
Revision as of 21:43, 11 October 2017
Business Coder UK Navigation | ||||
---|---|---|---|---|
| ||||
| ||||
| ||||
Business Coder UK Result Codes | ||||
Sample Code |
JSON Batch Request
A maximum of up to 100 records per request can be sent.
{ "t":"string", "id":"string", "cols":"string", "opt":"string", "Records":[{ "rec":"string", "comp":"string", "a1":"string", "a2":"string", "loc":"string", "area":"string", "postal":"string", "ctry":"string" }, { "rec":"string", "comp":"string", "a1":"string", "a2":"string", "loc":"string", "area":"string", "postal":"string", "ctry":"string" }, { ... }] }
JSON Batch Response
{ "TransmissionResults":"string", "TransmissionReference":"string", "Version":"string", "TotalRecords":"string", "Records": [{ "AddressLine1": "string", "AddressLine2": "string", "AddressLine3": "string", "AddressLine4": "string", "AddressType": "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" }, "AddressLine1": "string", "AddressLine2": "string", "AddressLine3": "string", "AddressLine4": "string", "AddressType": "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" }, ] }