purchaseorderreportRunreportPost method
Implementation
Future<
chopper.Response<
WebApiDataAppReportResponse>> purchaseorderreportRunreportPost(
{required WebApiModulesReportsVendorReportsPurchaseOrderReportPurchaseOrderReportRequest?
body}) {
generatedMapping.putIfAbsent(WebApiDataAppReportResponse,
() => WebApiDataAppReportResponse.fromJsonFactory);
return _purchaseorderreportRunreportPost(body: body);
}