# Update a specific rental product category Update a specific rental product category Endpoint: PATCH /rental-product-categories/{rental_product_category_id} Version: 2.13 Security: bearerAuth ## Path parameters: - `rental_product_category_id` (integer, required) Rental product category identifier Example: 1 ## Request fields (application/json-patch+json): - `op` (string, required) The JSON Patch operation to be performed Enum: "add", "remove", "replace", "move", "copy", "test" - `path` (string, required) A JSON-Pointer - `value` (object) The value to be used within the operations - `from` (string) A string containing a JSON Pointer value ## Response 200 fields (application/json): - `id` (integer) Rental product category identifier Example: 1 - `name` (string, required) Rental product category name - `startDate` (string, required) Rental product category start date - `endDate` (string) Rental product category end date - `siMaintained` (boolean) If true the product categories is maintained by SI. The products under this category cannot be created,updated or deleted - `contractOwnerIds` (array, required) Contract owner identifiers Example: [1] - `supplierAccountIds` (array) Supplier account ids with this category Example: [1] - `displayIcon` (string) Display icon for the rental product category Enum: "fa-wifi", "fa-sitemap", "fa-server", "fa-hdd-o", "fa-database", "fa-plug", "fa-bolt", "fa-cloud", "fa-cloud-download", "fa-cloud-upload", "fa-globe", "fa-exchange", "fa-lock", "fa-unlock", "fa-shield", "fa-cogs", "fa-rss", "fa-code-fork", "fa-random", "fa-location-arrow", "fa-terminal", "fa-phone", "fa-envelope-o", "fa-wrench" ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields