Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get cash flow statement #491

Closed
tqrecords opened this issue Nov 20, 2023 · 3 comments
Closed

Get cash flow statement #491

tqrecords opened this issue Nov 20, 2023 · 3 comments

Comments

@tqrecords
Copy link

I'm trying to get the Cashflow statement via the api. For some strange reason, this report is not contained within the AccountingApi. It's in the FinanceApi, but this one doesn't like like it's available from the SDK. I also tried running the following method using "Cashflow" as the report id, but with no luck as I assume it's because it's not listed in the AccountingApi in the first place.

 public async Task<ReportWithRows> GetReportFromIdAsync(string accessToken, string xeroTenantId, string reportID)
 {
     return (await GetReportFromIdAsyncWithHttpInfo(accessToken, xeroTenantId, reportID)).Data;
 }

Does anyone know how we can grab the Cashflow report?

Copy link

PETOSS-367

Copy link

Thanks for raising an issue, a ticket has been created to track your request

@tqrecords
Copy link
Author

Nvm, I see the finance api is included in the latest version!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant