# Create a new rental rate override Endpoint: POST /rental-rate-overrides Version: 1.15 Security: bearerAuth ## Request fields (application/json): - `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 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 201 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 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields