System Banks

Delete Bank Data

SecurityapiKey
Request
Request Body schema: application/json
dataSourceId
string

Data Source Id to delete data. If not provided default data source will be used.

externalIds
Array of strings

The External Ids to delete data.

Responses
200

OK

post/system/banks/delete
Request samples
application/json
{
  • "dataSourceId": "string",
  • "externalIds": [
    ]
}
Response samples
application/json
{
  • "entriesToRemove": 0
}

Read System Banks

SecurityapiKey
Request
query Parameters
dataSourceIds
Array of strings

Data Source Ids

externalId
string

External Id

limit
integer <int32> [ 1 .. 100 ]
Default: 50

Number of results that should be fetched. Maximum 100 results can be returned in one page.

startAfter
string

Indicator for the next page.

Responses
200

OK

get/system/banks
Request samples
Response samples
application/json
{}

Upsert Bank Data

SecurityapiKey
Request
Request Body schema: application/json
Array of objects (BankUpsertRequest)
dataTransformationDefinitionId
string
Responses
200

OK

post/system/banks/upsert
Request samples
application/json
{}
Response samples
application/json
{
  • "numberOfAccepted": 0,
  • "numberOfFailed": 0,
  • "failures": [
    ]
}