GetReportStyles - accountsIQ/API-Wiki GitHub Wiki

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.

Description

This method is used to complement the GetInvoicePDFByTransactionIDAndReportStyleName method, as this method requires a style name that exists as a parameter.

Parameter List

Parameter Type Description
token String The session token retrieved during authentication.

Data Structure

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.

See Also

⚠️ **GitHub.com Fallback** ⚠️