Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

22169 - api specs notice of withdrawal #3136

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 31 additions & 5 deletions docs/business.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -900,11 +900,6 @@ paths:
value:
errorMessage: API backend third party service error.
rootCause: errors:[error:Can't have new consent for same jurisdiction if an unexpired one already exists,path:/filing/consentContinuationOut/foreignJurisdiction],filing:business:foundingDate:2024-07-08T15:34:57.844764+00:00,identifier:BC0882848,legalName:0882848 B.C. LTD.,legalType:BEN,consentContinuationOut:courtOrder:effectOfOrder:planOfArrangement,fileNumber:12345,foreignJurisdiction:country:CA,region:AB,header:availableOnPaperOnly:false,certifiedBy:Api specs,date:2024-07-10,documentOptionalEmail:[email protected],email:[email protected],inColinOnly:false,name:consentContinuationOut
notice-of-withdrawal-failed-invalid-filing-id-response:
summary: Notice of Withdrawal - withdrawn filing cannot be found
value:
errors:
- error: The filing to be withdrawn cannot be found.
notice-of-withdrawal-failed-withdrawn-filing-issues-response:
summary: Notice of Withdrawal - invalid withdrawn filing
value:
Expand All @@ -930,6 +925,16 @@ paths:
summary: Notice of Withdrawal - Not a staff
value:
message: You are not authorized to submit a filing for BC1234567.
'404':
description: Cannot found, when a value cannot be found in the records
content:
application/json:
examples:
notice-of-withdrawal-failed-invalid-filing-id-response:
summary: Notice of Withdrawal - withdrawn filing cannot be found
value:
errors:
- error: The filing to be withdrawn cannot be found.
'422':
description: UNPROCESSABLE ENTITY, in many cases caused by missing one or more required field(s)
content:
Expand Down Expand Up @@ -1498,6 +1503,27 @@ paths:
legalType: BC
noticeOfWithdrawal:
filingId: 123456
notice-of-withdrawal-with-options-request:
summary: Notice of Withdrawal Request with Options
value:
filing:
header:
name: noticeOfWithdrawal
certifiedBy: Sample Certified Person
email: [email protected]
date: '2024-12-18'
priority: false
business:
foundingDate: '2023-07-12T17:31:58.000+00:00'
identifier: BC1234567
legalName: 1234567 B.C. LTD.
legalType: BC
noticeOfWithdrawal:
filingId: 123456
courtOrder:
fileNumber: "A12345"
effectOfOrder: planOfArrangement
effectOfArrangement: ''
severinbeauvais marked this conversation as resolved.
Show resolved Hide resolved
voluntary-dissolution-request:
summary: Voluntary Dissolution Request
value:
Expand Down
Loading