WebAPI

<back to all web services

CompanyIdCheck

Get company info. by company id via Equifax

The following routes are available for this service:
GET/CompanyIdCheck/{CompanyId}Get company info. by company id via Equifax
Parameters:
NameParameterData TypeRequiredDescription
CompanyIdpathstringYes

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/CompanyIdCheck HTTP/1.1 
Host: api-preprod.merseyflow.co.uk 
Content-Type: application/json
Content-Length: length

{"CompanyId":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"CompanyData":{"AccountDuedate":"String","AccountFiledLateInd":"String","AccountFilesLateText":"String","AccountType":"String","Accountmadeupdate":"String","CompanyAddress":{"AddressLine1":"String","AddressLine2":"String","AddressLine3":"String","CareOf":"String","POBox":"String","Postcode":"String","TownPostcode":"String"},"CompanyId":"String","CompanyName":"String","CompanyStatus":"String","CompanyType":"String","CompanyTypeDescription":"String","DissolvedDate":"String","DissolvedFlag":"String","IncorporationDate":"String","InspectionFlag":"String","LegalDate":"String","LegalStatus":"String","MainObject":"String","NoAccountFiled":"String","RefDate":"String","ReportStatus":"String","RetmadeupDate":"String","ReturnMessage":"String","ReturneCode":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]}}