Class BWSystem.SystemDomainGetListRequest

  • Enclosing class:
    BWSystem

    @Choice(minOccurs=0,value={@ChoiceGroup("excludeReseller"),@ChoiceGroup("resellerId")})
    public static class BWSystem.SystemDomainGetListRequest
    extends Request<BWSystem.SystemDomainGetListResponse>
    Requests the list of all matching system-level domains and all matching reseller level domains. If excludeReseller is specified, returns all matching system-level domain names only. If resellerId is specified, returns all matching system-level domain names and the given reseller's domains. If reseller administrator sends the request and resellerId is not specified, the administrator's resellerId is used. The response is either SystemDomainGetListResponse22V2 or ErrorResponse. The following elements are only used in AS data mode and will be ingored in XS data mode: includeReseller resellerId responseSizeLimit searchCriteriaDomainName searchCriteriaResellerId searchCriteriaExactDomainLevel
    Author:
    AlpacaGenerator