partsinventorychangereportRunreportPost method

Future<Response<WebApiDataAppReportResponse>> partsinventorychangereportRunreportPost({
  1. required WebApiModulesReportsInventoryChangeReportInventoryChangeReportRequest? body,
})

Implementation

Future<
    chopper.Response<
        WebApiDataAppReportResponse>> partsinventorychangereportRunreportPost(
    {required WebApiModulesReportsInventoryChangeReportInventoryChangeReportRequest?
        body}) {
  generatedMapping.putIfAbsent(WebApiDataAppReportResponse,
      () => WebApiDataAppReportResponse.fromJsonFactory);

  return _partsinventorychangereportRunreportPost(body: body);
}