📄 MIPYME Documents
Creates a new product location
POST
URL del endpoint
https://api-billing.koywe.com/V1/product_locations
Creates a new product location 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 product location. |
status | integer | Siempre obligatorio | Status of the product location. |
company_branch_id | integer | Siempre obligatorio | Identifier for the company branch associated with the product location. |
Ejemplo JSON del cuerpo
{
"name": "string",
"status": 0,
"company_branch_id": 0
}
Respuestas
200
Product location created successfully.