Information
Get basic company information
Get basic company information
Get basic company information
Success
const response = await fetch('https://cipc-apm-rs-dev.azure-api.net/enterprise/v1/information', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
"enterprise_number": "2020/939681/07"
}),
});
const data = await response.json();
{
"type": "text",
"properties": {
"Enterprise": {
"type": "text",
"items": {
"type": "text",
"properties": {
"enterprise_number": {
"type": "text"
},
"country_code": {
"type": "text"
},
"enterprise_name": {
"type": "text"
},
"enterprise_type_description": {
"type": "text"
},
"sic_description": {
"type": "text"
},
"registration_date": {
"type": "text"
},
"enterprise_status_description": {
"type": "text"
},
"financial_year_end": {
"type": "text"
},
"physical_address_1": {
"type": "text"
},
"physical_address_2": {
"type": "text"
},
"physical_address_3": {
"type": "text"
},
"physical_address_4": {
"type": "text"
},
"physical_code": {
"type": "text"
},
"postal_address_1": {
"type": "text"
},
"postal_address_2": {
"type": "text"
},
"postal_address_3": {
"type": "text"
},
"postal_address_4": {
"type": "text"
},
"postal_code": {
"type": "text"
},
"tax_number": {
"type": "text"
},
"business_start_date": {
"type": "text"
}
},
"required": [
"text"
]
}
}
}
}