ExpenseClaims
Columns
Name
Type
ReadOnly
Description
ExpenseClaimId [KEY]
String
True
The unique identifier of the expense claim.
UserId
String
False
The Id of the associated user.
ReceiptAggregate
String
False
Used to define Receipt rows using XML values. Should be provided on INSERT only.
ReceiptId
String
False
The Id of the receipt.
Status
String
True
The status code for the expense claim. The valid values are SUBMITTED, AUTHORISED, and PAID.
UpdatedDateUTC
Datetime
True
The date when the expense claim was last updated.
Total
Decimal
True
The total amount of an expense claim being paid.
AmountDue
Decimal
True
The amount due to be paid for an expense claim.
AmountPaid
Decimal
True
The amount still to pay for an expense claim.
PaymentDueDate
Date
True
The date when the expense claim is due to be paid.
ReportingDate
Date
True
The date the expense claim will be reported in Xero.
TenantId
String
False
The ID of the tenant to query instead of the connection tenant
Last updated