API Documentation
  • 👋Welcome
  • 🚦Getting Started
    • 🖥️Environment setup
    • 👨‍💻Sign up on portal
    • Subscribe to APIs
    • 📖Terminology
    • 🔐Authorization
  • 💲PRICING
    • Subscription
  • API Documentation
    • Companies API reference
      • Companyprofile
      • Information
      • Appointments
      • Directors
      • Employee verification
      • Registered office address
      • Filing history
    • BO API reference
      • Entity statement
      • Ownership or control statement
      • Natural person statement
      • Supporting documents
      • Individual document
  • Specification
  • USER GUIDE
    • For Data Consumers
Powered by GitBook
On this page

Was this helpful?

  1. API Documentation
  2. Companies API reference

Directors

List of all company directors

Last updated 7 months ago

Was this helpful?

Company Directors

post

List of all company directors

Authorizations
Body

The company number of the company information to return.

enterprise_numberstringRequired
Responses
200
directorList
application/json
401
Unauthorised
application/json
post
POST /enterprise/v1/directors 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: 30

{
  "enterprise_number": "string"
}
{
  "directors_list": [
    {
      "first_names": "string",
      "surname": "string",
      "initials": "string",
      "identity_number": "string",
      "date_of_birth": "string",
      "director_status": "string",
      "enterprise_number": "string",
      "enterprise_name": "string",
      "director_type": "string",
      "designation": "string",
      "enterprise_type": "string",
      "enterprise_status": "string",
      "registration_date": "string",
      "appointment_date": "string",
      "resignation_date": "string",
      "country_code": "string",
      "member_size_interest": 0,
      "member_contribution": 0,
      "residential_address_1": "string",
      "residential_address_2": "string",
      "residential_address_3": "string",
      "residential_address_4": "string",
      "residential_postal_code": "string"
    }
  ]
}