> For the complete documentation index, see [llms.txt](https://docs.evitalrx.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evitalrx.in/api-for-b2b.md).

# API FOR B2B

- [Introduction](https://docs.evitalrx.in/api-for-b2b/introduction.md)
- [Orders](https://docs.evitalrx.in/api-for-b2b/orders.md)
- [Order Save](https://docs.evitalrx.in/api-for-b2b/orders/order-save.md): To save the b2b sales order.
- [Order Save as Draft](https://docs.evitalrx.in/api-for-b2b/orders/order-save-as-draft.md)
- [Order List](https://docs.evitalrx.in/api-for-b2b/orders/order-list.md): To get the order details
- [Order Details](https://docs.evitalrx.in/api-for-b2b/orders/order-details.md)
- [Order Return Save](https://docs.evitalrx.in/api-for-b2b/orders/order-return-save.md)
- [Order Return List](https://docs.evitalrx.in/api-for-b2b/orders/order-return-list.md)
- [Order Return Details](https://docs.evitalrx.in/api-for-b2b/orders/order-return-details.md)
- [Customers](https://docs.evitalrx.in/api-for-b2b/customers.md)
- [Add / Update Customer](https://docs.evitalrx.in/api-for-b2b/customers/add-update-customer.md): To add patients with mobile number, name and address.
- [Customer List](https://docs.evitalrx.in/api-for-b2b/customers/customer-list.md): To get the patient details


---

# 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://docs.evitalrx.in/api-for-b2b.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.
