consignedinventoryreportRunreportPost method

Future<Response<WebApiDataAppReportResponse>> consignedinventoryreportRunreportPost({
  1. required WebApiModulesReportsConsignedInventoryReportConsignedInventoryReportRequest? body,
})

Implementation

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

  return _consignedinventoryreportRunreportPost(body: body);
}