ES | EN

📄 MIPYME Documents

Creates a new product location

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

Parameters

No parameters.

Request body (example)

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

Responses

200 Product location created successfully.