Return company registered office address
Was this helpful?
/registered-office-address
curl -L \ --request POST \ --url 'https://cipc-apm-rs-dev.azure-api.net/enterprise/v1/registered-office-address' \ --header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "enterprise_number": "string" }'
{ "registered-office-address": [ { "enterprise_number": "string", "physical_address_1": "string", "physical_address_2": "string", "physical_address_3": "string", "physical_address_4": "string", "physical_code": "string", "postal_address_1": "string", "postal_address_2": "string", "postal_address_3": "string", "postal_address_4": "string", "postal_code": "string" } ] }