Skip to content

Commit 3ae6aa5

Browse files
authored
30464: Add supported business types (#245)
* Add supported business types Signed-off-by: Lucas <lucasoneil@gmail.com> * spelling fixes Signed-off-by: Lucas <lucasoneil@gmail.com> * Remove filings Signed-off-by: Lucas <lucasoneil@gmail.com> --------- Signed-off-by: Lucas <lucasoneil@gmail.com>
1 parent 604f983 commit 3ae6aa5

1 file changed

Lines changed: 30 additions & 30 deletions

File tree

web/site/public/br/business-spec.yaml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ info:
66
The Business Registry is a centralized electronic register of all business in British Columbia. This encompasses all types of businesses authorized to do business by the Registrar. The Business API provides a secure means of integrating your business systems with the Registry.
77
<br/>
88
<br/>This API supports the following filings:
9-
- Incorporation Application
10-
- Amalgamation Regular
11-
- Amalgamation Short Form Horizontal
12-
- Amalgamation Short Form Vertical
13-
- Continuation In
14-
- Registration
15-
- AGM Extension Information
16-
- AGM Location Change Information
17-
- Alteration
18-
- Annual Report
19-
- Change of Address
20-
- Change of Directors
21-
- Change of Registration
22-
- Consent Continuation Out
23-
- Conversion
24-
- Dissolution
25-
- Notice of Withdrawal
26-
- Registration (Sole Proprietorship, General Partnership)
27-
- Special Resolution
9+
10+
| Filing | Supported Business Types |
11+
| :--- | :--- |
12+
| Incorporation Application | BC, BEN, CC, CP, ULC |
13+
| Amalgamation Regular | BC, BEN, C, CBEN, CC, CCC, CUL, ULC |
14+
| Amalgamation Short Form Horizontal | BC, BEN, C, CBEN, CC, CCC, CUL, ULC |
15+
| Amalgamation Short Form Vertical | BC, BEN, C, CBEN, CC, CCC, CUL, ULC |
16+
| Continuation In | C, CBEN, CCC, CUL |
17+
| Registration | GP, SP |
18+
| AGM Extension Information | BC, BEN, C, CBEN, CC, CCC, CUL, ULC |
19+
| AGM Location Change Information | BC, BEN, C, CBEN, CC, CCC, CUL, ULC |
20+
| Alteration | BC, BEN, C, CBEN, CC, CCC, CUL, ULC |
21+
| Annual Report | BC, BEN, C, CBEN, CC, CCC, CP, CUL, ULC |
22+
| Change of Address | BC, BEN, C, CBEN, CC, CCC, CP, CUL, ULC |
23+
| Change of Directors | BC, BEN, C, CBEN, CC, CCC, CP, CUL, ULC |
24+
| Change of Registration | GP, SP |
25+
| Consent Continuation Out | BC, BEN, C, CBEN, CC, CCC, CUL, ULC |
26+
| Dissolution | BC, BEN, C, CBEN, CC, CCC, CP, CUL, GP, SP, ULC |
27+
| Special Resolution | CP |
2828
2929
All API requests must include a BC Registries issued API key and an Account ID.
3030
contact:
@@ -69,7 +69,7 @@ paths:
6969
'404':
7070
description: Not Found
7171
operationId: get-business
72-
description: '<p>Retrieve a set of information about a business.</p> <p>Access to a business and its information is dependent on the user being linked to that business, the API will return a 401 response if the user does not have access to that business.</p><p>The API will also return a 404 response if the business cannot be found.</p>'
72+
description: '<p>Retrieve a set of information about a business.</p> <p>Access to a business and its information is dependent on the user being linked to that business, the API will return a 401 response if the user does not have access to that business.</p><p>The API will also return a 404 response if the business cannot be found.</p>'
7373
parameters:
7474
- $ref: '#/components/parameters/accountId'
7575
tags:
@@ -579,7 +579,7 @@ paths:
579579
certifiedBy: Sample Certified Person
580580
colinIds: []
581581
comments: []
582-
data: '2024-12-18T00:10:47.042797+00:00'
582+
date: '2024-12-18T00:10:47.042797+00:00'
583583
email: api.specs@example.com
584584
filingId: 654321
585585
inColinOnly: false
@@ -3060,7 +3060,7 @@ paths:
30603060
hasRightsOrRestrictions: false
30613061
series: []
30623062
registration-sucess-response:
3063-
summary: Registartion Response
3063+
summary: Registration Response
30643064
value:
30653065
filing:
30663066
business:
@@ -5457,7 +5457,7 @@ components:
54575457
- dissolution
54585458
filing_header:
54595459
type: object
5460-
description: 'Information identigying the filing. '
5460+
description: 'Information identifying the filing. '
54615461
x-examples:
54625462
Example 1:
54635463
header:
@@ -5532,7 +5532,7 @@ components:
55325532
description: 'Filing name. '
55335533
availableOnPaperOnly:
55345534
type: boolean
5535-
description: 'If filing results(ouputs) available only on paper: Yes/No. '
5535+
description: 'If filing results(outputs) available only on paper: Yes/No. '
55365536
inColinOnly:
55375537
type: boolean
55385538
description: 'Filing information stored in COLIN only: Yes/No.'
@@ -5621,7 +5621,7 @@ components:
56215621
title: A dat number used for payment tracking purposes.
56225622
maxLength: 10
56235623
pattern: '^[A-Z]{1}[0-9]{7,9}$'
5624-
description: Payment identifyer (9 digits) for FAS payments.
5624+
description: Payment identifier (9 digits) for FAS payments.
56255625
example: C234567890
56265626
bcolAccountNumber:
56275627
type: string
@@ -5640,7 +5640,7 @@ components:
56405640
title: payment org account identifier.
56415641
maxLength: 30
56425642
pattern: ^(.*)$
5643-
description: 'Payment identifyer from where the payment will be debited. '
5643+
description: 'Payment identifier from where the payment will be debited. '
56445644
example: '180670'
56455645
paymentMethod:
56465646
type: string
@@ -6236,7 +6236,7 @@ components:
62366236
businessIdentifier:
62376237
type: string
62386238
minLength: 1
6239-
description: 'Business idetifier eg: BC123456 or business number (BN9) BN123456789. '
6239+
description: 'Business identifier eg: BC123456 or business number (BN9) BN123456789. '
62406240
commentsCount:
62416241
type: number
62426242
description: 'Number of comments/notes posted for the ledger item. '
@@ -6440,7 +6440,7 @@ components:
64406440
properties:
64416441
id:
64426442
type: string
6443-
description: 'Name unique identifyer eg: 1234.'
6443+
description: 'Name unique identifier eg: 1234.'
64446444
example: '1234'
64456445
name:
64466446
type: string
@@ -6974,7 +6974,7 @@ components:
69746974
priority:
69756975
type: integer
69766976
title: 'The display order of the shares that indicates priority. '
6977-
description: 'The display order that indicates priority eg: 2. with value 2, the share class will be displayed the second, after share class with priority 1. '
6977+
description: 'The display order that indicates priority eg: 2. With value 2, the share class will be displayed the second, after share class with priority 1. '
69786978
example: 2
69796979
maxNumberOfShares:
69806980
type: number
@@ -7200,7 +7200,7 @@ components:
72007200
addressRegion: 'BC for British Columbia '
72017201
addressCountry: Canada
72027202
postalCode: V8R 2P1
7203-
deliveryInstructions: '"Receptopn is on 2nd floor."'
7203+
deliveryInstructions: '"Reception is on 2nd floor."'
72047204
parties:
72057205
- party:
72067206
roles:

0 commit comments

Comments
 (0)