ES | EN

📄 MIPYME Documents

Update product location

PUT
Endpoint URL https://api-billing.koywe.com/V1/product_locations/{product_location_id}
Requires authentication

Authentication

Send header Authorization: Bearer <token> (obtained from POST /auth) for protected endpoints.

Parameters

NameLocationTypeRequiredDescription
product_location_idpathstring

Request body — fields

FieldTypeRequiredDescription
namestringAlways required
company_branch_idstringOptional

Request body — JSON example

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

Responses

Product location updated successfully