partsinventoryattributesreportRunreportPost method

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

Implementation

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

  return _partsinventoryattributesreportRunreportPost(body: body);
}