---
title: "Crear Información de Facturación del Customer"
method: POST
path: "/customer-billing-data"
---

# Crear Información de Facturación del Customer

`POST /customer-billing-data`

Endpoint para guardar la información fiscal para la facturación de los Customers.

## Request body

- object
  - `id_customer` string, required — El identificador único del Customer
  - `tax_id` string, required — El RFC del Customer
  - `tax_regime` string, required — Régimen Fiscal del Customer
  - `legal_name` string, required — Nombre oficial del Customer ante Banxico
  - `billing_address` string — Dirección fiscal del Customer
  - `billing_email` string — Correo para enviar facturas del customer
  - `tax_zip_code` string, required — Código Postal de la dirección del Customer

## Response `200`

200

- object
  - `id_customer` string
  - `tax_id` string
  - `tax_regime` string
  - `legal_name` string
  - `billing adress` string
  - `billing_email` string
  - `tax_zip_code` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/trytoku/apis/toku-api.md) · [All operations](https://skmtc.net/trytoku/apis/toku-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trytoku/toku-api/versions/30699b13e0d0/schema)
