Return annual returns filing history
Last updated 1 year ago
Was this helpful?
The company number of the company information to return.
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" }
annual returns filing history
{ "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" } ] }