rentalinventoryRefreshusagehistoryPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesInventoryInventoryPopulateInventoryUsageHistoryResponse>>
    rentalinventoryRefreshusagehistoryPost(
        {required WebApiModulesInventoryInventoryPopulateInventoryUsageHistoryRequest?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesInventoryInventoryPopulateInventoryUsageHistoryResponse,
      () =>
          WebApiModulesInventoryInventoryPopulateInventoryUsageHistoryResponse
              .fromJsonFactory);

  return _rentalinventoryRefreshusagehistoryPost(body: body);
}