storagecontainerlabelRunreportPost method

Implementation

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

  return _storagecontainerlabelRunreportPost(body: body);
}