rentalinventoryCopyPost method

Implementation

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

  return _rentalinventoryCopyPost(body: body);
}