Information
Get basic company information
Was this helpful?
Get basic company information
Was this helpful?
Get basic company information
/information
curl -L \
--request POST \
--url 'https://cipc-apm-rs-dev.azure-api.net/enterprise/v1/information' \
--header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"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"
]
}
}
}
}
Success