# Update a rental rate card assignment Endpoint: PATCH /rental-rate-card-assignments/{assignmentLevel}/{rental_rate_card_assignment_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_card_assignment_id` (integer, required) Rental rate card assignment 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 card assignment identifier Example: 1 - `assignmentLevel` (string, required) Rate cards can be assigned at customer, site or product inventory levels - use the appropriate level to determine which fields are required. Example: "CUSTOMER, SITE or INVENTORY" - `rentalRateCardId` (integer, required) Rental rate card identifier Example: 1 - `startDate` (string, required) Start date - `endDate` (string) End date ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields