Black Box Version 1.0 Bedienungsanleitung Seite 19

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 42
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 18
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>
XML Node
Notes
<command_list>
Root element for all operations that can be requested
<set_ad_hoc_item_info>
Set ad hoc item command name
command_id
A user specified string that identifies the command in a command_list. The response for
each command will be tagged with corresponding command_id.
item_name
Name of the ad hoc table that needs to be updated
<data_table>
Container element for ad hoc table data
<row>
Uniquely identifies a row in an ad hoc table
id
Identifier of an ad hoc table row
<cell>
Uniquely identifies a cell in a row. The text nodes represent the new data for this cell.
id
Cell Identifier
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
Seitenansicht 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 41 42

Kommentare zu diesen Handbüchern

Keine Kommentare