orderchangereportRunreportPost method

Future<Response<WebApiDataAppReportResponse>> orderchangereportRunreportPost({
  1. required WebApiModulesReportsOrderChangeReportOrderChangeReportRequest? body,
})

Implementation

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

  return _orderchangereportRunreportPost(body: body);
}