Namespace: "urn:zimbraAdmin"
CreateUCService SOAP Command

Create a UC service

Authorization token required true
Admin Authorization token required true

CreateUCServiceRequest

    <CreateUCServiceRequest> ## CreateUCServiceRequest
        <name>{name} (String)</name>
        (<a n="{key}" /> ## Attr)*
    </CreateUCServiceRequest>

The following table describes elements and attributes you can define within a <CreateUCServiceRequest> element:

XPath Required / Optional Description
/name Required (only 1) Type:{name} (String)
New ucservice name
/a Optional (0 or more) Attributes
/a@n Required (only 1) Type:String
Key

CreateUCServiceResponse

    <CreateUCServiceResponse> ## CreateUCServiceResponse
        <ucservice name="{name}" id="{id}"> ## UCServiceInfo
            (<a n="{key}" /> ## Attr)*
         </ucservice>
    </CreateUCServiceResponse>

The following table describes elements and attributes you can define within a <CreateUCServiceResponse> element:

XPath Required / Optional Description
/ucservice Optional (0 or 1) Information about the newly created uc service
/ucservice@name Required (only 1) Type:String
Name
/ucservice@id Required (only 1) Type:String
ID
/ucservice/a Optional (0 or more) Attributes
/ucservice/a@n Required (only 1) Type:String
Key