public interface JointVentureBillingService extends BatchService<JointVentureBillingServiceBatch>
The service enables you to retrieve list of billing files generated for a Joint Venture Partner. This list would provide details on key attributes which would be required to fetch attachments using the Attachment Reuse Service.
Reference: SAP API Business Hub
OData Service: | API_JVA_BILLING_SRV |
API Version: | 1 |
Communication Scenario: | Joint Venture Partner Billing Files Integration (SAP_COM_0381) |
Scope Items: | Joint Venture Accounting (3F7) |
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 |
---|---|
GetAttachmentLinksFluentHelper |
getAttachmentLinks(String companyCode,
String fiscalYear,
String fiscalPeriod,
String jointVenturePartner)
Get Billing File
|
JointVentureBillingService |
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 JointVentureBillingService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull GetAttachmentLinksFluentHelper getAttachmentLinks(String companyCode, String fiscalYear, String fiscalPeriod, String jointVenturePartner)
Creates a fluent helper for the GetAttachmentLinks OData function import.
companyCode
- Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: CompanyCode
fiscalPeriod
- Constraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: FiscalPeriod
fiscalYear
- Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: FiscalYear
jointVenturePartner
- Constraints: Nullable, Maximum length: 10
Original parameter name from the Odata EDM: JointVenturePartner
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.