cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
132
Views
0
Helpful
0
Comments
cdnadmin
Community Member
This document was generated from CDN thread

Created by: priyanka Shrivastava on 21-11-2013 04:05:22 AM
Hi,

I am trying to Update Remote destination through axl api. But when I am going to add new time period (for e.g. time periods for monday and tuesday are already being created and i am adding for wednesday), I am sending below api request

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <SOAP-ENV:Body>
        <axl:updateTimeSchedule xmlns:axl="http://www.cisco.com/AXL/API/7.0\">
            <name>TS-RD-jituRDPvegas-Mon</name>
            <members>
                <member>
                    <timePeriodName>TP-RD-jituRDPvegas-Mon</timePeriodName>
                </member>
                <member>
                    <timePeriodName>TP-RD-jituRDPvegas-Tue</timePeriodName>
                </member>
                <member>
                    <timePeriodName>TP-RD-jituRDPvegas-Wed</timePeriodName>
                </member>
            </members>
            <isPublished>false</isPublished>
            <timeScheduleCategory>Regular</timeScheduleCategory>
            <todOwnerIdName>CONS.jituji</todOwnerIdName>
        </axl:updateTimeSchedule>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

But its saying time periods for Monday and Tuesday dont exist but they exist. if I remove time periods of Monday and tuesday and send request only with Wednesday, it removes monday, tuesday's time periods and add only for wednesday.

Please help.

Regards
Priyanka
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links