> For the complete documentation index, see [llms.txt](https://developers.zortout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.zortout.com/announcements/api-update/10-feb-2024-update.md).

# \[10 Feb 2024] Update

### Add pretax and vat  in API of Order, Purchase Order, Return Order, Return Purchase Order, Quotation and Finance.

> [Get Orders](/api-reference/order.md#get-orders)
>
> [Get Order Detail](/api-reference/order.md#get-order-detail)
>
> [Get Purchase Orders](/api-reference/purchase-order.md#get-purchase-orders)
>
> [Get Purchase Order Detail](/api-reference/purchase-order.md#get-purchase-order-detail)
>
> [Get Return Orders](/api-reference/return-order.md#get-return-orders)
>
> [Get Return Order Detail](/api-reference/return-order.md#get-return-order-detail)
>
> [Get Return Purchase Orders](/api-reference/return-purchase-order.md#get-return-purchase-orders)
>
> [Get Return Purchase Order Detail](/api-reference/return-purchase-order.md#get-return-purchase-order-detail)
>
> [Get Quotations](/api-reference/quotation.md#get-quotations)
>
> [Get Quotation Detail](/api-reference/quotation.md#get-quotation-detail)
>
> [Get Incomes](/api-reference/finance.md#get-incomes)
>
> [Get Income Detail](/api-reference/finance.md#get-income-detail)
>
> [Get Expenses](/api-reference/finance.md#get-expenses)
>
> [Get Expense Detail](/api-reference/finance.md#get-expense-detail)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developers.zortout.com/announcements/api-update/10-feb-2024-update.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.
