blob: ce63205524619dea563c03e645c691be28f6874d [file] [log] [blame]
Shankara-Huaweid5823ab2016-11-22 10:14:52 +05301<rpc message-id="101"
2 xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
3 <edit-config>
4 <target>
5 <running/>
6 </target>
Vidyashree Ramac8489702016-12-19 09:38:31 +05307 <config>
8 <Customs-supervisor xmlns="ydt.root">abc</Customs-supervisor>
9 <Purchasing-supervisor xmlns="ydt.root" operation="delete">
10 <purchasing-specialist>bcd</purchasing-specialist>
11 <support>cde</support>
12 </Purchasing-supervisor>
13 <supervisor xmlns="ydt.Merchandiser-supervisor">abc</supervisor>
Shankara-Huaweid5823ab2016-11-22 10:14:52 +053014 </config>
15 </edit-config>
16</rpc>