| Get a company lookup |
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports SanctionsSearch.Api2.ServiceModel.Operations.CompanyLookup
Imports SanctionsSearch.Api2.ServiceModel.Operations.Base
Imports SanctionsSearch.Api2.ServiceModel.Types
Namespace Global
Namespace SanctionsSearch.Api2.ServiceModel.Operations.Base
Public Partial Class ArrayOfResponseError
Inherits List(Of ResponseError)
End Class
<DataContract>
Public Partial Class BaseRequest
Implements IBaseRequest
'''<Summary>
'''The authentication credentials
'''</Summary>
<DataMember>
<ApiMember(Description:="The authentication credentials", IsRequired:=true, ParameterType:="header, body")>
Public Overridable Property Authentication As Authentication Implements IBaseRequest.Authentication
End Class
Public Partial Class BaseResponse
Implements IBaseDataResponse
Implements IHasResponseStatus
'''<Summary>
'''The status of the response
'''</Summary>
<ApiMember(Description:="The status of the response")>
Public Overridable Property ResponseStatus As ResponseStatus Implements IHasResponseStatus.ResponseStatus
End Class
<DataContract>
Public Partial Class ResponseError
<DataMember(Order:=1)>
Public Overridable Property ErrorCode As String
<DataMember(Order:=2)>
Public Overridable Property FieldName As String
<DataMember(Order:=3)>
Public Overridable Property Message As String
<DataMember(Order:=4)>
Public Overridable Property Meta As Dictionary(Of String, String)
End Class
<DataContract>
Public Partial Class ResponseStatus
<DataMember(Order:=1)>
Public Overridable Property ErrorCode As String
<DataMember(Order:=2)>
Public Overridable Property Message As String
<DataMember(Order:=3)>
Public Overridable Property StackTrace As String
<DataMember(Order:=4)>
Public Overridable Property Errors As ArrayOfResponseError
<DataMember(Order:=5)>
Public Overridable Property Meta As Dictionary(Of String, String)
End Class
End Namespace
Namespace SanctionsSearch.Api2.ServiceModel.Operations.CompanyLookup
<DataContract>
Public Partial Class GetCompanyLookup
Inherits BaseRequest
<DataMember>
Public Overridable Property Request As GetCompanyLookupRequest
End Class
Public Partial Class GetCompanyLookupData
Inherits BaseResponse
Implements IBaseSearchResponse
Public Overridable Property LinkedTo As ArrayOfLinkedTo Implements IBaseSearchResponse.LinkedTo
Public Overridable Property SearchRecord As CompanyLookupSearchRecord
End Class
Public Partial Class GetCompanyLookupRequest
'''<Summary>
'''If the search is being accessed by a sub user, specify their username here to validate they have permissions to view it
'''</Summary>
<ApiMember(Description:="If the search is being accessed by a sub user, specify their username here to validate they have permissions to view it")>
Public Overridable Property SubUserName As String
Public Overridable Property Id As Integer
End Class
<DataContract>
Public Partial Class GetCompanyLookupResponse
<DataMember>
Public Overridable Property Data As GetCompanyLookupData
End Class
End Namespace
Namespace SanctionsSearch.Api2.ServiceModel.Types
Public Partial Class ArrayOfCompanyChangeData
Inherits List(Of CompanyChangeData)
End Class
Public Partial Class ArrayOfCompanyChanges
Inherits List(Of CompanyChange)
End Class
Public Partial Class ArrayOfLinkedTo
Inherits List(Of LinkedTo)
End Class
Public Partial Class ArrayOfLists
Inherits List(Of String)
End Class
<DataContract>
Public Partial Class Authentication
'''<Summary>
'''The API User ID provided by us when you signed up to use our API. Can be provided in the request body, or as a header parameter (X-Api-User)
'''</Summary>
<DataMember>
<ApiMember(Description:="The API User ID provided by us when you signed up to use our API. Can be provided in the request body, or as a header parameter (X-Api-User)", IsRequired:=true, ParameterType:="header, body")>
Public Overridable Property ApiUserId As String
'''<Summary>
'''The API User Key provided by us when you signed up to use our API. Can be provided in the request body, or as a header parameter (X-Api-Key)
'''</Summary>
<DataMember>
<ApiMember(Description:="The API User Key provided by us when you signed up to use our API. Can be provided in the request body, or as a header parameter (X-Api-Key)", IsRequired:=true, ParameterType:="header, body")>
Public Overridable Property ApiUserKey As String
'''<Summary>
'''The User ID of the user making the request (e.g. a sub user). This is optional but can be used to associate API requests with a specific user, thereby allowing user permissions to be enforced. Can be provided in the body, or as a header parameter (X-User-Id).
'''</Summary>
<DataMember>
<ApiMember(Description:="The User ID of the user making the request (e.g. a sub user). This is optional but can be used to associate API requests with a specific user, thereby allowing user permissions to be enforced. Can be provided in the body, or as a header parameter (X-User-Id).", ParameterType:="header, body")>
Public Overridable Property UserId As String
End Class
Public Partial Class CompanyChange
Public Overridable Property DateOfChange As Date
Public Overridable Property ChangeEventType As String
Public Overridable Property IsPending As Boolean
Public Overridable Property CompanyChangeData As ArrayOfCompanyChangeData
End Class
Public Partial Class CompanyChangeData
Public Overridable Property Name As String
Public Overridable Property PreviousValue As String
Public Overridable Property NewValue As String
End Class
Public Partial Class CompanyDirectorOrShareholder
Public Overridable Property Id As Long
Public Overridable Property SearchType As String
Public Overridable Property DateSearched As Date
Public Overridable Property DateUpdated As Date
Public Overridable Property NumOfResults As Integer
Public Overridable Property ClientInResults As Boolean
Public Overridable Property ClientNotInResults As Boolean
Public Overridable Property AffectedByUpdate As Boolean
Public Overridable Property SearchCriteria As SearchCriteria
Public Overridable Property IsDirector As Boolean
Public Overridable Property IsShareholder As Boolean
End Class
Public Partial Class CompanyLookupEnhanced
Public Overridable Property Summary As CompanyLookupEnhancedSummary
Public Overridable Property ContactInformation As CompanyLookupEnhancedContactInfo
Public Overridable Property SicCodes As List(Of CompanyLookupEnhancedSicCode)
Public Overridable Property PreviousNames As List(Of CompanyLookupEnhancedPreviousName)
Public Overridable Property ShareStructure As CompanyLookupEnhancedShareStructure
Public Overridable Property Directors As CompanyLookupEnhancedDirectors
Public Overridable Property GroupStructure As CompanyLookupEnhancedStructure
Public Overridable Property CountyCourtJudgements As CompanyLookupEnhancedCCJs
Public Overridable Property EventHistory As List(Of CompanyLookupEnhancedEvent)
Public Overridable Property Commentaries As List(Of CompanyLookupEnhancedCommentary)
Public Overridable Property CreditAccounts As CompanyLookupEnhancedCreditAccount
Public Overridable Property FinancialStatements As List(Of CompanyLookupEnhancedFinancialStatement)
End Class
Public Partial Class CompanyLookupEnhancedAdditionalContact
Public Overridable Property Telephone As String
Public Overridable Property FaxNumber As String
Public Overridable Property EmailAddress As String
Public Overridable Property WebAddress As String
Public Overridable Property Twitter As String
Public Overridable Property Facebook As String
Public Overridable Property GooglePlus As String
Public Overridable Property LinkedIn As String
Public Overridable Property ContactName As String
Public Overridable Property BusinessClassification As String
End Class
Public Partial Class CompanyLookupEnhancedAddress
Public Overridable Property FullAddress As String
Public Overridable Property Address1 As String
Public Overridable Property Address2 As String
Public Overridable Property Address3 As String
Public Overridable Property Address4 As String
Public Overridable Property PostCode As String
Public Overridable Property Telephone As String
End Class
Public Partial Class CompanyLookupEnhancedCCJ
Public Overridable Property [Date] As Date?
Public Overridable Property Court As String
Public Overridable Property Amount As Decimal?
Public Overridable Property CaseNumber As String
Public Overridable Property Status As String
Public Overridable Property DatePaid As String
Public Overridable Property IncomingRecordDetails As String
End Class
Public Partial Class CompanyLookupEnhancedCCJs
Public Overridable Property PossibleCCJs As List(Of CompanyLookupEnhancedCCJ)
Public Overridable Property ExactCCJs As List(Of CompanyLookupEnhancedCCJ)
End Class
Public Partial Class CompanyLookupEnhancedCommentary
Public Overridable Property Text As String
Public Overridable Property PositiveOrNegative As String
Public Overridable Property Priority As Integer?
End Class
Public Partial Class CompanyLookupEnhancedCompany
Public Overridable Property Country As String
Public Overridable Property CompanyName As String
Public Overridable Property CompanyNumber As String
End Class
Public Partial Class CompanyLookupEnhancedContactInfo
Public Overridable Property RegisteredAddress As CompanyLookupEnhancedAddress
Public Overridable Property TradingAddresses As List(Of CompanyLookupEnhancedAddress)
Public Overridable Property Websites As List(Of CompanyLookupEnhancedWebsite)
Public Overridable Property AdditionalContactInfo As CompanyLookupEnhancedAdditionalContact
End Class
Public Partial Class CompanyLookupEnhancedCreditAccount
Public Overridable Property CreditLimitHistory As List(Of CompanyLookupEnhancedCreditLimit)
Public Overridable Property CreditRatingHistory As List(Of CompanyLookupEnhancedCreditRating)
End Class
Public Partial Class CompanyLookupEnhancedCreditLimit
Public Overridable Property [Date] As Date?
Public Overridable Property DateOrder As Integer?
Public Overridable Property Amount As Integer?
End Class
Public Partial Class CompanyLookupEnhancedCreditRating
Public Overridable Property [Date] As Date?
Public Overridable Property DateOrder As Integer?
Public Overridable Property Amount As Integer?
Public Overridable Property ShortDescription As String
Public Overridable Property Description As String
End Class
Public Partial Class CompanyLookupEnhancedDirector
Public Overridable Property Name As String
Public Overridable Property Address As String
Public Overridable Property Gender As String
Public Overridable Property AppointmentDate As Date?
Public Overridable Property ResignationDate As Date?
Public Overridable Property DateOfBirth As Date?
Public Overridable Property Position As String
Public Overridable Property IdNumber As Integer?
Public Overridable Property CurrentDirectorships As Integer?
Public Overridable Property PreviousDirectorships As Integer?
Public Overridable Property TotalDirectorships As Integer?
End Class
Public Partial Class CompanyLookupEnhancedDirectors
Public Overridable Property CurrentDirectors As List(Of CompanyLookupEnhancedDirector)
Public Overridable Property PreviousDirectors As List(Of CompanyLookupEnhancedDirector)
End Class
Public Partial Class CompanyLookupEnhancedEvent
Public Overridable Property [Date] As Date?
Public Overridable Property Description As String
End Class
Public Partial Class CompanyLookupEnhancedFinancialStatement
Public Overridable Property YearEndDateOrder As Integer?
Public Overridable Property YearEndDate As Date?
Public Overridable Property SummaryNumberOfWeeks As Integer?
Public Overridable Property SummaryCurrency As String
Public Overridable Property SummaryConsolidatedAccount As String
Public Overridable Property ProfitAndLoss As CompanyLookupFinancialProfit
Public Overridable Property BalanceSheet As CompanyLookupFinancialBalance
Public Overridable Property CapitalAndReserves As CompanyLookupFinancialCapital
Public Overridable Property Other As CompanyLookupFinancialOther
Public Overridable Property Cash As CompanyLookupFinancialCash
Public Overridable Property Misc As CompanyLookupFinancialMisc
Public Overridable Property Ratios As CompanyLookupFinancialRatios
End Class
Public Partial Class CompanyLookupEnhancedLatestAccounts
Public Overridable Property Currency As String
Public Overridable Property Turnover As Decimal?
Public Overridable Property ShareholdersEquity As Decimal?
Public Overridable Property CreditRating As Integer?
Public Overridable Property CreditLimit As Integer?
Public Overridable Property CreditRatingDescription As String
Public Overridable Property AccountRefDay As Integer?
Public Overridable Property AccountRefMonth As Integer?
Public Overridable Property AccountNextDueDate As Date?
Public Overridable Property AccountLastMadeUpDate As Date?
Public Overridable Property AccountCategory As String
Public Overridable Property ReturnLastMadeUpDate As Date?
End Class
Public Partial Class CompanyLookupEnhancedPreviousName
Public Overridable Property DateChanged As Date?
Public Overridable Property Name As String
End Class
Public Partial Class CompanyLookupEnhancedShareholder
Public Overridable Property Title As String
Public Overridable Property Forename As String
Public Overridable Property Surname As String
Public Overridable Property Address1 As String
Public Overridable Property Address2 As String
Public Overridable Property Address3 As String
Public Overridable Property Address4 As String
Public Overridable Property Address5 As String
Public Overridable Property PostCode As String
Public Overridable Property ShareType As String
Public Overridable Property Number As Decimal?
Public Overridable Property Value As Decimal?
Public Overridable Property Currency As String
Public Overridable Property ShareholderType As String
Public Overridable Property ShareClass As String
End Class
Public Partial Class CompanyLookupEnhancedShareStructure
Public Overridable Property IssuedShareCapital As Decimal?
Public Overridable Property Shareholders As List(Of CompanyLookupEnhancedShareholder)
End Class
Public Partial Class CompanyLookupEnhancedSicCode
Public Overridable Property SicCode2003 As Integer?
Public Overridable Property SicCode2003Description As String
Public Overridable Property SicCode2007 As Integer?
Public Overridable Property SicCode2007Description As String
Public Overridable Property Status As String
End Class
Public Partial Class CompanyLookupEnhancedStructure
Public Overridable Property ParentCompanies As List(Of CompanyLookupEnhancedCompany)
Public Overridable Property SubsidiaryCompanies As List(Of CompanyLookupEnhancedCompany)
End Class
Public Partial Class CompanyLookupEnhancedSummary
Public Overridable Property Name As String
Public Overridable Property Country As String
Public Overridable Property RegistrationNumber As String
Public Overridable Property DateOfIncorporation As String
Public Overridable Property TypeOfIncorporation As String
Public Overridable Property CompanyStatus As String
Public Overridable Property Address As String
Public Overridable Property Telephone As String
Public Overridable Property SicCode As String
Public Overridable Property SicDescription As String
Public Overridable Property PrincipleActivity As String
Public Overridable Property LatestAccounts As CompanyLookupEnhancedLatestAccounts
End Class
Public Partial Class CompanyLookupEnhancedWebsite
Public Overridable Property Website As String
End Class
Public Partial Class CompanyLookupFinancialBalance
Public Overridable Property TangibleAccounts As Decimal?
Public Overridable Property IntangibleAssets As Decimal?
Public Overridable Property TotalFixedAssets As Decimal?
Public Overridable Property Stock As Decimal?
Public Overridable Property TradeDebtors As Decimal?
Public Overridable Property Cash As Decimal?
Public Overridable Property OtherDebtors As Decimal?
Public Overridable Property MiscCurrentAssets As Decimal?
Public Overridable Property TotalCurrentAssets As Decimal?
Public Overridable Property TradeCreditors As Decimal?
Public Overridable Property BankLoansAndOverdrafts As Decimal?
Public Overridable Property OtherShortTermFinance As Decimal?
Public Overridable Property MiscCurrentLiabilities As Decimal?
Public Overridable Property TotalCurrentLiabilities As Decimal?
Public Overridable Property BankLoansAndOverdraftsAndLTL As Decimal?
Public Overridable Property OtherLongTermFinance As Decimal?
Public Overridable Property TotalLongTermFinance As Decimal?
Public Overridable Property TotalLiabilities As Decimal?
Public Overridable Property InvestmentAndOther As Decimal?
Public Overridable Property InvestmentAndOtherAssets As Decimal?
Public Overridable Property DebtorsDueAfter1Year As Decimal?
Public Overridable Property OtherTangibleAssets As Decimal?
End Class
Public Partial Class CompanyLookupFinancialCapital
Public Overridable Property CalledUpSharedCapital As Decimal?
Public Overridable Property ProfitAndLossAccountReserve As Decimal?
Public Overridable Property RevaluationReserve As Decimal?
Public Overridable Property SundryReserves As Decimal?
Public Overridable Property ShareholderFunds As Decimal?
End Class
Public Partial Class CompanyLookupFinancialCash
Public Overridable Property NetCashFlowFromOperations As Decimal?
Public Overridable Property NetCashFlowBeforeFinancing As Decimal?
Public Overridable Property NetCashFlowFromFinancing As Decimal?
Public Overridable Property IncreaseInCash As Decimal?
End Class
Public Partial Class CompanyLookupFinancialMisc
Public Overridable Property ContingentLiability As String
Public Overridable Property CapitalEmployed As Decimal?
Public Overridable Property NumberOfEmployees As Decimal?
Public Overridable Property Auditors As String
Public Overridable Property AuditorComments As String
Public Overridable Property Bankers As String
Public Overridable Property BankBranchCode As String
End Class
Public Partial Class CompanyLookupFinancialOther
Public Overridable Property NetWorth As Decimal?
Public Overridable Property NetAssets As Decimal?
Public Overridable Property WorkingCapital As Decimal?
Public Overridable Property TotalAssets As Decimal?
Public Overridable Property TotalLiabilities As Decimal?
End Class
Public Partial Class CompanyLookupFinancialProfit
Public Overridable Property Turnover As Decimal?
Public Overridable Property Export As Decimal?
Public Overridable Property CostOfSales As Decimal?
Public Overridable Property GrossProfit As Decimal?
Public Overridable Property WagesAndSalaries As Decimal?
Public Overridable Property DirectorEmolument As Decimal?
Public Overridable Property OperatingProfit As Decimal?
Public Overridable Property Depreciation As Decimal?
Public Overridable Property AuditFees As Decimal?
Public Overridable Property InterestPayments As Decimal?
Public Overridable Property PretaxProfit As Decimal?
Public Overridable Property Taxation As Decimal?
Public Overridable Property ProfitAfterTax As Decimal?
Public Overridable Property DividendsPayable As Decimal?
Public Overridable Property RetainedProfit As Decimal?
End Class
Public Partial Class CompanyLookupFinancialRatios
Public Overridable Property PreTaxProfitMargin As Decimal?
Public Overridable Property CurrentRatio As Decimal?
Public Overridable Property SalesNetworkingCapital As Decimal?
Public Overridable Property Gearing As Decimal?
Public Overridable Property Equity As Decimal?
Public Overridable Property CreditorDays As Decimal?
Public Overridable Property DebtorDays As Decimal?
Public Overridable Property LiquidityAcidTest As Decimal?
Public Overridable Property ReturnOnCapitalEmployed As Decimal?
Public Overridable Property ReturnOnNetAssetsEmployed As Decimal?
Public Overridable Property ReturnOnTotalAssetsEmployed As Decimal?
Public Overridable Property CurrentDebtRatio As Decimal?
Public Overridable Property TotalDebtRatio As Decimal?
Public Overridable Property StockTurnoverRatio As Decimal?
End Class
Public Partial Class CompanyLookupSearchRecord
Public Overridable Property Id As Integer
Public Overridable Property SearchCriteria As SearchCriteria
Public Overridable Property SelectedLists As ArrayOfLists
Public Overridable Property [Date] As Date
Public Overridable Property HasCompanyId As Boolean
Public Overridable Property HasCompanyDetails As Boolean
Public Overridable Property HasStartedSearches As Boolean
Public Overridable Property HasCompletedSearches As Boolean
Public Overridable Property CompanyLookupType As String
Public Overridable Property IsArchived As Boolean
Public Overridable Property CompanyChanges As ArrayOfCompanyChanges
Public Overridable Property CompanyDirectorsAndShareholders As List(Of CompanyDirectorOrShareholder)
Public Overridable Property CompanySearchRecord As SearchListItem
Public Overridable Property HasEnhancedInformation As Boolean
Public Overridable Property EnhancedInformation As CompanyLookupEnhanced
End Class
Public Partial Class LinkedTo
Public Overridable Property ClientId As Integer?
Public Overridable Property Id As Long?
Public Overridable Property Type As String
Public Overridable Property Subtype As String
Public Overridable Property Status As String
Public Overridable Property Description As String
Public Overridable Property IsArchived As Boolean?
Public Overridable Property Name As String
Public Overridable Property [Date] As Date?
End Class
Public Partial Class SearchCriteria
Public Overridable Property Name As String
Public Overridable Property Address As String
Public Overridable Property Country As String
Public Overridable Property DateOfBirth As String
Public Overridable Property Nationality As String
Public Overridable Property Reference As String
End Class
Public Partial Class SearchListItem
Public Overridable Property Id As Long
Public Overridable Property SearchType As String
Public Overridable Property DateSearched As Date
Public Overridable Property DateUpdated As Date
Public Overridable Property DateArchived As Date?
Public Overridable Property IsArchived As Boolean
Public Overridable Property NumOfResults As Integer
Public Overridable Property ClientInResults As Boolean
Public Overridable Property ClientNotInResults As Boolean
Public Overridable Property AffectedByUpdate As Boolean
Public Overridable Property SearchCriteria As SearchCriteria
Public Overridable Property SearchSources As List(Of SearchSource)
End Class
Public Partial Class SearchSource
Public Overridable Property ListId As String
Public Overridable Property ListName As String
Public Overridable Property ListShortName As String
Public Overridable Property IsAffectedByListUpdate As Boolean?
End Class
End Namespace
End Namespace
To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=soap12
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: api.simplified.id
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetCompanyLookup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
<Authentication>
<ApiUserId>String</ApiUserId>
<ApiUserKey>String</ApiUserKey>
<UserId>String</UserId>
</Authentication>
<Request>
<Id>0</Id>
<SubUserName>String</SubUserName>
</Request>
</GetCompanyLookup>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetCompanyLookupResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.servicestack.net/types">
<Data>
<ResponseStatus>
<ErrorCode>String</ErrorCode>
<Message>String</Message>
<StackTrace>String</StackTrace>
<Errors>
<ResponseError>
<ErrorCode>String</ErrorCode>
<FieldName>String</FieldName>
<Message>String</Message>
<Meta xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringstring>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>String</d6p1:Value>
</d6p1:KeyValueOfstringstring>
</Meta>
</ResponseError>
</Errors>
<Meta xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>String</d4p1:Key>
<d4p1:Value>String</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</Meta>
</ResponseStatus>
<LinkedTo>
<LinkedTo>
<ClientId>0</ClientId>
<Date>0001-01-01T00:00:00</Date>
<Description>String</Description>
<Id>0</Id>
<IsArchived>false</IsArchived>
<Name>String</Name>
<Status>String</Status>
<Subtype>String</Subtype>
<Type>String</Type>
</LinkedTo>
</LinkedTo>
<SearchRecord>
<CompanyChanges>
<CompanyChange>
<ChangeEventType>String</ChangeEventType>
<CompanyChangeData>
<CompanyChangeData>
<Name>String</Name>
<NewValue>String</NewValue>
<PreviousValue>String</PreviousValue>
</CompanyChangeData>
</CompanyChangeData>
<DateOfChange>0001-01-01T00:00:00</DateOfChange>
<IsPending>false</IsPending>
</CompanyChange>
</CompanyChanges>
<CompanyDirectorsAndShareholders>
<CompanyDirectorOrShareholder>
<AffectedByUpdate>false</AffectedByUpdate>
<ClientInResults>false</ClientInResults>
<ClientNotInResults>false</ClientNotInResults>
<DateSearched>0001-01-01T00:00:00</DateSearched>
<DateUpdated>0001-01-01T00:00:00</DateUpdated>
<Id>0</Id>
<IsDirector>false</IsDirector>
<IsShareholder>false</IsShareholder>
<NumOfResults>0</NumOfResults>
<SearchCriteria>
<Address>String</Address>
<Country>String</Country>
<DateOfBirth>String</DateOfBirth>
<Name>String</Name>
<Nationality>String</Nationality>
<Reference>String</Reference>
</SearchCriteria>
<SearchType>String</SearchType>
</CompanyDirectorOrShareholder>
</CompanyDirectorsAndShareholders>
<CompanyLookupType>String</CompanyLookupType>
<CompanySearchRecord>
<AffectedByUpdate>false</AffectedByUpdate>
<ClientInResults>false</ClientInResults>
<ClientNotInResults>false</ClientNotInResults>
<DateArchived>0001-01-01T00:00:00</DateArchived>
<DateSearched>0001-01-01T00:00:00</DateSearched>
<DateUpdated>0001-01-01T00:00:00</DateUpdated>
<Id>0</Id>
<IsArchived>false</IsArchived>
<NumOfResults>0</NumOfResults>
<SearchCriteria>
<Address>String</Address>
<Country>String</Country>
<DateOfBirth>String</DateOfBirth>
<Name>String</Name>
<Nationality>String</Nationality>
<Reference>String</Reference>
</SearchCriteria>
<SearchSources>
<SearchSource>
<IsAffectedByListUpdate>false</IsAffectedByListUpdate>
<ListId>String</ListId>
<ListName>String</ListName>
<ListShortName>String</ListShortName>
</SearchSource>
</SearchSources>
<SearchType>String</SearchType>
</CompanySearchRecord>
<Date>0001-01-01T00:00:00</Date>
<EnhancedInformation>
<Commentaries>
<CompanyLookupEnhancedCommentary>
<PositiveOrNegative>String</PositiveOrNegative>
<Priority>0</Priority>
<Text>String</Text>
</CompanyLookupEnhancedCommentary>
</Commentaries>
<ContactInformation>
<AdditionalContactInfo>
<BusinessClassification>String</BusinessClassification>
<ContactName>String</ContactName>
<EmailAddress>String</EmailAddress>
<Facebook>String</Facebook>
<FaxNumber>String</FaxNumber>
<GooglePlus>String</GooglePlus>
<LinkedIn>String</LinkedIn>
<Telephone>String</Telephone>
<Twitter>String</Twitter>
<WebAddress>String</WebAddress>
</AdditionalContactInfo>
<RegisteredAddress>
<Address1>String</Address1>
<Address2>String</Address2>
<Address3>String</Address3>
<Address4>String</Address4>
<FullAddress>String</FullAddress>
<PostCode>String</PostCode>
<Telephone>String</Telephone>
</RegisteredAddress>
<TradingAddresses>
<CompanyLookupEnhancedAddress>
<Address1>String</Address1>
<Address2>String</Address2>
<Address3>String</Address3>
<Address4>String</Address4>
<FullAddress>String</FullAddress>
<PostCode>String</PostCode>
<Telephone>String</Telephone>
</CompanyLookupEnhancedAddress>
</TradingAddresses>
<Websites>
<CompanyLookupEnhancedWebsite>
<Website>String</Website>
</CompanyLookupEnhancedWebsite>
</Websites>
</ContactInformation>
<CountyCourtJudgements>
<ExactCCJs>
<CompanyLookupEnhancedCCJ>
<Amount>0</Amount>
<CaseNumber>String</CaseNumber>
<Court>String</Court>
<Date>0001-01-01T00:00:00</Date>
<DatePaid>String</DatePaid>
<IncomingRecordDetails>String</IncomingRecordDetails>
<Status>String</Status>
</CompanyLookupEnhancedCCJ>
</ExactCCJs>
<PossibleCCJs>
<CompanyLookupEnhancedCCJ>
<Amount>0</Amount>
<CaseNumber>String</CaseNumber>
<Court>String</Court>
<Date>0001-01-01T00:00:00</Date>
<DatePaid>String</DatePaid>
<IncomingRecordDetails>String</IncomingRecordDetails>
<Status>String</Status>
</CompanyLookupEnhancedCCJ>
</PossibleCCJs>
</CountyCourtJudgements>
<CreditAccounts>
<CreditLimitHistory>
<CompanyLookupEnhancedCreditLimit>
<Amount>0</Amount>
<Date>0001-01-01T00:00:00</Date>
<DateOrder>0</DateOrder>
</CompanyLookupEnhancedCreditLimit>
</CreditLimitHistory>
<CreditRatingHistory>
<CompanyLookupEnhancedCreditRating>
<Amount>0</Amount>
<Date>0001-01-01T00:00:00</Date>
<DateOrder>0</DateOrder>
<Description>String</Description>
<ShortDescription>String</ShortDescription>
</CompanyLookupEnhancedCreditRating>
</CreditRatingHistory>
</CreditAccounts>
<Directors>
<CurrentDirectors>
<CompanyLookupEnhancedDirector>
<Address>String</Address>
<AppointmentDate>0001-01-01T00:00:00</AppointmentDate>
<CurrentDirectorships>0</CurrentDirectorships>
<DateOfBirth>0001-01-01T00:00:00</DateOfBirth>
<Gender>String</Gender>
<IdNumber>0</IdNumber>
<Name>String</Name>
<Position>String</Position>
<PreviousDirectorships>0</PreviousDirectorships>
<ResignationDate>0001-01-01T00:00:00</ResignationDate>
<TotalDirectorships>0</TotalDirectorships>
</CompanyLookupEnhancedDirector>
</CurrentDirectors>
<PreviousDirectors>
<CompanyLookupEnhancedDirector>
<Address>String</Address>
<AppointmentDate>0001-01-01T00:00:00</AppointmentDate>
<CurrentDirectorships>0</CurrentDirectorships>
<DateOfBirth>0001-01-01T00:00:00</DateOfBirth>
<Gender>String</Gender>
<IdNumber>0</IdNumber>
<Name>String</Name>
<Position>String</Position>
<PreviousDirectorships>0</PreviousDirectorships>
<ResignationDate>0001-01-01T00:00:00</ResignationDate>
<TotalDirectorships>0</TotalDirectorships>
</CompanyLookupEnhancedDirector>
</PreviousDirectors>
</Directors>
<EventHistory>
<CompanyLookupEnhancedEvent>
<Date>0001-01-01T00:00:00</Date>
<Description>String</Description>
</CompanyLookupEnhancedEvent>
</EventHistory>
<FinancialStatements>
<CompanyLookupEnhancedFinancialStatement>
<BalanceSheet>
<BankLoansAndOverdrafts>0</BankLoansAndOverdrafts>
<BankLoansAndOverdraftsAndLTL>0</BankLoansAndOverdraftsAndLTL>
<Cash>0</Cash>
<DebtorsDueAfter1Year>0</DebtorsDueAfter1Year>
<IntangibleAssets>0</IntangibleAssets>
<InvestmentAndOther>0</InvestmentAndOther>
<InvestmentAndOtherAssets>0</InvestmentAndOtherAssets>
<MiscCurrentAssets>0</MiscCurrentAssets>
<MiscCurrentLiabilities>0</MiscCurrentLiabilities>
<OtherDebtors>0</OtherDebtors>
<OtherLongTermFinance>0</OtherLongTermFinance>
<OtherShortTermFinance>0</OtherShortTermFinance>
<OtherTangibleAssets>0</OtherTangibleAssets>
<Stock>0</Stock>
<TangibleAccounts>0</TangibleAccounts>
<TotalCurrentAssets>0</TotalCurrentAssets>
<TotalCurrentLiabilities>0</TotalCurrentLiabilities>
<TotalFixedAssets>0</TotalFixedAssets>
<TotalLiabilities>0</TotalLiabilities>
<TotalLongTermFinance>0</TotalLongTermFinance>
<TradeCreditors>0</TradeCreditors>
<TradeDebtors>0</TradeDebtors>
</BalanceSheet>
<CapitalAndReserves>
<CalledUpSharedCapital>0</CalledUpSharedCapital>
<ProfitAndLossAccountReserve>0</ProfitAndLossAccountReserve>
<RevaluationReserve>0</RevaluationReserve>
<ShareholderFunds>0</ShareholderFunds>
<SundryReserves>0</SundryReserves>
</CapitalAndReserves>
<Cash>
<IncreaseInCash>0</IncreaseInCash>
<NetCashFlowBeforeFinancing>0</NetCashFlowBeforeFinancing>
<NetCashFlowFromFinancing>0</NetCashFlowFromFinancing>
<NetCashFlowFromOperations>0</NetCashFlowFromOperations>
</Cash>
<Misc>
<AuditorComments>String</AuditorComments>
<Auditors>String</Auditors>
<BankBranchCode>String</BankBranchCode>
<Bankers>String</Bankers>
<CapitalEmployed>0</CapitalEmployed>
<ContingentLiability>String</ContingentLiability>
<NumberOfEmployees>0</NumberOfEmployees>
</Misc>
<Other>
<NetAssets>0</NetAssets>
<NetWorth>0</NetWorth>
<TotalAssets>0</TotalAssets>
<TotalLiabilities>0</TotalLiabilities>
<WorkingCapital>0</WorkingCapital>
</Other>
<ProfitAndLoss>
<AuditFees>0</AuditFees>
<CostOfSales>0</CostOfSales>
<Depreciation>0</Depreciation>
<DirectorEmolument>0</DirectorEmolument>
<DividendsPayable>0</DividendsPayable>
<Export>0</Export>
<GrossProfit>0</GrossProfit>
<InterestPayments>0</InterestPayments>
<OperatingProfit>0</OperatingProfit>
<PretaxProfit>0</PretaxProfit>
<ProfitAfterTax>0</ProfitAfterTax>
<RetainedProfit>0</RetainedProfit>
<Taxation>0</Taxation>
<Turnover>0</Turnover>
<WagesAndSalaries>0</WagesAndSalaries>
</ProfitAndLoss>
<Ratios>
<CreditorDays>0</CreditorDays>
<CurrentDebtRatio>0</CurrentDebtRatio>
<CurrentRatio>0</CurrentRatio>
<DebtorDays>0</DebtorDays>
<Equity>0</Equity>
<Gearing>0</Gearing>
<LiquidityAcidTest>0</LiquidityAcidTest>
<PreTaxProfitMargin>0</PreTaxProfitMargin>
<ReturnOnCapitalEmployed>0</ReturnOnCapitalEmployed>
<ReturnOnNetAssetsEmployed>0</ReturnOnNetAssetsEmployed>
<ReturnOnTotalAssetsEmployed>0</ReturnOnTotalAssetsEmployed>
<SalesNetworkingCapital>0</SalesNetworkingCapital>
<StockTurnoverRatio>0</StockTurnoverRatio>
<TotalDebtRatio>0</TotalDebtRatio>
</Ratios>
<SummaryConsolidatedAccount>String</SummaryConsolidatedAccount>
<SummaryCurrency>String</SummaryCurrency>
<SummaryNumberOfWeeks>0</SummaryNumberOfWeeks>
<YearEndDate>0001-01-01T00:00:00</YearEndDate>
<YearEndDateOrder>0</YearEndDateOrder>
</CompanyLookupEnhancedFinancialStatement>
</FinancialStatements>
<GroupStructure>
<ParentCompanies>
<CompanyLookupEnhancedCompany>
<CompanyName>String</CompanyName>
<CompanyNumber>String</CompanyNumber>
<Country>String</Country>
</CompanyLookupEnhancedCompany>
</ParentCompanies>
<SubsidiaryCompanies>
<CompanyLookupEnhancedCompany>
<CompanyName>String</CompanyName>
<CompanyNumber>String</CompanyNumber>
<Country>String</Country>
</CompanyLookupEnhancedCompany>
</SubsidiaryCompanies>
</GroupStructure>
<PreviousNames>
<CompanyLookupEnhancedPreviousName>
<DateChanged>0001-01-01T00:00:00</DateChanged>
<Name>String</Name>
</CompanyLookupEnhancedPreviousName>
</PreviousNames>
<ShareStructure>
<IssuedShareCapital>0</IssuedShareCapital>
<Shareholders>
<CompanyLookupEnhancedShareholder>
<Address1>String</Address1>
<Address2>String</Address2>
<Address3>String</Address3>
<Address4>String</Address4>
<Address5>String</Address5>
<Currency>String</Currency>
<Forename>String</Forename>
<Number>0</Number>
<PostCode>String</PostCode>
<ShareClass>String</ShareClass>
<ShareType>String</ShareType>
<ShareholderType>String</ShareholderType>
<Surname>String</Surname>
<Title>String</Title>
<Value>0</Value>
</CompanyLookupEnhancedShareholder>
</Shareholders>
</ShareStructure>
<SicCodes>
<CompanyLookupEnhancedSicCode>
<SicCode2003>0</SicCode2003>
<SicCode2003Description>String</SicCode2003Description>
<SicCode2007>0</SicCode2007>
<SicCode2007Description>String</SicCode2007Description>
<Status>String</Status>
</CompanyLookupEnhancedSicCode>
</SicCodes>
<Summary>
<Address>String</Address>
<CompanyStatus>String</CompanyStatus>
<Country>String</Country>
<DateOfIncorporation>String</DateOfIncorporation>
<LatestAccounts>
<AccountCategory>String</AccountCategory>
<AccountLastMadeUpDate>0001-01-01T00:00:00</AccountLastMadeUpDate>
<AccountNextDueDate>0001-01-01T00:00:00</AccountNextDueDate>
<AccountRefDay>0</AccountRefDay>
<AccountRefMonth>0</AccountRefMonth>
<CreditLimit>0</CreditLimit>
<CreditRating>0</CreditRating>
<CreditRatingDescription>String</CreditRatingDescription>
<Currency>String</Currency>
<ReturnLastMadeUpDate>0001-01-01T00:00:00</ReturnLastMadeUpDate>
<ShareholdersEquity>0</ShareholdersEquity>
<Turnover>0</Turnover>
</LatestAccounts>
<Name>String</Name>
<PrincipleActivity>String</PrincipleActivity>
<RegistrationNumber>String</RegistrationNumber>
<SicCode>String</SicCode>
<SicDescription>String</SicDescription>
<Telephone>String</Telephone>
<TypeOfIncorporation>String</TypeOfIncorporation>
</Summary>
</EnhancedInformation>
<HasCompanyDetails>false</HasCompanyDetails>
<HasCompanyId>false</HasCompanyId>
<HasCompletedSearches>false</HasCompletedSearches>
<HasEnhancedInformation>false</HasEnhancedInformation>
<HasStartedSearches>false</HasStartedSearches>
<Id>0</Id>
<IsArchived>false</IsArchived>
<SearchCriteria>
<Address>String</Address>
<Country>String</Country>
<DateOfBirth>String</DateOfBirth>
<Name>String</Name>
<Nationality>String</Nationality>
<Reference>String</Reference>
</SearchCriteria>
<SelectedLists>
<ListId>String</ListId>
</SelectedLists>
</SearchRecord>
</Data>
</GetCompanyLookupResponse>
</soap12:Body>
</soap12:Envelope>