Submit person filing fields
Submit statutory filing fields for a person in a jurisdiction. Use this
endpoint for fields returned by the required-fields endpoint with
entity: "person" 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
Person 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.
{
"steuerID": "97148835200",
"personengruppenschluessel": "101"
}Response
Fields saved successfully