Skip to content

Instantly share code, notes, and snippets.

@philals
Created September 29, 2015 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philals/c6645a7125b123df100d to your computer and use it in GitHub Desktop.
Save philals/c6645a7125b123df100d to your computer and use it in GitHub Desktop.
[Test]
public void find_PL_report()
{
var reports = Api.Reports.ProfitAndLoss(DateTime.Now.AddDays(-50), null, null, Guid.Parse("351953c4-XXXX-4009-88c3-f9cd8c9cbe9f"), null, Guid.Parse("48d69e13-XXXX-47ec-a615-c1a9ff47962a"));
Assert.IsNotNull(reports);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment