You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
Copy file name to clipboardExpand all lines: web/site/public/br/business-spec.yaml
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,25 @@ info:
6
6
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.
7
7
<br/>
8
8
<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)
All API requests must include a BC Registries issued API key and an Account ID.
30
30
contact:
@@ -69,7 +69,7 @@ paths:
69
69
'404':
70
70
description: Not Found
71
71
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>'
73
73
parameters:
74
74
- $ref: '#/components/parameters/accountId'
75
75
tags:
@@ -579,7 +579,7 @@ paths:
579
579
certifiedBy: Sample Certified Person
580
580
colinIds: []
581
581
comments: []
582
-
data: '2024-12-18T00:10:47.042797+00:00'
582
+
date: '2024-12-18T00:10:47.042797+00:00'
583
583
email: api.specs@example.com
584
584
filingId: 654321
585
585
inColinOnly: false
@@ -3060,7 +3060,7 @@ paths:
3060
3060
hasRightsOrRestrictions: false
3061
3061
series: []
3062
3062
registration-sucess-response:
3063
-
summary: Registartion Response
3063
+
summary: Registration Response
3064
3064
value:
3065
3065
filing:
3066
3066
business:
@@ -5457,7 +5457,7 @@ components:
5457
5457
- dissolution
5458
5458
filing_header:
5459
5459
type: object
5460
-
description: 'Information identigying the filing. '
5460
+
description: 'Information identifying the filing. '
5461
5461
x-examples:
5462
5462
Example 1:
5463
5463
header:
@@ -5532,7 +5532,7 @@ components:
5532
5532
description: 'Filing name. '
5533
5533
availableOnPaperOnly:
5534
5534
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. '
5536
5536
inColinOnly:
5537
5537
type: boolean
5538
5538
description: 'Filing information stored in COLIN only: Yes/No.'
@@ -5621,7 +5621,7 @@ components:
5621
5621
title: A dat number used for payment tracking purposes.
5622
5622
maxLength: 10
5623
5623
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.
5625
5625
example: C234567890
5626
5626
bcolAccountNumber:
5627
5627
type: string
@@ -5640,7 +5640,7 @@ components:
5640
5640
title: payment org account identifier.
5641
5641
maxLength: 30
5642
5642
pattern: ^(.*)$
5643
-
description: 'Payment identifyer from where the payment will be debited. '
5643
+
description: 'Payment identifier from where the payment will be debited. '
5644
5644
example: '180670'
5645
5645
paymentMethod:
5646
5646
type: string
@@ -6236,7 +6236,7 @@ components:
6236
6236
businessIdentifier:
6237
6237
type: string
6238
6238
minLength: 1
6239
-
description: 'Business idetifier eg: BC123456 or business number (BN9) BN123456789. '
6239
+
description: 'Business identifier eg: BC123456 or business number (BN9) BN123456789. '
6240
6240
commentsCount:
6241
6241
type: number
6242
6242
description: 'Number of comments/notes posted for the ledger item. '
@@ -6440,7 +6440,7 @@ components:
6440
6440
properties:
6441
6441
id:
6442
6442
type: string
6443
-
description: 'Name unique identifyer eg: 1234.'
6443
+
description: 'Name unique identifier eg: 1234.'
6444
6444
example: '1234'
6445
6445
name:
6446
6446
type: string
@@ -6974,7 +6974,7 @@ components:
6974
6974
priority:
6975
6975
type: integer
6976
6976
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. '
6978
6978
example: 2
6979
6979
maxNumberOfShares:
6980
6980
type: number
@@ -7200,7 +7200,7 @@ components:
7200
7200
addressRegion: 'BC for British Columbia '
7201
7201
addressCountry: Canada
7202
7202
postalCode: V8R 2P1
7203
-
deliveryInstructions: '"Receptopn is on 2nd floor."'
7203
+
deliveryInstructions: '"Reception is on 2nd floor."'
0 commit comments