Allows you to retrieve any repeating invoices

GET {{baseUrl}}/RepeatingInvoices?where=<string>&order=<string>

Request Params

KeyDatatypeRequiredDescription
wherestringFilter by an any element
orderstringOrder by an any element

HEADERS

KeyDatatypeRequiredDescription
xero-tenant-idstring(Required) Xero identifier for Tenant

RESPONSES

status: OK

{&quot;Id&quot;:&quot;b336833d-a3a8-4a67-ab4c-6280b3ad87b0&quot;,&quot;Status&quot;:&quot;OK&quot;,&quot;ProviderName&quot;:&quot;Provider Name Example&quot;,&quot;DateTimeUTC&quot;:&quot;/Date(1553805183228)/&quot;,&quot;RepeatingInvoices&quot;:[{&quot;Schedule&quot;:{&quot;Period&quot;:1,&quot;Unit&quot;:&quot;MONTHLY&quot;,&quot;DueDate&quot;:10,&quot;DueDateType&quot;:&quot;OFFOLLOWINGMONTH&quot;,&quot;StartDate&quot;:&quot;/Date(1555286400000+0000)/&quot;,&quot;EndDate&quot;:&quot;/Date(1569801600000+0000)/&quot;,&quot;NextScheduledDate&quot;:&quot;/Date(1555286400000+0000)/&quot;},&quot;RepeatingInvoiceID&quot;:&quot;428c0d75-909f-4b04-8403-a48dc27283b0&quot;,&quot;Type&quot;:&quot;ACCREC&quot;,&quot;Reference&quot;:&quot;[Week]&quot;,&quot;HasAttachments&quot;:true,&quot;ID&quot;:&quot;428c0d75-909f-4b04-8403-a48dc27283b0&quot;,&quot;Contact&quot;:{&quot;ContactID&quot;:&quot;430fa14a-f945-44d3-9f97-5df5e28441b8&quot;,&quot;Name&quot;:&quot;Liam Gallagher&quot;,&quot;Addresses&quot;:[],&quot;Phones&quot;:[],&quot;ContactGroups&quot;:[],&quot;ContactPersons&quot;:[],&quot;HasValidationErrors&quot;:false},&quot;Status&quot;:&quot;AUTHORISED&quot;,&quot;LineAmountTypes&quot;:&quot;Exclusive&quot;,&quot;LineItems&quot;:[{&quot;Description&quot;:&quot;Guitars Fender Strat&quot;,&quot;UnitAmount&quot;:5000.0,&quot;TaxType&quot;:&quot;OUTPUT2&quot;,&quot;TaxAmount&quot;:750.0,&quot;LineAmount&quot;:5000.0,&quot;AccountCode&quot;:&quot;200&quot;,&quot;Tracking&quot;:[],&quot;Quantity&quot;:1.0,&quot;LineItemID&quot;:&quot;13a8353c-d2af-4d5b-920c-438449f08900&quot;,&quot;DiscountEnteredAsPercent&quot;:true}],&quot;SubTotal&quot;:5000.0,&quot;TotalTax&quot;:750.0,&quot;Total&quot;:5750.0,&quot;CurrencyCode&quot;:&quot;NZD&quot;}]}