When attempting a change of directors filing, I’m getting an unclear error response, which simply appears to be a reflection of the request. I attempted this on a freshly incorporated company. Are you able to provide some feedback on why this would be, please?
Request:
{
"filing": {
"header": {
"certifiedBy": "Pamela Lowther",
"email": "ianh@hardersoft.com",
"name": "changeOfDirectors",
"folioNumber": "66849-1",
"date": "2025-04-10",
"accountId": "XXXXX"
},
"business": {
"foundingDate": "2025-04-10T22:16:26.904490+00:00",
"identifier": "BC2000013",
"legalName": "2000013 B.C. LTD.",
"legalType": "BC"
},
"changeOfDirectors": {
"directors": [
{
"actions": [
"addressChanged"
],
"officer": {
"firstName": "IAN",
"middleInitial": "H.",
"lastName": "HARDER",
"prevFirstName": "",
"prevMiddleInitial": "",
"prevLastName": ""
},
"deliveryAddress": {
"streetAddress": "619 Dominion Street",
"addressCity": "Kamloops",
"addressRegion": "BC",
"postalCode": "V2C 2X6",
"addressCountry": "CA"
},
"mailingAddress": {
"streetAddress": "619 Dominion Street",
"addressCity": "Kamloops",
"addressRegion": "BC",
"postalCode": "V2C 2X6",
"addressCountry": "CA"
},
"appointmentDate": "2025-04-10",
"cessationDate": null
}
]
}
}
}
Error response:
{
"errorMessage": "API backend third party service error.",
"rootCause": "errors:[error],filing:business:foundingDate:2025-04-10T22:16:26.904490+00:00,identifier:BC2000013,legalName:2000013 B.C. LTD.,legalType:BC,changeOfDirectors:directors:[actions:[addressChanged],appointmentDate:2025-04-10,cessationDate:null,deliveryAddress:addressCity:Kamloops,addressCountry:CA,addressRegion:BC,postalCode:V2C 2X6,streetAddress:619 Dominion Street,mailingAddress:addressCity:Kamloops,addressCountry:CA,addressRegion:BC,postalCode:V2C 2X6,streetAddress:619 Dominion Street,officer:firstName:IAN,lastName:HARDER,middleInitial:H.,prevFirstName:,prevLastName:,prevMiddleInitial:],header:accountId:14723,certifiedBy:Pamela Lowther,date:2025-04-10,email:ianh@hardersoft.com,folioNumber:66849-1,name:changeOfDirectors "
}