GET api/SystemManagement/GetHeaderToPrint?pBranchCode={pBranchCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pBranchCode

integer

Required

Body Parameters

None.

Response Information

Resource Description

Header
NameDescriptionTypeAdditional information
code

integer

None.

header_name

string

String length: inclusive between 0 and 30

header1

string

String length: inclusive between 0 and 60

header2

string

String length: inclusive between 0 and 100

header3

string

String length: inclusive between 0 and 100

header4

string

String length: inclusive between 0 and 100

down1

string

String length: inclusive between 0 and 100

down2

string

String length: inclusive between 0 and 100

down3

string

String length: inclusive between 0 and 100

HEADER_TYPE

string

String length: inclusive between 0 and 1

header1_size

integer

None.

header2_size

integer

None.

header3_size

integer

None.

header4_size

integer

None.

down1_size

integer

None.

down2_size

integer

None.

down3_size

integer

None.

header1_adjust

string

String length: inclusive between 0 and 1

header2_adjust

string

String length: inclusive between 0 and 1

header3_adjust

string

String length: inclusive between 0 and 1

header4_adjust

string

String length: inclusive between 0 and 1

down1_adjust

string

String length: inclusive between 0 and 1

down2_adjust

string

String length: inclusive between 0 and 1

down3_adjust

string

String length: inclusive between 0 and 1

header1_b

string

String length: inclusive between 0 and 1

header2_b

string

String length: inclusive between 0 and 1

header3_b

string

String length: inclusive between 0 and 1

header4_b

string

String length: inclusive between 0 and 1

down1_b

string

String length: inclusive between 0 and 1

down2_b

string

String length: inclusive between 0 and 1

down3_b

string

String length: inclusive between 0 and 1

header1_u

string

String length: inclusive between 0 and 1

header2_u

string

String length: inclusive between 0 and 1

header3_u

string

String length: inclusive between 0 and 1

header4_u

string

String length: inclusive between 0 and 1

down1_u

string

String length: inclusive between 0 and 1

down2_u

string

String length: inclusive between 0 and 1

down3_u

string

String length: inclusive between 0 and 1

header1_i

string

String length: inclusive between 0 and 1

header2_i

string

String length: inclusive between 0 and 1

header3_i

string

String length: inclusive between 0 and 1

header4_i

string

String length: inclusive between 0 and 1

down1_i

string

String length: inclusive between 0 and 1

down2_i

string

String length: inclusive between 0 and 1

down3_i

string

String length: inclusive between 0 and 1

header1_color

integer

None.

header2_color

integer

None.

header3_color

integer

None.

header4_color

integer

None.

down1_color

integer

None.

down2_color

integer

None.

down3_color

integer

None.

pic_name

string

String length: inclusive between 0 and 60

pic_right

string

String length: inclusive between 0 and 1

pic_stratch

string

String length: inclusive between 0 and 1

interface_code

string

None.

old_code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "header_name": "sample string 2",
  "header1": "sample string 3",
  "header2": "sample string 4",
  "header3": "sample string 5",
  "header4": "sample string 6",
  "down1": "sample string 7",
  "down2": "sample string 8",
  "down3": "sample string 9",
  "HEADER_TYPE": "sample string 10",
  "header1_size": 1,
  "header2_size": 1,
  "header3_size": 1,
  "header4_size": 1,
  "down1_size": 1,
  "down2_size": 1,
  "down3_size": 1,
  "header1_adjust": "sample string 11",
  "header2_adjust": "sample string 12",
  "header3_adjust": "sample string 13",
  "header4_adjust": "sample string 14",
  "down1_adjust": "sample string 15",
  "down2_adjust": "sample string 16",
  "down3_adjust": "sample string 17",
  "header1_b": "sample string 18",
  "header2_b": "sample string 19",
  "header3_b": "sample string 20",
  "header4_b": "sample string 21",
  "down1_b": "sample string 22",
  "down2_b": "sample string 23",
  "down3_b": "sample string 24",
  "header1_u": "sample string 25",
  "header2_u": "sample string 26",
  "header3_u": "sample string 27",
  "header4_u": "sample string 28",
  "down1_u": "sample string 29",
  "down2_u": "sample string 30",
  "down3_u": "sample string 31",
  "header1_i": "sample string 32",
  "header2_i": "sample string 33",
  "header3_i": "sample string 34",
  "header4_i": "sample string 35",
  "down1_i": "sample string 36",
  "down2_i": "sample string 37",
  "down3_i": "sample string 38",
  "header1_color": 1,
  "header2_color": 1,
  "header3_color": 1,
  "header4_color": 1,
  "down1_color": 1,
  "down2_color": 1,
  "down3_color": 1,
  "pic_name": "sample string 39",
  "pic_right": "sample string 40",
  "pic_stratch": "sample string 41",
  "interface_code": "sample string 42",
  "old_code": 1
}

application/xml, text/xml

Sample:
<Header xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog">
  <HEADER_TYPE>sample string 10</HEADER_TYPE>
  <code>1</code>
  <down1>sample string 7</down1>
  <down1_adjust>sample string 15</down1_adjust>
  <down1_b>sample string 22</down1_b>
  <down1_color>1</down1_color>
  <down1_i>sample string 36</down1_i>
  <down1_size>1</down1_size>
  <down1_u>sample string 29</down1_u>
  <down2>sample string 8</down2>
  <down2_adjust>sample string 16</down2_adjust>
  <down2_b>sample string 23</down2_b>
  <down2_color>1</down2_color>
  <down2_i>sample string 37</down2_i>
  <down2_size>1</down2_size>
  <down2_u>sample string 30</down2_u>
  <down3>sample string 9</down3>
  <down3_adjust>sample string 17</down3_adjust>
  <down3_b>sample string 24</down3_b>
  <down3_color>1</down3_color>
  <down3_i>sample string 38</down3_i>
  <down3_size>1</down3_size>
  <down3_u>sample string 31</down3_u>
  <header1>sample string 3</header1>
  <header1_adjust>sample string 11</header1_adjust>
  <header1_b>sample string 18</header1_b>
  <header1_color>1</header1_color>
  <header1_i>sample string 32</header1_i>
  <header1_size>1</header1_size>
  <header1_u>sample string 25</header1_u>
  <header2>sample string 4</header2>
  <header2_adjust>sample string 12</header2_adjust>
  <header2_b>sample string 19</header2_b>
  <header2_color>1</header2_color>
  <header2_i>sample string 33</header2_i>
  <header2_size>1</header2_size>
  <header2_u>sample string 26</header2_u>
  <header3>sample string 5</header3>
  <header3_adjust>sample string 13</header3_adjust>
  <header3_b>sample string 20</header3_b>
  <header3_color>1</header3_color>
  <header3_i>sample string 34</header3_i>
  <header3_size>1</header3_size>
  <header3_u>sample string 27</header3_u>
  <header4>sample string 6</header4>
  <header4_adjust>sample string 14</header4_adjust>
  <header4_b>sample string 21</header4_b>
  <header4_color>1</header4_color>
  <header4_i>sample string 35</header4_i>
  <header4_size>1</header4_size>
  <header4_u>sample string 28</header4_u>
  <header_name>sample string 2</header_name>
  <interface_code>sample string 42</interface_code>
  <old_code>1</old_code>
  <pic_name>sample string 39</pic_name>
  <pic_right>sample string 40</pic_right>
  <pic_stratch>sample string 41</pic_stratch>
</Header>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.