Submit business filing fields
Submit statutory filing fields for a business in a jurisdiction. Use this
endpoint for fields returned by the required-fields endpoint with
entity: "business" and scope containing "filing".
Fields are validated against the jurisdiction’s field definitions. Unknown keys are rejected.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Path Parameters
Business identifier
ISO 3166-1 alpha-2 country code
^[A-Z]{2}$Body
Request body for submitting statutory filing fields.
Key-value pairs of field data. Keys must match the key values
from the jurisdiction's required-fields response.
For document-typed fields, the value is the fileId returned by
POST /v1/files/upload-url (purpose statutory-document) after the
file has been uploaded — either as a bare string or as an object
{"fileId": "..."}. The request is rejected with 400 if the
fileId is unknown, the file has not been uploaded yet, or it was
uploaded with a different purpose.
Response
Fields saved successfully