David Staudt | From an XML perspective, getPhone provides a <result> that has <device>/<lines> list: ... <return> <device ctiid="41" uuid="{0BD09152-AEAE-4173-4ABB-B7310F47DD36}"> <name>SEP00215ACAAAAA</name> <description>SEP00215ACAAAAA</description> <product>Cisco 6941</product> ... <associatedPC/> <lines> <line index="1" uuid="{3EABB7BB-7A42-64E6-3C50-622EF0A9C3F1}"> <label>(114)</label> <asciiLabel>(114)</asciiLabel> <display>(114)</display> ... You can then use this structure in <updatePhone>/<lines>: <ns:updatePhone sequence="1"> <name>SEP00215ACAAAAA</name> <lines> <line index="1" uuid="{3EABB7BB-7A42-64E6-3C50-622EF0A9C3F1}"> <label>newlabel</label> <asciiLabel>(114)</asciiLabel> <display>(114)</display> ... |
| Please sign in to flag this as inappropriate. |