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 — fields

FieldTypeRequiredDescription
namestringAlways requiredName of the product location.
statusintegerAlways requiredStatus of the product location.
company_branch_idintegerAlways requiredIdentifier for the company branch associated with the product location.

Request body — JSON example

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

Responses

200 Product location created successfully.