Getting Started

Requests & General Parameters


A number of methods have been created to:
• Register companies in Integrity
• Check for any data changes
• Retrieve company data
All SOAP based requests will adhere to the following URLs:
Demo Environment: http://integritydemo.jordans.co.uk/Integrity/services/Endpoint/REQUEST
Live Environment: http://integrity.jordans.co.uk/Integrity/services/Endpoint/REQUEST
Each method has a number of parameters that must be set depending on the particular operation being performed. All requests require one or both of the following elements to be set:
External Customer Reference {externalCustomerRef}
Nearly all methods require an External Customer Reference parameter to be set. This reference can be up to a maximum to 15 characters in length and is important, as it serves as a unique reference for each customer that accesses the system.
Company number {companyRegNo}
The majority of the calls also require a valid UK or ROI company number to be set. Company numbers must be exactly 8 characters long (with zero padding at the start if required). If the company number is present as part of the request then it must be populated.
Number of Years {numberOfYears}
Many operations require the number of years to be defined.
Response Codes
A list of the general response codes and their associated text can be found in the appendix.
Responses relating to specific operations are detailed within each call definition.

Each WSDL definition will also have a Response Code Response Text and Response success flag returned for each call.

Response

<zzResponse>
  <zzResponseCode>CODE</zzResponseCode >
  <zzResponseSuccess>true or false</zzResponseSuccess>
  <zzResponseText/>TEXT</zzResponseText>
</zzResponse>

Top of Page

Data Selections


The Jordans database of Company Information has been divided into 20 main sections of data. The majority of these sections can be flagged to check for any changes that occur within the section. This data can then be requested to be extracted whenever a change has occurred.
Additionally an on demand function call is also available to extract data from any section for any company that has been registered.

Sections of data available:
1. Company Summary
2. Company Name Changes
3. CCJ Details
4. Credit Scores
5. Accounts Summary
6. Accounts P&L, BS & CF
7. Accounts Ratios
8. Company Officers
9. Company Officers Other Directorships
10. Shareholders
11. Company Group Structure**
12. Company Document Filings
13. Company Mortgage Data
14. Trading Addresses
15. Contact Data
16. Contact Emails
17. Gazette
18. Advisors & FTSE Codes
19. Bankers
20. Disqualified Directors
** will only be available as an on demand data extract and will not be available for the data change monitoring service.

Integrity can be accessed as a SOAP or REST web service, or even a combination of the two.
We will supply you with a username and password in order to access our system. This will be used in all web service header requests.

Top of Page

WS-Security (Username & Password)


We will supply you with a username and password in order to access our system. This will be used in all web service header requests.
The standard way for providing a username and password is using WSS (Web Service Security), which provides security information in the SOAP header (i.e. as part of the request itself).

SOAP Header Example

<soapenv:Header>
  <wsse:Security soapenv:mustUnderstand="1"
  xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
     <wsse:UsernameToken wsu:Id="UsernameToken-1">
        <wsse:Username>YOUR_USERNAME</wsse:Username>
        <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">YOUR_PASSWORD</wsse:Password>
     </wsse:UsernameToken>
  </wsse:Security>
</soapenv:Header>
Read More

Top of Page

WSDL (Web Services Description Language)


The WSDL for the Integrity application is available through the following URLs.
This provides an XML-based description of the Integrity interface.
Demo Environment: http://integritydemo.jordans.co.uk/Integrity/services/Endpoint?wsdl
Live Environment: http://integrity.jordans.co.uk/Integrity/services/Endpoint?wsdl

Top of Page

Test Connection


This is used to verify that the service is available and that the correct username and password is being used. A confirmation message is returned if successful.

Request

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <wsse:Security
      xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
      xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
      soap:mustUnderstand="1">
      <wsse:UsernameToken
        wsu:Id="UsernameToken-728ddec3-babd-4bb5-a26e-bee52b969662">
        <wsse:Username>username</wsse:Username>
        <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss
        -username-token-profile-1.0#PasswordText">password</wsse:Password>
      </wsse:UsernameToken>
    </wsse:Security>
  </SOAP-ENV:Header>
  <soapenv:Body>
    <end:testConnection />
  </soapenv:Body>
</soap:Envelope>
Read More

Response

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ns2:testConnectionResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
       <return>
          <message>Welcome to Jordans Business Information web services. Version: 15.3.18</message>
       </return>
    </ns2:testConnectionResponse>
  </soap:Body>
</soap:Envelope>
Read More

Top of Page

Limited Company Methods

Search Companies By Name


This will be used to provide a lookup/Search facility for companies.
arg0 must contain the external customer reference number.
arg1 must be the company name to be used in the lookup.
arg2 must the number of records to return (3 character max) 001 to 500 maximum.
arg3 must be either ’U’ for UK, 'R' for Republic of Ireland or 'B' for Both (1 char max)
arg4 must be the number of records to roll (positioning) 001 to 500 maximum – defines where the nearest matching company to that entered in the search selection should be positioned in the results.
A list of company details are returned with the company name contained in arg1 at the centre of the search.

Request

<soap:Body>
  <ns2:searchCompanyByName xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>ExternalRef</arg0>
    <arg1>CompanyName</arg1>
    <arg2>1-</arg2>
    <arg3>B</arg3>
    <arg4>2</arg4>
  </ns2:searchCompanyByName>
</soap:Body>

Response

<soap:Body>
  <ns2:searchCompanyByNameResponse
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <companyLookup>
        <coName>NIKDAM LTD</coName>
        <coNumer>08016697</coNumer>
        <coStatusDesc>Live</coStatusDesc>
        <coStatusFlag>L</coStatusFlag>
        <incorpDate>02 Apr 2012</incorpDate>
        <inspection></inspection>
        <nameKey></nameKey>
        <postArea>BS13</postArea>
        <roAddress>10 Lampton Avenue, Hartcliffe, Bristol, BS13 0PT
        </roAddress>
        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIKDAN LTD</coName>

        <!-- Section removed for brevity -->

        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIKDEN SERVICES LTD</coName>

        <!-- Section removed for brevity -->

        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIK DERMATOLOGY LTD</coName>

        <!-- Section removed for brevity -->

        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIK DESIGN LTD</coName>

        <!-- Section removed for brevity -->

        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIK DEVELOPMENTS LTD</coName>

        <!-- Section removed for brevity -->

        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIKE LTD/CROATIA LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIKEA CONSULTANCY SERVICES LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIKEAGAPE LTD</coName>

        <!-- Section removed for brevity -->

        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIKEA79 LTD</coName>

        <!-- Section removed for brevity -->

        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIKEA UK LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIKEC GROUP LIMITED/NK GROUP LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIKECH LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIKE CLOUD SERVICES LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>NIKE CONSTRUCTION LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey></wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <zzResponse>
        <zzResponseCode></zzResponseCode>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText>searchCompanyByName</zzResponseText>
      </zzResponse>
    </return>
  </ns2:searchCompanyByNameResponse>
</soap:Body>
Read More

Top of Page

Search Companies By Name & Postcode


This will be used to provide a lookup/Search facility for companies using company name and post code as the lookup facility.
arg0 must contain the external customer reference number.
arg1 must be the company name to be used in the lookup.
arg2 must be the postcode area to be used to check against in the lookup.

A total of 15 company details are returned with the company name contained in Argument 2 at the centre of the search positioned within the post code also entered as a parameter.

Request

<soap:Body>
  <ns2:searchCompanyByNameAndPostcode
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>Signature</arg0>
    <arg1>Jordans</arg1>
    <arg2>BS1 6JS</arg2>
  </ns2:searchCompanyByNameAndPostcode>
</soap:Body>

Response

<soap:Body>
  <ns2:searchCompanyByNameAndPostcodeResponse
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <companyLookup>
        <coName>JORDANS PROFESSIONAL SERVICES LLP</coName>
        <coNumer>OC300014</coNumer>
        <coStatusDesc>Dissolved 03</coStatusDesc>
        <coStatusFlag>D</coStatusFlag>
        <incorpDate>06 Apr 2001</incorpDate>
        <inspection></inspection>
        <nameKey></nameKey>
        <postArea>BS 1</postArea>
        <roAddress>1 Mitchell Lane, Bristol, BS1 6BU</roAddress>
        <wordKey>JORDANS</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>JORDANS LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey>JORDANS</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>TESTING SAMEDAY JORDANS LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey>JORDANS</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>JORDANS ACCOUNTING SERVICES LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey>JORDANS</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>JORDANS PROPERTY SERVICES LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey>JORDANS</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>JORDANS BUSINESS INFORMATION LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey>JORDANS</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>JORDANS TRUST COMPANY LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey>JORDANS</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>JORDANS FIRST XML COMPANY LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey>JORDANS</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>JORDANS CORPORATE LAW LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey>JORDANS</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>JORDANS LEGAL LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey>JORDANS</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>JORDANS LAW LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey>JORDANS</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>JORDANS 150 LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey>JORDANS</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>JORDANWATCH LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey>JORDANWATCH</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>JOSE BOOT LIMITED</coName>

        <!-- Section removed for brevity -->

        <wordKey>JOSE</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <companyLookup>
        <coName>JOSEPH FISH (CONTRACTS)</coName>

        <!-- Section removed for brevity -->

        <wordKey>JOSEPH</wordKey>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companyLookup>
      <zzResponse>
        <zzResponseCode></zzResponseCode>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText>searchCompanyByNameAndPostcode</zzResponseText>
      </zzResponse>
    </return>
  </ns2:searchCompanyByNameAndPostcodeResponse>
</soap:Body>
Read More

Top of Page

Company Summary Data (Free)


Overall summary information for the company – includes details such as name, the registered office address, important filing dates and company type.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketCompanySummary xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketCompanySummary>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketCompanySummaryResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <companyRegNo>02686904</companyRegNo>
        <companySummary>
           <accountsFilingDate>24 Sep 2014</accountsFilingDate>

           <-- Section removed for brevity -->

           <www>elepant.co.uk</www>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </companySummary>
        <nameChanges>
           <changeDate>31/07/2006</changeDate>
           <changeName>ADMIRAL INSURANCE SERVICES LIMITED/EUI LIMITED</changeName>
           <coNumber>02686904</coNumber>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </nameChanges>

        <-- Section removed for brevity -->

        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketCompanySummaryResponse>
</soap:Body>
Read More

Top of Page

Monitor - Overview


Data held on companies can quickly become out of date. When reliable Business Information is required on a company often the only route to retrieve this data is to purchase a company search for the information required.
Companies who rely on accurate and up to business data can use Integrity to maximise their opportunities by ensuring that company information that they hold is up to date and reliable. INTEGRITY provides the following:
Allow a user to register a set of companies onto the Jordans Integrity database. Integrity then monitors these companies for changes.
Both Limited and Non-limited companies can be registered and monitored for changes.
By polling our system on a regular basis Integrity can let you know if any changes have occurred on any of the companies in your profile. The data can then be sent out to you to allow updates to your system or to generate your own reports.


Top of Page

Register Company For Monitoring


This is used to register a company to check for changes. Company Number and External Reference Number are mandatory fields. The other parameters relate to the sections of data that are to be monitored for data changes and refer to the data sections here.

If a section is to be flagged for changes then the flags are Boolean values so must be set to ‘1' or ‘0' or True or False.

Request

<soapenv:Body>
   <end:registerCompany>
      <arg0>
         <accountsDetail>false</accountsDetail>
         <accountsRatios>false</accountsRatios>
         <accountsSummary>false</accountsSummary>
         <advisorsAndFtseCodes>false</advisorsAndFtseCodes>
         <bankerDetails>false</bankerDetails>
         <ccjSummary>false</ccjSummary>
         <companyRegNo>00865285</companyRegNo>
         <contactData>false</contactData>
         <contactEmails>false</contactEmails>
         <creditScores>false</creditScores>
         <disqualifiedDirector>false</disqualifiedDirector>
         <externalCustomerRef>yourRef</externalCustomerRef>
         <filings>false</filings>
         <gazetteData>false</gazetteData>
         <groupStructure>false</groupStructure>
         <mortgageData>false</mortgageData>
         <nameChanges>false</nameChanges>
         <officers>false</officers>
         <otherDirectorships>false</otherDirectorships>
         <shareholders>false</shareholders>
         <summary>true</summary>
         <tradingAddress>false</tradingAddress>
      </arg0>
   </end:registerCompany>
</soapenv:Body>
Read More

Response

<soap:Body>
   <ns2:registerCompanyResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
      <return>
         <companyRegNo>00865285</companyRegNo>
         <companySummary>
            <accountsFilingDate>20 Oct 2014</accountsFilingDate>
            <accountsMadeUpDate>31 Mar 2014</accountsMadeUpDate>
            <accountsRefDate>31/03</accountsRefDate>
            <accountsType>1</accountsType>
            <accountsTypeText>Full Accounts</accountsTypeText>
            <addressCareOf/>
            <addressPOBox/>
            <addressRO1>21 St Thomas Street</addressRO1>
            <addressRO2>Bristol</addressRO2>
            <addressRO3>BS1 6JS</addressRO3>
            <addressRO4/>
            <adverseInfo>There are NO liquidation, receivership ,administration or winding-up documents recorded by Companies House.</adverseInfo>
            <annualReturnDate>31 Mar 2014</annualReturnDate>
            <auditors>PRICEWATERHOUSECOOPERS LLP</auditors>
            <bankers>BARCLAYS BANK PLC</bankers>
            <businessText>International company registration, administration and information specialists, law agents and providers of conveyancing search services.</businessText>
            <changeDate>17 Jun 1996</changeDate>
            <coDateIncorp>30 Nov 1965</coDateIncorp>
            <coInspectInd/>
            <coName>JORDANS LIMITED</coName>
            <coNumber>00865285</coNumber>
            <coStatus>L</coStatus>
            <coType>2</coType>
            <coTypeDesc>Private Limited</coTypeDesc>
            <countryOfJurisdiction></countryOfJurisdiction>
            <countryOfJurisdictionCode>0</countryOfJurisdictionCode>
            <email/>
            <employees>104</employees>
            <faxNo>0117  9230063</faxNo>
            <lastTransDate>27 Oct 2014</lastTransDate>
            <mortgageText>There is 1  outstanding charge on the Mortgage Register</mortgageText>
            <primarySIC>69109</primarySIC>
            <primarySICDesc>OTHER LEGAL ACTIVITIES INCLUDING PATENT COPYRIGHT AGENTS</primarySICDesc>
            <secondSIC01/>
            <secondSIC01Desc/>
            <secondSIC02>63110</secondSIC02>
            <secondSIC02Desc>DATA PROCESSING, HOSTING & RELATED ACTIVITIES</secondSIC02Desc>
            <secondSIC03>69109</secondSIC03>
            <secondSIC03Desc>OTHER LEGAL ACTIVITIES INCLUDING PATENT COPYRIGHT AGENTS</secondSIC03Desc>
            <secondSIC04>70229</secondSIC04>
            <secondSIC04Desc>MANAGEMENT CONSULTANCY ACTIVITIES (OTHER THAN FIN. MANAGEMENT)</secondSIC04Desc>
            <secondSIC05>82990</secondSIC05>
            <secondSIC05Desc>OTHER BUSINESS SUPPORT SERVICE ACTIVITIES</secondSIC05Desc>
            <secondSIC06/>
            <secondSIC06Desc/>
            <secondSIC07/>
            <secondSIC07Desc/>
            <secondSIC08/>
            <secondSIC08Desc/>
            <secondSIC09/>
            <secondSIC09Desc/>
            <secondSIC10/>
            <secondSIC10Desc/>
            <telephoneCTPS>0117  9230600</telephoneCTPS>
            <turnover>9134000</turnover>
            <www>jordansrecruitment.co.uk</www>
            <zzResponse>
               <zzResponseCode/>
               <zzResponseSuccess>true</zzResponseSuccess>
               <zzResponseText/>
            </zzResponse>
         </companySummary>
         <zzResponse>
            <zzResponseCode>0</zzResponseCode>
            <zzResponseSuccess>true</zzResponseSuccess>
            <zzResponseText/>
         </zzResponse>
      </return>
   </ns2:registerCompanyResponse>
</soap:Body>
Read More

Top of Page

Register Companies For Monitoring


This is used to register a number of companies at the same time to check for changes. Company Number and External Reference Number are mandatory fields for each instance. The other parameters relate to the sections of data that are to be monitored for data changes and refer to the data sections here.

If a section is to be flagged for changes then the flags are Boolean values so must be set to ‘1' or ‘0' or ‘true' or ‘false'.

Request

<soapenv:Body>
  <end:registerCompanies>
    <!--One or more repetitions:-->
    <arg0>
      … see registerCompany request
    </arg0>
    <arg1>
      … see registerCompany request
    </arg0>
  </end:registerCompany>
</soapenv:Body>

Response

<soap:Body>
  <ns1:registerCompaniesResponse xmlns:ns1="http://endpoints.crm.bi.jordans.co.uk/">
    <return xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
       <companyFullDetails>
          <companyRegNo>COMPANY_NO</companyRegNo>
          <companySummary>
             … see appropriate response
          </companySummary>
             … plus other available data sections
          <zzResponse>
          … see appropriate response
          </zzResponse>
       </companyFullDetails>
       <companyFullDetails>
          <companyRegNo>COMPANY_NO</companyRegNo>
             … available data sections
          <zzResponse>
          … see appropriate response
          </zzResponse>
       </companyFullDetails>
       <zzResponse>
       … see appropriate response
       </zzResponse>
    </return>
  </ns1:registerCompaniesResponse>
</soap:Body>
Read More

Top of Page

List Companies Registered


This is used to list all companies that have been registered for the specific external customer reference.
arg0 must contain the external customer reference number.

Request

<soap:Body>
  <ns2:listCompaniesRegistered xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
  </ns2:listCompaniesRegistered>
</soap:Body>

Response

<soap:Body>
  <ns2:listCompaniesRegisteredResponse
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <companyRegNo>OC300014</companyRegNo>
      <companyRegNo>00116036</companyRegNo>
      <companyRegNo>00349936</companyRegNo>
      <companyRegNo>00667325</companyRegNo>
      <companyRegNo>00913622</companyRegNo>
      <companyRegNo>01859731</companyRegNo>
      <companyRegNo>04066719</companyRegNo>
      <companyRegNo>05375191</companyRegNo>
      <companyRegNo>06364800</companyRegNo>
      <companyRegNo>07123487</companyRegNo>
      <companyRegNo>07896511</companyRegNo>
      <companyRegNo>08768781</companyRegNo>
      <zzResponse>
        <zzResponseCode></zzResponseCode>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText></zzResponseText>
      </zzResponse>
    </return>
  </ns2:listCompaniesRegisteredResponse>
</soap:Body>
Read More

Top of Page

List Sections Registered


This is used to list sections already registered for monitoring for a specific company.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:listSectionsRegisteredForCompany
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>00349936</arg1>
  </ns2:listSectionsRegisteredForCompany>
</soap:Body>

Response

<soap:Body>
  <ns2:listSectionsRegisteredForCompanyResponse
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <registrationRequest>
        <accountsDetail>true</accountsDetail>

        <!-- Section removed for brevity -->

        <tradingAddress>false</tradingAddress>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </registrationRequest>
      <zzResponse>
        <zzResponseCode></zzResponseCode>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText>listSectionsRegisteredForCompany</zzResponseText>
      </zzResponse>
    </return>
  </ns2:listSectionsRegisteredForCompanyResponse>
</soap:Body>
Read More

Top of Page

List Companies & Sections Registered


This is used to list all companies that are registered for an external customer reference and to list all sections that are registered for monitoring for each of those companies.
arg0 must contain the external customer reference number.

Request

<soap:Body>
  <ns2:listCompaniesAndSectionsRegistered
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
  </ns2:listCompaniesAndSectionsRegistered>
</soap:Body>

Response

<soap:Body>
  <ns2:listCompaniesAndSectionsRegisteredResponse
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <registrationRequest>
        <accountsDetail>true</accountsDetail>

        <!-- Section removed for brevity -->

        <tradingAddress>false</tradingAddress>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </registrationRequest>
      <registrationRequest>
        <accountsDetail>true</accountsDetail>

        <!-- Section removed for brevity -->

        <tradingAddress>false</tradingAddress>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </registrationRequest>
      <registrationRequest>
        <accountsDetail>true</accountsDetail>

        <!-- Section removed for brevity -->

        <tradingAddress>false</tradingAddress>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </registrationRequest>
      <registrationRequest>
        <accountsDetail>true</accountsDetail>

        <!-- Section removed for brevity -->

        <tradingAddress>false</tradingAddress>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </registrationRequest>
      <registrationRequest>
        <accountsDetail>true</accountsDetail>

        <!-- Section removed for brevity -->

        <tradingAddress>false</tradingAddress>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </registrationRequest>
      <registrationRequest>
        <accountsDetail>true</accountsDetail>

        <!-- Section removed for brevity -->

        <tradingAddress>false</tradingAddress>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </registrationRequest>
      <registrationRequest>
        <accountsDetail>true</accountsDetail>

        <!-- Section removed for brevity -->

        <tradingAddress>false</tradingAddress>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </registrationRequest>
      <registrationRequest>
        <accountsDetail>true</accountsDetail>

        <!-- Section removed for brevity -->

        <tradingAddress>false</tradingAddress>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </registrationRequest>
      <registrationRequest>
        <accountsDetail>true</accountsDetail>

        <!-- Section removed for brevity -->

        <tradingAddress>false</tradingAddress>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </registrationRequest>
      <registrationRequest>
        <accountsDetail>true</accountsDetail>

        <!-- Section removed for brevity -->

        <tradingAddress>false</tradingAddress>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </registrationRequest>
      <registrationRequest>
        <accountsDetail>true</accountsDetail>

        <!-- Section removed for brevity -->

        <tradingAddress>false</tradingAddress>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </registrationRequest>
      <registrationRequest>
        <accountsDetail>true</accountsDetail>

        <!-- Section removed for brevity -->

        <tradingAddress>false</tradingAddress>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </registrationRequest>
      <zzResponse>
        <zzResponseCode></zzResponseCode>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText></zzResponseText>
      </zzResponse>
    </return>
  </ns2:listCompaniesAndSectionsRegisteredResponse>
</soap:Body>
Read More

Top of Page

Update Registered Company


This is used to update flagged sections for a registered company to specific which sections are to be monitored.

Request

<soap:Body>
  <ns2:updateRegisteredCompany xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>
      <accountsDetail>true</accountsDetail>
      <accountsRatios>false</accountsRatios>
      <accountsSummary>false</accountsSummary>
      <advisorsAndFtseCodes>true</advisorsAndFtseCodes>
      <bankerDetails>true</bankerDetails>
      <ccjSummary>true</ccjSummary>
      <companyRegNo>00349936</companyRegNo>
      <contactData>true</contactData>
      <contactEmails>false</contactEmails>
      <creditScores>false</creditScores>
      <disqualifiedDirector>false</disqualifiedDirector>
      <externalCustomerRef>my_ref</externalCustomerRef>
      <filings>false</filings>
      <gazetteData>false</gazetteData>
      <groupStructure>false</groupStructure>
      <mortgageData>false</mortgageData>
      <nameChanges>false</nameChanges>
      <officers>true</officers>
      <otherDirectorships>false</otherDirectorships>
      <shareholders>false</shareholders>
      <summary>true</summary>
      <tradingAddress>false</tradingAddress>
    </arg0>
  </ns2:updateRegisteredCompany>
</soap:Body>
Read More

Response

<soap:Body>
  <ns2:updateRegisteredCompanyResponse
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <zzResponseCode>A</zzResponseCode>
      <zzResponseSuccess>true</zzResponseSuccess>
      <zzResponseText></zzResponseText>
    </return>
  </ns2:updateRegisteredCompanyResponse>
</soap:Body>
Read More

Top of Page

Update Registered Company & Retrieve


This is used to update flagged sections for a registered company to specify which sections are to be monitored and returns data for all the sections registered for the company.

Request

<soap:Body>
  <ns2:updateRegisteredCompanyAndRetrieve
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>
      <accountsDetail>true</accountsDetail>
      <accountsRatios>false</accountsRatios>
      <accountsSummary>false</accountsSummary>
      <advisorsAndFtseCodes>true</advisorsAndFtseCodes>
      <bankerDetails>true</bankerDetails>
      <ccjSummary>true</ccjSummary>
      <companyRegNo>00349936</companyRegNo>
      <contactData>true</contactData>
      <contactEmails>false</contactEmails>
      <creditScores>false</creditScores>
      <disqualifiedDirector>false</disqualifiedDirector>
      <externalCustomerRef>my_ref</externalCustomerRef>
      <filings>false</filings>
      <gazetteData>false</gazetteData>
      <groupStructure>false</groupStructure>
      <mortgageData>false</mortgageData>
      <nameChanges>false</nameChanges>
      <officers>true</officers>
      <otherDirectorships>false</otherDirectorships>
      <shareholders>false</shareholders>
      <summary>true</summary>
      <tradingAddress>false</tradingAddress>
    </arg0>
  </ns2:updateRegisteredCompanyAndRetrieve>
</soap:Body>
Read More

Response

<soap:Body>
  <ns2:updateRegisteredCompanyAndRetrieveResponse
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <advisorsAndFtseCodes>
        <broker></broker>

        <!-- Section removed for brevity -->

        <solicitor3></solicitor3>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </advisorsAndFtseCodes>
      <companyRegNo>00349936</companyRegNo>
      <companySummary>
        <accountsFilingDate></accountsFilingDate>

        <!-- Section removed for brevity -->

        <www></www>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companySummary>
      <contactData>
        <addressNumber>0</addressNumber>

        <!-- Section removed for brevity -->

        <postalTitle></postalTitle>
        <zzResponse>
          <zzResponseCode>NO DATA</zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText>contactData: This data is currently unavailable
            for this company, or no updates have occurred.
          </zzResponseText>
        </zzResponse>
      </contactData>
      <zzResponse>
        <zzResponseCode>A</zzResponseCode>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText></zzResponseText>
      </zzResponse>
    </return>
  </ns2:updateRegisteredCompanyAndRetrieveResponse>
</soap:Body>
Read More

Top of Page

Deregister Companies


This is used to deregister a specific company for a specific external customer reference.
arg0 must contain the external customer reference number.
arg1 must be the specific company number that is to be deregistered.

Request

<soapenv:Body>
  <end:deregisterCompany>
     <arg0>yourRef</arg0>
     <arg1>00865285</arg1>
  </end:deregisterCompany>
</soapenv:Body>

Response

<soap:Body>
   <ns2:deregisterCompanyResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
      <return>
         <zzResponse>
            <zzResponseCode>3</zzResponseCode>
            <zzResponseSuccess>true</zzResponseSuccess>
            <zzResponseText/>
         </zzResponse>
      </return>
   </ns2:deregisterCompanyResponse>
</soap:Body>
Read More

Top of Page

Check For Changes


This is used to check if there have been any changes for any company that has been registered under the specific external customer reference.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:checkForCompanyChangesAndRetrieve
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>my_ref</arg0>
    <arg1>00349936</arg1>
  </ns2:checkForCompanyChangesAndRetrieve>
</soap:Body>

Response

<soap:Body>
  <ns2:checkForCompanyChangesAndRetrieveResponse
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <advisorsAndFtseCodes>
        <broker></broker>

        <!-- Section removed for brevity -->

        <solicitor3></solicitor3>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </advisorsAndFtseCodes>
      <companyRegNo>00349936</companyRegNo>
      <companySummary>
        <accountsFilingDate></accountsFilingDate>

        <!-- Section removed for brevity -->

        <www></www>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companySummary>
      <contactData>
        <addressNumber>0</addressNumber>

        <!-- Section removed for brevity -->

        <postalTitle></postalTitle>
        <zzResponse>
          <zzResponseCode>NO DATA</zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText>contactData: This data is currently unavailable
            for this company, or no updates have occurred.
          </zzResponseText>
        </zzResponse>
      </contactData>
      <zzResponse>
        <zzResponseCode></zzResponseCode>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText></zzResponseText>
      </zzResponse>
    </return>
  </ns2:checkForCompanyChangesAndRetrieveResponse>
</soap:Body>
Read More

Top of Page

Check For Changes & Years


This is used to check if there have been any changes for a SPECIFIC company that has been registered under the external customer reference.

Request

<soap:Body>
  <ns2:checkForCompanyChangesAndRetrieveYears
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>my_ref</arg0>
    <arg1>00349936</arg1>
    <arg2>2</arg2>
  </ns2:checkForCompanyChangesAndRetrieveYears>
</soap:Body>

Response

<soap:Body>
  <ns2:checkForCompanyChangesAndRetrieveYearsResponse
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <companyRegNo>00349936</companyRegNo>
      <zzResponse>
        <zzResponseCode></zzResponseCode>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText></zzResponseText>
      </zzResponse>
    </return>
  </ns2:checkForCompanyChangesAndRetrieveYearsResponse>
</soap:Body>
Read More

Top of Page

Company Summary


Overall summary information for the company – includes details such as name, the registered office address, important filing dates and company type.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getCompanySummary xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getCompanySummary>
</soap:Body>

Response

<soap:Body>
  <ns2:getCompanySummaryResponse
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <accountsFilingDate>15 Aug 1991</accountsFilingDate>

      <!-- Section removed for brevity -->

      <www></www>
      <zzResponse>
        <zzResponseCode></zzResponseCode>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText>getCompanySummary</zzResponseText>
      </zzResponse>
    </return>
  </ns2:getCompanySummaryResponse>
</soap:Body>
Read More

Top of Page

Full Company Details


Get Full Company Details allows all sections of data to be retrieved for a specific company in one call.
Note: This call will include contacts but does NOT include any associated email addresses.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getCompanyFullDetails xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getCompanyFullDetails>
</soap:Body>

Response

<soap:Body>
  <ns2:getCompanyFullDetailsResponse
    xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <advisorsAndFtseCodes>
        <broker></broker>

        <!-- Section removed for brevity -->

        <solicitor3></solicitor3>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </advisorsAndFtseCodes>
      <companyRegNo>01859731</companyRegNo>
      <companySummary>
        <accountsFilingDate>15 Aug 1991</accountsFilingDate>

        <!-- Section removed for brevity -->

        <www></www>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </companySummary>
      <contactData>
        <addressNumber>0</addressNumber>

        <!-- Section removed for brevity -->

        <postalTitle></postalTitle>
        <zzResponse>
          <zzResponseCode>NO DATA</zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText>contactData: This data is currently unavailable
            for this company, or no updates have occurred.
          </zzResponseText>
        </zzResponse>
      </contactData>
      <creditScores>
        <adverseInfo>This Company is Dissolved/Closed</adverseInfo>

        <!-- Section removed for brevity -->

        <ultimateOwnerNo></ultimateOwnerNo>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </creditScores>
      <documentFilings>
        <filingDate>16 Jun 1992</filingDate>
        <filingType>Dissolution (Final)</filingType>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </documentFilings>

      <!-- Section removed for brevity -->

      <documentFilings>
        <filingDate>07 Nov 1985</filingDate>
        <filingType>Memorandum & Articles</filingType>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </documentFilings>
      <groupStructure>
        <coQueried></coQueried>

        <!-- Section removed for brevity -->

        <subNumber></subNumber>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </groupStructure>
      <nameChanges>
        <changeDate>14/11/1985</changeDate>
        <changeName>SOMERSET PROPERTY SERVICES LIMITED/JORDANWATCH LIMITED
        </changeName>
        <coNumber>01859731</coNumber>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </nameChanges>
      <officers>
        <address>89 Norwich Road,East Dereham,Norfolk,NR20 3AL</address>

        <!-- Section removed for brevity -->

        <surname>Leake</surname>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </officers>
      <officers>
        <address>17 Lindsay Road,Horfield,Bristol,Avon,BS7 9NP</address>

        <!-- Section removed for brevity -->

        <surname>Whitwell</surname>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </officers>
      <officers>
        <address>35 Henleaze Road,Bristol,Avon,BS9 4EY</address>

        <!-- Section removed for brevity -->

        <surname>Blatchford</surname>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </officers>
      <officers>
        <address>Church Farm House,Chaterton Road,Brize Norton,Oxon,OX18
          3LY
        </address>
        <addressLine1>Church Farm House</addressLine1>

        <!-- Section removed for brevity -->

        <surname>Holmes</surname>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </officers>
      <officersOtherDirectorships>
        <coName>WEST OF ENGLAND TRUST LIMITED(THE)</coName>

        <!-- Section removed for brevity -->

        <dirType>88</dirType>
        <zzResponse>
          <zzResponseCode></zzResponseCode>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText></zzResponseText>
        </zzResponse>
      </officersOtherDirectorships>
      <zzResponse>
        <zzResponseCode></zzResponseCode>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText></zzResponseText>
      </zzResponse>
    </return>
  </ns2:getCompanyFullDetailsResponse>
</soap:Body>
Read More

Top of Page

Full Company Details & Years


Get Full Company Details Years allows all sections of data to be retrieved for a specific company in one call with an additional parameter to restrict on the number of years account data to be retrieved.
Note: This call will include contacts but does NOT include any associated email addresses.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soapenv:Body>
  <end:getCompanyFullDetailsYears>
    <arg0>yourRef</arg0>
    <arg1>00865285</arg1>
    <arg2>1</arg2>
  </end:getCompanyFullDetailsYears>
</soapenv:Body>

Response

<soap:Body>
 <ns2:getCompanyFullDetailsYearsResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
       <accountsDetail>
          <accruDefrdInc>-400</accruDefrdInc>
          <acqDisp>0</acqDisp>
          <auditorsFees>11</auditorsFees>
          <bankOverdrafts>0</bankOverdrafts>
          <bsMin>0</bsMin>
          <capExp>0</capExp>
          <cashBankDeposits>433</cashBankDeposits>
          <clOthrShtTermLoan>0</clOthrShtTermLoan>
          <coPensionCont>60</coPensionCont>
          <corpTax>-304</corpTax>
          <costOfSales>-5194</costOfSales>
          <currAssets>2772</currAssets>
          <debtors>1429</debtors>
          <defTax>0</defTax>
          <depreciation>221</depreciation>
          <dirFees>717</dirFees>
          <dirHighPay>235</dirHighPay>
          <discOperatns>0</discOperatns>
          <dividend>0</dividend>
          <dividends>-900</dividends>
          <equityDivPd>0</equityDivPd>
          <exceptionalItems>0</exceptionalItems>
          <exportTurnover>0</exportTurnover>
          <extraItems>0</extraItems>
          <financing>0</financing>
          <fixFittings>149</fixFittings>
          <grossProfit>3940</grossProfit>
          <hirePrchse>0</hirePrchse>
          <hirePrchseLease>0</hirePrchseLease>
          <incDecCashEquiv>0</incDecCashEquiv>
          <intangFixAssets>0</intangFixAssets>
          <interestPaid>0</interestPaid>
          <invAct>0</invAct>
          <invFixAsset>0</invFixAsset>
          <invOthFixed>320</invOthFixed>
          <landBuildings>83</landBuildings>
          <leases>0</leases>
          <llAccrualDefrdInc>0</llAccrualDefrdInc>
          <llHirePrchse>0</llHirePrchse>
          <llHirePrchseLease>0</llHirePrchseLease>
          <llLeases>0</llLeases>
          <llLoansFrmDir>0</llLoansFrmDir>
          <llLoansFrmGroup>0</llLoansFrmGroup>
          <llOthLgTermLiabs>0</llOthLgTermLiabs>
          <llOthrLongTrmLoan>0</llOthrLongTrmLoan>
          <loanOverdraft>-143</loanOverdraft>
          <loansDirs>0</loansDirs>
          <loansGroup>-143</loansGroup>
          <loansToDirs>0</loansToDirs>
          <loansToGroup>371</loansToGroup>
          <longTermDebt>0</longTermDebt>
          <longTermLiab>0</longTermLiab>
          <manageLiqRes>0</manageLiqRes>
          <netCurrAssets>654</netCurrAssets>
          <netTangAssets>1388</netTangAssets>
          <noEmployees>104</noEmployees>
          <noMonths>12</noMonths>
          <opActivities>0</opActivities>
          <operatingProfit>1368</operatingProfit>
          <othCurLiability>-1115</othCurLiability>
          <othCurrAssets>0</othCurrAssets>
          <othCurrLiabils>-268</othCurrLiabils>
          <othDirEmols>125</othDirEmols>
          <othProvisions>0</othProvisions>
          <othReserve>0</othReserve>
          <otherCurrAssets>871</otherCurrAssets>
          <otherDebtors>6</otherDebtors>
          <otherExpenses>-2572</otherExpenses>
          <otherFixed>0</otherFixed>
          <otherIncome>0</otherIncome>
          <pensions>306</pensions>
          <periodEnd>03/2014</periodEnd>
          <plMin>0</plMin>
          <plReserve>388</plReserve>
          <plTurnover>9134</plTurnover>
          <plantVehicles>0</plantVehicles>
          <preTaxProfitB4Tax>1368</preTaxProfitB4Tax>
          <prft4Period>1074</prft4Period>
          <prftAfterTax>1074</prftAfterTax>
          <prftB4Interest>1368</prftB4Interest>
          <qualifier/>
          <reserves>388</reserves>
          <retOnInv>0</retOnInv>
          <retainedProfts>174</retainedProfts>
          <revalReserve>0</revalReserve>
          <shareCap>1000</shareCap>
          <sharePremAccnt>0</sharePremAccnt>
          <sholderFundTotCap>1388</sholderFundTotCap>
          <socSecCosts>377</socSecCosts>
          <socSecCostsVAT>-143</socSecCostsVAT>
          <spare>2300</spare>
          <stock>7</stock>
          <stockWIP>39</stockWIP>
          <subTotLongTrmLiab>0</subTotLongTrmLiab>
          <tangFixAssets>414</tangFixAssets>
          <taxFin>0</taxFin>
          <taxation>-294</taxation>
          <totAssetLiab>1388</totAssetLiab>
          <totAssets>3506</totAssets>
          <totAssetsLiab>1388</totAssetsLiab>
          <totCurrLiabils>-2118</totCurrLiabils>
          <totDirPay>902</totDirPay>
          <totFixAssets>734</totFixAssets>
          <totOthLongtrmLiab>0</totOthLongtrmLiab>
          <totProvisions>0</totProvisions>
          <totRenum>3710</totRenum>
          <totWorkCap>654</totWorkCap>
          <totalExpenses>0</totalExpenses>
          <tradeCreditors>-860</tradeCreditors>
          <ukTurnover>0</ukTurnover>
          <units>£'000</units>
          <wages>3027</wages>
          <workProgress>0</workProgress>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </accountsDetail>
       <accountsRatios>
          <assetCover>0.0</assetCover>
          <assetPerEmpl>33712</assetPerEmpl>
          <avRenumEmp>35673</avRenumEmp>
          <creditPayment>34.38</creditPayment>
          <curRatio>1.31</curRatio>
          <debtCollect>57.08</debtCollect>
          <debtTurnover>6.39</debtTurnover>
          <fixAssetTurnover>12.44</fixAssetTurnover>
          <gearing>10.3</gearing>
          <interestCover>0.0</interestCover>
          <liqRatio>1.29</liqRatio>
          <netAssetTurnover>6.58</netAssetTurnover>
          <periodEnd>03/2014</periodEnd>
          <profitMargin>14.98</profitMargin>
          <profitPerEmp>13154</profitPerEmp>
          <returnCapEmp>98.56</returnCapEmp>
          <returnShareholder>98.56</returnShareholder>
          <returnTotAsset>39.02</returnTotAsset>
          <salariesTurnover>40.62</salariesTurnover>
          <shareholderFund>13346</shareholderFund>
          <shareholderLiqRatio>0.0</shareholderLiqRatio>
          <solvencyRatio>39.59</solvencyRatio>
          <stockHeld>156</stockHeld>
          <stockTurnover>234.21</stockTurnover>
          <turnoverPerEmp>87827</turnoverPerEmp>
          <workingCap>6288</workingCap>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </accountsRatios>
       <accountsSummary>
          <accountsType>4</accountsType>
          <accountsTypeText>Group Accounts</accountsTypeText>
          <CCreditScError1/>
          <CCreditScError2/>
          <CCreditScError3/>
          <consolidatedA>N</consolidatedA>
          <consolidatedB>N</consolidatedB>
          <consolidatedC>Y</consolidatedC>
          <consolidatedD>Y</consolidatedD>
          <consolidatedE>Y</consolidatedE>
          <curYearBand>Secure</curYearBand>
          <curYearScore>95</curYearScore>
          <curYearYearEnd>20140331</curYearYearEnd>
          <employeesA>104</employeesA>
          <employeesB>0</employeesB>
          <employeesC>125</employeesC>
          <employeesD>126</employeesD>
          <employeesE>133</employeesE>
          <exceptStatus/>
          <factorA>£'000</factorA>
          <factorB>£'000</factorB>
          <factorC>£'000</factorC>
          <factorD>£'000</factorD>
          <factorE>£'000</factorE>
          <gearingA>10.3</gearingA>
          <gearingB>32.95</gearingB>
          <gearingC>0.0</gearingC>
          <gearingD>0.0</gearingD>
          <gearingE>0.0</gearingE>
          <lastYearBand>Secure</lastYearBand>
          <lastYearScore>91</lastYearScore>
          <lastYearYearEnd>20130331</lastYearYearEnd>
          <liquidityA>1.29</liquidityA>
          <liquidityB>1.13</liquidityB>
          <liquidityC>1.33</liquidityC>
          <liquidityD>1.36</liquidityD>
          <liquidityE>1.68</liquidityE>
          <netAssetsA>1388</netAssetsA>
          <netAssetsB>1214</netAssetsB>
          <netAssetsC>1441</netAssetsC>
          <netAssetsD>1363</netAssetsD>
          <netAssetsE>2280</netAssetsE>
          <noMonthsA>12</noMonthsA>
          <noMonthsB>12</noMonthsB>
          <noMonthsC>12</noMonthsC>
          <noMonthsD>12</noMonthsD>
          <noMonthsE>12</noMonthsE>
          <periodEndA>201403</periodEndA>
          <periodEndB>201303</periodEndB>
          <periodEndC>201203</periodEndC>
          <periodEndD>201103</periodEndD>
          <periodEndE>201003</periodEndE>
          <preTaxProfitA>1368</preTaxProfitA>
          <preTaxProfitB>810</preTaxProfitB>
          <preTaxProfitC>1516</preTaxProfitC>
          <preTaxProfitD>1174</preTaxProfitD>
          <preTaxProfitE>1732</preTaxProfitE>
          <profitMarginA>14.98</profitMarginA>
          <profitMarginB>8.66</profitMarginB>
          <profitMarginC>14.62</profitMarginC>
          <profitMarginD>11.37</profitMarginD>
          <profitMarginE>16.51</profitMarginE>
          <rating>203056</rating>
          <returnOnCapitalA>98.56</returnOnCapitalA>
          <returnOnCapitalB>66.72</returnOnCapitalB>
          <returnOnCapitalC>105.2</returnOnCapitalC>
          <returnOnCapitalD>86.13</returnOnCapitalD>
          <returnOnCapitalE>75.96</returnOnCapitalE>
          <returnOnFundsA>98.56</returnOnFundsA>
          <returnOnFundsB>66.72</returnOnFundsB>
          <returnOnFundsC>105.2</returnOnFundsC>
          <returnOnFundsD>86.13</returnOnFundsD>
          <returnOnFundsE>75.96</returnOnFundsE>
          <shareholderFundsA>1388</shareholderFundsA>
          <shareholderFundsB>1214</shareholderFundsB>
          <shareholderFundsC>1441</shareholderFundsC>
          <shareholderFundsD>1363</shareholderFundsD>
          <shareholderFundsE>2280</shareholderFundsE>
          <turnoverA>9134</turnoverA>
          <turnoverB>9352</turnoverB>
          <turnoverC>10371</turnoverC>
          <turnoverD>10327</turnoverD>
          <turnoverE>10488</turnoverE>
          <ultimateOwnerName>THE WEST OF ENGLAND TRUST LTD</ultimateOwnerName>
          <ultimateOwnerNo>01636508</ultimateOwnerNo>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </accountsSummary>
       <advisorsAndFtseCodes>
          <broker/>
          <coNumber>00865285</coNumber>
          <companyTypeDesc>Private Limited</companyTypeDesc>
          <financialAdvisor/>
          <ftseIndexIndicator/>
          <ftseTechIndicator/>
          <insuranceAdvisor/>
          <latestAnnualReturn>20150331</latestAnnualReturn>
          <nominatedAdvisor/>
          <prConsultant/>
          <registrar/>
          <solicitor1/>
          <solicitor2/>
          <solicitor3/>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </advisorsAndFtseCodes>
       <bankerDetails>
          <bankAddress1>BARCLAYS BANK PLC</bankAddress1>
          <bankAddress2>86 QUEENS ROAD</bankAddress2>
          <bankAddress3>CLIFTON</bankAddress3>
          <bankAddress4>BRISTOL</bankAddress4>
          <bankAddress5>AVON</bankAddress5>
          <bankCode>BB</bankCode>
          <bankName>BARCLAYS BANK PLC</bankName>
          <bankPostcode>BS8 1RB</bankPostcode>
          <bankSortCode>20-13-34</bankSortCode>
          <coNumber>00865285</coNumber>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </bankerDetails>
       <companyRegNo>00865285</companyRegNo>
       <companySummary>
          <accountsFilingDate>20 Oct 2014</accountsFilingDate>
          <accountsMadeUpDate>31 Mar 2014</accountsMadeUpDate>
          <accountsRefDate>31/03</accountsRefDate>
          <accountsType>1</accountsType>
          <accountsTypeText>Full Accounts</accountsTypeText>
          <addressCareOf/>
          <addressPOBox/>
          <addressRO1>21 St Thomas Street</addressRO1>
          <addressRO2>Bristol</addressRO2>
          <addressRO3>BS1 6JS</addressRO3>
          <addressRO4/>
          <adverseInfo>There are NO liquidation, receivership ,administration or winding-up documents recorded by Companies House.</adverseInfo>
          <annualReturnDate>31 Mar 2015</annualReturnDate>
          <auditors>PRICEWATERHOUSECOOPERS LLP</auditors>
          <bankers>BARCLAYS BANK PLC</bankers>
          <businessText>International company registration, administration and information specialists, law agents and providers of conveyancing search services.</businessText>
          <changeDate>17 Jun 1996</changeDate>
          <coDateIncorp>30 Nov 1965</coDateIncorp>
          <coInspectInd/>
          <coName>JORDANS LIMITED</coName>
          <coNumber>00865285</coNumber>
          <coStatus>L</coStatus>
          <coType>2</coType>
          <coTypeDesc>Private Limited</coTypeDesc>
          <countryOfJurisdiction></countryOfJurisdiction>
          <countryOfJurisdictionCode>0</countryOfJurisdictionCode>
          <email/>
          <employees>104</employees>
          <faxNo>0117  9230063</faxNo>
          <lastTransDate>09 Apr 2015</lastTransDate>
          <mortgageText>There is 1  outstanding charge on the Mortgage Register</mortgageText>
          <primarySIC>69109</primarySIC>
          <primarySICDesc>OTHER LEGAL ACTIVITIES INCLUDING PATENT COPYRIGHT AGENTS</primarySICDesc>
          <secondSIC01/>
          <secondSIC01Desc/>
          <secondSIC02>63110</secondSIC02>
          <secondSIC02Desc>DATA PROCESSING, HOSTING & RELATED ACTIVITIES</secondSIC02Desc>
          <secondSIC03>69109</secondSIC03>
          <secondSIC03Desc>OTHER LEGAL ACTIVITIES INCLUDING PATENT COPYRIGHT AGENTS</secondSIC03Desc>
          <secondSIC04>70229</secondSIC04>
          <secondSIC04Desc>MANAGEMENT CONSULTANCY ACTIVITIES (OTHER THAN FIN. MANAGEMENT)</secondSIC04Desc>
          <secondSIC05>82990</secondSIC05>
          <secondSIC05Desc>OTHER BUSINESS SUPPORT SERVICE ACTIVITIES</secondSIC05Desc>
          <secondSIC06/>
          <secondSIC06Desc/>
          <secondSIC07/>
          <secondSIC07Desc/>
          <secondSIC08/>
          <secondSIC08Desc/>
          <secondSIC09/>
          <secondSIC09Desc/>
          <secondSIC10/>
          <secondSIC10Desc/>
          <telephoneCTPS>0117  9230600</telephoneCTPS>
          <turnover>9134000</turnover>
          <www>jordansrecruitment.co.uk</www>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </companySummary>
       <contactData>
          <addressNumber>0</addressNumber>
          <coNumber>00865285</coNumber>
          <contactEmail>** email available **</contactEmail>
          <contactFirstName>Stuart</contactFirstName>
          <contactInitials>S</contactInitials>
          <contactJobCode>MAN</contactJobCode>
          <contactJobDescription>MANAGER</contactJobDescription>
          <contactMiddleName/>
          <contactPrefix>Mr</contactPrefix>
          <contactSurname>Harrison</contactSurname>
          <contactTypeCode>G</contactTypeCode>
          <postalTitle>Mr S. Harrison</postalTitle>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </contactData>

       <-- Section removed for brevity -->

       <creditScores>
          <adverseInfo>There are NO liquidation, receivership ,administration or winding-up documents recorded by Companies House.</adverseInfo>
          <curYearBand>Secure</curYearBand>
          <curYearScore>95</curYearScore>
          <curYearYearEnd>20140331</curYearYearEnd>
          <lastYearBand>Secure</lastYearBand>
          <lastYearScore>91</lastYearScore>
          <lastYearYearEnd>20130331</lastYearYearEnd>
          <rating>203056</rating>
          <ultimateOwnerName>THE WEST OF ENGLAND TRUST LTD</ultimateOwnerName>
          <ultimateOwnerNo>01636508</ultimateOwnerNo>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </creditScores>
       <documentFilings>
          <filingDate>31 Mar 2015</filingDate>
          <filingType>Last Annual Return filed at CH</filingType>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </documentFilings>

       <-- Section removed for brevity -->

       <groupStructure>
          <coQueried/>
          <count>1</count>
          <dissDormant/>
          <foreignCoInd/>
          <jwType>JW</jwType>
          <structureLevel>0</structureLevel>
          <subInd>*</subInd>
          <subName>WEST OF ENGLAND TRUST LIMITED(THE)</subName>
          <subNumber>01636508</subNumber>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </groupStructure>

       <-- Section removed for brevity -->

       <mortgageData>
          <chargeNumber>3</chargeNumber>
          <chargesOutstanding>1</chargesOutstanding>
          <chargesSatisfied>2</chargesSatisfied>
          <coName>JORDANS LIMITED</coName>
          <coNumber>00865285</coNumber>
          <coStatus>Live</coStatus>
          <lineNumber>1</lineNumber>
          <text>0003 GUARANTEE & DEBENTURE</text>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </mortgageData>

       <-- Section removed for brevity -->

       <nameChanges>
          <changeDate>17/06/1996</changeDate>
          <changeName>JORDAN & SONS LIMITED/JORDANS LIMITED</changeName>
          <coNumber>00865285</coNumber>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </nameChanges>
       <officers>
          <address>21 St Thomas Street,Bristol,United Kingdom,BS1 6JS</address>
          <addressLine1>21 St Thomas Street</addressLine1>
          <addressLine2/>
          <addressLine3>Bristol</addressLine3>
          <addressLine4/>
          <addressLine5>United Kingdom</addressLine5>
          <appointmentDateLong>20120208</appointmentDateLong>
          <appointmentDateStr>08/02/2012</appointmentDateStr>
          <companyIndicator/>
          <companyNumber>00865285</companyNumber>
          <currentChangeNumber>1</currentChangeNumber>
          <currentFlag>C</currentFlag>
          <dateOfBirthStr>18/05/1977</dateOfBirthStr>
          <directorDescription>Director</directorDescription>
          <directorNumber>D10492517</directorNumber>
          <directorPrefix>Mr</directorPrefix>
          <directorType>88</directorType>
          <disqualificationExemptAtThisCompany/>
          <disqualifiedEndDate/>
          <disqualifiedMatchLevel/>
          <disqualifiedStartDate/>
          <forename>Jason</forename>
          <initials>JA</initials>
          <middleNames>Anthony</middleNames>
          <name>Mr J.A. Burgoyne</name>
          <nationality>British</nationality>
          <nationalityCode>826</nationalityCode>
          <postalArea>BS 1</postalArea>
          <postcode>BS1 6JS</postcode>
          <resignationDateLong>0</resignationDateLong>
          <resignationDateStr/>
          <serviceAddressFlag>Y</serviceAddressFlag>
          <surname>Burgoyne</surname>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </officers>

       <-- Section removed for brevity -->

       <officersOtherDirectorships>
          <coName>JORDANS TRUST COMPANY LIMITED</coName>
          <coNum>06364800</coNum>
          <dirApptDate>11/05/2009</dirApptDate>
          <dirCurrFlag>C</dirCurrFlag>
          <dirNumber>D10492517</dirNumber>
          <dirResgnDate/>
          <dirSecTypeDesc>Director</dirSecTypeDesc>
          <dirType>88</dirType>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </officersOtherDirectorships>

       <-- Section removed for brevity -->

       <shareHolders>
          <ARDate>31/03/2014</ARDate>
          <coNumber>01636508</coNumber>
          <currency>GBP</currency>
          <issuedCapital>1000000</issuedCapital>
          <shareholder>WEST OF ENGLAND TRUST LTD</shareholder>
          <shareholderCountry/>
          <shareholderForenames/>
          <shareholderSurname>WEST OF ENGLAND TRUST LTD</shareholderSurname>
          <shareholderTitle/>
          <shareholderType>1</shareholderType>
          <shareholding>1,000,000 ORDINARY £ 1.000000</shareholding>
          <shares>0</shares>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </shareHolders>
       <tradingAddresses>
          <addressNumber>0</addressNumber>
          <areaCode>BS 1</areaCode>
          <careOfAddress/>
          <coNumber>00865285</coNumber>
          <numberOfEmployees>0</numberOfEmployees>
          <poBoxAddress/>
          <roPostcode>BS1 6JS</roPostcode>
          <roTelNo>9230600</roTelNo>
          <telStdCode>0117</telStdCode>
          <tradingAddress1>21 St. Thomas Street</tradingAddress1>
          <tradingAddress2/>
          <tradingAddress3/>
          <tradingAddress4>Bristol</tradingAddress4>
          <tradingAddress5/>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </tradingAddresses>

       <-- Section removed for brevity -->

       <zzResponse>
          <zzResponseCode/>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText/>
       </zzResponse>
    </return>
  </ns2:getCompanyFullDetailsYearsResponse>
</soap:Body>
Read More

Top of Page

Name Changes


All change of names logged against the company.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getNameChanges xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getNameChanges>
</soap:Body>

Response

<soap:Body>
   <ns2:getNameChangesResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
      <return>
         <nameChanges>
            <changeDate>17/06/1996</changeDate>
            <changeName>JORDAN & SONS LIMITED/JORDANS LIMITED</changeName>
            <coNumber>00865285</coNumber>
            <zzResponse>
               <zzResponseCode/>
               <zzResponseSuccess>true</zzResponseSuccess>
               <zzResponseText/>
            </zzResponse>
         </nameChanges>
         <zzResponse>
            <zzResponseCode/>
            <zzResponseSuccess>true</zzResponseSuccess>
            <zzResponseText>getNameChanges</zzResponseText>
         </zzResponse>
      </return>
   </ns2:getNameChangesResponse>
</soap:Body>
Read More

Top of Page

CCJ Details


Provides a summary record of the number of CCJ's against the company over the last 6 years, broken down by year. There is also a detailed breakdown of each CCJ against the company.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getCCJDetails xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getCCJDetails>
</soap:Body>

Response

<soap:Body>
  <ns2:getCCJDetailsResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
   <return>
    <ccjCase>
       <ccjAmount>205</ccjAmount>
       <ccjCaseNumber>2IR23271</ccjCaseNumber>
       <ccjCourt>BIRKENHEAD</ccjCourt>
       <ccjJudgementDate>20120302</ccjJudgementDate>
       <ccjPaidDate>0</ccjPaidDate>
       <ccjSatisfiedOrOutstanding>Outstanding</ccjSatisfiedOrOutstanding>
       <ccjStatusCode>JG</ccjStatusCode>
       <coNumber>02686904</coNumber>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </ccjCase>

    <-- Section removed for brevity -->

    <ccjCase>
       <ccjAmount>25414</ccjAmount>
       <ccjCaseNumber>3YM62478</ccjCaseNumber>
       <ccjCourt>NORTHAMPTON CCMCC</ccjCourt>
       <ccjJudgementDate>20130909</ccjJudgementDate>
       <ccjPaidDate>0</ccjPaidDate>
       <ccjSatisfiedOrOutstanding>Outstanding</ccjSatisfiedOrOutstanding>
       <ccjStatusCode>JG</ccjStatusCode>
       <coNumber>02686904</coNumber>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </ccjCase>
    <totalNo>100</totalNo>
    <totalNo1YrAgo>38</totalNo1YrAgo>

    <-- Section removed for brevity -->

    <totalNoSat6Yr>1</totalNoSat6Yr>

    <-- Section removed for brevity -->

    <totalNoUnSat6Yr>5</totalNoUnSat6Yr>
    <totalSat>11</totalSat>
    <totalUnSat>89</totalUnSat>
    <totalVal1YrAgo>133675</totalVal1YrAgo>

    <-- Section removed for brevity -->

    <totalVal6YrAgo>11402</totalVal6YrAgo>
    <totalValSat>28142</totalValSat>
    <totalValSat1Yr>2783</totalValSat1Yr>

    <-- Section removed for brevity -->

    <totalValSat6Yr>7134</totalValSat6Yr>
    <totalValUnSat>292504</totalValUnSat>
    <totalValUnSat1Yr>130892</totalValUnSat1Yr>

    <-- Section removed for brevity -->

    <totalValUnSat6Yr>4268</totalValUnSat6Yr>
    <totalValue>320646</totalValue>
    <zzResponse>
       <zzResponseCode/>
       <zzResponseSuccess>true</zzResponseSuccess>
       <zzResponseText>getCCJDetails</zzResponseText>
    </zzResponse>
   </return>
  </ns2:getCCJDetailsResponse>
</soap:Body>
Read More

Top of Page

Credit Scores


This provides the current and previous year's credit score and the band rating.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getCompanyCreditScores xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getCompanyCreditScores>
</soap:Body>

Response

<soap:Body>
  <ns2:getCompanyCreditScoresResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
   <return>
    <adverseInfo>There are NO liquidation, receivership ,administration or winding-up documents recorded by Companies House.</adverseInfo>
    <curYearBand>Normal</curYearBand>
    <curYearScore>47</curYearScore>
    <curYearYearEnd>20131231</curYearYearEnd>
    <lastYearBand>Stable</lastYearBand>
    <lastYearScore>60</lastYearScore>
    <lastYearYearEnd>20121231</lastYearYearEnd>
    <rating>999999</rating>
    <ultimateOwnerName>ADMIRAL GROUP PLC</ultimateOwnerName>
    <ultimateOwnerNo>03849958</ultimateOwnerNo>
    <zzResponse>
       <zzResponseCode/>
       <zzResponseSuccess>true</zzResponseSuccess>
       <zzResponseText>getCompanyCreditScores</zzResponseText>
    </zzResponse>
   </return>
  </ns2:getCompanyCreditScoresResponse>
</soap:Body>
Read More

Top of Page

Accounts Summary


This provides overall summary accounting information which will also include the latest and previous credit scores.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getAccountsSummary xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getAccountsSummary>
</soap:Body>

Response

<soap:Body>
<ns2:getAccountsSummaryResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
   <return>
      <accountsType>6</accountsType>
      <accountsTypeText>Interim Accounts</accountsTypeText>
      <CCreditScError1/>
      <CCreditScError2/>
      <CCreditScError3/>
      <consolidatedA>N</consolidatedA>
      <consolidatedB>N</consolidatedB>
      <consolidatedC>N</consolidatedC>
      <consolidatedD>N</consolidatedD>
      <consolidatedE>N</consolidatedE>
      <curYearBand>Normal</curYearBand>
      <curYearScore>47</curYearScore>
      <curYearYearEnd>20131231</curYearYearEnd>
      <employeesA>5709</employeesA>
      <employeesB>5455</employeesB>
      <employeesC>4709</employeesC>
      <employeesD>3899</employeesD>
      <employeesE>3199</employeesE>
      <exceptStatus/>
      <factorA>£'000</factorA>
      <factorB>£'000</factorB>
      <factorC>£'000</factorC>
      <factorD>£'000</factorD>
      <factorE>£'000</factorE>
      <gearingA>3.27</gearingA>
      <gearingB>501.3</gearingB>
      <gearingC>404.76</gearingC>
      <gearingD>265.03</gearingD>
      <gearingE>165.11</gearingE>
      <lastYearBand>Stable</lastYearBand>
      <lastYearScore>60</lastYearScore>
      <lastYearYearEnd>20121231</lastYearYearEnd>
      <liquidityA>1.37</liquidityA>
      <liquidityB>1.09</liquidityB>
      <liquidityC>1.12</liquidityC>
      <liquidityD>1.2</liquidityD>
      <liquidityE>1.28</liquidityE>
      <netAssetsA>162525</netAssetsA>
      <netAssetsB>70303</netAssetsB>
      <netAssetsC>96396</netAssetsC>
      <netAssetsD>106664</netAssetsD>
      <netAssetsE>86333</netAssetsE>
      <noMonthsA>12</noMonthsA>
      <noMonthsB>12</noMonthsB>
      <noMonthsC>12</noMonthsC>
      <noMonthsD>12</noMonthsD>
      <noMonthsE>12</noMonthsE>
      <periodEndA>201312</periodEndA>
      <periodEndB>201212</periodEndB>
      <periodEndC>201112</periodEndC>
      <periodEndD>201012</periodEndD>
      <periodEndE>200912</periodEndE>
      <preTaxProfitA>314421</preTaxProfitA>
      <preTaxProfitB>260878</preTaxProfitB>
      <preTaxProfitC>251981</preTaxProfitC>
      <preTaxProfitD>207188</preTaxProfitD>
      <preTaxProfitE>148285</preTaxProfitE>
      <profitMarginA>154.51</profitMarginA>
      <profitMarginB>104.21</profitMarginB>
      <profitMarginC>103.65</profitMarginC>
      <profitMarginD>110.72</profitMarginD>
      <profitMarginE>107.46</profitMarginE>
      <rating>999999</rating>
      <returnOnCapitalA>193.46</returnOnCapitalA>
      <returnOnCapitalB>371.08</returnOnCapitalB>
      <returnOnCapitalC>261.4</returnOnCapitalC>
      <returnOnCapitalD>194.24</returnOnCapitalD>
      <returnOnCapitalE>171.76</returnOnCapitalE>
      <returnOnFundsA>199.79</returnOnFundsA>
      <returnOnFundsB>399.93</returnOnFundsB>
      <returnOnFundsC>273.38</returnOnFundsC>
      <returnOnFundsD>200.42</returnOnFundsD>
      <returnOnFundsE>177.3</returnOnFundsE>
      <shareholderFundsA>157375</shareholderFundsA>
      <shareholderFundsB>65231</shareholderFundsB>
      <shareholderFundsC>92174</shareholderFundsC>
      <shareholderFundsD>103377</shareholderFundsD>
      <shareholderFundsE>83637</shareholderFundsE>
      <turnoverA>203496</turnoverA>
      <turnoverB>250341</turnoverB>
      <turnoverC>243097</turnoverC>
      <turnoverD>187122</turnoverD>
      <turnoverE>137997</turnoverE>
      <ultimateOwnerName>ADMIRAL GROUP PLC</ultimateOwnerName>
      <ultimateOwnerNo>03849958</ultimateOwnerNo>
      <zzResponse>
         <zzResponseCode/>
         <zzResponseSuccess>true</zzResponseSuccess>
         <zzResponseText>getAccountsSummary</zzResponseText>
      </zzResponse>
   </return>
</ns2:getAccountsSummaryResponse>
</soap:Body>
Read More

Top of Page

Accounts Details


The last 5 years of filed accounting data, if available.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getAccountsDetails xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getAccountsDetails>
</soap:Body>

Response

<soap:Body>
 <ns2:getAccountsDetailsResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
       <accountsDetail>
          <accruDefrdInc>-33976</accruDefrdInc>
          <acqDisp>0</acqDisp>
          <auditorsFees>128</auditorsFees>
          <bankOverdrafts>0</bankOverdrafts>
          <bsMin>0</bsMin>
          <capExp>0</capExp>
          <cashBankDeposits>113056</cashBankDeposits>
          <clOthrShtTermLoan>0</clOthrShtTermLoan>
          <coPensionCont>9</coPensionCont>
          <corpTax>0</corpTax>
          <costOfSales>-30784</costOfSales>
          <currAssets>538151</currAssets>
          <debtors>357070</debtors>
          <defTax>0</defTax>
          <depreciation>10913</depreciation>
          <dirFees>1522</dirFees>
          <dirHighPay>630</dirHighPay>
          <discOperatns>0</discOperatns>
          <dividend>0</dividend>
          <dividends>-150000</dividends>
          <equityDivPd>0</equityDivPd>
          <exceptionalItems>0</exceptionalItems>
          <exportTurnover>0</exportTurnover>
          <extraItems>0</extraItems>
          <financing>0</financing>
          <fixFittings>0</fixFittings>
          <grossProfit>172712</grossProfit>
          <hirePrchse>0</hirePrchse>
          <hirePrchseLease>0</hirePrchseLease>
          <incDecCashEquiv>0</incDecCashEquiv>
          <intangFixAssets>0</intangFixAssets>
          <interestPaid>0</interestPaid>
          <invAct>0</invAct>
          <invFixAsset>0</invFixAsset>
          <invOthFixed>0</invOthFixed>
          <landBuildings>1586</landBuildings>
          <leases>0</leases>
          <llAccrualDefrdInc>-5150</llAccrualDefrdInc>
          <llHirePrchse>0</llHirePrchse>
          <llHirePrchseLease>0</llHirePrchseLease>
          <llLeases>0</llLeases>
          <llLoansFrmDir>0</llLoansFrmDir>
          <llLoansFrmGroup>0</llLoansFrmGroup>
          <llOthLgTermLiabs>0</llOthLgTermLiabs>
          <llOthrLongTrmLoan>0</llOthrLongTrmLoan>
          <loanOverdraft>0</loanOverdraft>
          <loansDirs>0</loansDirs>
          <loansGroup>0</loansGroup>
          <loansToDirs>0</loansToDirs>
          <loansToGroup>11979</loansToGroup>
          <longTermDebt>0</longTermDebt>
          <longTermLiab>-5150</longTermLiab>
          <manageLiqRes>0</manageLiqRes>
          <netCurrAssets>144966</netCurrAssets>
          <netTangAssets>162525</netTangAssets>
          <noEmployees>5709</noEmployees>
          <noMonths>12</noMonths>
          <opActivities>0</opActivities>
          <operatingProfit>313180</operatingProfit>
          <othCurLiability>-203471</othCurLiability>
          <othCurrAssets>0</othCurrAssets>
          <othCurrLiabils>-161787</othCurrLiabils>
          <othDirEmols>655</othDirEmols>
          <othProvisions>0</othProvisions>
          <othReserve>2584</othReserve>
          <otherCurrAssets>68025</otherCurrAssets>
          <otherDebtors>13200</otherDebtors>
          <otherExpenses>-285870</otherExpenses>
          <otherFixed>0</otherFixed>
          <otherIncome>0</otherIncome>
          <pensions>2463</pensions>
          <periodEnd>12/2013</periodEnd>
          <plMin>0</plMin>
          <plReserve>154790</plReserve>
          <plTurnover>203496</plTurnover>
          <plantVehicles>1</plantVehicles>
          <preTaxProfitB4Tax>314421</preTaxProfitB4Tax>
          <prft4Period>241809</prft4Period>
          <prftAfterTax>241809</prftAfterTax>
          <prftB4Interest>314421</prftB4Interest>
          <qualifier/>
          <reserves>157374</reserves>
          <retOnInv>0</retOnInv>
          <retainedProfts>91809</retainedProfts>
          <revalReserve>0</revalReserve>
          <shareCap>1</shareCap>
          <sharePremAccnt>0</sharePremAccnt>
          <sholderFundTotCap>157375</sholderFundTotCap>
          <socSecCosts>13842</socSecCosts>
          <socSecCostsVAT>-7708</socSecCostsVAT>
          <spare>425095</spare>
          <stock>0</stock>
          <stockWIP>0</stockWIP>
          <subTotLongTrmLiab>0</subTotLongTrmLiab>
          <tangFixAssets>17559</tangFixAssets>
          <taxFin>0</taxFin>
          <taxation>-72612</taxation>
          <totAssetLiab>157375</totAssetLiab>
          <totAssets>555710</totAssets>
          <totAssetsLiab>162525</totAssetsLiab>
          <totCurrLiabils>-393185</totCurrLiabils>
          <totDirPay>2186</totDirPay>
          <totFixAssets>17559</totFixAssets>
          <totOthLongtrmLiab>-5150</totOthLongtrmLiab>
          <totProvisions>0</totProvisions>
          <totRenum>171905</totRenum>
          <totWorkCap>144966</totWorkCap>
          <totalExpenses>0</totalExpenses>
          <tradeCreditors>-189714</tradeCreditors>
          <ukTurnover>0</ukTurnover>
          <units>£'000</units>
          <wages>126003</wages>
          <workProgress>0</workProgress>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </accountsDetail>

       <-- Section removed for brevity -->

       <accountsDetail>
          <accruDefrdInc>-11389</accruDefrdInc>
          <acqDisp>0</acqDisp>
          <auditorsFees>114</auditorsFees>
          <bankOverdrafts>0</bankOverdrafts>
          <bsMin>0</bsMin>
          <capExp>0</capExp>
          <cashBankDeposits>81412</cashBankDeposits>
          <clOthrShtTermLoan>0</clOthrShtTermLoan>
          <coPensionCont>0</coPensionCont>
          <corpTax>-2383</corpTax>
          <costOfSales>-19980</costOfSales>
          <currAssets>330395</currAssets>
          <debtors>209683</debtors>
          <defTax>0</defTax>
          <depreciation>6703</depreciation>
          <dirFees>0</dirFees>
          <dirHighPay>352</dirHighPay>
          <discOperatns>0</discOperatns>
          <dividend>0</dividend>
          <dividends>-100000</dividends>
          <equityDivPd>0</equityDivPd>
          <exceptionalItems>0</exceptionalItems>
          <exportTurnover>3542</exportTurnover>
          <extraItems>0</extraItems>
          <financing>0</financing>
          <fixFittings>11994</fixFittings>
          <grossProfit>118017</grossProfit>
          <hirePrchse>0</hirePrchse>
          <hirePrchseLease>-283</hirePrchseLease>
          <incDecCashEquiv>0</incDecCashEquiv>
          <intangFixAssets>0</intangFixAssets>
          <interestPaid>-34</interestPaid>
          <invAct>0</invAct>
          <invFixAsset>0</invFixAsset>
          <invOthFixed>0</invOthFixed>
          <landBuildings>2085</landBuildings>
          <leases>-283</leases>
          <llAccrualDefrdInc>0</llAccrualDefrdInc>
          <llHirePrchse>0</llHirePrchse>
          <llHirePrchseLease>-69</llHirePrchseLease>
          <llLeases>-69</llLeases>
          <llLoansFrmDir>0</llLoansFrmDir>
          <llLoansFrmGroup>0</llLoansFrmGroup>
          <llOthLgTermLiabs>-2627</llOthLgTermLiabs>
          <llOthrLongTrmLoan>0</llOthrLongTrmLoan>
          <loanOverdraft>-135400</loanOverdraft>
          <loansDirs>0</loansDirs>
          <loansGroup>-135117</loansGroup>
          <loansToDirs>0</loansToDirs>
          <loansToGroup>27413</loansToGroup>
          <longTermDebt>-69</longTermDebt>
          <longTermLiab>-2696</longTermLiab>
          <manageLiqRes>0</manageLiqRes>
          <netCurrAssets>72225</netCurrAssets>
          <netTangAssets>86333</netTangAssets>
          <noEmployees>3199</noEmployees>
          <noMonths>12</noMonths>
          <opActivities>0</opActivities>
          <operatingProfit>-56652</operatingProfit>
          <othCurLiability>-114976</othCurLiability>
          <othCurrAssets>0</othCurrAssets>
          <othCurrLiabils>-95382</othCurrLiabils>
          <othDirEmols>0</othDirEmols>
          <othProvisions>0</othProvisions>
          <othReserve>3581</othReserve>
          <otherCurrAssets>39300</otherCurrAssets>
          <otherDebtors>11887</otherDebtors>
          <otherExpenses>-174669</otherExpenses>
          <otherFixed>0</otherFixed>
          <otherIncome>204971</otherIncome>
          <pensions>23289</pensions>
          <periodEnd>12/2009</periodEnd>
          <plMin>0</plMin>
          <plReserve>80055</plReserve>
          <plTurnover>137997</plTurnover>
          <plantVehicles>29</plantVehicles>
          <preTaxProfitB4Tax>148285</preTaxProfitB4Tax>
          <prft4Period>108139</prft4Period>
          <prftAfterTax>108139</prftAfterTax>
          <prftB4Interest>148319</prftB4Interest>
          <qualifier/>
          <reserves>83636</reserves>
          <retOnInv>0</retOnInv>
          <retainedProfts>8139</retainedProfts>
          <revalReserve>0</revalReserve>
          <shareCap>1</shareCap>
          <sharePremAccnt>0</sharePremAccnt>
          <sholderFundTotCap>83637</sholderFundTotCap>
          <socSecCosts>572</socSecCosts>
          <socSecCostsVAT>-5822</socSecCostsVAT>
          <spare>248983</spare>
          <stock>0</stock>
          <stockWIP>0</stockWIP>
          <subTotLongTrmLiab>0</subTotLongTrmLiab>
          <tangFixAssets>14108</tangFixAssets>
          <taxFin>0</taxFin>
          <taxation>-40146</taxation>
          <totAssetLiab>83637</totAssetLiab>
          <totAssets>344503</totAssets>
          <totAssetsLiab>86333</totAssetsLiab>
          <totCurrLiabils>-258170</totCurrLiabils>
          <totDirPay>1002</totDirPay>
          <totFixAssets>14108</totFixAssets>
          <totOthLongtrmLiab>-2627</totOthLongtrmLiab>
          <totProvisions>0</totProvisions>
          <totRenum>89596</totRenum>
          <totWorkCap>72225</totWorkCap>
          <totalExpenses>0</totalExpenses>
          <tradeCreditors>-7794</tradeCreditors>
          <ukTurnover>134455</ukTurnover>
          <units>£'000</units>
          <wages>65735</wages>
          <workProgress>0</workProgress>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </accountsDetail>
       <zzResponse>
          <zzResponseCode/>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText>getAccountsDetailsYears</zzResponseText>
       </zzResponse>
    </return>
 </ns2:getAccountsDetailsResponse>
</soap:Body>
Read More

Top of Page

Accounts Details & Years


This includes an additional parameter to allow a specific number of accounting years to be retrieved.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.
arg2 must specify the number of years back you wish to search.

Request

<soap:Body>
  <ns2:getAccountsDetailsYears xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
    <arg2>3</arg2>
  </ns2:getAccountsDetailsYears>
</soap:Body>

Response

getAccountsDetailsYears response<soap:Body>
  <ns2:getAccountsDetailsYearsResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <accountsDetail>
           <accruDefrdInc>-33976</accruDefrdInc>
           <acqDisp>0</acqDisp>
           <auditorsFees>128</auditorsFees>
           <bankOverdrafts>0</bankOverdrafts>
           <bsMin>0</bsMin>
           <capExp>0</capExp>
           <cashBankDeposits>113056</cashBankDeposits>
           <clOthrShtTermLoan>0</clOthrShtTermLoan>
           <coPensionCont>9</coPensionCont>
           <corpTax>0</corpTax>
           <costOfSales>-30784</costOfSales>
           <currAssets>538151</currAssets>
           <debtors>357070</debtors>
           <defTax>0</defTax>
           <depreciation>10913</depreciation>
           <dirFees>1522</dirFees>
           <dirHighPay>630</dirHighPay>
           <discOperatns>0</discOperatns>
           <dividend>0</dividend>
           <dividends>-150000</dividends>
           <equityDivPd>0</equityDivPd>
           <exceptionalItems>0</exceptionalItems>
           <exportTurnover>0</exportTurnover>
           <extraItems>0</extraItems>
           <financing>0</financing>
           <fixFittings>0</fixFittings>
           <grossProfit>172712</grossProfit>
           <hirePrchse>0</hirePrchse>
           <hirePrchseLease>0</hirePrchseLease>
           <incDecCashEquiv>0</incDecCashEquiv>
           <intangFixAssets>0</intangFixAssets>
           <interestPaid>0</interestPaid>
           <invAct>0</invAct>
           <invFixAsset>0</invFixAsset>
           <invOthFixed>0</invOthFixed>
           <landBuildings>1586</landBuildings>
           <leases>0</leases>
           <llAccrualDefrdInc>-5150</llAccrualDefrdInc>
           <llHirePrchse>0</llHirePrchse>
           <llHirePrchseLease>0</llHirePrchseLease>
           <llLeases>0</llLeases>
           <llLoansFrmDir>0</llLoansFrmDir>
           <llLoansFrmGroup>0</llLoansFrmGroup>
           <llOthLgTermLiabs>0</llOthLgTermLiabs>
           <llOthrLongTrmLoan>0</llOthrLongTrmLoan>
           <loanOverdraft>0</loanOverdraft>
           <loansDirs>0</loansDirs>
           <loansGroup>0</loansGroup>
           <loansToDirs>0</loansToDirs>
           <loansToGroup>11979</loansToGroup>
           <longTermDebt>0</longTermDebt>
           <longTermLiab>-5150</longTermLiab>
           <manageLiqRes>0</manageLiqRes>
           <netCurrAssets>144966</netCurrAssets>
           <netTangAssets>162525</netTangAssets>
           <noEmployees>5709</noEmployees>
           <noMonths>12</noMonths>
           <opActivities>0</opActivities>
           <operatingProfit>313180</operatingProfit>
           <othCurLiability>-203471</othCurLiability>
           <othCurrAssets>0</othCurrAssets>
           <othCurrLiabils>-161787</othCurrLiabils>
           <othDirEmols>655</othDirEmols>
           <othProvisions>0</othProvisions>
           <othReserve>2584</othReserve>
           <otherCurrAssets>68025</otherCurrAssets>
           <otherDebtors>13200</otherDebtors>
           <otherExpenses>-285870</otherExpenses>
           <otherFixed>0</otherFixed>
           <otherIncome>0</otherIncome>
           <pensions>2463</pensions>
           <periodEnd>12/2013</periodEnd>
           <plMin>0</plMin>
           <plReserve>154790</plReserve>
           <plTurnover>203496</plTurnover>
           <plantVehicles>1</plantVehicles>
           <preTaxProfitB4Tax>314421</preTaxProfitB4Tax>
           <prft4Period>241809</prft4Period>
           <prftAfterTax>241809</prftAfterTax>
           <prftB4Interest>314421</prftB4Interest>
           <qualifier/>
           <reserves>157374</reserves>
           <retOnInv>0</retOnInv>
           <retainedProfts>91809</retainedProfts>
           <revalReserve>0</revalReserve>
           <shareCap>1</shareCap>
           <sharePremAccnt>0</sharePremAccnt>
           <sholderFundTotCap>157375</sholderFundTotCap>
           <socSecCosts>13842</socSecCosts>
           <socSecCostsVAT>-7708</socSecCostsVAT>
           <spare>425095</spare>
           <stock>0</stock>
           <stockWIP>0</stockWIP>
           <subTotLongTrmLiab>0</subTotLongTrmLiab>
           <tangFixAssets>17559</tangFixAssets>
           <taxFin>0</taxFin>
           <taxation>-72612</taxation>
           <totAssetLiab>157375</totAssetLiab>
           <totAssets>555710</totAssets>
           <totAssetsLiab>162525</totAssetsLiab>
           <totCurrLiabils>-393185</totCurrLiabils>
           <totDirPay>2186</totDirPay>
           <totFixAssets>17559</totFixAssets>
           <totOthLongtrmLiab>-5150</totOthLongtrmLiab>
           <totProvisions>0</totProvisions>
           <totRenum>171905</totRenum>
           <totWorkCap>144966</totWorkCap>
           <totalExpenses>0</totalExpenses>
           <tradeCreditors>-189714</tradeCreditors>
           <ukTurnover>0</ukTurnover>
           <units>£'000</units>
           <wages>126003</wages>
           <workProgress>0</workProgress>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </accountsDetail>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText>getAccountsDetailsYears</zzResponseText>
        </zzResponse>
     </return>
  </ns2:getAccountsDetailsYearsResponse>
</soap:Body>
Read More

Top of Page

Accounts Ratios


This provides accounting ratios over 5 years, where available.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getAccountsRatios xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getAccountsRatios>
</soap:Body>

Response

<soap:Body>
  <ns2:getAccountsRatiosResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
       <accountsRatios>
          <assetCover>0.0</assetCover>
          <assetPerEmpl>97339</assetPerEmpl>
          <avRenumEmp>30111</avRenumEmp>
          <creditPayment>340.28</creditPayment>
          <curRatio>1.37</curRatio>
          <debtCollect>640.46</debtCollect>
          <debtTurnover>0.57</debtTurnover>
          <fixAssetTurnover>11.59</fixAssetTurnover>
          <gearing>3.27</gearing>
          <interestCover>0.0</interestCover>
          <liqRatio>1.37</liqRatio>
          <netAssetTurnover>1.25</netAssetTurnover>
          <periodEnd>12/2013</periodEnd>
          <profitMargin>154.51</profitMargin>
          <profitPerEmp>55075</profitPerEmp>
          <returnCapEmp>193.46</returnCapEmp>
          <returnShareholder>199.79</returnShareholder>
          <returnTotAsset>56.58</returnTotAsset>
          <salariesTurnover>84.48</salariesTurnover>
          <shareholderFund>27566</shareholderFund>
          <shareholderLiqRatio>30.56</shareholderLiqRatio>
          <solvencyRatio>28.32</solvencyRatio>
          <stockHeld>0</stockHeld>
          <stockTurnover>0.0</stockTurnover>
          <turnoverPerEmp>35645</turnoverPerEmp>
          <workingCap>25393</workingCap>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </accountsRatios>

       <-- Section removed for brevity -->

       <accountsRatios>
          <assetCover>4992.8</assetCover>
          <assetPerEmpl>107691</assetPerEmpl>
          <avRenumEmp>28008</avRenumEmp>
          <creditPayment>20.62</creditPayment>
          <curRatio>1.28</curRatio>
          <debtCollect>554.61</debtCollect>
          <debtTurnover>0.66</debtTurnover>
          <fixAssetTurnover>9.78</fixAssetTurnover>
          <gearing>165.11</gearing>
          <interestCover>4362.32</interestCover>
          <liqRatio>1.28</liqRatio>
          <netAssetTurnover>1.6</netAssetTurnover>
          <periodEnd>12/2009</periodEnd>
          <profitMargin>107.46</profitMargin>
          <profitPerEmp>46354</profitPerEmp>
          <returnCapEmp>171.76</returnCapEmp>
          <returnShareholder>177.3</returnShareholder>
          <returnTotAsset>43.04</returnTotAsset>
          <salariesTurnover>64.93</salariesTurnover>
          <shareholderFund>26145</shareholderFund>
          <shareholderLiqRatio>31.02</shareholderLiqRatio>
          <solvencyRatio>24.28</solvencyRatio>
          <stockHeld>0</stockHeld>
          <stockTurnover>0.0</stockTurnover>
          <turnoverPerEmp>43138</turnoverPerEmp>
          <workingCap>22577</workingCap>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </accountsRatios>
       <zzResponse>
          <zzResponseCode/>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText>getAccountsRatiosYears</zzResponseText>
       </zzResponse>
    </return>
  </ns2:getAccountsRatiosResponse>
</soap:Body>
Read More

Top of Page

Accounts Ratios & Years


This provides accounting ratios with an additional parameter to allow the specific number of years to be retrieved.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.
arg2 must specify the number of years back you wish to search.

Request

<soap:Body>
  <ns2:getAccountsRatiosYears xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
    <arg2>3</arg2>
  </ns2:getAccountsRatiosYears>
</soap:Body>

Response

<soap:Body>
  <ns2:getAccountsRatiosYearsResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <accountsRatios>
        <assetCover>0.0</assetCover>
        <assetPerEmpl>97339</assetPerEmpl>
        <avRenumEmp>30111</avRenumEmp>
        <creditPayment>340.28</creditPayment>
        <curRatio>1.37</curRatio>
        <debtCollect>640.46</debtCollect>
        <debtTurnover>0.57</debtTurnover>
        <fixAssetTurnover>11.59</fixAssetTurnover>
        <gearing>3.27</gearing>
        <interestCover>0.0</interestCover>
        <liqRatio>1.37</liqRatio>
        <netAssetTurnover>1.25</netAssetTurnover>
        <periodEnd>12/2013</periodEnd>
        <profitMargin>154.51</profitMargin>
        <profitPerEmp>55075</profitPerEmp>
        <returnCapEmp>193.46</returnCapEmp>
        <returnShareholder>199.79</returnShareholder>
        <returnTotAsset>56.58</returnTotAsset>
        <salariesTurnover>84.48</salariesTurnover>
        <shareholderFund>27566</shareholderFund>
        <shareholderLiqRatio>30.56</shareholderLiqRatio>
        <solvencyRatio>28.32</solvencyRatio>
        <stockHeld>0</stockHeld>
        <stockTurnover>0.0</stockTurnover>
        <turnoverPerEmp>35645</turnoverPerEmp>
        <workingCap>25393</workingCap>
        <zzResponse>
          <zzResponseCode/>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText/>
        </zzResponse>
      </accountsRatios>
      <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText>getAccountsRatiosYears</zzResponseText>
      </zzResponse>
    </return>
  </ns2:getAccountsRatiosYearsResponse>
</soap:Body>
Read More

Top of Page

Officers


All active and resigned directors linked to the company. Contains disqualified details if an officer is disqualified.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getOfficers xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getOfficers>
</soap:Body>

Response

<soap:Body>
  <ns2:getOfficersResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <numOfCurrentDirs>3</numOfCurrentDirs>
      <numOfDirs>4</numOfDirs>
      <numOfResignedDirs>1</numOfResignedDirs>
      <officers>
        <address>89 Norwich Road,East Dereham,Norfolk,NR20 3AL</address>
        <addressLine1>89 Norwich Road</addressLine1>
        <addressLine2/>
        <addressLine3>East Dereham</addressLine3>
        <addressLine4>Norfolk</addressLine4>
        <addressLine5/>
        <appointmentDateLong>19911114</appointmentDateLong>
        <appointmentDateStr>14/11/1991</appointmentDateStr>
        <companyIndicator/>
        <companyNumber>01859731</companyNumber>
        <currentChangeNumber>1</currentChangeNumber>
        <currentFlag>C</currentFlag>
        <dateOfBirthStr>03/06/1933</dateOfBirthStr>
        <directorDescription>Director</directorDescription>
        <directorNumber>D00714285</directorNumber>
        <directorPrefix>Mr</directorPrefix>
        <directorType>88</directorType>
        <disqualificationExemptAtThisCompany/>
        <disqualifiedEndDate/>
        <disqualifiedMatchLevel/>
        <disqualifiedStartDate/>
        <forename>Ralph</forename>
        <initials>RDS</initials>
        <middleNames>David Sydney</middleNames>
        <name>Mr R.D. Leake</name>
        <nationality>British</nationality>
        <nationalityCode>826</nationalityCode>
        <postalArea>NR20</postalArea>
        <postcode>NR20 3AL</postcode>
        <resignationDateLong>0</resignationDateLong>
        <resignationDateStr/>
        <serviceAddressFlag>N</serviceAddressFlag>
        <surname>Leake</surname>
        <zzResponse>
          <zzResponseCode/>
            <zzResponseSuccess>true</zzResponseSuccess>
            <zzResponseText/>
          </zzResponse>
       </officers>
       <officers>
          <address>Church Farm House,Chaterton Road,Brize Norton,Oxon,OX18 3LY</address>

          <-- Section removed for brevity -->

          <surname>Holmes</surname>
          <zzResponse>
             <zzResponseCode/>
             <zzResponseSuccess>true</zzResponseSuccess>
             <zzResponseText/>
          </zzResponse>
       </officers>
       <zzResponse>
          <zzResponseCode/>
          <zzResponseSuccess>true</zzResponseSuccess>
          <zzResponseText>getOfficers</zzResponseText>
       </zzResponse>
    </return>
  </ns2:getOfficersResponse>
</soap:Body>
Read More

Top of Page

Officers Other Directorships


Provides the other directorships linked to a specific director on the company. The data is linked by director number.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getOfficersOtherDirectorships xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getOfficersOtherDirectorships>
</soap:Body>

Response

<soap:Body>
   <ns2:getOfficersOtherDirectorshipsResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
      <return>
         <officersOtherDirectorships>
            <coName>JORDANS TRUST COMPANY LIMITED</coName>
            <coNum>06364800</coNum>
            <dirApptDate>11/05/2009</dirApptDate>
            <dirCurrFlag>C</dirCurrFlag>
            <dirNumber>D10492517</dirNumber>
            <dirResgnDate/>
            <dirSecTypeDesc>Director</dirSecTypeDesc>
            <dirType>88</dirType>
            <zzResponse>
               <zzResponseCode/>
               <zzResponseSuccess>true</zzResponseSuccess>
               <zzResponseText/>
            </zzResponse>
         </officersOtherDirectorships>

         <-- Section removed for brevity -->

         <officersOtherDirectorships>
            <coName>EVALUATEPHARMA LIMITED</coName>
            <coNum>08275592</coNum>
            <dirApptDate>31/10/2012</dirApptDate>
            <dirCurrFlag>C</dirCurrFlag>
            <dirNumber>D03671074</dirNumber>
            <dirResgnDate/>
            <dirSecTypeDesc>Director</dirSecTypeDesc>
            <dirType>88</dirType>
            <zzResponse>
               <zzResponseCode/>
               <zzResponseSuccess>true</zzResponseSuccess>
               <zzResponseText/>
            </zzResponse>
         </officersOtherDirectorships>
         <zzResponse>
            <zzResponseCode/>
            <zzResponseSuccess>true</zzResponseSuccess>
            <zzResponseText>getOfficersOtherDirectorships</zzResponseText>
         </zzResponse>
      </return>
   </ns2:getOfficersOtherDirectorshipsResponse>
</soap:Body>
Read More

Top of Page

Officers Other Directorships & Previous


Provides the other directorships linked to a specific director on the company. The data is linked by director number.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getOfficersOtherDirectorshipsIncludingPrevious xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getOfficersOtherDirectorshipsIncludingPrevious>
</soap:Body>

Response

<soap:Body>
  <ns2:getOfficersOtherDirectorshipsIncludingPreviousResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <officersOtherDirectorships>
           <coName>WEST OF ENGLAND TRUST LIMITED(THE)</coName>
           <coNum>01636508</coNum>
           <dirApptDate>31/03/1991</dirApptDate>
           <dirCurrFlag>C</dirCurrFlag>
           <dirNumber>D00068422</dirNumber>
           <dirResgnDate/>
           <dirSecTypeDesc>Director</dirSecTypeDesc>
           <dirType>88</dirType>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </officersOtherDirectorships>

        <-- Section removed for brevity -->

        <officersOtherDirectorships>
           <coName>JORDANS CORPORATE LAW LIMITED</coName>
           <coNum>08143064</coNum>
           <dirApptDate>05/06/2014</dirApptDate>
           <dirCurrFlag>C</dirCurrFlag>
           <dirNumber>D18823308</dirNumber>
           <dirResgnDate/>
           <dirSecTypeDesc>Director</dirSecTypeDesc>
           <dirType>88</dirType>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </officersOtherDirectorships>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText>getOfficersOtherDirectorships</zzResponseText>
        </zzResponse>
     </return>
  </ns2:getOfficersOtherDirectorshipsIncludingPreviousResponse>
</soap:Body>
Read More

Top of Page

Shareholders


All shareholders for the company.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getShareholders xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getShareholders>
</soap:Body>

Response

<soap:Body>
  <ns2:getShareholdersResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <shareHolders>
           <ARDate>31/03/2014</ARDate>
           <coNumber>01636508</coNumber>
           <currency>GBP</currency>
           <issuedCapital>1000000</issuedCapital>
           <shareholder>WEST OF ENGLAND TRUST LTD</shareholder>
           <shareholderCountry/>
           <shareholderForenames/>
           <shareholderSurname>WEST OF ENGLAND TRUST LTD</shareholderSurname>
           <shareholderTitle/>
           <shareholderType>1</shareholderType>
           <shareholding>1,000,000 ORDINARY £ 1.000000</shareholding>
           <shares>0</shares>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </shareHolders>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText>getShareholders</zzResponseText>
        </zzResponse>
     </return>
  </ns2:getShareholdersResponse>
</soap:Body>
Read More

Top of Page

Group Structure


Gives a breakdown of who owns the company and the hierarchy ownership tree.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getGroupStructure xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getGroupStructure>
</soap:Body>

Response

<soap:Body>
  <ns2:getGroupStructureResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
   <return>
    <groupStructure>
       <coQueried/>
       <count>1</count>
       <dissDormant/>
       <foreignCoInd/>
       <jwType>JW</jwType>
       <structureLevel>0</structureLevel>
       <subInd>*</subInd>
       <subName>WEST OF ENGLAND TRUST LIMITED(THE)</subName>
       <subNumber>01636508</subNumber>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </groupStructure>

    <-- Section removed for brevity -->

    <groupStructure>
       <coQueried/>
       <count>37</count>
       <dissDormant/>
       <foreignCoInd/>
       <jwType>JS</jwType>
       <structureLevel>3</structureLevel>
       <subInd/>
       <subName>MARCOR INTERNATIONAL LIMITED</subName>
       <subNumber>03703134</subNumber>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </groupStructure>
    <zzResponse>
       <zzResponseCode/>
       <zzResponseSuccess>true</zzResponseSuccess>
       <zzResponseText>getGroupStructure</zzResponseText>
    </zzResponse>
   </return>
  </ns2:getGroupStructureResponse>
</soap:Body>
Read More

Top of Page

Document Filings


Provide a list of the dates of documents that have been filed at companies house for the company. This will ONLY return the latest document of each type that is available with the exception of adverse documents.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDocumentFilings xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDocumentFilings>
</soap:Body>

Response

<soap:Body>
  <ns2:getDocumentFilingsResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
   <return>
    <documentFilings>
       <filingDate>31 Mar 2015</filingDate>
       <filingType>Last Annual Return filed at CH</filingType>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </documentFilings>

    <-- Section removed for brevity -->

    <documentFilings>
       <filingDate>28 May 1987</filingDate>
       <filingType>Change in Reg Office Address</filingType>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </documentFilings>
    <zzResponse>
       <zzResponseCode/>
       <zzResponseSuccess>true</zzResponseSuccess>
       <zzResponseText>getDocumentFilings</zzResponseText>
    </zzResponse>
   </return>
  </ns2:getDocumentFilingsResponse>
</soap:Body>
Read More

Top of Page

Document Filings Full History


Provide a list of ALL image documents that are available for the company.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDocumentFilingsFullHistory xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDocumentFilingsFullHistory>
</soap:Body>

Response

<soap:Body>
  <ns2:getDocumentFilingsResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
   <return>
    <documentFilings>
       <filingDate>31 Mar 2015</filingDate>
       <filingType>Last Annual Return filed at CH</filingType>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </documentFilings>

    <-- Section removed for brevity -->

    <documentFilings>
       <filingDate>28 May 1987</filingDate>
       <filingType>Change in Reg Office Address</filingType>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </documentFilings>
    <zzResponse>
       <zzResponseCode/>
       <zzResponseSuccess>true</zzResponseSuccess>
       <zzResponseText>getDocumentFilings</zzResponseText>
    </zzResponse>
   </return>
  </ns2:getDocumentFilingsResponse>
</soap:Body>
Read More

Top of Page

Mortgage Data


All mortgages lodged against the company –both active and satisfied.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getMortgageData xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getMortgageData>
</soap:Body>

Response

<soap:Body>
   <ns2:getMortgageDataResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
      <return>
         <mortgageData>
            <chargeNumber>3</chargeNumber>
            <chargesOutstanding>1</chargesOutstanding>
            <chargesSatisfied>2</chargesSatisfied>
            <coName>JORDANS LIMITED</coName>
            <coNumber>00865285</coNumber>
            <coStatus>Live</coStatus>
            <lineNumber>1</lineNumber>
            <text>0003 GUARANTEE & DEBENTURE</text>
            <zzResponse>
               <zzResponseCode/>
               <zzResponseSuccess>true</zzResponseSuccess>
               <zzResponseText/>
            </zzResponse>
         </mortgageData>

         <-- Section removed for brevity -->

         <mortgageData>
            <chargeNumber>1</chargeNumber>
            <chargesOutstanding>1</chargesOutstanding>
            <chargesSatisfied>2</chargesSatisfied>
            <coName>JORDANS LIMITED</coName>
            <coNumber>00865285</coNumber>
            <coStatus>Live</coStatus>
            <lineNumber>11</lineNumber>
            <text>MACHINEERY</text>
            <zzResponse>
               <zzResponseCode/>
               <zzResponseSuccess>true</zzResponseSuccess>
               <zzResponseText/>
            </zzResponse>
         </mortgageData>
         <zzResponse>
            <zzResponseCode/>
            <zzResponseSuccess>true</zzResponseSuccess>
            <zzResponseText>getMortgageData</zzResponseText>
         </zzResponse>
      </return>
   </ns2:getMortgageDataResponse>
</soap:Body>
Read More

Top of Page

Trading Addresses


All trading addresses for the company. Trading address 0 is always the registered office address.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getTradingAddresses xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getTradingAddresses>
</soap:Body>

Response

<soap:Body>
  <ns2:getTradingAddressesResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <tradingAddresses>
           <addressNumber>0</addressNumber>
           <areaCode>BS 1</areaCode>
           <careOfAddress/>
           <coNumber>00865285</coNumber>
           <numberOfEmployees>0</numberOfEmployees>
           <poBoxAddress/>
           <roPostcode>BS1 6JS</roPostcode>
           <roTelNo>9230600</roTelNo>
           <telStdCode>0117</telStdCode>
           <tradingAddress1>21 St. Thomas Street</tradingAddress1>
           <tradingAddress2/>
           <tradingAddress3/>
           <tradingAddress4>Bristol</tradingAddress4>
           <tradingAddress5/>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </tradingAddresses>

        <-- Section remvoed for brevity -->

        <tradingAddresses>
           <addressNumber>2</addressNumber>
           <areaCode>L  2</areaCode>
           <careOfAddress/>
           <coNumber>00865285</coNumber>
           <numberOfEmployees>0</numberOfEmployees>
           <poBoxAddress/>
           <roPostcode>L2 5QQ</roPostcode>
           <roTelNo/>
           <telStdCode/>
           <tradingAddress1>13 Victoria Street</tradingAddress1>
           <tradingAddress2/>
           <tradingAddress3/>
           <tradingAddress4>Liverpool</tradingAddress4>
           <tradingAddress5>Merseyside</tradingAddress5>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </tradingAddresses>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText>getTradingAddresses</zzResponseText>
        </zzResponse>
     </return>
  </ns2:getTradingAddressesResponse>
</soap:Body>
Read More

Top of Page

Contact Data (Excluding Emails)


This returns standard contact data without any email data. If an email address exists for an individual contact then the email field will contain ‘ ** email exists **'.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getContactData xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getContactData>
</soap:Body>

Response

<soap:Body>
  <ns2:getContactDataResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
   <return>
    <contactData>
       <addressNumber>0</addressNumber>
       <coNumber>02686904</coNumber>
       <contactEmail>** email available **</contactEmail>
       <contactFirstName>Louisa</contactFirstName>
       <contactInitials>L</contactInitials>
       <contactJobCode>583</contactJobCode>
       <contactJobDescription>HEAD OF COMMUNICATIONS</contactJobDescription>
       <contactMiddleName/>
       <contactPrefix>Ms</contactPrefix>
       <contactSurname>Scadden</contactSurname>
       <contactTypeCode>C</contactTypeCode>
       <postalTitle>Ms L. Scadden</postalTitle>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </contactData>

    <-- Section removed for brevity -->

    <contactData>
       <addressNumber>0</addressNumber>
       <coNumber>02686904</coNumber>
       <contactEmail/>
       <contactFirstName>Henry</contactFirstName>
       <contactInitials>H</contactInitials>
       <contactJobCode>MD</contactJobCode>
       <contactJobDescription>MANAGING DIRECTOR</contactJobDescription>
       <contactMiddleName/>
       <contactPrefix>Mr</contactPrefix>
       <contactSurname>Engelhardt</contactSurname>
       <contactTypeCode>E</contactTypeCode>
       <postalTitle>Mr H. Engelhardt</postalTitle>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </contactData>
    <zzResponse>
       <zzResponseCode/>
       <zzResponseSuccess>true</zzResponseSuccess>
       <zzResponseText>getContactData</zzResponseText>
    </zzResponse>
   </return>
  </ns2:getContactDataResponse>
</soap:Body>
Read More

Top of Page

Contacts With Emails Only


This only returns those contacts that have email addresses.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getContactsWithEmailsOnly xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getContactsWithEmailsOnly>
</soap:Body>

Response

<soap:Body>
  <ns2:getContactsWithEmailsOnlyResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
   <return>
    <contactData>
       <addressNumber>0</addressNumber>
       <coNumber>02686904</coNumber>
       <contactEmail>[email protected]</contactEmail>
       <contactFirstName>Louisa</contactFirstName>
       <contactInitials>L</contactInitials>
       <contactJobCode>583</contactJobCode>
       <contactJobDescription>HEAD OF COMMUNICATIONS</contactJobDescription>
       <contactMiddleName/>
       <contactPrefix>Ms</contactPrefix>
       <contactSurname>Scadden</contactSurname>
       <contactTypeCode>C</contactTypeCode>
       <postalTitle>Ms L. Scadden</postalTitle>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </contactData>

    <-- Section removed for brevity -->

    <contactData>
       <addressNumber>0</addressNumber>
       <coNumber>02686904</coNumber>
       <contactEmail>[email protected]</contactEmail>
       <contactFirstName>Brian</contactFirstName>
       <contactInitials>B</contactInitials>
       <contactJobCode>MD</contactJobCode>
       <contactJobDescription>MANAGING DIRECTOR</contactJobDescription>
       <contactMiddleName/>
       <contactPrefix>Mr</contactPrefix>
       <contactSurname>Martin</contactSurname>
       <contactTypeCode>E</contactTypeCode>
       <postalTitle>Mr B. Martin</postalTitle>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </contactData>
    <zzResponse>
       <zzResponseCode/>
       <zzResponseSuccess>true</zzResponseSuccess>
       <zzResponseText>getContactsWithEmailsOnly</zzResponseText>
    </zzResponse>
   </return>
  </ns2:getContactsWithEmailsOnlyResponse>
</soap:Body>
Read More

Top of Page

Contacts Including Emails


This returns all contact data and includes emails for those that are available.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getContactsIncludingEmails xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getContactsIncludingEmails>
</soap:Body>

Response

<soap:Body>
  <ns2:getContactsIncludingEmailsResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <contactData>
        <addressNumber>0</addressNumber>
        <coNumber>02686904</coNumber>
        <contactEmail>[email protected]</contactEmail>
        <contactFirstName>Louisa</contactFirstName>
        <contactInitials>L</contactInitials>
        <contactJobCode>583</contactJobCode>
        <contactJobDescription>HEAD OF COMMUNICATIONS</contactJobDescription>
        <contactMiddleName/>
        <contactPrefix>Ms</contactPrefix>
        <contactSurname>Scadden</contactSurname>
        <contactTypeCode>C</contactTypeCode>
        <postalTitle>Ms L. Scadden</postalTitle>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
      </contactData>

      <-- Section removed for brevity -->

      <contactData>
        <addressNumber>0</addressNumber>
        <coNumber>02686904</coNumber>
        <contactEmail/>
        <contactFirstName>Henry</contactFirstName>
        <contactInitials>H</contactInitials>
        <contactJobCode>MD</contactJobCode>
        <contactJobDescription>MANAGING DIRECTOR</contactJobDescription>
        <contactMiddleName/>
        <contactPrefix>Mr</contactPrefix>
        <contactSurname>Engelhardt</contactSurname>
        <contactTypeCode>E</contactTypeCode>
        <postalTitle>Mr H. Engelhardt</postalTitle>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
      </contactData>
      <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText>getContactsIncludingEmails</zzResponseText>
      </zzResponse>
    </return>
  </ns2:getContactsIncludingEmailsResponse>
</soap:Body>
Read More

Top of Page

Gazette Data


Gives detail information on any Gazette data held against the company.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getGazetteData xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getGazetteData>
</soap:Body>

Response

<soap:Body>
  <ns2:getGazetteDataResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
   <return>
    <gazetteData>
       <coNumber>FC019261</coNumber>
       <gazetteCategory>Creditors Voluntary Winding-Up - Meetings of Creditors</gazetteCategory>
       <gazetteEntryDate>20090601</gazetteEntryDate>
       <gazetteEntryDescription>Date of meeting of Creditors</gazetteEntryDescription>
       <gazetteEntryDetail>5 June 2009</gazetteEntryDetail>
       <poBoxAddress/>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </gazetteData>

    <-- Section removed for brevity -->

    <gazetteData>
       <coNumber>FC019261</coNumber>
       <gazetteCategory>Creditors Voluntary Winding-up - Appointment of Liquidators</gazetteCategory>
       <gazetteEntryDate>20090617</gazetteEntryDate>
       <gazetteEntryDescription>Practitioner Details</gazetteEntryDescription>
       <gazetteEntryDetail>A. J. Clark of Carter Clark, Meridian House, 62 Station Road, North Chingford, London E4 7BA</gazetteEntryDetail>
       <poBoxAddress/>
       <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
       </zzResponse>
    </gazetteData>
    <zzResponse>
       <zzResponseCode/>
       <zzResponseSuccess>true</zzResponseSuccess>
       <zzResponseText>getGazetteData</zzResponseText>
    </zzResponse>
   </return>
  </ns2:getGazetteDataResponse>
</soap:Body>
Read More

Top of Page

Advisors & FTSE Codes


This provides the advisors and FTSE codes for an individual company.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getAdvisorsAndFtseCodes xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getAdvisorsAndFtseCodes>
</soap:Body>

Response

<soap:Body>
  <ns2:getAdvisorsAndFtseCodesResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
    <advisorsAndFtseCodes>
      <broker/>
        <coNumber>02686904</coNumber>
        <companyTypeDesc>Private Limited</companyTypeDesc>
        <financialAdvisor/>
        <ftseIndexIndicator/>
        <ftseTechIndicator/>
        <insuranceAdvisor/>
        <latestAnnualReturn>20150212</latestAnnualReturn>
        <nominatedAdvisor/>
        <prConsultant/>
        <registrar/>
        <solicitor1/>
        <solicitor2/>
        <solicitor3/>
      <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText/>
      </zzResponse>
    </advisorsAndFtseCodes>
    <zzResponse>
       <zzResponseCode/>
       <zzResponseSuccess>true</zzResponseSuccess>
       <zzResponseText>getAdvisorsAndFtseCodes</zzResponseText>
    </zzResponse>
    </return>
  </ns2:getAdvisorsAndFtseCodesResponse>
</soap:Body>
Read More

Top of Page

Overview

Data Packet Sections Included
All Data All sections of data for a company excluding premium emails.
Data will include latest 5 years if accounts where applicable
Company Summary Company Summary
Name Changes
Ownership Data Shareholders
Group Structure
Financial Data CCJ Details
Credit Scores
Accounts Summary
Accounts Details (Last 5 years where available)
Gazette (Currently not available)
Advisors and FTSE index (Currently not available)
Bankers (Currently not available)
Current Credit Scores Credit scores
Business Performance Data Account ratios (Latest 5 years where available)
Trading Addresses Trading addresses
Director Data Officers
Officers other directorships (Linked by director number)
Standard Contact Data Contact data
Premium Contact Data Contacts with Emails. Returns ONLY contacts that have emails.
Company Filing History Document filings
Co House Documents This will be retrieved via the Document Image Bank
Mortgage Data Mortgage data
Company Director Links This allows all directorships to be retrieved for a specific director number. The Director lookup call will return a list of director details for a specific director name or postcode passed in as parameters. This call will then take a specific director number and return the directorships for that director.
An additional parameter is passed into the call. This will determine if the returned data includes Active Directorships only (pass in an ‘A'). By passing in a blank all directorships for the director will be returned.
Data Packet Sections Included
All Data Company Summary Data
Company Name
Credit Score & Rating
CCJ Details
Company Address
Trading Address
Standard Contacts - Name & Address
Payment Details
Owners
Top of Page

Data Packets - All Data


This provides all sections of data for a company excluding premium emails. Data will include latest 5 years if accounts where applicable.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketAllData xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketAllData>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketAllDataResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <accountsDetail>
           <accruDefrdInc>-33976</accruDefrdInc>

           <-- Section removed for brevity -->

           <workProgress>0</workProgress>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </accountsDetail>

        <-- Section removed for brevity -->

        <accountsRatios>
           <assetCover>0.0</assetCover>
           <assetPerEmpl>97339</assetPerEmpl>
           <avRenumEmp>30111</avRenumEmp>
           <creditPayment>340.28</creditPayment>
           <curRatio>1.37</curRatio>
           <debtCollect>640.46</debtCollect>
           <debtTurnover>0.57</debtTurnover>
           <fixAssetTurnover>11.59</fixAssetTurnover>
           <gearing>3.27</gearing>
           <interestCover>0.0</interestCover>
           <liqRatio>1.37</liqRatio>
           <netAssetTurnover>1.25</netAssetTurnover>
           <periodEnd>12/2013</periodEnd>
           <profitMargin>154.51</profitMargin>
           <profitPerEmp>55075</profitPerEmp>
           <returnCapEmp>193.46</returnCapEmp>
           <returnShareholder>199.79</returnShareholder>
           <returnTotAsset>56.58</returnTotAsset>
           <salariesTurnover>84.48</salariesTurnover>
           <shareholderFund>27566</shareholderFund>
           <shareholderLiqRatio>30.56</shareholderLiqRatio>
           <solvencyRatio>28.32</solvencyRatio>
           <stockHeld>0</stockHeld>
           <stockTurnover>0.0</stockTurnover>
           <turnoverPerEmp>35645</turnoverPerEmp>
           <workingCap>25393</workingCap>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </accountsRatios>

        <-- Section removed for brevity -->

        <accountsSummary>
           <accountsType>6</accountsType>

           <-- Section removed for brevity -->

           <ultimateOwnerNo>03849958</ultimateOwnerNo>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </accountsSummary>
        <ccjDetails>
           <ccjCase>
              <ccjAmount>149</ccjAmount>
              <ccjCaseNumber>B0QZ180N</ccjCaseNumber>
              <ccjCourt>COUNTY COURT BUSINESS CENTRE</ccjCourt>
              <ccjJudgementDate>20150409</ccjJudgementDate>
              <ccjPaidDate>0</ccjPaidDate>
              <ccjSatisfiedOrOutstanding>Outstanding</ccjSatisfiedOrOutstanding>
              <ccjStatusCode>JG</ccjStatusCode>
              <coNumber>02686904</coNumber>
              <zzResponse>
                 <zzResponseCode/>
                 <zzResponseSuccess>true</zzResponseSuccess>
                 <zzResponseText/>
              </zzResponse>
           </ccjCase>

           <-- Section removed for brevity -->

           <totalNo>102</totalNo>
           <totalNo1YrAgo>40</totalNo1YrAgo>

           <-- Section removed for brevity -->

           <totalValUnSat6Yr>4268</totalValUnSat6Yr>
           <totalValue>319552</totalValue>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </ccjDetails>
        <companyRegNo>02686904</companyRegNo>
        <companySummary>
           <accountsFilingDate>24 Sep 2014</accountsFilingDate>

           <-- Section removed for brevity -->

           <www>elepant.co.uk</www>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </companySummary>
        <contactData>
           <addressNumber>0</addressNumber>
           <coNumber>02686904</coNumber>
           <contactEmail>** email available **</contactEmail>
           <contactFirstName>Louisa</contactFirstName>
           <contactInitials>L</contactInitials>
           <contactJobCode>583</contactJobCode>
           <contactJobDescription>HEAD OF COMMUNICATIONS</contactJobDescription>
           <contactMiddleName/>
           <contactPrefix>Ms</contactPrefix>
           <contactSurname>Scadden</contactSurname>
           <contactTypeCode>C</contactTypeCode>
           <postalTitle>Ms L. Scadden</postalTitle>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </contactData>

        <-- Section removed for brevity -->

        <creditScores>
           <adverseInfo>There are NO liquidation, receivership ,administration or winding-up documents recorded by Companies House.</adverseInfo>
           <curYearBand>Normal</curYearBand>
           <curYearScore>47</curYearScore>
           <curYearYearEnd>20131231</curYearYearEnd>
           <lastYearBand>Stable</lastYearBand>
           <lastYearScore>60</lastYearScore>
           <lastYearYearEnd>20121231</lastYearYearEnd>
           <rating>999999</rating>
           <ultimateOwnerName>ADMIRAL GROUP PLC</ultimateOwnerName>
           <ultimateOwnerNo>03849958</ultimateOwnerNo>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </creditScores>
        <documentFilings>
           <filingDate>26 Mar 2015</filingDate>
           <filingType>Change in Reg Office Address</filingType>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </documentFilings>

        <-- Section removed for brevity -->

        <groupStructure>
           <coQueried/>
           <count>1</count>
           <dissDormant/>
           <foreignCoInd/>
           <jwType>JW</jwType>
           <structureLevel>0</structureLevel>
           <subInd>*</subInd>
           <subName>ADMIRAL GROUP PLC</subName>
           <subNumber>03849958</subNumber>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </groupStructure>

        <-- Section removed for brevity -->

        <mortgageData>
           <chargeNumber>9</chargeNumber>
           <chargesOutstanding>6</chargesOutstanding>
           <chargesSatisfied>3</chargesSatisfied>
           <coName>EUI LIMITED</coName>
           <coNumber>02686904</coNumber>
           <coStatus>Live</coStatus>
           <lineNumber>1</lineNumber>
           <text>0009 DEED OF CHARGE OVER CREDIT BALANCES</text>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </mortgageData>

        <-- Section removed for brevity -->

        <nameChanges>
           <changeDate>31/07/2006</changeDate>
           <changeName>ADMIRAL INSURANCE SERVICES LIMITED/EUI LIMITED</changeName>
           <coNumber>02686904</coNumber>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </nameChanges>

        <-- Section removed for brevity -->

        <officers>
           <address>Ty Admiral David Street,Cardiff,United Kingdom,CF10 2EH</address>

           <-- Section removed for brevity -->

           <surname>Engelhardt</surname>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </officers>

        <-- Section removed for brevity -->

        <officersOtherDirectorships>
           <coName>ADMIRAL INSURANCE (GIBRALTAR) LIMITED</coName>
           <coNum>FC024774</coNum>
           <dirApptDate>16/09/2003</dirApptDate>
           <dirCurrFlag>C</dirCurrFlag>
           <dirNumber>D02381091</dirNumber>
           <dirResgnDate/>
           <dirSecTypeDesc>Director</dirSecTypeDesc>
           <dirType>88</dirType>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </officersOtherDirectorships>

        <-- Section removed for brevity -->

        <shareHolders>
           <ARDate>12/02/2015</ARDate>

           <-- Section removed for brevity -->

           <shares>1000</shares>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </shareHolders>
        <tradingAddresses>
           <addressNumber>0</addressNumber>

           <-- Section removed for brevity -->

           <tradingAddress5/>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </tradingAddresses>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketAllDataResponse>
</soap:Body>
Read More

Top of Page

All Data Premium (Including Emails)


This provides all sections of data for a company including premium emails. Data will include latest 5 years if accounts where applicable.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketAllDataPremium xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketAllDataPremium>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketAllDataPremiumResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <accountsDetail>
           <accruDefrdInc>-33976</accruDefrdInc>

           <-- Section removed for brevity -->

           <workProgress>0</workProgress>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </accountsDetail>

        <-- Section removed for brevity -->

        <accountsRatios>
           <assetCover>0.0</assetCover>
           <assetPerEmpl>97339</assetPerEmpl>
           <avRenumEmp>30111</avRenumEmp>
           <creditPayment>340.28</creditPayment>
           <curRatio>1.37</curRatio>
           <debtCollect>640.46</debtCollect>
           <debtTurnover>0.57</debtTurnover>
           <fixAssetTurnover>11.59</fixAssetTurnover>
           <gearing>3.27</gearing>
           <interestCover>0.0</interestCover>
           <liqRatio>1.37</liqRatio>
           <netAssetTurnover>1.25</netAssetTurnover>
           <periodEnd>12/2013</periodEnd>
           <profitMargin>154.51</profitMargin>
           <profitPerEmp>55075</profitPerEmp>
           <returnCapEmp>193.46</returnCapEmp>
           <returnShareholder>199.79</returnShareholder>
           <returnTotAsset>56.58</returnTotAsset>
           <salariesTurnover>84.48</salariesTurnover>
           <shareholderFund>27566</shareholderFund>
           <shareholderLiqRatio>30.56</shareholderLiqRatio>
           <solvencyRatio>28.32</solvencyRatio>
           <stockHeld>0</stockHeld>
           <stockTurnover>0.0</stockTurnover>
           <turnoverPerEmp>35645</turnoverPerEmp>
           <workingCap>25393</workingCap>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </accountsRatios>

        <-- Section removed for brevity -->

        <accountsSummary>
           <accountsType>6</accountsType>

           <-- Section removed for brevity -->

           <ultimateOwnerNo>03849958</ultimateOwnerNo>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </accountsSummary>
        <advisorsAndFtseCodes>
           <broker/>
           <coNumber>02686904</coNumber>
           <companyTypeDesc>Private Limited</companyTypeDesc>
           <financialAdvisor/>
           <ftseIndexIndicator/>
           <ftseTechIndicator/>
           <insuranceAdvisor/>
           <latestAnnualReturn>20150212</latestAnnualReturn>
           <nominatedAdvisor/>
           <prConsultant/>
           <registrar/>
           <solicitor1/>
           <solicitor2/>
           <solicitor3/>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </advisorsAndFtseCodes>
        <bankerDetails>
           <bankAddress1>LLOYDS TSB BANK PLC</bankAddress1>
           <bankAddress2>113-116 LEADENHALL STREET</bankAddress2>
           <bankAddress3>LONDON</bankAddress3>
           <bankAddress4/>
           <bankAddress5/>
           <bankCode>LL</bankCode>
           <bankName>LLOYDS TSB BANK PLC</bankName>
           <bankPostcode>EC3A 4AX</bankPostcode>
           <bankSortCode>30-94-92</bankSortCode>
           <coNumber>02686904</coNumber>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </bankerDetails>
        <ccjDetails>
           <ccjCase>
              <ccjAmount>149</ccjAmount>
              <ccjCaseNumber>B0QZ180N</ccjCaseNumber>
              <ccjCourt>COUNTY COURT BUSINESS CENTRE</ccjCourt>
              <ccjJudgementDate>20150409</ccjJudgementDate>
              <ccjPaidDate>0</ccjPaidDate>
              <ccjSatisfiedOrOutstanding>Outstanding</ccjSatisfiedOrOutstanding>
              <ccjStatusCode>JG</ccjStatusCode>
              <coNumber>02686904</coNumber>
              <zzResponse>
                 <zzResponseCode/>
                 <zzResponseSuccess>true</zzResponseSuccess>
                 <zzResponseText/>
              </zzResponse>
           </ccjCase>

           <-- Section removed for brevity -->

           <totalNo>102</totalNo>
           <totalNo1YrAgo>40</totalNo1YrAgo>

           <-- Section removed for brevity -->

           <totalValue>319552</totalValue>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </ccjDetails>
        <companyRegNo>02686904</companyRegNo>
        <companySummary>
           <accountsFilingDate>24 Sep 2014</accountsFilingDate>

           <-- Section removed for brevity -->

           <www>elepant.co.uk</www>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </companySummary>
        <contactData>
           <addressNumber>0</addressNumber>
           <coNumber>02686904</coNumber>
           <contactEmail>[email protected]</contactEmail>
           <contactFirstName>Louisa</contactFirstName>
           <contactInitials>L</contactInitials>
           <contactJobCode>583</contactJobCode>
           <contactJobDescription>HEAD OF COMMUNICATIONS</contactJobDescription>
           <contactMiddleName/>
           <contactPrefix>Ms</contactPrefix>
           <contactSurname>Scadden</contactSurname>
           <contactTypeCode>C</contactTypeCode>
           <postalTitle>Ms L. Scadden</postalTitle>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </contactData>

        <-- Section  removed for brevity -->

        <creditScores>
           <adverseInfo>There are NO liquidation, receivership ,administration or winding-up documents recorded by Companies House.</adverseInfo>
           <curYearBand>Normal</curYearBand>
           <curYearScore>47</curYearScore>
           <curYearYearEnd>20131231</curYearYearEnd>
           <lastYearBand>Stable</lastYearBand>
           <lastYearScore>60</lastYearScore>
           <lastYearYearEnd>20121231</lastYearYearEnd>
           <rating>999999</rating>
           <ultimateOwnerName>ADMIRAL GROUP PLC</ultimateOwnerName>
           <ultimateOwnerNo>03849958</ultimateOwnerNo>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </creditScores>
        <documentFilings>
           <filingDate>26 Mar 2015</filingDate>
           <filingType>Change in Reg Office Address</filingType>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </documentFilings>

        <-- Section removed for brevity -->

        <groupStructure>
           <coQueried/>
           <count>1</count>
           <dissDormant/>
           <foreignCoInd/>
           <jwType>JW</jwType>
           <structureLevel>0</structureLevel>
           <subInd>*</subInd>
           <subName>ADMIRAL GROUP PLC</subName>
           <subNumber>03849958</subNumber>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </groupStructure>

        <-- Section removed for brevity -->

        <mortgageData>
           <chargeNumber>9</chargeNumber>
           <chargesOutstanding>6</chargesOutstanding>
           <chargesSatisfied>3</chargesSatisfied>
           <coName>EUI LIMITED</coName>
           <coNumber>02686904</coNumber>
           <coStatus>Live</coStatus>
           <lineNumber>1</lineNumber>
           <text>0009 DEED OF CHARGE OVER CREDIT BALANCES</text>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </mortgageData>

        <-- Section removed for brevity -->

        <nameChanges>
           <changeDate>31/07/2006</changeDate>
           <changeName>ADMIRAL INSURANCE SERVICES LIMITED/EUI LIMITED</changeName>
           <coNumber>02686904</coNumber>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </nameChanges>

        <-- Section removed for brevity -->

        <officers>
           <address>Ty Admiral David Street,Cardiff,United Kingdom,CF10 2EH</address>
           <addressLine1>Ty Admiral David Street</addressLine1>
           <addressLine2/>
           <addressLine3>Cardiff</addressLine3>
           <addressLine4/>
           <addressLine5>United Kingdom</addressLine5>
           <appointmentDateLong>19920203</appointmentDateLong>
           <appointmentDateStr>03/02/1992</appointmentDateStr>
           <companyIndicator/>
           <companyNumber>02686904</companyNumber>
           <currentChangeNumber>3</currentChangeNumber>
           <currentFlag>C</currentFlag>
           <dateOfBirthStr>17/01/1958</dateOfBirthStr>
           <directorDescription>Director</directorDescription>
           <directorNumber>D02381091</directorNumber>
           <directorPrefix>Mr</directorPrefix>
           <directorType>88</directorType>
           <disqualificationExemptAtThisCompany/>
           <disqualifiedEndDate/>
           <disqualifiedMatchLevel/>
           <disqualifiedStartDate/>
           <forename>Henry</forename>
           <initials>HA</initials>
           <middleNames>Allan</middleNames>
           <name>Mr H.A. Engelhardt</name>
           <nationality>American</nationality>
           <nationalityCode>840</nationalityCode>
           <postalArea>CF10</postalArea>
           <postcode>CF10 2EH</postcode>
           <resignationDateLong>0</resignationDateLong>
           <resignationDateStr/>
           <serviceAddressFlag>Y</serviceAddressFlag>
           <surname>Engelhardt</surname>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </officers>

        <-- Section removed for brevity -->

        <officersOtherDirectorships>
           <coName>ADMIRAL INSURANCE (GIBRALTAR) LIMITED</coName>
           <coNum>FC024774</coNum>
           <dirApptDate>16/09/2003</dirApptDate>
           <dirCurrFlag>C</dirCurrFlag>
           <dirNumber>D02381091</dirNumber>
           <dirResgnDate/>
           <dirSecTypeDesc>Director</dirSecTypeDesc>
           <dirType>88</dirType>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </officersOtherDirectorships>

        <-- Section removed for brevity -->

        <shareHolders>
           <ARDate>12/02/2015</ARDate>
           <coNumber>03849958</coNumber>
           <currency>GBP</currency>
           <issuedCapital>1000</issuedCapital>
           <shareholder>ADMIRAL GROUP PLC</shareholder>
           <shareholderCountry/>
           <shareholderForenames/>
           <shareholderSurname>ADMIRAL GROUP PLC</shareholderSurname>
           <shareholderTitle/>
           <shareholderType>1</shareholderType>
           <shareholding>1,000 ORDINARY £ 1.000000</shareholding>
           <shares>1000</shares>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </shareHolders>
        <tradingAddresses>
           <addressNumber>0</addressNumber>
           <areaCode>CF10</areaCode>
           <careOfAddress/>
           <coNumber>02686904</coNumber>
           <numberOfEmployees>0</numberOfEmployees>
           <poBoxAddress/>
           <roPostcode>CF10 2EH</roPostcode>
           <roTelNo/>
           <telStdCode/>
           <tradingAddress1>Ty Admiral David Street</tradingAddress1>
           <tradingAddress2/>
           <tradingAddress3/>
           <tradingAddress4>Cardiff</tradingAddress4>
           <tradingAddress5/>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </tradingAddresses>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketAllDataPremiumResponse>
</soap:Body>
Read More

Top of Page

Company Summary


Overall summary information for the company – includes details such as name, the registered office address, important filing dates and company type.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketCompanySummary xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketCompanySummary>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketCompanySummaryResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <companyRegNo>02686904</companyRegNo>
        <companySummary>
           <accountsFilingDate>24 Sep 2014</accountsFilingDate>

           <-- Section removed for brevity -->

           <www>elepant.co.uk</www>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </companySummary>
        <nameChanges>
           <changeDate>31/07/2006</changeDate>
           <changeName>ADMIRAL INSURANCE SERVICES LIMITED/EUI LIMITED</changeName>
           <coNumber>02686904</coNumber>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </nameChanges>

        <-- Section removed for brevity -->

        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketCompanySummaryResponse>
</soap:Body>
Read More

Top of Page

Ownership Data


This provides Shareholders and a company Group Structure (Company Tree) for a particular company.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketOwnershipData xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketOwnershipData>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketOwnershipDataResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <companyRegNo>02686904</companyRegNo>
        <groupStructure>
           <coQueried/>
           <count>1</count>
           <dissDormant/>
           <foreignCoInd/>
           <jwType>JW</jwType>
           <structureLevel>0</structureLevel>
           <subInd>*</subInd>
           <subName>ADMIRAL GROUP PLC</subName>
           <subNumber>03849958</subNumber>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </groupStructure>

        <-- Section removed for brevity -->

        <shareHolders>
           <ARDate>12/02/2015</ARDate>
           <coNumber>03849958</coNumber>
           <currency>GBP</currency>
           <issuedCapital>1000</issuedCapital>
           <shareholder>ADMIRAL GROUP PLC</shareholder>
           <shareholderCountry/>
           <shareholderForenames/>
           <shareholderSurname>ADMIRAL GROUP PLC</shareholderSurname>
           <shareholderTitle/>
           <shareholderType>1</shareholderType>
           <shareholding>1,000 ORDINARY £ 1.000000</shareholding>
           <shares>1000</shares>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </shareHolders>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketOwnershipDataResponse>
</soap:Body>
Read More

Top of Page

Financial Data


This provides the following:
CCJ Details, Credit Scores
Accounts Summary
Accounts Details (latest 5 years where available)
Gazette (currently not available)
Advisors and FTSE index (currently not available)
Bankers (currently not available)
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketFinancialData xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketFinancialData>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketFinancialDataResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <accountsDetail>
           <accruDefrdInc>-33976</accruDefrdInc>

           <-- Section removed for brevity -->

           <workProgress>0</workProgress>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </accountsDetail>

        <-- Section removed for brevity -->

        <accountsSummary>
           <accountsType>6</accountsType>

           <-- Section removed for brevity -->

           <ultimateOwnerNo>03849958</ultimateOwnerNo>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </accountsSummary>
        <bankerDetails>
           <bankAddress1>LLOYDS TSB BANK PLC</bankAddress1>
           <bankAddress2>113-116 LEADENHALL STREET</bankAddress2>
           <bankAddress3>LONDON</bankAddress3>
           <bankAddress4/>
           <bankAddress5/>
           <bankCode>LL</bankCode>
           <bankName>LLOYDS TSB BANK PLC</bankName>
           <bankPostcode>EC3A 4AX</bankPostcode>
           <bankSortCode>30-94-92</bankSortCode>
           <coNumber>02686904</coNumber>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </bankerDetails>
        <ccjDetails>
           <ccjCase>
              <ccjAmount>149</ccjAmount>
              <ccjCaseNumber>B0QZ180N</ccjCaseNumber>
              <ccjCourt>COUNTY COURT BUSINESS CENTRE</ccjCourt>
              <ccjJudgementDate>20150409</ccjJudgementDate>
              <ccjPaidDate>0</ccjPaidDate>
              <ccjSatisfiedOrOutstanding>Outstanding</ccjSatisfiedOrOutstanding>
              <ccjStatusCode>JG</ccjStatusCode>
              <coNumber>02686904</coNumber>
              <zzResponse>
                 <zzResponseCode/>
                 <zzResponseSuccess>true</zzResponseSuccess>
                 <zzResponseText/>
              </zzResponse>
           </ccjCase>

           <-- Section removed for brevity -->

           <totalNo>102</totalNo>
           <totalNo1YrAgo>40</totalNo1YrAgo>

           <-- Section removed for brevity -->

           <totalValUnSat6Yr>4268</totalValUnSat6Yr>
           <totalValue>319552</totalValue>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </ccjDetails>
        <companyRegNo>02686904</companyRegNo>
        <creditScores>
           <adverseInfo>There are NO liquidation, receivership ,administration or winding-up documents recorded by Companies House.</adverseInfo>
           <curYearBand>Normal</curYearBand>
           <curYearScore>47</curYearScore>
           <curYearYearEnd>20131231</curYearYearEnd>
           <lastYearBand>Stable</lastYearBand>
           <lastYearScore>60</lastYearScore>
           <lastYearYearEnd>20121231</lastYearYearEnd>
           <rating>999999</rating>
           <ultimateOwnerName>ADMIRAL GROUP PLC</ultimateOwnerName>
           <ultimateOwnerNo>03849958</ultimateOwnerNo>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </creditScores>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketFinancialDataResponse>
</soap:Body>
Read More

Top of Page

Current Credit Scores


This provides the current and previous year's credit score and the band rating.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketCurrentCreditScores xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketCurrentCreditScores>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketCurrentCreditScoresResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <companyRegNo>02686904</companyRegNo>
        <creditScores>
           <adverseInfo>There are NO liquidation, receivership ,administration or winding-up documents recorded by Companies House.</adverseInfo>
           <curYearBand>Normal</curYearBand>
           <curYearScore>47</curYearScore>
           <curYearYearEnd>20131231</curYearYearEnd>
           <lastYearBand>Stable</lastYearBand>
           <lastYearScore>60</lastYearScore>
           <lastYearYearEnd>20121231</lastYearYearEnd>
           <rating>999999</rating>
           <ultimateOwnerName>ADMIRAL GROUP PLC</ultimateOwnerName>
           <ultimateOwnerNo>03849958</ultimateOwnerNo>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </creditScores>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketCurrentCreditScoresResponse>
</soap:Body>
Read More

Top of Page

Business Performance Data


This provides Account Ratios (latest 5 years where available).
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketBusinessPerformanceData xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketBusinessPerformanceData>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketBusinessPerformanceDataResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <accountsRatios>
           <assetCover>0.0</assetCover>
           <assetPerEmpl>97339</assetPerEmpl>
           <avRenumEmp>30111</avRenumEmp>
           <creditPayment>340.28</creditPayment>
           <curRatio>1.37</curRatio>
           <debtCollect>640.46</debtCollect>
           <debtTurnover>0.57</debtTurnover>
           <fixAssetTurnover>11.59</fixAssetTurnover>
           <gearing>3.27</gearing>
           <interestCover>0.0</interestCover>
           <liqRatio>1.37</liqRatio>
           <netAssetTurnover>1.25</netAssetTurnover>
           <periodEnd>12/2013</periodEnd>
           <profitMargin>154.51</profitMargin>
           <profitPerEmp>55075</profitPerEmp>
           <returnCapEmp>193.46</returnCapEmp>
           <returnShareholder>199.79</returnShareholder>
           <returnTotAsset>56.58</returnTotAsset>
           <salariesTurnover>84.48</salariesTurnover>
           <shareholderFund>27566</shareholderFund>
           <shareholderLiqRatio>30.56</shareholderLiqRatio>
           <solvencyRatio>28.32</solvencyRatio>
           <stockHeld>0</stockHeld>
           <stockTurnover>0.0</stockTurnover>
           <turnoverPerEmp>35645</turnoverPerEmp>
           <workingCap>25393</workingCap>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </accountsRatios>

        <-- Section removed for brevity -->

        <companyRegNo>02686904</companyRegNo>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketBusinessPerformanceDataResponse>
</soap:Body>
Read More

Top of Page

Trading Addresses


All trading addresses for the company. Trading address 0 is always the registered office address.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketTradingAddresses xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketTradingAddresses>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketTradingAddressesResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <companyRegNo>02686904</companyRegNo>
        <tradingAddresses>
           <addressNumber>0</addressNumber>
           <areaCode>CF10</areaCode>
           <careOfAddress/>
           <coNumber>02686904</coNumber>
           <numberOfEmployees>0</numberOfEmployees>
           <poBoxAddress/>
           <roPostcode>CF10 2EH</roPostcode>
           <roTelNo/>
           <telStdCode/>
           <tradingAddress1>Ty Admiral David Street</tradingAddress1>
           <tradingAddress2/>
           <tradingAddress3/>
           <tradingAddress4>Cardiff</tradingAddress4>
           <tradingAddress5/>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </tradingAddresses>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketTradingAddressesResponse>
</soap:Body>
Read More

Top of Page

Director Data


All active and resigned directors linked to the company. Contains disqualified details if an officer is disqualified.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketDirectorData xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketDirectorData>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketDirectorDataResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <companyRegNo>02686904</companyRegNo>
        <officers>
           <address>Ty Admiral David Street,Cardiff,United Kingdom,CF10 2EH</address>
           <addressLine1>Ty Admiral David Street</addressLine1>
           <addressLine2/>
           <addressLine3>Cardiff</addressLine3>
           <addressLine4/>
           <addressLine5>United Kingdom</addressLine5>
           <appointmentDateLong>19920203</appointmentDateLong>
           <appointmentDateStr>03/02/1992</appointmentDateStr>
           <companyIndicator/>
           <companyNumber>02686904</companyNumber>
           <currentChangeNumber>3</currentChangeNumber>
           <currentFlag>C</currentFlag>
           <dateOfBirthStr>17/01/1958</dateOfBirthStr>
           <directorDescription>Director</directorDescription>
           <directorNumber>D02381091</directorNumber>
           <directorPrefix>Mr</directorPrefix>
           <directorType>88</directorType>
           <disqualificationExemptAtThisCompany/>
           <disqualifiedEndDate/>
           <disqualifiedMatchLevel/>
           <disqualifiedStartDate/>
           <forename>Henry</forename>
           <initials>HA</initials>
           <middleNames>Allan</middleNames>
           <name>Mr H.A. Engelhardt</name>
           <nationality>American</nationality>
           <nationalityCode>840</nationalityCode>
           <postalArea>CF10</postalArea>
           <postcode>CF10 2EH</postcode>
           <resignationDateLong>0</resignationDateLong>
           <resignationDateStr/>
           <serviceAddressFlag>Y</serviceAddressFlag>
           <surname>Engelhardt</surname>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </officers>

        <-- Section removed for brevity -->

        <officersOtherDirectorships>
           <coName>ADMIRAL INSURANCE (GIBRALTAR) LIMITED</coName>
           <coNum>FC024774</coNum>
           <dirApptDate>16/09/2003</dirApptDate>
           <dirCurrFlag>C</dirCurrFlag>
           <dirNumber>D02381091</dirNumber>
           <dirResgnDate/>
           <dirSecTypeDesc>Director</dirSecTypeDesc>
           <dirType>88</dirType>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </officersOtherDirectorships>

        <-- Section removed for brevity -->

        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketDirectorDataResponse>
</soap:Body>
Read More

Top of Page

Standard Contact Data


This returns standard contact data without any email data. If an email address exists for an individual contact then the email field will contain ‘ ** email exists **'.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketStandardContactData xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketStandardContactData>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketStandardContactDataResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <companyRegNo>02686904</companyRegNo>
        <contactData>
           <addressNumber>0</addressNumber>
           <coNumber>02686904</coNumber>
           <contactEmail>** email available **</contactEmail>
           <contactFirstName>Louisa</contactFirstName>
           <contactInitials>L</contactInitials>
           <contactJobCode>583</contactJobCode>
           <contactJobDescription>HEAD OF COMMUNICATIONS</contactJobDescription>
           <contactMiddleName/>
           <contactPrefix>Ms</contactPrefix>
           <contactSurname>Scadden</contactSurname>
           <contactTypeCode>C</contactTypeCode>
           <postalTitle>Ms L. Scadden</postalTitle>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </contactData>

        <-- Section removed for brevity -->

        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketStandardContactDataResponse>
</soap:Body>
Read More

Top of Page

Premium Contact Data


This returns all contact data and includes emails for those that are available.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketPremiumContactData xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketPremiumContactData>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketPremiumContactDataResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <companyRegNo>02686904</companyRegNo>
        <contactData>
           <addressNumber>0</addressNumber>
           <coNumber>02686904</coNumber>
           <contactEmail>[email protected]</contactEmail>
           <contactFirstName>Louisa</contactFirstName>
           <contactInitials>L</contactInitials>
           <contactJobCode>583</contactJobCode>
           <contactJobDescription>HEAD OF COMMUNICATIONS</contactJobDescription>
           <contactMiddleName/>
           <contactPrefix>Ms</contactPrefix>
           <contactSurname>Scadden</contactSurname>
           <contactTypeCode>C</contactTypeCode>
           <postalTitle>Ms L. Scadden</postalTitle>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </contactData>

        <-- Section removed for brevity -->

        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketPremiumContactDataResponse>
</soap:Body>
Read More

Top of Page

Company Filing History


Provide a list of the dates of documents that have been filed at companies house for the company. This will ONLY return the latest document of each type that is available with the exception of adverse documents.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketCompanyFilingHistory xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketCompanyFilingHistory>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketCompanyFilingHistoryResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <companyRegNo>02686904</companyRegNo>
        <documentFilings>
           <filingDate>26 Mar 2015</filingDate>
           <filingType>Change in Reg Office Address</filingType>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </documentFilings>

        <-- Section removed for brevity -->

        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketCompanyFilingHistoryResponse>
</soap:Body>
Read More

Top of Page

Mortgage Data


All mortgages lodged against the company –both active and satisfied.
arg0 must contain the external customer reference number.
arg1 must be the specific company number.

Request

<soap:Body>
  <ns2:getDataPacketMortgageData xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1>01859731</arg1>
  </ns2:getDataPacketMortgageData>
</soap:Body>

Response

<soap:Body>
  <ns2:getDataPacketMortgageDataResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <companyRegNo>02686904</companyRegNo>
        <mortgageData>
           <chargeNumber>9</chargeNumber>
           <chargesOutstanding>6</chargesOutstanding>
           <chargesSatisfied>3</chargesSatisfied>
           <coName>EUI LIMITED</coName>
           <coNumber>02686904</coNumber>
           <coStatus>Live</coStatus>
           <lineNumber>1</lineNumber>
           <text>0009 DEED OF CHARGE OVER CREDIT BALANCES</text>
           <zzResponse>
              <zzResponseCode/>
              <zzResponseSuccess>true</zzResponseSuccess>
              <zzResponseText/>
           </zzResponse>
        </mortgageData>

        <-- Section removed for brevity -->

        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText/>
        </zzResponse>
     </return>
  </ns2:getDataPacketMortgageDataResponse>
</soap:Body>
Read More

Top of Page

Non Limited Company Methods

Search Non-Ltd Company


This is used to search a list of non-limited companies.
arg0 must contain the external customer reference number.
arg1 must contain the specific company number.
arg2 must contain the match type.
arg3 must contain the company type.
arg4 must contain the post code.
arg5 must contain the street.
arg6 must contain the city.
arg7 must contain the country code.

Request

<soap:Body>
  <ns2:searchNonLtdCompany xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0>yourRef</arg0>
    <arg1></arg1>
    <arg2></arg2>
    <arg3></arg3>
    <arg4></arg4>
    <arg5></arg5>
    <arg6></arg6>
    <arg7></arg7>
  </ns2:searchNonLtdCompany>
</soap:Body>
Read More

Response

<soap:Body>
  <ns2:searchNonLtdCompanyResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <searchNonLtdCompanies>
           <addressWithPhoneNumber>
              <city/>
              <country>GB</country>
              <houseNumber/>
              <phoneNumber/>
              <postalCode>DN33 2LY</postalCode>
              <province/>
              <simpleValue>17B WALTHAM ROAD, GRIMSBY</simpleValue>
              <street/>
           </addressWithPhoneNumber>
           <availableLanguages>EN</availableLanguages>
           <availableReportTypes>FULL</availableReportTypes>
           <dateOfLatestAccounts/>
           <id>GB003-1-4483518</id>
           <monitoring>true</monitoring>
           <name>C J W DEV</name>
           <officeType/>
           <onlineReports>true</onlineReports>
           <registrationNumber/>
           <safeNumber/>
           <status>Other</status>
           <type>NON_LTD</type>
           <vatNumber/>
        </searchNonLtdCompanies>

        <-- Section removed for brevity -->

        <searchNonLtdCompanies>
           <addressWithPhoneNumber>
              <city/>
              <country>GB</country>
              <houseNumber/>
              <phoneNumber/>
              <postalCode>DN33 2LY</postalCode>
              <province/>
              <simpleValue>43A WALTHAM ROAD, GRIMSBY</simpleValue>
              <street/>
           </addressWithPhoneNumber>
           <availableLanguages>EN</availableLanguages>
           <availableReportTypes>FULL</availableReportTypes>
           <dateOfLatestAccounts/>
           <id>GB003-1-1739421</id>
           <monitoring>true</monitoring>
           <name>SWEENEYS OF SCARTHO</name>
           <officeType/>
           <onlineReports>true</onlineReports>
           <registrationNumber/>
           <safeNumber/>
           <status>Other</status>
           <type>NON_LTD</type>
           <vatNumber/>
        </searchNonLtdCompanies>
        <zzResponse>
           <zzResponseCode/>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText>searchNonLtdCompany</zzResponseText>
        </zzResponse>
     </return>
  </ns2:searchNonLtdCompanyResponse>
</soap:Body>
Read More

Top of Page

Overview


Monitoring is also available for any non-limited UK business.
Companies are grouped together under a specific portfolio.
Each portfolio will have a unique identifier and events to be monitored are logged against the specific portfolio rather than individual companies.
There are 4 events that can be monitored against for a Non-Limited company:
AC – change of address
CL – Credit limit
CR – Credit score
PR – Negative data
These events must be set at Portfolio level so that ALL companies under the same portfolio will be monitored for the same events.
Portfolios are checked for any changes and methods are available to retrieve the non-limited company data.

Top of Page

Create Portfolio


This will create a Portfolio that will contain one or more companies that are to be monitored. This function has to be carried out prior to adding any Non-ltd companies to monitoring.
arg0 must contain the external customer reference.
arg1 must contain the chosen name of the portfolio.

Request

<soap:Body>
  <ns2:createNonLtdPortfolio xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0></arg0>
    <arg1></arg1>
  </ns2:createNonLtdPortfolio>
</soap:Body>

Response

<soap:Body>
  <ns2:createNonLtdPortfolioResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <portfolioDetails>
        <changedCompanies>0</changedCompanies>
        <creationDate>2015-04-14</creationDate>
        <lastSettingsChangeDate>2015-04-14</lastSettingsChangeDate>
        <monitoredCompanies>0</monitoredCompanies>
        <name>PortfolioTest</name>
      </portfolioDetails>
      <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText>createNonLtdPortfolio</zzResponseText>
      </zzResponse>
    </return>
  </ns2:createNonLtdPortfolioResponse>
</soap:Body>
Read More

Top of Page

List Portfolio


This will give a list of portfolios associated with an account/external reference.
arg0 must contain the external customer reference.
arg1 must contain the names of the portfolios.

Request

<soap:Body>
  <ns2:listPortfolios xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0></arg0>
    <arg1></arg1>
    <arg2></arg2>
  </ns2:listPortfolios>
</soap:Body>

Response

<soap:Body>
  <ns2:listPortfoliosResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <portfolioDetails>
        <changedCompanies>0</changedCompanies>
        <creationDate>2015-04-14</creationDate>
        <lastSettingsChangeDate>2015-04-14</lastSettingsChangeDate>
        <monitoredCompanies>0</monitoredCompanies>
        <name>PortfolioTest</name>
      </portfolioDetails>
      <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText>getNonLtdPortfolios</zzResponseText>
      </zzResponse>
    </return>
  </ns2:listPortfoliosResponse>
</soap:Body>
Read More

Top of Page

Remove Portfolio


This will remove a Portfolio that has previously been created.
arg0 must contain the external customer reference.
arg1 must contain the chosen name of the portfolio.

Request

<soap:Body>
  <ns2:removeNonLtdPortfolio xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0></arg0>
    <arg1></arg1>
    <arg2></arg2>
  </ns2:removeNonLtdPortfolio>
</soap:Body>

Response

<soap:Body>
  <ns2:removeNonLtdPortfolioResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <zzResponseCode/>
      <zzResponseSuccess>true</zzResponseSuccess>
      <zzResponseText>The following portfolio was removed: PortfolioTest1</zzResponseText>
    </return>
  </ns2:removeNonLtdPortfolioResponse>
</soap:Body>
Read More

Top of Page

Create Monitoring Rules


Companies to be monitored are grouped under a specific portfolio. The rules for monitoring are then linked to that portfolio via the CreateMonitoringRules method.
Non limited rules will be applicable to:
AC – Change of address
CL – Credit limit
CR – Credit score
PR – Negative data
When monitoring rules are added they will overwrite what was set before for that portfolio - all rules that are applicable to the portfolio must be set at the same time.
Therefore if you set 4 codes originally and then run the 'CreateMonitoringRules' method again but only have one event code rule then the specific portfolio will only have that one event code rule in it and the others set previously will be overwritten.

Request

<soap:Body>
  <ns2:createMonitoringRules xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0></arg0>
    <arg1></arg1>
    <arg2></arg2>
    <arg3></arg3>
    <arg4></arg4>
    <arg5></arg5>
  </ns2:createMonitoringRules>
</soap:Body>
Read More

Response

<soap:Body>
  <ns2:createMonitoringRulesResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <zzResponseCode/>
      <zzResponseSuccess>true</zzResponseSuccess>
      <zzResponseText/>
    </return>
  </ns2:createMonitoringRulesResponse>
</soap:Body>
Read More

Top of Page

Get Monitoring Rules


This will display the monitoring rules that have been created fro a specific portfolio.
arg0 must contain the external custom reference.
arg1 must contain the portfolio name.

Request

<soap:Body>
  <ns2:getMonitoringRules xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0></arg0>
    <arg1></arg1>
    <arg2></arg2>
    <arg3></arg3>
    <arg4></arg4>
    <arg5></arg5>
  </ns2:getMonitoringRules>
</soap:Body>
Read More

Response

<soap:Body>
  <ns2:getMonitoringRulesResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <monitoringDetails>
        <event>CL</event>
      </monitoringDetails>
      <monitoringDetails>
        <event>CR</event>
      </monitoringDetails>
      <monitoringDetails>
        <event>PR</event>
      </monitoringDetails>
      <monitoringDetails>
        <event>AC</event>
      </monitoringDetails>
      <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText>getMonitoringRules</zzResponseText>
      </zzResponse>
    </return>
  </ns2:getMonitoringRulesResponse>
</soap:Body>
Read More

Top of Page

Add Companies To A Portfolio


This will allow 1 or more companies to be added to a portfolio to be monitored. The company id will be returned from the searchNonLtdCompany call. 1 or more companies can be added through the same call.
arg0 must contain the external customer reference.
arg1 must contain the name of the portfolio.
arg2 must contain the chosen company numbers.

Request

<soap:Body>
  <ns2:addCompaniesToPortfolio xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0></arg0>
    <arg1></arg1>
    <arg2></arg2>
  </ns2:addCompaniesToPortfolio>
</soap:Body>

Response

<soap:Body>
  <ns2:addCompaniesToPortfolioResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <addCompaniesToPortfolioResult>
        <successfullyAddedCompanies>3</successfullyAddedCompanies>
        <totalCompanies>3</totalCompanies>
      </addCompaniesToPortfolioResult>
      <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText>addCompaniesToPortfolios</zzResponseText>
      </zzResponse>
    </return>
  </ns2:addCompaniesToPortfolioResponse>
</soap:Body>
Read More

Top of Page

Monitored Companies List


This will display a portfolio and provide details of the companies in the portfolio and details of any changes that have occurred over a defined period of time.
arg0 must contain the external customer reference.
arg1 must contain the portfolio name.
arg2 must contain the arg3 must contain the arg4 must contain the arg5 must contain the

Request

<soap:Body>
  <ns2:monitoredCompaniesList xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0></arg0>
    <arg1></arg1>
    <arg2></arg2>
    <arg3></arg3>
    <arg4></arg4>
    <arg5></arg5>
  </ns2:monitoredCompaniesList>
</soap:Body>
Read More

Response

<soap:Body>
  <ns2:monitoredCompaniesListResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <portfolioDetails>
        <changedCompanies>0</changedCompanies>
        <creationDate/>
        <lastSettingsChangeDate/>
        <monitoredCompanies>3</monitoredCompanies>
          <monitoredCompanyDetails>
            <address>
              <city>BRISTOL</city>
              <country/>
              <phoneNumber/>
              <postalCode>BS3 1JD</postalCode>
              <street>220 NORTH STREET</street>
            </address>
            <id>GB003-1-3830236</id>
            <name>THE TERRACE</name>
            <officeType/>
            <reference/>
            <status/>
            <type>NON_LTD</type>
          </monitoredCompanyDetails>
          <monitoredCompanyDetails>
            <address>
              <city>BRISTOL</city>
              <country/>
              <phoneNumber/>
              <postalCode>BS20 6LG</postalCode>
              <street>55 WEST HILL, PORTISHEAD</street>
            </address>
            <id>GB003-1-L00330089</id>
              <name>C E TERRY</name>
              <officeType/>
              <reference/>
              <status/>
              <type>NON_LTD</type>
          </monitoredCompanyDetails>
          <monitoredCompanyDetails>
            <address>
              <city/>
              <country/>
              <houseNumber/>
              <phoneNumber/>
              <postalCode/>
              <province/>
              <simpleValue/>
              <street/>
            </address>
            <id>GB003-1-L16510697</id>
            <name>[company details are not available at this point]</name>
            <officeType/>
            <reference/>
            <status/>
            <type/>
          </monitoredCompanyDetails>
          <name>PortfolioTest</name>
        </portfolioDetails>
      <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText>monitoredCompaniesList</zzResponseText>
      </zzResponse>
    </return>
  </ns2:monitoredCompaniesListResponse>
</soap:Body>
Read More

Top of Page

Remove Monitored Companies From A Portfolio


This will allow 1 or more companies that are being monitored to be removed from a portfolio.
arg0 must contain the external customer reference.
arg1 must contain the name of the portfolio.
arg2 must contain the company numbers.

Request

<soap:Body>
  <ns2:removeCompaniesFromPortfolio xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0></arg0>
    <arg1></arg1>
    <arg2></arg2>
  </ns2:removeCompaniesFromPortfolio>
</soap:Body>

Response

<soap:Body>
  <ns2:removeCompaniesFromPortfolioResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <return>
      <removeCompaniesFromPortfolioResult>
        <companyIds>GB003-1-L16510697</companyIds>
        <companyIds>GB003-1-3830236</companyIds>
      </removeCompaniesFromPortfolioResult>
      <zzResponse>
        <zzResponseCode/>
        <zzResponseSuccess>true</zzResponseSuccess>
        <zzResponseText>removeCompaniesFromPortfolios</zzResponseText>
      </zzResponse>
    </return>
  </ns2:removeCompaniesFromPortfolioResponse>
</soap:Body>
Read More

Top of Page

Get Non-Ltd Company Report


This is used to retrieve data for a non-ltd company.
arg0 must contain the external custom reference.
arg1 must contain the company number.
arg2 must contain the portfolio name.
arg3 must contain the monitoring reference.

Request

<soap:Body>
  <ns2:getNonLtdCompanyReport xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0></arg0>
    <arg1></arg1>
    <arg2></arg2>
    <arg3></arg3>
  </ns2:getNonLtdCompanyReport>
</soap:Body>

Response

<soap:Body>
  <ns2:getNonLtdCompanyReportResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <companyReportsJordans>
           <activities>
              <code>80410</code>
              <description>Driving school activities</description>
           </activities>
           <bankruptcyDetails>
              <hasExactAddressMatch>no</hasExactAddressMatch>
              <hasExactNameAndAddressMatch>no</hasExactNameAndAddressMatch>
              <hasExactNameMatch>no</hasExactNameMatch>
           </bankruptcyDetails>
           <businessName>1-2-1</businessName>
           <businessNameFromCompIdent/>
           <ccjTypes/>
           <commentaryData>
              <positiveOrNegative>Positive</positiveOrNegative>
              <text>This company trades in an industry with a lower level of corporate failures.</text>
           </commentaryData>
           <commentaryData>
              <positiveOrNegative>Negative</positiveOrNegative>
              <text>This company is based in a geographical area with a higher level of corporate failures.</text>
           </commentaryData>
           <commentaryData>
              <positiveOrNegative>Positive</positiveOrNegative>
              <text>This company operates from a type of property which has been associated with a lower risk of corporate failure.</text>
           </commentaryData>
           <companyId/>
           <companyRegistrationDate/>
           <contactAddress>
              <country>GB</country>
              <phoneNumber>01656 743690</phoneNumber>
              <postalCode>CF33 6JD</postalCode>
              <simpleValue>7 FOREST VIEW, PYLE, BRIDGEND, MID GLAMORGAN CF33 6JD</simpleValue>
           </contactAddress>
           <creditRating>
              <commonDescription>Not Rated</commonDescription>
              <commonValue>E</commonValue>
              <creditLimitCurrency/>
              <creditLimitValue>No limit</creditLimitValue>
              <providerDescription>Not Rated</providerDescription>
              <providerMaxValue>100</providerMaxValue>
              <providerMinValue>0</providerMinValue>
              <providerValue>No credit rating</providerValue>
           </creditRating>
           <creditRatingDateOfLatestChange>2011-11-23</creditRatingDateOfLatestChange>
           <creditRatingPrevious>
              <commonDescription>Very Low Risk</commonDescription>
              <commonValue>A</commonValue>
              <creditLimitCurrency/>
              <creditLimitValue>4000</creditLimitValue>
              <providerDescription>Very Low Risk of Default</providerDescription>
              <providerMaxValue>100</providerMaxValue>
              <providerMinValue>1</providerMinValue>
              <providerValue>93</providerValue>
           </creditRatingPrevious>
           <currentDirectors>
              <address>
                 <city/>
                 <country/>
                 <houseNumber/>
                 <phoneNumber/>
                 <postalCode/>
                 <province/>
                 <simpleValue/>
                 <street/>
              </address>
              <dateOfBirth/>
              <gender>1</gender>
              <name>MR P GODDARD</name>
              <positions>
                 <appointmentDate/>
                 <value>PROPRIETOR</value>
              </positions>
           </currentDirectors>
           <employeeInformation>
              <numberOfEmployees>3</numberOfEmployees>
           </employeeInformation>
           <orderNumber>1653260</orderNumber>
           <paymentDetails>
              <invoicesAvailable/>
              <invoicesOwingAfter30DaysDue/>
              <invoicesOwningBefore30DaysDue/>
              <invoicesPaidAfter30DaysDue/>
              <invoicesPaidBefore30DaysDue/>
           </paymentDetails>
           <startingOperationsDate>2003-01-01</startingOperationsDate>
           <vatRegistrationDate/>
        </companyReportsJordans>
        <zzResponse>
           <zzResponseCode>INFO</zzResponseCode>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText>You have no portfolio named: NonLimitedFlorists (information not stored within a portfolio)</zzResponseText>
        </zzResponse>
     </return>
  </ns2:getNonLtdCompanyReportResponse>
</soap:Body>
Read More

Top of Page

Overview


Data Packet Sections Included
All Data All sections of data for a company excluding premium emails.
Data will include latest 5 years if accounts where applicable
Company Summary Company Summary
Name Changes
Ownership Data Shareholders
Group Structure
Financial Data CCJ Details
Credit Scores
Accounts Summary
Accounts Details (Last 5 years where available)
Gazette (Currently not available)
Advisors and FTSE index (Currently not available)
Bankers (Currently not available)
Current Credit Scores Credit scores
Business Performance Data Account ratios (Latest 5 years where available)
Trading Addresses Trading addresses
Director Data Officers
Officers other directorships (Linked by director number)
Standard Contact Data Contact data
Premium Contact Data Contacts with Emails. Returns ONLY contacts that have emails.
Company Filing History Document filings
Co House Documents This will be retrieved via the Document Image Bank
Mortgage Data Mortgage data
Company Director Links This allows all directorships to be retrieved for a specific director number. The Director lookup call will return a list of director details for a specific director name or postcode passed in as parameters. This call will then take a specific director number and return the directorships for that director.
An additional parameter is passed into the call. This will determine if the returned data includes Active Directorships only (pass in an ‘A'). By passing in a blank all directorships for the director will be returned.
Data Packet Sections Included
All Data Company Summary Data
Company Name
Credit Score & Rating
CCJ Details
Company Address
Trading Address
Standard Contacts - Name & Address
Payment Details
Owners

Request


Top of Page

Get Non Limited Company Report


This is used to retrieve data for a non-ltd company.

Request

<soap:Body>
  <ns2:getNonLtdCompanyReport xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
    <arg0></arg0>
    <arg1></arg1>
    <arg2></arg2>
    <arg3></arg3>
  </ns2:getNonLtdCompanyReport>
</soap:Body>
Read More

Response

<soap:Body>
  <ns2:getNonLtdCompanyReportResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
     <return>
        <companyReportsJordans>
           <activities>
              <code>80410</code>
              <description>Driving school activities</description>
           </activities>
           <bankruptcyDetails>
              <hasExactAddressMatch>no</hasExactAddressMatch>
              <hasExactNameAndAddressMatch>no</hasExactNameAndAddressMatch>
              <hasExactNameMatch>no</hasExactNameMatch>
           </bankruptcyDetails>
           <businessName>1-2-1</businessName>
           <businessNameFromCompIdent/>
           <ccjTypes/>
           <commentaryData>
              <positiveOrNegative>Positive</positiveOrNegative>
              <text>This company trades in an industry with a lower level of corporate failures.</text>
           </commentaryData>
           <commentaryData>
              <positiveOrNegative>Negative</positiveOrNegative>
              <text>This company is based in a geographical area with a higher level of corporate failures.</text>
           </commentaryData>
           <commentaryData>
              <positiveOrNegative>Positive</positiveOrNegative>
              <text>This company operates from a type of property which has been associated with a lower risk of corporate failure.</text>
           </commentaryData>
           <companyId/>
           <companyRegistrationDate/>
           <contactAddress>
              <country>GB</country>
              <phoneNumber>01656 743690</phoneNumber>
              <postalCode>CF33 6JD</postalCode>
              <simpleValue>7 FOREST VIEW, PYLE, BRIDGEND, MID GLAMORGAN CF33 6JD</simpleValue>
           </contactAddress>
           <creditRating>
              <commonDescription>Not Rated</commonDescription>
              <commonValue>E</commonValue>
              <creditLimitCurrency/>
              <creditLimitValue>No limit</creditLimitValue>
              <providerDescription>Not Rated</providerDescription>
              <providerMaxValue>100</providerMaxValue>
              <providerMinValue>0</providerMinValue>
              <providerValue>No credit rating</providerValue>
           </creditRating>
           <creditRatingDateOfLatestChange>2011-11-23</creditRatingDateOfLatestChange>
           <creditRatingPrevious>
              <commonDescription>Very Low Risk</commonDescription>
              <commonValue>A</commonValue>
              <creditLimitCurrency/>
              <creditLimitValue>4000</creditLimitValue>
              <providerDescription>Very Low Risk of Default</providerDescription>
              <providerMaxValue>100</providerMaxValue>
              <providerMinValue>1</providerMinValue>
              <providerValue>93</providerValue>
           </creditRatingPrevious>
           <currentDirectors>
              <address>
                 <city/>
                 <country/>
                 <houseNumber/>
                 <phoneNumber/>
                 <postalCode/>
                 <province/>
                 <simpleValue/>
                 <street/>
              </address>
              <dateOfBirth/>
              <gender>1</gender>
              <name>MR P GODDARD</name>
              <positions>
                 <appointmentDate/>
                 <value>PROPRIETOR</value>
              </positions>
           </currentDirectors>
           <employeeInformation>
              <numberOfEmployees>3</numberOfEmployees>
           </employeeInformation>
           <orderNumber>1653260</orderNumber>
           <paymentDetails>
              <invoicesAvailable/>
              <invoicesOwingAfter30DaysDue/>
              <invoicesOwningBefore30DaysDue/>
              <invoicesPaidAfter30DaysDue/>
              <invoicesPaidBefore30DaysDue/>
           </paymentDetails>
           <startingOperationsDate>2003-01-01</startingOperationsDate>
           <vatRegistrationDate/>
        </companyReportsJordans>
        <zzResponse>
           <zzResponseCode>INFO</zzResponseCode>
           <zzResponseSuccess>true</zzResponseSuccess>
           <zzResponseText>You have no portfolio named: NonLimitedFlorists (information not stored within a portfolio)</zzResponseText>
        </zzResponse>
     </return>
  </ns2:getNonLtdCompanyReportResponse>
</soap:Body>
Read More

Top of Page

Search And Retrieve By Director

Search & Basic Retrieve


13 parameters (arg0 – arg12) are used in this process and are set depending on whether the process is being called the first time to search for directors or subsequent access to search for the next set of director names.
@param externalCustomerRef
* @param surnameStart
* @param forenameStart
* @param postcodeAreaStart
* @param surnameKey
* @param forenameKey
* @param directorNumberKey
* @param directorChangeKey
* @param postcodeAreaKey
* @param fullPostcodeKey
* @param addressNumberKey
* @param searchType
* @param rowsReturned

First Time
Surname as entered
Forename as entered
Area as entered
Surname key – Blank
Forename key – Blank
Director key – Blank
Director Change key – Blank
Area key – Blank
Post Code Key – Blank
Search Type set to ‘F' (first)
Address Number Key – Blank
Rows – max of 1000

Next
Type is N
Surname as entered (does not change from the first time)
Forename as entered (does not change from the first time)
Area as entered (does not change from the first time)
Surname key from the last non-blank entry of the list returned on last get
Forename key from the last non-blank entry of the list returned on last get
Director key from the last non-blank entry of the list returned on last get
Director Change key from the last non-blank entry of the list returned on last get
Area key from the last non-blank entry of the list returned on last get
Post Code Key from the last non-blank entry of the list returned on last get
Address Number Key from the last non-blank entry of the list returned on last get
Rows – max of 1000

Previous
Type is P
Surname as entered (does not change from the first time)
Forename as entered (does not change from the first time)
Area as entered (does not change from the first time)
Surname Key from the first non-blank entry of the list returned on last get
Forename Key from the first non-blank entry of the list returned on last get
Director from the first non-blank entry of the list returned on last get
Director Change from the first non-blank entry of the list returned on last get
Area for position from the first non-blank entry of the list returned on last get
Post Code from the first non-blank entry of the list returned on last get
Address Number from the first non-blank entry of the list returned on last get
Rows – max of 1000

How the search will behave from the view of an external process
Surname Only Entered
Start at the surname and continue to the end of the director index – depending on the number of records required on F and N types.
Surname and Forename Only
Start at the surname and forename and continue to the end of the index – depending on the number of records required on F and N types.
Surname and Forename and Postal Area
Start at the Surname and Forename and use the Area to position to the Postal Area. Read all the records but select ONLY those where the Surname and the Postal Area match. This does mean that if the surname changes on the file, the search will end. For any of the scenarios, if on a previous call (type P) the beginning of the file is reached when reading back the appropriate rows required, the search WILL start again using the original set of parameters (Surname and Area) so it will be like the first page except if there are forenames before that originally selected.

Request

<soapenv:Body>
  <end:searchDirectors>
     <arg0>yourRef</arg0>
     <arg1></arg1>
     <arg2></arg2>
     <arg3></arg3>
     <arg4></arg4>
     <arg5></arg5>
     <arg6></arg6>
     <arg7></arg7>
     <arg8></arg8>
     <arg9></arg9>
     <arg10></arg10>
     <arg11></arg11>
     <arg12></arg12>
  </end:searchDirectors>
</soapenv:Body>
Read More

Response

<soap:Body>
      <ns2:searchDirectorsResponse xmlns:ns2="http://endpoints.crm.bi.jordans.co.uk/">
         <return>
            <directorLookup>
               <directorAddress>Northfield House Hassop Road, Bakewell, Derbyshire, DE45 1AP</directorAddress>
               <directorAddressNumber>008222964</directorAddressNumber>
               <directorChangeLevel>0001</directorChangeLevel>
               <directorDateOfBirth>30 Jun 1960</directorDateOfBirth>
               <directorFirstName>Vasile</directorFirstName>
               <directorFullForenames>Vasile</directorFullForenames>
               <directorNationality>Romanian</directorNationality>
               <directorNumber>D18299339</directorNumber>
               <directorPostalArea>DE45</directorPostalArea>
               <directorPostalTitle>Mr V. Stan</directorPostalTitle>
               <directorPostcode>DE45 1AP</directorPostcode>
               <directorSurname>Stan</directorSurname>
               <zzResponse>
                  <zzResponseCode/>
                  <zzResponseSuccess>true</zzResponseSuccess>
                  <zzResponseText/>
               </zzResponse>
            </directorLookup>

            <-- Section removed for brevity -->

            <directorLookup>
               <directorAddress>Unit 4 Cassidy Court, Salford, United Kingdom, M50 2GE</directorAddress>
               <directorAddressNumber>011299525</directorAddressNumber>
               <directorChangeLevel>0001</directorChangeLevel>
               <directorDateOfBirth>18 Apr 1970</directorDateOfBirth>
               <directorFirstName>Grzegorz</directorFirstName>
               <directorFullForenames>Grzegorz</directorFullForenames>
               <directorNationality>Polish</directorNationality>
               <directorNumber>D13604217</directorNumber>
               <directorPostalArea>M 50</directorPostalArea>
               <directorPostalTitle>Mr G. Stanaszek</directorPostalTitle>
               <directorPostcode>M50 2GE</directorPostcode>
               <directorSurname>Stanaszek</directorSurname>
               <zzResponse>
                  <zzResponseCode/>
                  <zzResponseSuccess>true</zzResponseSuccess>
                  <zzResponseText/>
               </zzResponse>
            </directorLookup>
            <zzResponse>
               <zzResponseCode/>
               <zzResponseSuccess>true</zzResponseSuccess>
               <zzResponseText>searchDirectors</zzResponseText>
            </zzResponse>
         </return>
      </ns2:searchDirectorsResponse>
   </soap:Body>
Read More

Top of Page

Companies House Documents

Overview


The service provides an XML API which can be used to obtain any original company document that has been filed at Companies House since 1995.
Each document is grouped into a document category of like documents. Document packages are also available for download.
Http requests from the client will pass search criteria (company number and document type) to this projects url (images.jordans.co.uk/BulkImage).
Servlet will process the request and will return an xml string which is a list of all available documents (see downloads).
The client will then send an Http request by selecting the image to be displayed made up of data sent in the preceding image list request. The system will be able to display the image directly in the browser.
The content header of the response will be set to application-pdf.
Or
User access of the image bank display a web page listing all available documents.
User selects an image to display.
PDF is written directly to the requesters browser.

List Of Available Documents


URL request from customer to retrieve a list of images available for a company takes the form

Demo:

demo.jordans.co.uk/BulkImageViewer/ImageProcessor2?action=retrieveImageList& coNum=********

Live

images.jordans.co.uk/BulkImageViewer/ImageProcessor2?action=retrieveImageList& coNum=********

Where coNum = company number (8 alpha)

XML containing a list of images will be generated for images held at Jordans.
The XML will be sent in the response back to the requester for further processing and display.
XML Image List definition (see download area).

Top of Page

Request A Document


URL request from client to retrieve an image for a company takes the form

Demo:

demo.jordans.co.uk/BulkImageViewer/ImageProcessor2?action=retrieveImage&DocumentId=********&EncryptId=****&DocT=&PGS=***

Live

images.jordans.co.uk/BulkImageViewer/ImageProcessor2?action=retrieveImage&DocumentId=********&EncryptId=****&DocT=&PGS=***

DocumentId, EncryptId, DocT and PGS (Pages) from ImageList XML file.
The retrieve image will be written to the client as PDF.

Top of Page

Request A Document Package


Image Package requests are contained in an extension of the CML that is used for returning a list of images for a specific company.
If a package is required then a series of individual requests are generated by the client to retrieve all images for the package.
Details of the process flow for packaged are shown in the attached document.

Top of Page

Integrity Codes & Messages

Error Codes


Code Text
ERROR <Method Name>: An error has occurred.
ERROR A portfolio name is required. Please specify a portfolio name.
ERROR An order number and/or company ID are required. Please specify an order number and/or company ID.
ERROR You have already have a portfolio named: <Portfolio Name>
ERROR You have no portfolio named: <Portfolio Name>
ERROR You have no portfolios named: <Portfolio Name>
NOT REGISTERED You are not registered to this company. Please register to retrieve data.
NOT REGISTERED You have not registered any companies. Please register a company.
NOT ALL REGISTERED Not all requested companies have been registered. Please review the individual responses.
NO DATA <Method Name>: This data is currently unavailable for this company, or no updates have occurred.
NO DATA <Method Name>: No reports are available for your request parameters, please review these.
NO DATA No monitoring rules are defined for this portfolio.
NO PREMIUM DATA <Method Name>: Premium data is unavailable for this company.
INVALID CUSTOMER REF External Customer Ref must be entered.
INVALID CUSTOMER REF External Customer Ref must be 15 characters or less.
INVALID CREDENTIALS Username or Password are invalid.
INVALID COMPANY NUMBER Company registered number: <Company Number>
LIMITED COMPANY SUBSCRIPTION EXPIRED Please contact our customer services to renew your subscription.
NON LIMITED COMPANY SUBSCRIPTION EXPIRED Please contact our customer services to renew your subscription.
COMPANIES REGISTERED LIMIT EXCEEDED You are already monitoring the maximum number of companies. Please increase your subscription.
CONTACT EMAIL LIMIT EXCEEDED You have already received the maximum number of contact emails. Please increase your subscription.
CONTACT EMAIL ALREADY RETRIEVED You have already retrieved this Contact Email Address.
Top of Page