Class ServiceProvider.ServiceProviderAddRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.ServiceProvider.ServiceProviderAddRequest
Enclosing class:
ServiceProvider

@ChoiceGroup("isEnterprise") @ChoiceGroup("useCustomRoutingProfile") public static class ServiceProvider.ServiceProviderAddRequest extends Request<DefaultResponse>
Add a service provider or enterprise. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in Amplify data mode and ignored in AS and XS data mode: servicePolicy, callProcessingSliceId, provisioningSliceId, subscriberPartition. When the callProcessingSliceId or provisioningSliceId is not specified in the AmplifyDataMode, the default slice Id is assigned to the service provider. Only Provisioning admin and above can change the callProcessingSliceId, provisioningSliceId, andsubscriberPartition. The following elements are only used in Amplify and XS data mode and ignored in AS data mode: preferredDataCenter. Only Provisioning admin and above can change the preferredDataCenter. The following data elements are only used in AS data mode: resellerId If reseller administrator sends the request, resellerId is ignored. The reseller administrator's reseller id is used. Replaced by: ServiceProviderConsolidatedAddRequest in AS data mode.
Author:
AlpacaGenerator