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

Filing history

Return annual returns filing history

Last updated 1 year ago

Was this helpful?

Filing history

post

Return annual returns filing history

Authorizations
Body

The company number of the company information to return.

enterprise_numberstringRequired
Responses
200
annual returns filing history
application/json
401
Unauthorised
application/json
post
POST /enterprise/v1/filing-history 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"
}
{
  "filings_history_list": [
    {
      "annual_return_year": 2019,
      "annual_return_date": "2019-08-29",
      "non_compliance_date": "2019-08-29",
      "date_filed": "2022-11-21",
      "amount_paid": 100,
      "status": "string"
    }
  ]
}