// You can find your project ID in the Overview tab of any Integration
paragon.authenticate(<ProjectId>, <UserToken>);
// Query IDs of vendors owed
paragon.request("sageintacct", "/", {
// Get a single bill by a record number
paragon.request("sageintacct", "/", {
<keys>[Bill RECORDNO]</keys>
// Update the header of a bill
paragon.request("sageintacct", "/", {
<RECORDNO>[Bill RECORDNO]</RECORDNO>
<DESCRIPTION>Changing the description</DESCRIPTION>