orderchangereportRunreportPost method
Future<Response<WebApiDataAppReportResponse> >
orderchangereportRunreportPost({
- required WebApiModulesReportsOrderChangeReportOrderChangeReportRequest? body,
Implementation
Future<chopper.Response<WebApiDataAppReportResponse>>
orderchangereportRunreportPost({
required WebApiModulesReportsOrderChangeReportOrderChangeReportRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiDataAppReportResponse,
() => WebApiDataAppReportResponse.fromJsonFactory,
);
return _orderchangereportRunreportPost(body: body);
}