GET api/Floritrade/GetVerpackung

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of dc_clComboBoxItem
NameDescriptionTypeAdditional information
id

integer

None.

status

integer

None.

bezeichnung

string

None.

nr

integer

None.

IsItemEnabled

boolean

None.

cmbBoxIsChecked

integer

None.

rowtype

integer

None.

RowState

integer

None.

IsEditable

boolean

None.

IsExpanded

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "status": 2,
    "bezeichnung": "sample string 3",
    "nr": 4,
    "IsItemEnabled": true,
    "cmbBoxIsChecked": 6,
    "rowtype": 7,
    "RowState": 8,
    "IsEditable": true,
    "IsExpanded": true
  },
  {
    "id": 1,
    "status": 2,
    "bezeichnung": "sample string 3",
    "nr": 4,
    "IsItemEnabled": true,
    "cmbBoxIsChecked": 6,
    "rowtype": 7,
    "RowState": 8,
    "IsEditable": true,
    "IsExpanded": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfdc_clComboBoxItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/nrnIface">
  <dc_clComboBoxItem>
    <IsEditable xmlns="http://schemas.datacontract.org/2004/07/nrnUtil">true</IsEditable>
    <IsExpanded xmlns="http://schemas.datacontract.org/2004/07/nrnUtil">true</IsExpanded>
    <RowState xmlns="http://schemas.datacontract.org/2004/07/nrnUtil">8</RowState>
    <rowtype xmlns="http://schemas.datacontract.org/2004/07/nrnUtil">7</rowtype>
    <IsItemEnabled>true</IsItemEnabled>
    <bezeichnung>sample string 3</bezeichnung>
    <cmbBoxIsChecked>6</cmbBoxIsChecked>
    <id>1</id>
    <nr>4</nr>
    <status>2</status>
  </dc_clComboBoxItem>
  <dc_clComboBoxItem>
    <IsEditable xmlns="http://schemas.datacontract.org/2004/07/nrnUtil">true</IsEditable>
    <IsExpanded xmlns="http://schemas.datacontract.org/2004/07/nrnUtil">true</IsExpanded>
    <RowState xmlns="http://schemas.datacontract.org/2004/07/nrnUtil">8</RowState>
    <rowtype xmlns="http://schemas.datacontract.org/2004/07/nrnUtil">7</rowtype>
    <IsItemEnabled>true</IsItemEnabled>
    <bezeichnung>sample string 3</bezeichnung>
    <cmbBoxIsChecked>6</cmbBoxIsChecked>
    <id>1</id>
    <nr>4</nr>
    <status>2</status>
  </dc_clComboBoxItem>
</ArrayOfdc_clComboBoxItem>