# Create a new rental category Endpoint: POST /rental-product-categories Version: 2.13 Security: bearerAuth ## Request fields (application/json): - `name` (string, required) Rental product category name - `startDate` (string, required) Rental product category start date - `endDate` (string) Rental product category end date - `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 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 201 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