# Web Hooks

| Argumento       | Ámbito                                              | Acción                                                                                                       | Ejemplo                                 |
| --------------- | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | --------------------------------------- |
| ?update\_cost=1 | Fichas del Producto                                 | Reestablece el costo del producto según el precio de la última compra incluyendo los gastos anexos.          | bims.app/products/view/1?update\_cost=1 |
| ?acc=1          | Ficha de Operaciones que Generan Asientos Contables | Regenera los asientos contables de la operación según la configuración actual de las cuentas y asociaciones. | bims.app/sales/view/1?acc=1             |
| ?ad=1           | Ficha de Notas de Crédito                           | Recalcula los descuentos sobre las ventas aplicadas.                                                         | bims.app/sale\_credit\_notes/view/?ad=1 |
| ?cashback=1     | Ficha de Venta                                      | Recalcula el cambio.                                                                                         | bims.app/sales/view/1?cashback=1        |
| ?com=1          | Ficha de Venta                                      | Recalcula las comisinones de venta                                                                           | bims.app/sales/view/1?com=1             |
| ?pc=1           | Ficha de Compra                                     | Recalcula los costos de los productos asociados a la compra.                                                 | bims.app/purchases/view/1?pc=1          |


---

# 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.bims.xyz/recursos-para-soporte/web-hooks.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.
