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 (example)

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

Responses

Product location updated successfully