cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
268
Views
0
Helpful
0
Replies

Unable to create diaglog group using API + UCCX

Rakhi Saxena (RS)
Cisco Employee
Cisco Employee

Hi Team,

I am trying to create dialog group on UCCX using API but getting below error:

<?xml version="1.0" encoding="UTF-8"?>
<apiErrors>
<apiError>
<errorData></errorData>
<errorMessage>cvc-complex-type.2.4.b: The content of element 'dialogGroup' is not complete. One of '{dialogGroupDesc}' is expected.</errorMessage>
<errorType>InvalidInput</errorType>
</apiError>
</apiErrors>

API Payload:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<dialogGroups>
    <dialogGroup>
        <dialogGroupDesc>rakhsaxe_T</dialogGroupDesc>
        <groupType>Cisco Media Channel</groupType>
        <CiscoMediaTermination>
            <channels>2</channels>
        </CiscoMediaTermination>
    </dialogGroup>
</dialogGroups>

Can someone please help me understand what I am missing?

 

 

0 Replies 0