📄 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
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Always required | Name of the product location. |
status | integer | Always required | Status of the product location. |
company_branch_id | integer | Always required | Identifier 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.