📄 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
| Campo | Tipo | Obligatoriedad | Descripción |
|---|---|---|---|
name | string | Siempre obligatorio | Name of the products price list. |
Ejemplo JSON del cuerpo
{
"name": "string"
}
Respuestas
200
Products price list created successfully