
Copyright © 2009, 2010 Black Box Network Services
724-746-5500 | blackbox.com 21
XML API version 2
Rich text item
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response_list status_code="0">
<get_ad_hoc_item_info command_id="user specified id" status_code="0">
<data_text_rich item_name="adhoc text">Ad Hoc control test data</data_text_rich>
</get_ad_hoc_item_info>
</response_list>
Command for which the contained response is applicable.
Command identifier as specified in the request
Container element for ad hoc text item if the text type is plain
Name of the ad hoc text item of interest
Container element for ad hoc text item if the text type is rich
Name of the ad hoc text item of interest
3.4.2.2 Set Ad hoc Text Info
Update the contents of an ad hoc text item.
Syntax
Rich Ad hoc Text Item
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<command_list>
<set_ad_hoc_item_info command_id="user specified id" item_name="ad hoc Control">
<data_text_rich>Ad Hoc control test data: modified</data_text_rich>
</set_ad_hoc_item_info>
</command_list>
Plain Ad hoc Text Item
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<command_list>
<set_ad_hoc_item_info command_id="user specified id" item_name="ad hoc Control">
<data_text_plain>Ad Hoc control test data: modified</data_text_plain>
</set_ad_hoc_item_info>
27
Comentarios a estos manuales