Skip to main content
PUT
Submit business filing fields

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

business_id
string
required

Business identifier

country_code
string
required

ISO 3166-1 alpha-2 country code

Pattern: ^[A-Z]{2}$

Body

application/json

Request body for submitting statutory filing fields.

fields
object
required

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.

Example:

Response

Fields saved successfully