Class BWSystem.SystemGetRegistrationContactListRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<BWSystem.SystemGetRegistrationContactListResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemGetRegistrationContactListRequest
Enclosing class:
BWSystem

@Choice(minOccurs=0,value={@ChoiceGroup("resellerId"),@ChoiceGroup("serviceProvider"),@ChoiceGroup("user"),@ChoiceGroup("linePort"),@ChoiceGroup({"svcProviderId","group"})})
public static class BWSystem.SystemGetRegistrationContactListRequest
extends Request<BWSystem.SystemGetRegistrationContactListResponse>
Get the list of registration contacts. This request handles all levels of administration privileges. The content of the response will only contain items within the scope of the requester's login id. At the system level any of the choice parameters may be specified to filter the registrations listed. At the reseller level, the resellerId must be specified. ResellerId is not valid at service provider, group or user level. At the service provider level the serviceProviderId must be specified for the service provider and group options. When using the userId or linePort options the specified value must be valid for that service provider login. At the group level the servicProviderId and the groupId must be specified for the group option. When using the userId or linePort options the specified value must be valid for that group login. The serviceProviderId option is not valid at the group level. At the user level when using the userId or linePort options the specified value must be valid for that user login. The serviceProviderId and groupId options are not valid at the user level. The response is either SystemGetRegistrationContactListResponse21sp1 or ErrorResponse. The RegistrationEndpointType21sp1 is sent in response The Endpoint Type column contains one of the enumerated RegistrationEndpointType21sp1 values. The value Mobility in Endpoint Type column is only applicable in AS data mode. The following elements are only used in AS data mode: resellerId
Author:
AlpacaGenerator