Filing history

Return annual returns filing history

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
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"
    }
  ]
}

Last updated

Was this helpful?