Interface SapC4cCustomerPublicationService
- All Known Implementing Classes:
DefaultSapC4cCustomerPublicationService
public interface SapC4cCustomerPublicationService
Service for publishing Customer JSON to SCPI
-
Method Summary
Modifier and TypeMethodDescriptionvoidpublishCustomerToCloudPlatformIntegration(C4CCustomerData customerJson) Publishes Customer Data to SCPI
-
Method Details
-
publishCustomerToCloudPlatformIntegration
Publishes Customer Data to SCPI- Parameters:
customerJson- customer data- Throws:
IOException- on publication failure
-