GET api/Product/Structures?lastChanged={lastChanged}&webProducts={webProducts}&getProductLastChanged={getProductLastChanged}&productNo={productNo}&subProductNo={subProductNo}&getSubProductLastChanged={getSubProductLastChanged}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lastChanged

date

None.

webProducts

boolean

Default value is False

getProductLastChanged

boolean

Default value is False

productNo

string

None.

subProductNo

string

None.

getSubProductLastChanged

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Collection of Structure
NameDescriptionTypeAdditional information
productNo

string

None.

lineNo

integer

None.

subProductNo

string

None.

description

string

None.

quantitytPerStructure

decimal number

None.

lastChanged

date

None.

fromDate

date

None.

toDate

date

None.

Information1

string

None.

Information2

string

None.

Information3

string

None.

Information4

string

None.

Information5

string

None.

Information6

string

None.

Information7

string

None.

Information8

string

None.

orgUnit12

string

None.

productLastChanged

date

None.

subProductLastChanged

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "productNo": "sample string 1",
    "lineNo": 1,
    "subProductNo": "sample string 2",
    "description": "sample string 3",
    "quantitytPerStructure": 1.0,
    "lastChanged": "2025-11-29T15:10:06.3502021+01:00",
    "fromDate": "2025-11-29T15:10:06.3502021+01:00",
    "toDate": "2025-11-29T15:10:06.3502021+01:00",
    "Information1": "sample string 4",
    "Information2": "sample string 5",
    "Information3": "sample string 6",
    "Information4": "sample string 7",
    "Information5": "sample string 8",
    "Information6": "sample string 9",
    "Information7": "sample string 10",
    "Information8": "sample string 11",
    "orgUnit12": "sample string 12",
    "productLastChanged": "2025-11-29T15:10:06.3502021+01:00",
    "subProductLastChanged": "2025-11-29T15:10:06.3502021+01:00"
  },
  {
    "productNo": "sample string 1",
    "lineNo": 1,
    "subProductNo": "sample string 2",
    "description": "sample string 3",
    "quantitytPerStructure": 1.0,
    "lastChanged": "2025-11-29T15:10:06.3502021+01:00",
    "fromDate": "2025-11-29T15:10:06.3502021+01:00",
    "toDate": "2025-11-29T15:10:06.3502021+01:00",
    "Information1": "sample string 4",
    "Information2": "sample string 5",
    "Information3": "sample string 6",
    "Information4": "sample string 7",
    "Information5": "sample string 8",
    "Information6": "sample string 9",
    "Information7": "sample string 10",
    "Information8": "sample string 11",
    "orgUnit12": "sample string 12",
    "productLastChanged": "2025-11-29T15:10:06.3502021+01:00",
    "subProductLastChanged": "2025-11-29T15:10:06.3502021+01:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfStructure xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Structure>
    <productNo>sample string 1</productNo>
    <lineNo>1</lineNo>
    <subProductNo>sample string 2</subProductNo>
    <description>sample string 3</description>
    <quantitytPerStructure>1</quantitytPerStructure>
    <lastChanged>2025-11-29T15:10:06.3502021+01:00</lastChanged>
    <fromDate>2025-11-29T15:10:06.3502021+01:00</fromDate>
    <toDate>2025-11-29T15:10:06.3502021+01:00</toDate>
    <Information1>sample string 4</Information1>
    <Information2>sample string 5</Information2>
    <Information3>sample string 6</Information3>
    <Information4>sample string 7</Information4>
    <Information5>sample string 8</Information5>
    <Information6>sample string 9</Information6>
    <Information7>sample string 10</Information7>
    <Information8>sample string 11</Information8>
    <orgUnit12>sample string 12</orgUnit12>
    <productLastChanged>2025-11-29T15:10:06.3502021+01:00</productLastChanged>
    <subProductLastChanged>2025-11-29T15:10:06.3502021+01:00</subProductLastChanged>
  </Structure>
  <Structure>
    <productNo>sample string 1</productNo>
    <lineNo>1</lineNo>
    <subProductNo>sample string 2</subProductNo>
    <description>sample string 3</description>
    <quantitytPerStructure>1</quantitytPerStructure>
    <lastChanged>2025-11-29T15:10:06.3502021+01:00</lastChanged>
    <fromDate>2025-11-29T15:10:06.3502021+01:00</fromDate>
    <toDate>2025-11-29T15:10:06.3502021+01:00</toDate>
    <Information1>sample string 4</Information1>
    <Information2>sample string 5</Information2>
    <Information3>sample string 6</Information3>
    <Information4>sample string 7</Information4>
    <Information5>sample string 8</Information5>
    <Information6>sample string 9</Information6>
    <Information7>sample string 10</Information7>
    <Information8>sample string 11</Information8>
    <orgUnit12>sample string 12</orgUnit12>
    <productLastChanged>2025-11-29T15:10:06.3502021+01:00</productLastChanged>
    <subProductLastChanged>2025-11-29T15:10:06.3502021+01:00</subProductLastChanged>
  </Structure>
</ArrayOfStructure>