Hi all!
I’m using table schema: Table Schema Documentation - Keap Developer Portal
And trying to link a given invoice to a subscription to get its BillingCycle.
So I have a record from the “Invoice” table which has “JobId”
Then I query the table “Job” and the record from that table has “JobRecurringId”
And I’m confused here. I don’t see a table named “JobRecurreing” so I query “RecurringOrder” by the “JobRecurringId” which I guess is wrong.
Should I query " JobRecurringInstance" instead? And then use “RecurringId” to query “RecurringOrder”
Please advice. I know it’s not a logical and efficient way to start from the invoice, but I need my app to be able getting the Billing Cycle based on a single invoice.