Annual Return Filing - Directors and Offices

Hello,

Currently, when filing an annual return through BC Online, we don’t need to submit information on directors or offices, just confirm the details we see. For the API, directors and offices are required fields (https://developer.connect.gov.bc.ca/oas/br/model/annual_report).

  1. Do we only need to send current directors as of the annual report date, or do all directors, including historical ones need to be sent?
  2. Which office types do we need to send, only registered and records offices?

Thank you,
Patty

Hi there,

Just to further expand on this. The current AR does not require the submission of any director information, rather the existing directors are displayed during filing and the user is notified of the directors. Is this now changing with the new API environment, and director information must be submitted?

Thanks

Hi Patty,

  1. Only send current directors as of the annual report date, you could check the directors’ info by using this endpoint:

{{gateway_url}}/business/api/v2/businesses/:identifier/directors?date={{annual_report_date}}

  1. Only registered and records offices are required.

Thanks!