📄 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
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Always required | Name of the products price list. |
Request body — JSON example
{
"name": "string"
}
Responses
200
Products price list created successfully