List System Banks

List system banks with the given parameters.

SecurityapiKey
Request
query Parameters
dataSourceIds
Array of strings (BusinessPartnerStorageDataSourceId)

Data Source IDs.

Example: dataSourceIds=648824a691d8d2503d65103e
externalId
string (BusinessPartnerExternalId)

External ID.

Example: externalId=The ID managed in the customer's SAP systems.
limit
integer <int32> [ 1 .. 100 ]
Default: 50

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

Example: limit=50
startAfter
string

Indicator for the next page.

Example: startAfter=5c6a2c7e-9b0a-4e1a-8b0a-4e1a8b0a4e1a
Responses
200

OK

get/system/banks
Request samples
Response samples
application/json
{
  • "startAfter": "5712566172571652",
  • "nextStartAfter": "5712566172571652",
  • "limit": "100",
  • "values": [
    ]
}