action frankiefinancial_run_business_reports { label: "Run Report(s) against a new or existing organisation entity (AUS Only)." description: "NOTE: Australian companies ONLY.\nCreate or find and update an ORGANISATION type entity, then run the requested reports.\nReports include:\n - Credit Report\n - Credit Score\n\nAt a minimum, you just need to supply an ACN and/or ABN and an entity type set to ORGANISATION. Alternatively the entity ID of an existing ORGANISATION entity gan be given in the request body\n\nNote: these reports are different to the Ultimate Beneficial Owner and Business Detail requests - these reports are independent data and analysis over and above company information and verification details.\n\nYou can request multiple reports to be run at once and they will be returned as a group (where feasible).\n\nIf a report can only be generated over time, then a temporary response will be returned and a webhook notification will be pushed later once the report has been completed.\n" provider: frankiefinancial method: POST path: "/business/reports" encoding: json output: { type: "object" additionalProperties: true } }