Overview | Service | Command |
Modify attributes for a UC service
Notes:
Authorization token required | true |
Admin Authorization token required | true |
<ModifyUCServiceRequest> ## ModifyUCServiceRequest
<id>{id} (String)</id>
(<a n="{key}" /> ## Attr)*
</ModifyUCServiceRequest>
The following table describes elements and attributes you can define within a
<ModifyUCServiceRequest>
element:
XPath | Required / Optional | Description |
/id | Required (only 1) | Type:{id} (String) Zimbra ID |
/a | Optional (0 or more) | Attributes |
/a@n | Required (only 1) | Type:String Key |
<ModifyUCServiceResponse> ## ModifyUCServiceResponse
<ucservice name="{name}" id="{id}"> ## UCServiceInfo
(<a n="{key}" /> ## Attr)*
</ucservice>
</ModifyUCServiceResponse>
The following table describes elements and attributes you can define within a
<ModifyUCServiceResponse>
element:
XPath | Required / Optional | Description |
/ucservice | Optional (0 or 1) | Information about ucservice |
/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 |