ES | EN

📄 MIPYME Documents

Creates a new product price list

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

Parameters

No parameters.

Request body — fields

FieldTypeRequiredDescription
namestringAlways requiredName of the products price list.

Request body — JSON example

{
    "name": "string"
}

Responses

200 Products price list created successfully