Update Bank Feed Account
Update Bank Feed Account
Path parameters
ID of the record you are acting upon.
Query parameters
Include raw response. Mostly used for debugging purposes
Headers
ID of the consumer which you want to get or push data from
The ID of your Unify application
Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.
Request body
Example request
{
"id": "12345",
"bank_account_type": "bank",
"source_account_id": "src_456",
"source_routing_number": "021000021",
"source_account_number": "123465",
"target_account_id": "tgt_789",
"target_account_name": "Main Company Checking",
"target_account_number": "NL91ABNA0417164300",
"balance": 25000,
"available_balance": 24500,
"currency": "USD",
"feed_status": "pending",
"country": "US",
"custom_fields": [
{
"id": "2389328923893298",
"name": "employee_level",
"ref_name": "Marketing",
"description": "Employee Level",
"value": "Uses Salesforce and Marketo"
}
],
"created_at": "2020-09-30T07:43:32.000Z",
"updated_at": "2020-09-30T07:43:32.000Z",
"updated_by": "12345",
"created_by": "12345"
}Response
Bank Feed Accounts
Example response
{
"status_code": 200,
"status": "OK",
"service": "xero",
"resource": "bank-feed-accounts",
"operation": "update",
"data": {
"id": "12345"
}
}Changes
Changed in 2 of the 97 revisions of this API.5
- ○
added the new optional request property
custom_fields/items/ref_namenew-optional-request-property
- ○
- ○
added the new optional request property
available_balancenew-optional-request-property
- ○
added the new optional request property
balancenew-optional-request-property
- ○
added the new optional request property
source_account_numbernew-optional-request-property
- ○
added the new optional request property
source_routing_numbernew-optional-request-property
- ○