> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/navixy-api/user-api/resources/field-service/place.md).

# Place

Business locations that employees visit, called points of interest in the interface.

A place is a location the account cares about: a client site, a depot, a delivery address. Tasks are assigned against places, and reports name them instead of raw coordinates.

[Places (POI)](/docs/navixy-api/user-api/resources/field-service/place/work-with-poi.md) covers creating and managing them, [Place import](/docs/navixy-api/user-api/resources/field-service/place/import.md) creates many at once from a spreadsheet, and [Place avatar](/docs/navixy-api/user-api/resources/field-service/place/avatar.md) sets the icon shown for one.

## Operations in this section

#### Place avatar

| Endpoint                                                                                                             | Method | What it does        |
| -------------------------------------------------------------------------------------------------------------------- | ------ | ------------------- |
| [`/place/avatar/upload`](/docs/navixy-api/user-api/resources/field-service/place/avatar.md#post-place-avatar-upload) | POST   | Upload place avatar |
| [`/place/avatar/assign`](/docs/navixy-api/user-api/resources/field-service/place/avatar.md#post-place-avatar-assign) | POST   | Assign place icon   |

#### Place import

| Endpoint                                                                                                                               | Method | What it does             |
| -------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------------------------ |
| [`/place/import/start`](/docs/navixy-api/user-api/resources/field-service/place/import.md#post-place-import-start)                     | POST   | Start POI import         |
| [`/place/import/read`](/docs/navixy-api/user-api/resources/field-service/place/import.md#post-place-import-read)                       | POST   | Read POI import          |
| [`/place/import/list`](/docs/navixy-api/user-api/resources/field-service/place/import.md#post-place-import-list)                       | POST   | List POI imports         |
| [`/place/import/download_failed`](/docs/navixy-api/user-api/resources/field-service/place/import.md#post-place-import-download_failed) | POST   | Download failed POI rows |
| [`/place/import/finish`](/docs/navixy-api/user-api/resources/field-service/place/import.md#post-place-import-finish)                   | POST   | Finish POI import        |

#### Places (POI)

| Endpoint                                                                                                                        | Method | What it does              |
| ------------------------------------------------------------------------------------------------------------------------------- | ------ | ------------------------- |
| [`/place/read`](/docs/navixy-api/user-api/resources/field-service/place/work-with-poi.md#post-place-read)                       | POST   | Read place                |
| [`/place/list`](/docs/navixy-api/user-api/resources/field-service/place/work-with-poi.md#post-place-list)                       | POST   | List places               |
| [`/place/create`](/docs/navixy-api/user-api/resources/field-service/place/work-with-poi.md#post-place-create)                   | POST   | Create place              |
| [`/place/search_location`](/docs/navixy-api/user-api/resources/field-service/place/work-with-poi.md#post-place-search_location) | POST   | Search places by location |
| [`/place/update`](/docs/navixy-api/user-api/resources/field-service/place/work-with-poi.md#post-place-update)                   | POST   | Update place              |
| [`/place/delete`](/docs/navixy-api/user-api/resources/field-service/place/work-with-poi.md#post-place-delete)                   | POST   | Delete place              |
| [`/place/batch_convert`](/docs/navixy-api/user-api/resources/field-service/place/work-with-poi.md#post-place-batch_convert)     | POST   | Convert place batch       |
| [`/place/upload`](/docs/navixy-api/user-api/resources/field-service/place/work-with-poi.md#post-place-upload)                   | POST   | Upload places             |


---

# 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://navixy.com/docs/navixy-api/user-api/resources/field-service/place.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.
