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