Bank Feed Accounts
Update Bank Feed Account
Update Bank Feed Account
patch/accounting/bank-feed-accounts/{id}
Path parameters
idstring required
ID of the record you are acting upon.
Query parameters
rawboolean
Include raw response. Mostly used for debugging purposes
Headers
x-apideck-consumer-idstring required
ID of the consumer which you want to get or push data from
x-apideck-app-idstring required
The ID of your Unify application
x-apideck-service-idstring
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",
"target_account_id": "tgt_789",
"target_account_name": "Main Company Checking",
"target_account_number": "NL91ABNA0417164300",
"currency": "USD",
"feed_status": "pending",
"country": "US",
"custom_fields": [
{
"id": "2389328923893298",
"name": "employee_level",
"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": "quickbooks",
"resource": "bank-feed-accounts",
"operation": "update",
"data": {
"id": "12345"
}
}