POST /API/v2/Reports/DgListExcelConverters/Convert
帳票をExcelに出力します 帳票ID(***reportId***)とExcelフォーマットコード(***excelFormatCode***)を指定して、帳票(JSON)をExcelファイルに出力、そのExcelファイルを返却します。 ExcelファイルはBase64形式でエンコードされた形で返却します。
Request Information
URI Parameters
None.
Body Parameters
v2.ReportDgListExcelFormat_Convert
| Name | Description | Type | Additional information |
|---|---|---|---|
| excelFormatCode | Excelフォーマットコード |
String |
Required Max length: 33 |
| reportIds | 帳票ID |
Collection of String |
Required Max length: 30 Min Items : 1 |
| representativeReportId | 代表帳票ID |
String, Null |
Max length: 30 |
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportAsExcelFile | 帳票JSONを出力したExcelファイル |
String |
Required |