ES | EN

📄 MIPYME Documents

Creates a new product price list

POST
URL del endpoint https://api-billing.koywe.com/V1/product_price_lists
Creates a new product price list with the given details.

Parámetros

Sin parámetros.

Cuerpo de la solicitud — campos

CampoTipoObligatoriedadDescripción
namestringSiempre obligatorioName of the products price list.

Ejemplo JSON del cuerpo

{
    "name": "string"
}

Respuestas

200 Products price list created successfully