You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Customer defined alpha numeric account code e.g 200 or SALES (max length = 10)
20707
-
type: string
20708
-
example: 4400
20709
-
Name:
20710
-
description: Name of account (max length = 150)
20711
-
maxLength: 150
20712
-
type: string
20713
-
example: Food Sales
20714
-
AccountID:
20715
-
description: The Xero identifier for an account – specified as a string following the endpoint name e.g. /297c2dc5-cc47-4afd-8ec8-74990b8761e9
20716
-
type: string
20717
-
format: uuid
20718
-
example: 00000000-0000-0000-0000-000000000000
20719
-
Type:
20720
-
$ref: '#/components/schemas/AccountType'
20721
-
type: string
20722
-
BankAccountNumber:
20723
-
description: For bank accounts only (Account Type BANK)
20724
-
type: string
20725
-
Status:
20726
-
description: Accounts with a status of ACTIVE can be updated to ARCHIVED. See Account Status Codes
20727
-
anyOf:
20728
-
- type: string
20729
-
enum:
20730
-
- ACTIVE
20731
-
- ARCHIVED
20732
-
- DELETED
20733
-
- type: string
20734
-
Description:
20735
-
description: Description of the Account. Valid for all types of accounts except bank accounts (max length = 4000)
20736
-
type: string
20737
-
BankAccountType:
20738
-
description: For bank accounts only. See Bank Account types
20739
-
anyOf:
20740
-
- type: string
20741
-
enum:
20742
-
- BANK
20743
-
- CREDITCARD
20744
-
- PAYPAL
20745
-
- NONE
20746
-
- ""
20747
-
- type: string
20748
-
CurrencyCode:
20749
-
$ref: '#/components/schemas/CurrencyCode'
20750
-
type: string
20751
-
TaxType:
20752
-
description: The tax type from taxRates
20753
-
type: string
20754
-
EnablePaymentsToAccount:
20755
-
description: Boolean – describes whether account can have payments applied to it
20756
-
type: boolean
20757
-
ShowInExpenseClaims:
20758
-
description: Boolean – describes whether account code is available for use with expense claims
20759
-
type: boolean
20760
-
Class:
20761
-
description: See Account Class Types
20762
-
readOnly: true
20763
-
anyOf:
20764
-
- type: string
20765
-
enum:
20766
-
- ASSET
20767
-
- EQUITY
20768
-
- EXPENSE
20769
-
- LIABILITY
20770
-
- REVENUE
20771
-
- type: string
20772
-
SystemAccount:
20773
-
description: If this is a system account then this element is returned. See System Account types. Note that non-system accounts may have this element set as either “” or null.
20774
-
readOnly: true
20775
-
anyOf:
20776
-
- type: string
20777
-
enum:
20778
-
- DEBTORS
20779
-
- CREDITORS
20780
-
- BANKCURRENCYGAIN
20781
-
- GST
20782
-
- GSTONIMPORTS
20783
-
- HISTORICAL
20784
-
- REALISEDCURRENCYGAIN
20785
-
- RETAINEDEARNINGS
20786
-
- ROUNDING
20787
-
- TRACKINGTRANSFERS
20788
-
- UNPAIDEXPCLM
20789
-
- UNREALISEDCURRENCYGAIN
20790
-
- WAGEPAYABLES
20791
-
- CISASSETS
20792
-
- CISASSET
20793
-
- CISLABOUR
20794
-
- CISLABOUREXPENSE
20795
-
- CISLABOURINCOME
20796
-
- CISLIABILITY
20797
-
- CISMATERIALS
20798
-
- ""
20799
-
- type: string
20800
-
ReportingCode:
20801
-
description: Shown if set
20802
-
type: string
20803
-
ReportingCodeName:
20804
-
description: Shown if set
20805
-
readOnly: true
20806
-
type: string
20807
-
HasAttachments:
20808
-
description: boolean to indicate if an account has an attachment (read only)
20809
-
readOnly: true
20810
-
type: boolean
20811
-
default: "false"
20812
-
example: "false"
20813
-
UpdatedDateUTC:
20814
-
description: Last modified date UTC format
20815
-
type: string
20816
-
x-is-msdate-time: true
20817
-
example: /Date(1573755038314)/
20818
-
readOnly: true
20819
-
AddToWatchlist:
20820
-
description: Boolean – describes whether the account is shown in the watchlist widget on the dashboard
20821
-
type: boolean
20822
-
ValidationErrors:
20823
-
description: Displays array of validation error messages from the API
0 commit comments