---
title: "Crear Información de facturación público general"
method: POST
path: "/customer-billing-data/general-public/bulk"
---

# Crear Información de facturación público general

`POST /customer-billing-data/general-public/bulk`

Endpoint para crear la información de facturación a público general de un Customer

## Request body

- object
  - `id_customers` string[], required — Lista con todos los ids encriptados de los Customers, mín 1.

## Response `201`

201

- object
  - `created` string[]
  - `skipped` object[]
    - `id_customer` string
    - `reason` string
  - `failed` object[]
  - `summary` object
    - `total_requested` integer
    - `created_count` integer
    - `skipped_count` integer
    - `failed_count` integer

## 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)
