Path parameters
-
Which item to be processed
Minimum value is
0
.
Body Required
Specify one or more fields and their new values to change it
-
bank_code string
Optional parts of a bank account code. Use as required by your bank account coding configurations. Free text
Maximum length is
5
. -
branch_code string
Optional parts of a bank account code. Use as required by your bank account coding configurations. Free text
Maximum length is
255
. -
bank_account_id string
Optional parts of a bank account code. Use as required by your bank account coding configurations. Free text
Maximum length is
255
. -
bank_account_code string
Optional parts of a bank account code. Use as required by your bank account coding configurations. Free text
Maximum length is
100
. -
currency_code string
Which 3 character code for this currency
Maximum length is
20
. -
account_type string
Optional. Describes the type of bank account
Maximum length is
50
. -
name string
Name of the bank account
Maximum length is
255
. -
description string
Description the bank account
Maximum length is
255
. -
xero_account_id string
If this is a xero account code, its the ID in xero. Read only
Maximum length is
100
. -
xero_status string
shows if the code is still available in xero. Blank if its not a xero account code. Read only
Maximum length is
50
. Values areOK
orNo longer in Xero
. -
for_group_id integer
If the user is a clustered login, then this must be supplied. Otherwise its optional but must link to a group the login has access to.
curl \
-X PATCH https://YOURSITE.infoodle.com/apiv2/bankaccount/99 \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"bank_code":12,"branch_code":3122,"bank_account_id":"029321-209","bank_account_code":"12-309123-1390291123-10232","currency_code":"NZD","account_type":"checking","name":"ASB Donations Account","description":"Used to manage all donations","xero_account_id":"62f28bd8-3d47-4302-88a3-dc6ff53d8126","xero_status":"OK","for_group_id":543}'
{
"bank_code": 12,
"branch_code": 3122,
"bank_account_id": "029321-209",
"bank_account_code": "12-309123-1390291123-10232",
"currency_code": "NZD",
"account_type": "checking",
"name": "ASB Donations Account",
"description": "Used to manage all donations",
"xero_account_id": "62f28bd8-3d47-4302-88a3-dc6ff53d8126",
"xero_status": "OK",
"for_group_id": 543
}
{
"id": 4325342
}
{
"error": "Unauthorised"
}
{
"error": "Invalid Permission"
}
{
"error": "Not Found"
}