rentalinventoryIdPut method

@param id

Implementation

Future<chopper.Response<WebApiModulesInventoryRentalInventoryRentalInventory>>
    rentalinventoryIdPut({
  required String? id,
  required WebApiModulesInventoryRentalInventoryRentalInventory? body,
}) {
  generatedMapping.putIfAbsent(
      WebApiModulesInventoryRentalInventoryRentalInventory,
      () => WebApiModulesInventoryRentalInventoryRentalInventory
          .fromJsonFactory);

  return _rentalinventoryIdPut(id: id, body: body);
}