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