
Copyright © 2009, 2010 Black Box Network Services
724-746-5500 | blackbox.com 19
XML API version 2
3.4.1.2 Set Ad hoc Table Info
Update content of ad hoc cells in an ad hoc table.
Syntax
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<command_list>
<set_ad_hoc_item_info item_name="adhoc table" command_id="user specified id">
<data_table>
<row id="1">
<cell id="A" >Override</cell>
</row>
<row id="3">
<cell id="B">2:1 Unicode - €ßß«</cell>
<cell id="C">2:2 Bottom-Right Red</cell>
</row>
</data_table>
</set_ad_hoc_item_info>
</command_list>
Root element for all operations that can be requested
Set ad hoc item command name
A user specified string that identifies the command in a command_list. The response for
each command will be tagged with corresponding command_id.
Name of the ad hoc table that needs to be updated
Container element for ad hoc table data
Uniquely identifies a row in an ad hoc table
Identifier of an ad hoc table row
Uniquely identifies a cell in a row. The text nodes represent the new data for this cell.
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response_list status_code="0">
<set_ad_hoc_item_info command_id="user specified id" status_code="0"/>
</response_list
Comentarios a estos manuales