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 .jsv suffix or ?format=jsv

HTTP + JSV

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

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

{
	CompanyId: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
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
			}
		]
	}
}