Service1
Click here for a complete list of operations.
balthzar_update_dashboard_objects_20_0_24
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /localws/service1.asmx HTTP/1.1
Host: www.balthzarlocal.se
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.balthzar.se/ws/Service1/balthzar_update_dashboard_objects_20_0_24"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<balthzar_update_dashboard_objects_20_0_24 xmlns="http://www.balthzar.se/ws/Service1">
<company_id>string</company_id>
<company_key>string</company_key>
<username>string</username>
<record_no>int</record_no>
<name>string</name>
<description>string</description>
<object_type>string</object_type>
<sql_query>int</sql_query>
<update_frequency>int</update_frequency>
<machine_id>string</machine_id>
<layout_1>string</layout_1>
<layout_2>string</layout_2>
<quick_report>int</quick_report>
<header_text_active>boolean</header_text_active>
<header_text_font>string</header_text_font>
<header_text_size>double</header_text_size>
<header_text>string</header_text>
<borderless>boolean</borderless>
<background_color>string</background_color>
<text_color>string</text_color>
<process_link>int</process_link>
<image_link>int</image_link>
<external_source_field_name>string</external_source_field_name>
<start_feature>string</start_feature>
<use_status_view_client_data>boolean</use_status_view_client_data>
<color_when_no_production>string</color_when_no_production>
</balthzar_update_dashboard_objects_20_0_24>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<balthzar_update_dashboard_objects_20_0_24Response xmlns="http://www.balthzar.se/ws/Service1">
<balthzar_update_dashboard_objects_20_0_24Result>boolean</balthzar_update_dashboard_objects_20_0_24Result>
</balthzar_update_dashboard_objects_20_0_24Response>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /localws/service1.asmx HTTP/1.1
Host: www.balthzarlocal.se
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<balthzar_update_dashboard_objects_20_0_24 xmlns="http://www.balthzar.se/ws/Service1">
<company_id>string</company_id>
<company_key>string</company_key>
<username>string</username>
<record_no>int</record_no>
<name>string</name>
<description>string</description>
<object_type>string</object_type>
<sql_query>int</sql_query>
<update_frequency>int</update_frequency>
<machine_id>string</machine_id>
<layout_1>string</layout_1>
<layout_2>string</layout_2>
<quick_report>int</quick_report>
<header_text_active>boolean</header_text_active>
<header_text_font>string</header_text_font>
<header_text_size>double</header_text_size>
<header_text>string</header_text>
<borderless>boolean</borderless>
<background_color>string</background_color>
<text_color>string</text_color>
<process_link>int</process_link>
<image_link>int</image_link>
<external_source_field_name>string</external_source_field_name>
<start_feature>string</start_feature>
<use_status_view_client_data>boolean</use_status_view_client_data>
<color_when_no_production>string</color_when_no_production>
</balthzar_update_dashboard_objects_20_0_24>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<balthzar_update_dashboard_objects_20_0_24Response xmlns="http://www.balthzar.se/ws/Service1">
<balthzar_update_dashboard_objects_20_0_24Result>boolean</balthzar_update_dashboard_objects_20_0_24Result>
</balthzar_update_dashboard_objects_20_0_24Response>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /localws/service1.asmx/balthzar_update_dashboard_objects_20_0_24?company_id=string&company_key=string&username=string&record_no=string&name=string&description=string&object_type=string&sql_query=string&update_frequency=string&machine_id=string&layout_1=string&layout_2=string&quick_report=string&header_text_active=string&header_text_font=string&header_text_size=string&header_text=string&borderless=string&background_color=string&text_color=string&process_link=string&image_link=string&external_source_field_name=string&start_feature=string&use_status_view_client_data=string&color_when_no_production=string HTTP/1.1 Host: www.balthzarlocal.se
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <boolean xmlns="http://www.balthzar.se/ws/Service1">boolean</boolean>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /localws/service1.asmx/balthzar_update_dashboard_objects_20_0_24 HTTP/1.1 Host: www.balthzarlocal.se Content-Type: application/x-www-form-urlencoded Content-Length: length company_id=string&company_key=string&username=string&record_no=string&name=string&description=string&object_type=string&sql_query=string&update_frequency=string&machine_id=string&layout_1=string&layout_2=string&quick_report=string&header_text_active=string&header_text_font=string&header_text_size=string&header_text=string&borderless=string&background_color=string&text_color=string&process_link=string&image_link=string&external_source_field_name=string&start_feature=string&use_status_view_client_data=string&color_when_no_production=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <boolean xmlns="http://www.balthzar.se/ws/Service1">boolean</boolean>