Information
Get basic company information
Was this helpful?
Get basic company information
Was this helpful?
Get basic company information
The company number of the company information to return.
POST /enterprise/v1/information HTTP/1.1
Host: cipc-apm-rs-dev.azure-api.net
Ocp-Apim-Subscription-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"enterprise_number": "2020/939681/07"
}
{
"type": "string",
"properties": {
"Enterprise": {
"type": "string",
"items": {
"type": "string",
"properties": {
"enterprise_number": {
"type": "string"
},
"country_code": {
"type": "string"
},
"enterprise_name": {
"type": "string"
},
"enterprise_type_description": {
"type": "string"
},
"sic_description": {
"type": "string"
},
"registration_date": {
"type": "string"
},
"enterprise_status_description": {
"type": "string"
},
"financial_year_end": {
"type": "string"
},
"financial_year_effective_date": {},
"physical_address_1": {
"type": "string"
},
"physical_address_2": {
"type": "string"
},
"physical_address_3": {
"type": "string"
},
"physical_address_4": {
"type": "string"
},
"physical_code": {
"type": "string"
},
"postal_address_1": {
"type": "string"
},
"postal_address_2": {
"type": "string"
},
"postal_address_3": {
"type": "string"
},
"postal_address_4": {
"type": "string"
},
"postal_code": {
"type": "string"
},
"tax_number": {
"type": "string"
},
"business_start_date": {
"type": "string"
}
},
"required": [
"string"
]
}
}
}
}