# Predeterminar punto de venta

### ¿Cómo predeterminar un punto de venta para usarlo desde la plataforma web?

<mark style="color:green;">`POST`</mark> `https://www.tusfacturas.app/app/api/v2/`<mark style="color:purple;">`puntos_venta/predeterminar`</mark>

💡 Cada vez que utilices este método, se contará como un request en tu suscripción. Los requests se cuentan por cada método que uses.

#### Request Body

| Name      | Type   | Description                              |
| --------- | ------ | ---------------------------------------- |
| apitoken  | string | Tus credenciales de acceso               |
| apikey    | string | Tus credenciales de acceso               |
| usertoken | string | <p>Tus credenciales de acceso</p><p></p> |

{% tabs %}
{% tab title="200 " %}

```
{
	"error": "N",
	"errores": [] 
}
```

{% endtab %}
{% endtabs %}

#### Ejemplo del JSON a enviar:

{% code title="JSON" %}

```
{
   "usertoken":"xxxx",
    "apitoken":"xxxx",
    "apikey":"xxxx" 
}
```

{% endcode %}


---

# 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://developers.tusfacturas.app/mi-cuenta/predeterminar-punto-de-venta.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.
