physicalinventoryreconciliationreportRunreportPost method
Future<Response<WebApiDataAppReportResponse> >
physicalinventoryreconciliationreportRunreportPost({})
Implementation
Future<chopper.Response<WebApiDataAppReportResponse>>
physicalinventoryreconciliationreportRunreportPost({
required WebApiModulesReportsPhysicalInventoryReportsPhysicalInventoryReconciliationReportPhysicalInventoryReconciliationReportRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiDataAppReportResponse,
() => WebApiDataAppReportResponse.fromJsonFactory,
);
return _physicalinventoryreconciliationreportRunreportPost(body: body);
}