GET api/Floritrade/GetLagerbestand/{lieferant}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lieferant | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of dc_clLagerExt| Name | Description | Type | Additional information |
|---|---|---|---|
| lieferant | integer |
None. |
|
| artikelname | string |
None. |
|
| topf | string |
None. |
|
| bemerkung | string |
None. |
|
| pal | decimal number |
None. |
|
| stp | decimal number |
None. |
|
| ges | decimal number |
None. |
|
| palvor | decimal number |
None. |
|
| gesvor | decimal number |
None. |
|
| istreibhaus | integer |
None. |
|
| rowtype | integer |
None. |
|
| RowState | integer |
None. |
|
| IsEditable | boolean |
None. |
|
| IsExpanded | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"lieferant": 1,
"artikelname": "sample string 2",
"topf": "sample string 3",
"bemerkung": "sample string 4",
"pal": 5.1,
"stp": 6.1,
"ges": 7.1,
"palvor": 8.1,
"gesvor": 9.1,
"istreibhaus": 10,
"rowtype": 11,
"RowState": 12,
"IsEditable": true,
"IsExpanded": true
},
{
"lieferant": 1,
"artikelname": "sample string 2",
"topf": "sample string 3",
"bemerkung": "sample string 4",
"pal": 5.1,
"stp": 6.1,
"ges": 7.1,
"palvor": 8.1,
"gesvor": 9.1,
"istreibhaus": 10,
"rowtype": 11,
"RowState": 12,
"IsEditable": true,
"IsExpanded": true
}
]
application/xml, text/xml
Sample:
<ArrayOfdc_clLagerExt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/nrnIface">
<dc_clLagerExt>
<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">12</RowState>
<rowtype xmlns="http://schemas.datacontract.org/2004/07/nrnUtil">11</rowtype>
<artikelname>sample string 2</artikelname>
<bemerkung>sample string 4</bemerkung>
<ges>7.1</ges>
<gesvor>9.1</gesvor>
<istreibhaus>10</istreibhaus>
<lieferant>1</lieferant>
<pal>5.1</pal>
<palvor>8.1</palvor>
<stp>6.1</stp>
<topf>sample string 3</topf>
</dc_clLagerExt>
<dc_clLagerExt>
<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">12</RowState>
<rowtype xmlns="http://schemas.datacontract.org/2004/07/nrnUtil">11</rowtype>
<artikelname>sample string 2</artikelname>
<bemerkung>sample string 4</bemerkung>
<ges>7.1</ges>
<gesvor>9.1</gesvor>
<istreibhaus>10</istreibhaus>
<lieferant>1</lieferant>
<pal>5.1</pal>
<palvor>8.1</palvor>
<stp>6.1</stp>
<topf>sample string 3</topf>
</dc_clLagerExt>
</ArrayOfdc_clLagerExt>