Cisco Cisco Unified Contact Center Management Portal 11.5(1) Technical References

Page of 374
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
xmlns:res="http://www.exony.com/schemas/2009/10/resourcemanagement">  
<soap:Header/>
<soap:Body>
<res:Create>
<!--Optional:-->
<res:resources>
<!--Zero or more repetitions:-->
<res:Resource>
<res:Identity>-1</res:Identity>
<res:Type>Group Group Member</res:Type>
<res:EffectiveFrom>0001-01-01T00:00:00</res:EffectiveFrom>
<res:EffectiveTo>2079-06-06T00:00:00.0000000</res:EffectiveTo>
<res:Status>R</res:Status>
<res:Changestamp>0</res:Changestamp>
<res:Fields>
<!--Zero or more repetitions:-->
<res:NameValuePair>
<res:Name>ParentId</res:Name>
<res:Value>bf272315-0435-49bd-a117-d2117754593a</res:Value>
</res:NameValuePair>
<res:NameValuePair>
<res:Name>ChildId</res:Name>
<res:Value>7d80aa2f-d649-40d8-9c79-0036352d64d2</res:Value>
</res:NameValuePair>
</res:Fields>
</res:Resource>
</res:resources>
</res:Create>
</soap:Body>
</soap:Envelope>
Dialed Number to Call Type Membership
SOAP Example
The following SOAP request associates the Dialed Number with the identity 9149 to the Call
Type with the identity 8909. Note that the Dialed Number Call Type Membership has a number of
properties that may be passed in during create and edit operations.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
xmlns:res="http://www.exony.com/schemas/2009/10/resourcemanagement">  
<soap:Header/>
<soap:Body>
<res:Create>
<res:resources>
Resource Management Web Service
281