---
title: "Update Billing Config"
method: PUT
path: "/admin/users/billing-config"
tags: ["Usuarios"]
---

# Update Billing Config

`PUT /admin/users/billing-config`

Actualizar configuración de facturación

## Request body

- UserBillingConfigCreate
  - `company_id` integer, required
  - `enviar_recibo_orden_pago` boolean, required
  - `serie` string, required

## Response `200`

Successful Response

- UserBillingConfigOut
  - `id` integer, nullable
  - `company_id` integer, nullable
  - `enviar_recibo_orden_pago` boolean
  - `serie` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/factpro/apis/note-service-api.md) · [All operations](https://skmtc.dev/factpro/apis/note-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factpro/note-service-api/revisions/709a449b3ff9/schema)
