# Update a product category **PATCH /productcategories/{id}** Update details of a specific product category identified by its unique ID, and receive the updated details in return. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header #### Path parameters - **id** (integer(int32)) A unique identifier for the product category within Finago Office ERP modules. ## Body parameters Content-type: application/json - **alternativeReference** (string) An alternative user-defined reference for the category. - **name** (string) The name of the category. - **parentId** (number) A reference to the ID of the parent category. ## Responses ### 200: Updated #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (object) - **id** (integer) A unique identifier for the product category within Finago Office ERP modules. - **alternativeReference** (string) An alternative user-defined reference for the category. - **name** (string) The name of the category. - **parentId** (number) A reference to the ID of the parent category. - **modifiedAt** (string) A timestamp for when one of the properties of a record was last modified, in ISO 8601 format. [Powered by Bump.sh](https://bump.sh)