# Tax report sbr nl

{% stepper %}
{% step %}
**Actor(s)**:

User.
{% endstep %}

{% step %}
**Preconditions**:

User has a valid token to access the API.
{% endstep %}

{% step %}
**Alternative Flow** (Incorrect login attempt):

User provides the incorrect token in the authorization header and executes the API call.

The API returns 401 Unauthorized Error.

User contacts support to trouble shoot this error.
{% endstep %}

{% step %}
**Postconditions**:

Successful response in shown from the API.
{% endstep %}
{% endstepper %}

Render the XBRL report (.xbrl) into a readable report (.PDF) for tax reports (OB/OB-Sub/ICP)(NL). For each of the functionality where in our API is produced result file we produce hash of the file that identifies the contents of the file. User can validate the hash value in hash validation functionality and to know if any changes are applied. By default the file hash is disabled, but it can be controlled from the dropdown below.

[Web Api V1](/openapi/openapi-v1/api-reference/rendering/instance/tax-report-sbr.md#rendering-instance-tax-report-sbr-nl)

[Web Api V2](/openapi/openapi-v2/api-reference/rendering/instance/tax-report-sbr.md#rendering-instance-tax-report-sbr-nl)

<figure><img src="/files/YVvc87Hipa2ImY6W2XqY" alt=""><figcaption></figcaption></figure>

**Exceptions:**

401 unauthorized

404 Bad Request

200 Success


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.semansys.com/semansys-api-usecases/integrations/rendering-use-cases/instance/tax-report-sbr-nl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
