salesinventoryRefreshusagehistoryPost method

Implementation

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

  return _salesinventoryRefreshusagehistoryPost(body: body);
}