salesinventoryattributesreportRunreportPost method

Future<Response<WebApiDataAppReportResponse>> salesinventoryattributesreportRunreportPost({
  1. required WebApiModulesReportsSharedInventoryAttributesReportInventoryAttributesReportRequest? body,
})

Implementation

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

  return _salesinventoryattributesreportRunreportPost(body: body);
}