Join a vibrant community of developers whose integrations with Xero are shaping the future of small businesses globally. Xero Developer: Powering Your Innovation and Growth!
ENDPOINTS
STRUCTURED FROM OPENAPI 3.0
GET
/Accounts
Retrieves the full chart of accounts
PUT
/Accounts
Creates a new chart of accounts
GET
/Accounts/{AccountID}
Retrieves a single chart of accounts by using a unique account Id
POST
/Accounts/{AccountID}
Updates a chart of accounts
DELETE
/Accounts/{AccountID}
Deletes a chart of accounts
GET
/Accounts/{AccountID}/Attachments
Retrieves attachments for a specific accounts by using a unique account Id
GET
/Accounts/{AccountID}/Attachments/{AttachmentID}
Retrieves a specific attachment from a specific account using a unique attachment Id
GET
/Accounts/{AccountID}/Attachments/{FileName}
Retrieves an attachment for a specific account by filename
POST
/Accounts/{AccountID}/Attachments/{FileName}
Updates attachment on a specific account by filename
PUT
/Accounts/{AccountID}/Attachments/{FileName}
Creates an attachment on a specific account
GET
/BankTransactions
Retrieves any spent or received money transactions
POST
/BankTransactions
Updates or creates one or more spent or received money transaction