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

Using UpdateLineReq with Python

Shesh
Level 1
Level 1

Hi,

 

I am trying to use the Updatexxxxx from AXLSoap through python. But can't figure out a way to provide the input to update specific fields in DN.

 

Eg.: I want to update pickupgroup for a specific DN. I know the DN and pickup group. How do I input the DN & pickup group to 

UpdateLineReq so that it can update it?
 
Thanks in advance.
 
1 Accepted Solution

Accepted Solutions

dstaudt
Cisco Employee
Cisco Employee

I added a sample covering this scenario to the axl-python-zeep-samples project here, check it out: https://github.com/CiscoDevNet/axl-python-zeep-samples

View solution in original post

2 Replies 2

dstaudt
Cisco Employee
Cisco Employee

I added a sample covering this scenario to the axl-python-zeep-samples project here, check it out: https://github.com/CiscoDevNet/axl-python-zeep-samples

Thank dstaudt.

 

I customised your script to be used for updateLine.