Skip to content

Instantly share code, notes, and snippets.

@CubeYogi
Created November 10, 2020 09:01
Show Gist options
  • Save CubeYogi/1c5e97748a65437318f306c539293814 to your computer and use it in GitHub Desktop.
Save CubeYogi/1c5e97748a65437318f306c539293814 to your computer and use it in GitHub Desktop.
void testing_books_api()
{
//Getting records in Contacts module
//Replace your Books Org ID with xxx
contact_entries = zoho.books.getRecords("Contacts", "xxx");
info contact_entries;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment