> For the complete documentation index, see [llms.txt](https://docs.factpro.la/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.factpro.la/api-facturacion-v3/configuracion-de-empresa/actualizar-empresa.md).

# Actualizar empresa

**Método&#x20;**<mark style="background-color:blue;">**PUT**</mark>

**Tipo:** Bearer token

**Token:** token de la empresa

**URL:** <https://api.factpro.la/api/v3/empresas/><mark style="color:orange;">{id\_empresa}</mark>

**Body**

{% code overflow="wrap" lineNumbers="true" fullWidth="false" %}

```json
{
  "nombre": "REPRESENTACIONE 23S",//Obligatorio Razòn social
  "nombre_comercial": "", //opcional
}
```

{% endcode %}

**Response**

{% code lineNumbers="true" fullWidth="false" %}

```json
{
    "exito": true,
    "mensaje": "Se ha actualizado satisfactoriamente",
}
```

{% endcode %}
