salesrepresentativebillingreportRunreportPost method

Implementation

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

  return _salesrepresentativebillingreportRunreportPost(body: body);
}