Class DefaultBrazilBusinessPlaceService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultBrazilBusinessPlaceService
- All Implemented Interfaces:
BatchService<BrazilBusinessPlaceServiceBatch>,BrazilBusinessPlaceService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultBrazilBusinessPlaceService")
@Deprecated
public class DefaultBrazilBusinessPlaceService
extends Object
implements BrazilBusinessPlaceService
Deprecated.
The service and all its related classes are deprecated. Please use the
successor API instead.
This service is based on the OData protocol and can be consumed in Brazilian integration scenarios. Once the business place and company code numbers have been informed, the system returns business place data such as address, tax jurisdiction, telephone, CNPJ number, and municipal tax number.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_LOGBR_BUSINESS_PLACE_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Logistics - Brazil Business Place Detail Integration(SAP_COM_0365) |
| Scope Items: | Invoice, Taxes and Complementary Postings(1J5) |
| Authentication Methods: | x509 |
| Business Object: | BR_BusinessPlace |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.BrazilBusinessPlaceService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingBrazilBusinessPlaceService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.getBusinessPlaceByKey(String branch, String companyCode) Deprecated.Fetch a singleBusinessPlaceentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultBrazilBusinessPlaceService
public DefaultBrazilBusinessPlaceService()Deprecated.Creates a service usingBrazilBusinessPlaceService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:BrazilBusinessPlaceServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceBrazilBusinessPlaceService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<BrazilBusinessPlaceServiceBatch>
-
getBusinessPlaceByKey
@Nonnull public BusinessPlaceByKeyFluentHelper getBusinessPlaceByKey(String branch, String companyCode) Deprecated.Description copied from interface:BrazilBusinessPlaceServiceFetch a singleBusinessPlaceentity using key fields.- Specified by:
getBusinessPlaceByKeyin interfaceBrazilBusinessPlaceService- Parameters:
branch- Business PlaceConstraints: Not nullable, Maximum length: 4
companyCode- Company CodeConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
BusinessPlaceentity 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 theexecutemethod on the fluent helper object.
-