GET api/bar_print_setting

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of bar_print_setting
NameDescriptionTypeAdditional information
id

decimal number

None.

item_name

string

None.

item_caption

string

None.

item_width

integer

None.

item_top

integer

None.

item_left

integer

None.

font_size

integer

None.

font_name

string

None.

item_visibility

boolean

None.

type_bar

integer

None.

line_code

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1.0,
    "item_name": "sample string 2",
    "item_caption": "sample string 3",
    "item_width": 1,
    "item_top": 1,
    "item_left": 1,
    "font_size": 1,
    "font_name": "sample string 4",
    "item_visibility": true,
    "type_bar": 1,
    "line_code": 1
  },
  {
    "id": 1.0,
    "item_name": "sample string 2",
    "item_caption": "sample string 3",
    "item_width": 1,
    "item_top": 1,
    "item_left": 1,
    "font_size": 1,
    "font_name": "sample string 4",
    "item_visibility": true,
    "type_bar": 1,
    "line_code": 1
  }
]

text/html

Sample:
[{"id":1.0,"item_name":"sample string 2","item_caption":"sample string 3","item_width":1,"item_top":1,"item_left":1,"font_size":1,"font_name":"sample string 4","item_visibility":true,"type_bar":1,"line_code":1},{"id":1.0,"item_name":"sample string 2","item_caption":"sample string 3","item_width":1,"item_top":1,"item_left":1,"font_size":1,"font_name":"sample string 4","item_visibility":true,"type_bar":1,"line_code":1}]

application/xml, text/xml

Sample:
<ArrayOfbar_print_setting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TWD_WEB.Models">
  <bar_print_setting>
    <font_name>sample string 4</font_name>
    <font_size>1</font_size>
    <id>1</id>
    <item_caption>sample string 3</item_caption>
    <item_left>1</item_left>
    <item_name>sample string 2</item_name>
    <item_top>1</item_top>
    <item_visibility>true</item_visibility>
    <item_width>1</item_width>
    <line_code>1</line_code>
    <type_bar>1</type_bar>
  </bar_print_setting>
  <bar_print_setting>
    <font_name>sample string 4</font_name>
    <font_size>1</font_size>
    <id>1</id>
    <item_caption>sample string 3</item_caption>
    <item_left>1</item_left>
    <item_name>sample string 2</item_name>
    <item_top>1</item_top>
    <item_visibility>true</item_visibility>
    <item_width>1</item_width>
    <line_code>1</line_code>
    <type_bar>1</type_bar>
  </bar_print_setting>
</ArrayOfbar_print_setting>