Authority Extracts
Submit authority extract data
Accepts a full or partial batch of authority-data extracts (momsindberetning, erhvervsselvangivelse, udbytteindberetning, e-indkomst, skattekonto, lønsum, …) for the company the API key belongs to. Each item in extracts is stored as received — the sender owns the item shape.
The batch is stored atomically: on any failure nothing is stored, and the whole request should be retried. Sending batchId plus an x-api-idempotency-key makes retries safe — a completed batch replays its original response, and a key reused across a different batch is refused with 422.
Required Scope
authority-extracts-write
Headers
x-api-idempotency-keyOptional idempotency key for safely retrying mutating requests.
Submit authority extract data › Request Body
The extract items — one object per extract (momsindberetning, erhvervsselvangivelse, udbytteindberetning, e-indkomst, skattekonto, lønsum, …). Each item is stored as received.
senderThe delivering system, e.g. 'revibot'.
batchIdThe sender's own id for this batch. Folded into the idempotency claim, so an x-api-idempotency-key reused across two DIFFERENT batches is refused (422) instead of silently replaying the first batch's response.
Submit authority extract data › Responses
totalCreatedNumber of extract items stored.