Allows you to retrieve expense claims

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

Request Params

KeyDatatypeRequiredDescription
wherestringFilter by an any element
orderstringOrder by an any element

HEADERS

KeyDatatypeRequiredDescription
If-Modified-SincestringOnly records created or modified since this timestamp will be returned
xero-tenant-idstring(Required) Xero identifier for Tenant

RESPONSES

status: OK

{&quot;Id&quot;:&quot;f6a8867e-af29-41ee-8f77-855f5ff214fe&quot;,&quot;Status&quot;:&quot;OK&quot;,&quot;ProviderName&quot;:&quot;Provider Name Example&quot;,&quot;DateTimeUTC&quot;:&quot;/Date(1552325853538)/&quot;,&quot;ExpenseClaims&quot;:[{&quot;ExpenseClaimID&quot;:&quot;646b15ab-b874-4e13-82ae-f4385b2ac4b6&quot;,&quot;Status&quot;:&quot;AUTHORISED&quot;,&quot;UpdatedDateUTC&quot;:&quot;/Date(1552325851767+0000)/&quot;,&quot;User&quot;:{&quot;UserID&quot;:&quot;d1164823-0ac1-41ad-987b-b4e30fe0b273&quot;,&quot;EmailAddress&quot;:&quot;api@xero.com&quot;,&quot;FirstName&quot;:&quot;API &quot;,&quot;LastName&quot;:&quot;Team&quot;,&quot;UpdatedDateUTC&quot;:&quot;/Date(1511957179217+0000)/&quot;,&quot;IsSubscriber&quot;:true,&quot;OrganisationRole&quot;:&quot;FINANCIALADVISER&quot;},&quot;Receipts&quot;:[],&quot;Payments&quot;:[],&quot;Total&quot;:40.0,&quot;AmountDue&quot;:40.0,&quot;AmountPaid&quot;:0.0,&quot;ReportingDate&quot;:&quot;/Date(1552262400000+0000)/&quot;}]}