コード例 #1
0
        public async Task <JustinReportResponse> CourtSummaryReportAsync(string appearanceId, string reportName)
        {
            var justinReportResponse = await _filesClient.FilesCivilCourtsummaryreportAsync(_requestAgencyIdentifierId,
                                                                                            _requestPartId, _applicationCode, appearanceId, reportName);

            return(justinReportResponse);
        }