declarations_agent_result
Submit ANAF's response back to the Storno server to trigger response parsing, extract the upload ID, set status to PROCESSING, and initiate status checking for the declaration.
Instructions
Submit the ANAF response received via the local agent back to the server. The server parses the response, extracts the upload ID, sets status to PROCESSING, and dispatches status checking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Declaration UUID | |
| body | Yes | Response body from ANAF | |
| headers | No | Response headers from ANAF | |
| companyId | No | Company UUID (overrides STORNO_COMPANY_ID env var) | |
| statusCode | Yes | HTTP status code from ANAF response |