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