Skip to content

Eircode Integration Guide

This guide explains how to access GBGroup's web service products using their Identity Management Platform (IdM), available via SOAP web services. The document provides a general description of the available functionality along with a definition of the corresponding interfaces used to access different datasets and services.

The fundamentals of integrating with the service are described here: Integration Fundamentals

The next section of this document gives product specific details regarding the use of the Matchcode Eircode Web Service products via IdM.

Matchcode Eircode Web Service Product Information

The introduction of Eircode in summer 2015 is the Republic of Ireland's first public database of unique identifiers for all addresses. It will assist citizens, businesses and public bodies to locate every individual address in the State.

The Eircode Address Database and the Eircode Address File each contain all 2.2 million business and residential addresses in Ireland.

Matchcode360 offers two versions of this data set ECAD & ECAF, which carry alternative royalty costs.

  • ECAF : Includes 2.2 million USP Postal Addresses with individual Eircode for each
  • ECAD : Includes the above along with Geo-code of the centroid of the address and additional address information

Given that ECAF is a subset of the ECAD dataset, users should only subscribe to one of the two in any Eircode product configuration. Subscribing to both datasets will cause unexpected behaviour for the user, such as duplicate addresses being returned.

The Eircode web service product is available via the Identity Management ExecuteCapture web service method.

Input Format

The ExecuteCapture method takes in a ExecuteCaptureRequest data structure, which contains all the information necessary to carry out the request.

Type: ExecuteCaptureRequest

Field Name Type Description
securityHeader SecurityHeader The username and authentication token used to access the system.
profileRequest ProfileRequestCapture Details of the request


The SecurityHeader structure holds security data to access products and services in the IdM Platform.

The ProfileRequestCapture structure contains the criteria to identify the target product being called and the search data for the product request.

Within the profileRequest element, the profileGuid element should contain the GUID value listed below:

Profile GUID
EIRCODE 6A5507FB-A79A-4008-BFC5-3E56CB851B79


Search Criteria

The Eircode search criteria should be entered into the IdmDataSearchAddress data structure, which is located within the input details as follows:

ExecuteCapture → ProfileRequestCapture → ProfileRequestCaptureData → address

The search address object is the same that is used in the Address Lookup request, described here. In the Eircode web service, the postcode input field is used as the Eircode input.

Additional Request Options


The additional search options, used for configuring options such as casing or transliteration of output results, can be set in the IdmRequestOptions structure located in the ProfileRequestCaptureData.options property.


Additional Return Data

Additional data can be returned, or excluded from being returned, for each address by providing one or more values in the IdmRequestOption.relatedDataItems property.

For each value provided, the corresponding additional data is returned, and the corresponding additional data for all the values not provided are not returned.

The following values are supported by this service, when using the ECAF dataset:

Key Mnemonic Description Returned By Default
COUNTRYCODE Country code Yes
ECAF_ID Unique 10 digit identification number Yes


The following values are supported by this service, when using the ECAD dataset:

Key Mnemonic Description Returned By Default
COUNTRYCODE Country code Yes
ECAD_ID Unique 10 digit identification number Yes
LA_ID Unique Identifier for Local Authority Yes
DED_ID Unique Identifier for Electoral Divisions Yes
SMALL_AREA_ID Unique Identifier for the Small Area Yes
TOWNLOAND_ID Unique Identifier for Townland Yes
ADMIN_GAELTACHT A Yes/No field indicating whether or not the official Irish language version provided by The Placenames Branch replaces unofficial translations provided by GeoDirectory Yes
NUA The NUA field contains a Y value when the address is a non-unique address, and N when it is a unique address Yes
BUILDING_ID Unique 10 digit identification number for the Building Yes
BUILDING_TYPE_ID The Type of Building e.g. Bungalow, Detached etc Yes
HOLIDAY_HOME A Yes/No field, indicating whether or not the building is a holiday home. NOTE: This field is provided for future proofing, no data currently available to Eircode Yes
UNDER_CONS A Yes/No field, indicating whether or not the building is under construction Yes
BUILDING_USE R- Residential, C-Commercial, B-Both or U-Unknown Yes
BLD_VACANT A Yes/No field, indicating whether or not the building is vacant Yes
ING_EAST Irish National Grid Easting Co-ordinate Yes
ING_NORTH Irish National Grid Northing Co-ordinate Yes
ITM_EAST ITM Easting Co-ordinate Yes
ITM_NORTH ITM Northing Co-ordinate Yes
ETRS89_LAT ETRS89 Latitude Co-ordinate Yes
ETRS89_LONG ETRS89 Longitude Co-ordinate Yes
ING_MIN_EAST Irish National Grid Minimum Easting Coordinate Yes
ING_MIN_NORTH Irish National Grid Minimum Northing Coordinate Yes
ING_MAX_EAST Irish National Grid Maximum Easting Coordinate Yes
ING_MAX_NORTH Irish National Grid Maximum Northing Coordinate Yes
ITM_MIN_EAST ITM (Irish Transverse Mercator) Minimum Easting Coordinate Yes
ITM_MIN_NORTH ITM Minimum Northing Coordinate Yes
ITM_MAX_EAST ITM Maximum Easting Coordinate Yes
ITM_MAX_NORTH ITM Maximum Northing Coordinate Yes
ETRS89_MIN_LAT ETRS89 (European Terrestrial Reference System) Minimum Latitude Coordinate Yes
ETRS89_MIN_LONG ETRS89 Minimum Longitude Coordinate Yes
ETRS89_MAX_LAT ETRS89 Maximum Latitude Coordinate Yes
ETRS89_MAX_LONG ETRS89 Maximum Longitude Coordinate Yes
SPATIAL_ACCURACY Describes Accuracy Level of Geo-Coordinates Yes
BLD_TYPE_NAME The full text description of the type of building Yes
BLD_TYPE_CODE The code for the type of building Yes
ORGANISATION_ID Unique 10 digit identification number for Organisations Yes
ORG_VACANT A Yes/No field, indicating whether or not the organisation location is vacant Yes
NACE_CODE The NACE (Nomenclature of Economic Activities) Code for the Category. NOTE: This field is provided for future proofing, no data currently available to Eircode Yes
NACE_CATEGORY The NACE (Nomenclature of Economic Activities) Code for the Category. NOTE: This field is provided for future proofing, no data currently available to Eircode.
NACE Category NACE_CATEGORY Name of the NACE Category. NOTE: This field is provided for future proofing, no data currently available to Eircode
Yes


Address Filters

Addresses which have been found by the web service, which match a particular kind of address, can be filtered out from the search results by using the address filters functionality described here.

Output Format

The results of the Eircode web service search are returned in a ProfileResponseDetails structure with a ProfileResponseDetail.responseType of 'CAPTURE'.

The ProfileResponseDetails structure contains a single CaptureResponse data structure which holds an array of IdmDataAddress records containing the returned address data.

ExecuteCaptureResponse > ProfileResponse [0] > ProfileResponseDetails [0] > CaptureResponse > CaptureResponseData > IdmDataAddress [n]

In the Eircode web service, the postcode output field is used as the Eircode output.

Additional data from a search may be returned in the additionalItems of the IdmDataAddress.

Output Fields

Apart from the standard address fields, the following additional fields are returned by the service.

For all Eircode searches, the additional items of each address will contain a pair with a key of "DATASOURCE", and a value of "ECAF" or "ECAD", indicating from which dataset the address came from.

ECAF Specific
Field Related Data Item Key Location In Response
ECAF_ID ECAF_ID IdmDataAddress → additionalItems → ECAF_ID

ECAD Specific
Field Related Data Item Key Location In Response
ECAD_ID ECAD_ID IdmDataAddress → additionalItems → ECAD_ID
LA_ID LA_ID IdmDataAddress → additionalItems → LA_ID
DED_ID DED_ID IdmDataAddress → additionalItems → DED_ID
SMALL_AREA_ID SMALL_AREA_ID IdmDataAddress → additionalItems → SMALL_AREA_ID
TOWNLOAND_ID TOWNLOAND_ID IdmDataAddress → additionalItems → TOWNLOAND_ID 
ADMIN_GAELTACHT ADMIN_GAELTACHT IdmDataAddress → additionalItems → ADMIN_GAELTACHT 
NUA NUA IdmDataAddress → additionalItems → NUA
BUILDING_ID BUILDING_ID IdmDataAddress → additionalItems → BUILDING_ID
BUILDING_TYPE_ID BUILDING_TYPE_ID IdmDataAddress → additionalItems → BUILDING_TYPE_ID 
HOLIDAY_HOME HOLIDAY_HOME IdmDataAddress → additionalItems → HOLIDAY_HOME 
UNDER_CONS UNDER_CONS IdmDataAddress → additionalItems → UNDER_CONS 
BUILDING_USE BUILDING_USE IdmDataAddress → additionalItems → BUILDING_USE
BLD_VACANT BLD_VACANT IdmDataAddress → additionalItems → BLD_VACANT 
ING_EAST ING_EAST IdmDataAddress → additionalItems → ING_EAST 
ING_NORTH ING_NORTH IdmDataAddress → additionalItems → ING_NORTH 
ITM_EAST ITM_EAST IdmDataAddress → additionalItems → ITM_EAST 
ITM_NORTH ITM_NORTH IdmDataAddress → additionalItems → ITM_NORTH 
ETRS89_LAT ETRS89_LAT IdmDataAddress → additionalItems → ETRS89_LAT
ETRS89_LONG ETRS89_LONG IdmDataAddress → additionalItems → ETRS89_LONG
ING_MIN_EAST ING_MIN_EAST IdmDataAddress → additionalItems → ING_MIN_EAST
ING_MIN_NORTH ING_MIN_NORTH IdmDataAddress → additionalItems → ING_MIN_NORTH
ING_MAX_EAST ING_MAX_EAST IdmDataAddress → additionalItems → ING_MAX_EAST
ING_MAX_NORTH ING_MAX_NORTH IdmDataAddress → additionalItems → ING_MAX_NORTH
ITM_MIN_EAST ITM_MIN_EAST IdmDataAddress → additionalItems → ITM_MIN_EAST
ITM_MIN_NORTH ITM_MIN_NORTH IdmDataAddress → additionalItems → ITM_MIN_NORTH
ITM_MAX_EAST ITM_MAX_EAST IdmDataAddress → additionalItems → ITM_MAX_EAST
ITM_MAX_NORTH ITM_MAX_NORTH IdmDataAddress → additionalItems → ITM_MAX_NORTH
ETRS89_MIN_LAT ETRS89_MIN_LAT IdmDataAddress → additionalItems → ETRS89_MIN_LAT
ETRS89_MIN_LONG ETRS89_MIN_LONG IdmDataAddress → additionalItems → ETRS89_MIN_LONG
ETRS89_MAX_LAT ETRS89_MAX_LAT IdmDataAddress → additionalItems → ETRS89_MAX_LAT
ETRS89_MAX_LONG ETRS89_MAX_LONG IdmDataAddress → additionalItems → ETRS89_MAX_LONG
SPATIAL_ACCURACY SPATIAL_ACCURACY IdmDataAddress → additionalItems → SPATIAL_ACCURACY
BLD_TYPE_NAME BLD_TYPE_NAME IdmDataAddress → additionalItems → BLD_TYPE_NAME 
BLD_TYPE_CODE BLD_TYPE_CODE IdmDataAddress → additionalItems → BLD_TYPE_CODE 
ORGANISATION_ID ORGANISATION_ID IdmDataAddress → additionalItems → ORGANISATION_ID
ORG_VACANT ORG_VACANT IdmDataAddress → additionalItems → ORG_VACANT 
NACE_CODE NACE_CODE IdmDataAddress → additionalItems → NACE_CODE 
NACE_CATEGORY NACE_CATEGORY IdmDataAddress → additionalItems → NACE_CATEGORY 

Example Requests & Responses


Example Requests


SOAP
<soapenv:envelope xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:b=" http://gbworld.gb.co.uk/idm-globalservices/messages/21a/"
                    xmlns:head=" http://gbworld.gb.co.uk/types/header/"
                    xmlns:req=" http://gbworld.gb.co.uk/types/core/request/"
                    xmlns:data=" http://gbworld.gb.co.uk/types/core/data/">
    <soapenv:header/>
    <soapenv:body>
        <b:executecapturerequest>
            <b:securityheader>
                <head:authenticationtoken>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</head:authenticationtoken>
                <head:username>username@user.co.uk</head:username>
            </b:securityheader>
            <b:profilerequest>
                <req:customerreference>ref</req:customerreference>
                <req:profileguid>6a5507fb-a79a-4008-bfc5-3e56cb851b79</req:profileguid>
                <req:configurationid>1</req:configurationid>
                <req:requestdata>
                    <req:address>
                        <data:organisation>tipperary county council</data:organisation>
                        <data:street>gortataggart</data:street>
                        <data:town>thurles</data:town>
                        <data:postcode>r50 ecrp</data:postcode>
                        <data:locality>thurles</data:locality>
                        <data:department>tipperary county council fire and rescue services</data:department>
                        <data:building>thurles fire station</data:building>
                        <data:substreet>brittas road</data:substreet>
                        <data:stateregion>tipperary</data:stateregion>
                        <data:countrycode>irl</data:countrycode>
                        <data:additionalitems tmp=" "></data:additionalitems>
                        <data:persons tmp=" ">
                            <data:person></data:person>
                        </data:persons>
                    </req:address>
                    <req:filters tmp=" ">
                        <data:item>
                            <data:key/>
                            <data:value/>
                        </data:item>
                    </req:filters>
                    <req:options>
                        <req:relateddataitems tmp=" ">
                        </req:relateddataitems>
                        <req:offset>0</req:offset>
                        <req:maxreturn>100</req:maxreturn>
                        <req:casing>mixed</req:casing>
                        <req:additionalitems tmp=" ">
                            <data:item>
                                <data:key/>
                                <data:value/>
                            </data:item>
                        </req:additionalitems>
                        <req:transliteration>native</req:transliteration>
                        <req:countrycodeformat>iso3</req:countrycodeformat>
                    </req:options>
                    <req:additionaldata tmp=" ">
                        <data:item>
                            <data:key/>
                            <data:value/>
                        </data:item>
                    </req:additionaldata>
                </req:requestdata>
            </b:profilerequest>
        </b:executecapturerequest>
    </soapenv:body>
</soapenv:envelope>

Example Responses


SOAP


ECAF Subscription
<soap-env:envelope xmlns:soap-env=" http://schemas.xmlsoap.org/soap/envelope/">
    <soap-env:header/>
    <soap-env:body>
        <mes:executecaptureresponse xmlns:mes=" http://gbworld.gb.co.uk/idm-globalservices/messages/21a/"
                                    xmlns:data=" http://gbworld.gb.co.uk/types/core/data/"
                                    xmlns:head=" http://gbworld.gb.co.uk/types/header/"
                                    xmlns:req=" http://gbworld.gb.co.uk/types/core/request/">
            <mes:securityheader>
                <head:authenticationtoken>12f8915e-cce9-4feb-b60b-d0a97cfc7c0f</head:authenticationtoken>
                <head:authenticationtime>2015-06-22t10:06:09.000+01:00</head:authenticationtime>
                <head:sessionexpirytime>2015-06-22t11:06:21.338+01:00</head:sessionexpirytime>
            </mes:securityheader>
            <mes:transactionguid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</mes:transactionguid>
            <mes:profileresponse>
                <req:profileheader>
                    <req:profileguid>6a5507fb-a79a-4008-bfc5-3e56cb851b79</req:profileguid>
                    <req:profilename>eircode</req:profilename>
                    <req:transactionguid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</req:transactionguid>
                    <req:transactiontimestamp>2015-06-22t10:06:21.864+01:00</req:transactiontimestamp>
                    <req:profilestatus>success</req:profilestatus>
                </req:profileheader>
                <req:profileresponsedetails>
                    <req:transactionguid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</req:transactionguid>
                    <req:componentname>eircode</req:componentname>
                    <req:componentstatus>success</req:componentstatus>
                    <req:componentaction>verify</req:componentaction>
                    <req:responsetype>capture</req:responsetype>
                    <req:notes>[]</req:notes>
                    <req:invoice>
                        <req:invoicelist>
                            <req:invoiceguid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</req:invoiceguid>
                            <req:billinginformationguid>973b1ab8-e9cc-4fc0-8259-d6bcbcd972c2</req:billinginformationguid>
                            <req:billingpoints>1</req:billingpoints>
                            <req:creditsused>1</req:creditsused>
                            <req:datasetinvoices>
                                <req:datasetcode>ecaf</req:datasetcode>
                                <req:billingpoints>1</req:billingpoints>
                                <req:recordsreturned>1</req:recordsreturned>
                                <req:datalicenceguid>973b1ab8-e9cc-4fc0-8259-d6bcbcd972c2</req:datalicenceguid>
                            </req:datasetinvoices>
                        </req:invoicelist>
                    </req:invoice>
                    <req:captureresponse>
                        <req:resultstatus>single</req:resultstatus>
                        <req:recordsreturned>1</req:recordsreturned>
                        <req:moredata>false</req:moredata>
                        <req:totalrecordcount>1</req:totalrecordcount>
                        <req:totalpages>1</req:totalpages>
                        <req:matchscore>83</req:matchscore>
                        <req:matchlevel>organisation</req:matchlevel>
                        <req:outputstatus>parsed</req:outputstatus>
                        <req:fieldstatus>00533300</req:fieldstatus>
                        <req:responsecount>1</req:responsecount>
                        <req:response>
                            <req:address>
                                <data:organisation>tipperary county council</data:organisation>
                                <data:town>thurles</data:town>
                                <data:postcode>r50 5whv</data:postcode>
                                <data:locality>thurles</data:locality>
                                <data:department>tipperary county council fire and rescue services</data:department>
                                <data:buildingname>ballingarry fire station</data:buildingname>
                                <data:stateregion>tipperary</data:stateregion>
                                <data:countrycode>irl</data:countrycode>
                                <data:formattedaddress>tipperary county council fire and rescue services,tipperary county council,ballingarry fire station thurles,thurles,tipperary,r50 5whv</data:formattedaddress>
                                <data:additionalitems>
                                    <data:item>
                                        <data:key>datasource</data:key>
                                        <data:value>ecaf</data:value>
                                    </data:item>
                                </data:additionalitems>
                            </req:address>
                        </req:response>
                    </req:captureresponse>
                </req:profileresponsedetails>
            </mes:profileresponse>
        </mes:executecaptureresponse>
    </soap-env:body>
</soap-env:envelope>
ECAD Subscription
<soap-env:envelope xmlns:soap-env=" http://schemas.xmlsoap.org/soap/envelope/">
    <soap-env:header/>
    <soap-env:body>
        <mes:executecaptureresponse xmlns:mes=" http://gbworld.gb.co.uk/idm-globalservices/messages/21a/"
                                    xmlns:alu=" http://gbworld.gb.co.uk/types/core/request/alu/"
                                    xmlns:common=" http://gbworld.gb.co.uk/types/common/"
                                    xmlns:comp=" http://gbworld.gb.co.uk/types/component/"
                                    xmlns:data=" http://gbworld.gb.co.uk/types/core/data/"
                                    xmlns:datatypes=" http://gbworld.gb.co.uk/types/datatypes/"
                                    xmlns:faults=" http://gbworld.gb.co.uk/types/faults/"
                                    xmlns:head=" http://gbworld.gb.co.uk/types/header/"
                                    xmlns:prop=" http://gbworld.gb.co.uk/idm-core/component/properties/"
                                    xmlns:req=" http://gbworld.gb.co.uk/types/core/request/"
                                    xmlns:trace=" http://gbworld.gb.co.uk/types/core/data/trace/"
                                    xmlns:ver=" http://gbworld.gb.co.uk/types/core/request/verify/">
            <mes:securityheader>
                <head:authenticationtoken xmlns:xsi=" http://www.w3.org/2001/xmlschema-instance">12f8915e-cce9-4feb-b60b-d0a97cfc7c0f</head:authenticationtoken>
                <head:authenticationtime xmlns:xsi=" http://www.w3.org/2001/xmlschema-instance">2015-06-22t10:06:09.000+01:00</head:authenticationtime>
                <head:sessionexpirytime xmlns:xsi=" http://www.w3.org/2001/xmlschema-instance">2015-06-22t11:06:21.338+01:00</head:sessionexpirytime>
            </mes:securityheader>
            <mes:transactionguid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</mes:transactionguid>
            <mes:profileresponse>
                <req:profileheader>
                    <req:profileguid>6a5507fb-a79a-4008-bfc5-3e56cb851b79</req:profileguid>
                    <req:profilename>eircode</req:profilename>
                    <req:transactionguid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</req:transactionguid>
                    <req:transactiontimestamp>2015-06-22t10:06:21.864+01:00</req:transactiontimestamp>
                    <req:profilestatus>success</req:profilestatus>
                </req:profileheader>
                <req:profileresponsedetails>
                    <req:transactionguid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</req:transactionguid>
                    <req:componentname>eircode</req:componentname>
                    <req:componentstatus>success</req:componentstatus>
                    <req:componentaction>verify</req:componentaction>
                    <req:responsetype>capture</req:responsetype>
                    <req:notes>[]</req:notes>
                    <req:invoice>
                        <req:invoicelist>
                            <req:invoiceguid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</req:invoiceguid>
                            <req:billinginformationguid>441458e5-a405-4839-96d6-91b3926586aa
                            </req:billinginformationguid>
                            <req:billingpoints>1</req:billingpoints>
                            <req:creditsused>1</req:creditsused>
                            <req:datasetinvoices>
                                <req:datasetcode>ecad</req:datasetcode>
                                <req:billingpoints>1</req:billingpoints>
                                <req:recordsreturned>2</req:recordsreturned>
                                <req:datalicenceguid>441458e5-a405-4839-96d6-91b3926586aa</req:datalicenceguid>
                            </req:datasetinvoices>
                        </req:invoicelist>
                    </req:invoice>
                    <req:captureresponse>
                        <req:resultstatus>single</req:resultstatus>
                        <req:recordsreturned>1</req:recordsreturned>
                        <req:moredata>false</req:moredata>
                        <req:totalrecordcount>1</req:totalrecordcount>
                        <req:totalpages>1</req:totalpages>
                        <req:matchscore>83</req:matchscore>
                        <req:matchlevel>organisation</req:matchlevel>
                        <req:outputstatus>parsed</req:outputstatus>
                        <req:fieldstatus>00533300</req:fieldstatus>
                        <req:responsecount>1</req:responsecount>
                        <req:response>
                            <req:address>
                                <data:organisation>tipperary county council</data:organisation>
                                <data:town>thurles</data:town>
                                <data:postcode>r50 5whv</data:postcode>
                                <data:locality>thurles</data:locality>
                                <data:department>tipperary county council fire and rescue services</data:department>
                                <data:buildingname>ballingarry fire station</data:buildingname>
                                <data:stateregion>tipperary</data:stateregion>
                                <data:countrycode>irl</data:countrycode>
                                <data:formattedaddress>tipperary county council fire and rescue services,tipperary county council,ballingarry fire station thurles,thurles,tipperary,r50 5whv</data:formattedaddress>
                                <data:additionalitems>
                                    <data:item>
                                        <data:key>ing_east</data:key>
                                        <data:value>231163.63</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>ing_north</data:key>
                                        <data:value>148377.17000000001</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>itm_east</data:key>
                                        <data:value>631107.31000000006</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>itm_north</data:key>
                                        <data:value>648422.5</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>etrs89_lat</data:key>
                                        <data:value>52.586193000000002</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>etrs89_long</data:key>
                                        <data:value>-7.540953</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>spatial_accuracy</data:key>
                                        <data:value>1</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>nua</data:key>
                                        <data:value>n</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>org_vacant</data:key>
                                        <data:value>n</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>bld_type_name</data:key>
                                        <data:value>semi-detached</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>bld_type_code</data:key>
                                        <data:value>sd</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>building_type_id</data:key>
                                        <data:value>2</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>holiday_home</data:key>
                                        <data:value></data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>under_cons</data:key>
                                        <data:value>n</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>building_use</data:key>
                                        <data:value>c</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>bld_vacant</data:key>
                                        <data:value>n</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>ecad_id</data:key>
                                        <data:value>1004293900</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>building_id</data:key>
                                        <data:value>1000740890</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>organisation_id</data:key>
                                        <data:value>1004293900</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>datasource</data:key>
                                        <data:value>ecad</data:value>
                                    </data:item>
                                </data:additionalitems>
                            </req:address>
                        </req:response>
                    </req:captureresponse>
                </req:profileresponsedetails>
            </mes:profileresponse>
        </mes:executecaptureresponse>
    </soap-env:body>
</soap-env:envelope>

 

Error Information

Information on possible error codes is given here: Error Code Information

Get started for free today

  • No credit card required
  • Cancel any time
  • 24/5 support
Get started