public interface BankDetailService extends BatchService<BankDetailServiceBatch>
The service contains key information for banks, such as bank country, bank key, bank name, SWIFT code, bank group, bank number, region, street name, city, and branch. If there are any issues when retrieving the bank master data, the system displays error messages in the response..
Reference: SAP API Business Hub
OData Service: | OP_API_BANKDETAIL_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Bank |
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
- Bank Keys
Constraints: Not nullable, Maximum length: 15
bankCountry
- Bank country key
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 © 2021 SAP SE. All rights reserved.