> For the complete documentation index, see [llms.txt](https://cee-systems.gitbook.io/tcpapi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cee-systems.gitbook.io/tcpapi/estreaming-api/estreaming/point-of-sale.md).

# Point Of Sale

Airlines distribute their fares and inventory in a different way depending on the country of point-of-sale. Some carriers restrict specific fares only for sale on their domestic market, whereas others may offer different ranges of bookings classes depending on the origin where the agency is located.

Besides shopping results depend greatly on the number of carriers supporting ticketing in specific market (BSP). Basic shopping request without additional modifiers will return the lowest fare options on any ticketing (validating) carrier for the travel agency.

Prices can also differ between countries because of market conditions also because of currency rate changes. Airlines generally quote fares in the currency of the country in which travel agency is located, but sometimes fares are quoted in fully convertible currencies (USD, EUR).

## PointOfSale Parameter usage

Parameter pointOfSale is used in the following request types:

* [Cached API](/tcpapi/estreaming-api/methods/cache-api.md)
* [Historical API](/tcpapi/estreaming-api/methods/historical-api.md)
* [Fly From To API](/tcpapi/estreaming-api/methods/fly-from-to-api.md)
* [Fly From API](/tcpapi/estreaming-api/methods/fly-from-api.md)
* [Fly From with options API](/tcpapi/estreaming-api/methods/fly-from-with-options-api.md)
* [Flex API](/tcpapi/estreaming-api/methods/flex-api.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://cee-systems.gitbook.io/tcpapi/estreaming-api/estreaming/point-of-sale.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
