public interface BankDetailService extends BatchService<BankDetailServiceBatch>
The service contains bank country, bank key, bank name, SWIFT code, bank group, bank number, region, street name, city, and branch. .
Reference: SAP API Business Hub
OData Service: | API_BANKDETAIL_SRV |
API Version: | 1 |
Communication Scenario: | Finance - Bank Integration (SAP_COM_0127), Employee Central Financial Master Data Integration (SAP_COM_0441) |
Scope Items: | Advanced Bank Account Management (J77), Financial Master Data for SAP SuccessFactors Employee Central (4AJ), Core HR with SAP SuccessFactors Employee Central (JB1) |
Authentication Methods: | Basic, x509 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
BankDetailFluentHelper |
getAllBankDetail()
Fetch multiple
BankDetail
entities. |
BankDetailByKeyFluentHelper |
getBankDetailByKey(String bankCountry,
String bankInternalID)
Fetch a single
BankDetail
entity using key fields. |
BankDetailService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull BankDetailService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BankDetailFluentHelper getAllBankDetail()
BankDetail
entities.BankDetail
entities.
This fluent helper allows methods which modify the underlying query to be called before executing the
query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BankDetailByKeyFluentHelper getBankDetailByKey(String bankCountry, String bankInternalID)
BankDetail
entity using key fields.bankInternalID
- In this field, you specify the bank key under which bank data from the respective country is stored.
Constraints: Not nullable, Maximum length: 15
bankCountry
- Identifies the country in which the bank is located.
Constraints: Not nullable, Maximum length: 3
BankDetail
entity using
key fields. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.