Getting the following error message from Developer API portal using provided test data:
{
"errorMessage": "API backend third party service error.",
"rootCause": "errors:[code:INVALID_REQUEST,message:'control' object does not have required attributes.,code:INVALID_REQUEST,message:'permits' object not present in the request.] "
}
As you can see, the batchValidate POST body definition has no such element:
If I change the data element in the POST body to permits, the error is reduced to
{
"errorMessage": "API backend third party service error.",
"rootCause": "errors:[code:INVALID_REQUEST,message:'control' object does not have required attributes.] "
}
However, the control element contains all required elements specified in the API docs:
Thanks for your continued engagement and questions.
From our Technical Architect
To clarify, the SPEC has already been released. It was shared ahead of the Sandbox at the request of the Platforms team, who required early access to support their planning.
We’ll share an announcement as soon as the Sandbox is ready for use.
Please let me know if you require further clarification
We have set up our Service BC account, gotten our API Sandbox key, and are trying to access the validation endpoints outlined in that doc.
Are you saying that the Sandbox is currently unusable for testing? And that all we can do so far is to code off of the API Version 0.7 2025-03-15 Release Candidate doc?
I feel like I must be misinterpretating what you’re saying, as we have provincial requirements to start validations May 1st, about 5 weeks away.
If this is the case, when can we expect to test against the sandbox, in order to be able to advance to Step 7 of Account Setup "After completing your testing, email a request for keys to BC Registries Production Environment. "?