public interface GoldenTaxInterfaceCustomerTypeService extends BatchService<GoldenTaxInterfaceCustomerTypeServiceBatch>
This service contains the customer type information for GTI. It is used to update the customer type so that the corresponding invoice types can be issued for customers. .
Reference: SAP API Business Hub
OData Service: | API_GTI_UPDATE_CUSTOMER_TYPE_SRV |
API Version: | 1 |
Communication Scenario: | Customer Type Integration (SAP_COM_0730) |
Scope Items: | Accounts Receivable (J59) |
Authentication Methods: | Basic, x509 |
Business Object: | CN_ValueAddedTaxInvoice |
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 |
---|---|
GTICustomerFluentHelper |
getAllGTICustomer()
Fetch multiple
GTICustomer entities. |
GTICustomerByKeyFluentHelper |
getGTICustomerByKey(String customer)
Fetch a single
GTICustomer entity using key fields. |
UpdateGTICustomerFluentHelper |
updateGTICustomerType(String customer,
String customerType)
Creates a fluent helper for the UpdateGTICustomerType OData function import.
|
GoldenTaxInterfaceCustomerTypeService |
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 GoldenTaxInterfaceCustomerTypeService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull GTICustomerFluentHelper getAllGTICustomer()
GTICustomer
entities.GTICustomer
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 GTICustomerByKeyFluentHelper getGTICustomerByKey(String customer)
GTICustomer
entity using key fields.customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
GTICustomer
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.@Nonnull UpdateGTICustomerFluentHelper updateGTICustomerType(@Nonnull String customer, @Nonnull String customerType)
Creates a fluent helper for the UpdateGTICustomerType OData function import.
customerType
- Constraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: CustomerType
customer
- Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: Customer
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.