partsinventoryRefreshusagehistoryPost method

Implementation

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

  return _partsinventoryRefreshusagehistoryPost(body: body);
}