Hello,
I incorporated a new company (BC3000118) and tried to do a change of directors filing but am getting a 400 error that doesn’t specify what the issue is.
Here’s the request:
{
"filing": {
"header": {
"name": "changeOfDirectors",
"certifiedBy": "First Last",
"date": "2025-04-24",
"accountId": "XXXXX"
},
"business": {
"foundingDate": "2025-04-24T19:21:45.384827+00:00",
"identifier": "BC3000118",
"legalName": "3000118 B.C. LTD.",
"legalType": "BC"
},
"changeOfDirectors": {
"directors": [
{
"appointmentDate": "2025-04-24",
"cessationDate": null,
"officer": {
"firstName": "PATTY",
"middleInitial": "",
"lastName": "NEW",
"prevLastName": "",
"prevFirstName": "",
"prevMiddleInitial": "",
"email": ""
},
"actions": [
"addressChanged"
],
"deliveryAddress": {
"streetAddress": "200 Changed Address",
"streetAddressAdditional": "",
"addressCity": "Vancouver",
"addressRegion": "BC",
"postalCode": "H0H 0H0",
"addressCountry": "CA"
}
}
]
}
}
}
and the 400 error response:
{
"errorMessage": "API backend third party service error.",
"rootCause": "errors:[error],filing:business:foundingDate:2025-04-24T19:21:45.384827+00:00,identifier:BC3000118,legalName:3000118 B.C. LTD.,legalType:BC,changeOfDirectors:directors:[actions:[addressChanged],appointmentDate:2025-04-24,cessationDate:null,deliveryAddress:addressCity:Vancouver,addressCountry:CA,addressRegion:BC,postalCode:H0H 0H0,streetAddress:200 Changed Address,streetAddressAdditional:,officer:email:,firstName:PATTY,lastName:NEW,middleInitial:,prevFirstName:,prevLastName:,prevMiddleInitial:],header:accountId:XXXXX,certifiedBy:First Last,date:2025-04-24,name:changeOfDirectors "
}
Thanks,
Patty