# Update a customer contract RPI assignment Endpoint: PATCH /customer-contract-assignments/{customer_contract_assignment_id} Version: 1.11 Security: bearerAuth ## Path parameters: - `customer_contract_assignment_id` (integer, required) Customer contract 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) Customer contract identifier Example: 1 - `rentalProductInventoryId` (integer, required) Rental Product Inventory identifier - `customerContractId` (integer, required) Customer contract identifier to assign RPI - must be same customer (+ optionally site) as RPI - `createdDate` (string) Date when this customer contract assignment was created - `active` (boolean) is the customer contract assignment active ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields