-
Notifications
You must be signed in to change notification settings - Fork 2
GetReportStyles
Arivetti edited this page Jun 30, 2023
·
11 revisions
GetReportStyles will return a list of reports with their name and a list of styles for each report and each style will designate if they are the default style for that report.
This method is used to complement the GetInvoicePDFByTransactionIDAndReportStyleName method, as this method requires a style name that exists as a parameter.
| Parameter | Type | Description |
|---|---|---|
| token | String | The session token retrieved during authentication. |
WSReportStyles members
| Name | Type | Description |
|---|---|---|
| ReportName | String | Name of the report that styles are linked to |
| ReportStyles | List | List of WSReportStyle linked to the report |
WSReportStyle members
| Name | Type | Description |
|---|---|---|
| ReportName | String | Name of the report that the style are linked to |
| StyleName | string | Name of the Style. This is the value used when calling GetInvoicePDFByTransactionIDAndReportStyleName |
| DefaultStyle | Bool | Designates of the style is the default style for the report. |