ES | EN

📄 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 (ejemplo)

{
    "name": "string",
    "status": 0,
    "company_branch_id": 0
}

Respuestas

200 Product location created successfully.