# Update a rental rate override Endpoint: PATCH /rental-rate-overrides/{assignmentLevel}/{rental_rate_override_id} Version: 1.15 Security: bearerAuth ## Path parameters: - `assignmentLevel` (string, required) Assignment level to be updated - CUSTOMER, SITE or INVENTORY Enum: "CUSTOMER", "SITE", "INVENTORY" - `rental_rate_override_id` (integer, required) Rental rate override 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 rate override identifier Example: 1 - `assignmentLevel` (string, required) Rate overrides can be assigned at customer, site or product inventory levels - use the appropriate level to determine which fields are required. Example: "CUSTOMER" - `price` (number, required) Price - `rentalRatePriceType` (string, required) Rental price type - recurring rental or one off? Enum: "RENTAL", "ONEOFF" - `rentalRateType` (string) Rental rate type. Required when rentalRatePriceType is RENTAL Enum: "ADVANCE", "ARREARS" - `periodsInAdvance` (string) Number of periods in advance (i.e. Months) for rentals. Required when rentalRateType is ADVANCE Enum: "STANDARD", "ADVANCEDPLUSONEMONTH" - `rentalRateFrequency` (string) Frequency of rental. Required when rentalRatePriceType is RENTAL Enum: "DAILY", "WEEKLY", "MONTHLY", "YEARLY", "QUARTERLY", "SIXMONTHS", "TWENTYFOURMONTHS" - `startDate` (string, required) Start date - `endDate` (string) End date - `applyThisToChildren` (boolean) Apply this override to children? - `showOnInvoice` (boolean) Show on invoice? ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields