Office Addresses

post

Return company registered office addresses

Body
enterprise_numberstringOptional

Company registration number. format: 2060/119044/01

consentbooleanOptional

By using this API, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service. If you have any questions or concerns, please contact us

Responses
200Success
application/json
post
POST /enterprise/officeaddresses HTTP/1.1
Host: api.akibaone.com
Content-Type: application/json
Accept: */*
Content-Length: 43

{
  "enterprise_number": "text",
  "consent": true
}
200Success
{
  "registered-office-address": [
    {
      "enterprise_number": "text",
      "physical_address_1": "text",
      "physical_address_2": "text",
      "physical_address_3": "text",
      "physical_address_4": "text",
      "physical_code": "text",
      "postal_address_1": "text",
      "postal_address_2": "text",
      "postal_address_3": "text",
      "postal_address_4": "text",
      "postal_code": "text"
    }
  ]
}