PUT api/Product/Structure

Request Information

URI Parameters

None.

Body Parameters

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.

Request 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-29T11:50:26.8201418+01:00",
  "fromDate": "2025-11-29T11:50:26.8201418+01:00",
  "toDate": "2025-11-29T11:50:26.8201418+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-29T11:50:26.8201418+01:00",
  "subProductLastChanged": "2025-11-29T11:50:26.8201418+01:00"
}

application/xml, text/xml

Sample:
<Structure xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <productNo>sample string 1</productNo>
  <lineNo>1</lineNo>
  <subProductNo>sample string 2</subProductNo>
  <description>sample string 3</description>
  <quantitytPerStructure>1</quantitytPerStructure>
  <lastChanged>2025-11-29T11:50:26.8201418+01:00</lastChanged>
  <fromDate>2025-11-29T11:50:26.8201418+01:00</fromDate>
  <toDate>2025-11-29T11:50:26.8201418+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-29T11:50:26.8201418+01:00</productLastChanged>
  <subProductLastChanged>2025-11-29T11:50:26.8201418+01:00</subProductLastChanged>
</Structure>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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-29T11:50:26.8211401+01:00",
  "fromDate": "2025-11-29T11:50:26.8211401+01:00",
  "toDate": "2025-11-29T11:50:26.8211401+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-29T11:50:26.8211401+01:00",
  "subProductLastChanged": "2025-11-29T11:50:26.8211401+01:00"
}

application/xml, text/xml

Sample:
<Structure xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <productNo>sample string 1</productNo>
  <lineNo>1</lineNo>
  <subProductNo>sample string 2</subProductNo>
  <description>sample string 3</description>
  <quantitytPerStructure>1</quantitytPerStructure>
  <lastChanged>2025-11-29T11:50:26.8211401+01:00</lastChanged>
  <fromDate>2025-11-29T11:50:26.8211401+01:00</fromDate>
  <toDate>2025-11-29T11:50:26.8211401+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-29T11:50:26.8211401+01:00</productLastChanged>
  <subProductLastChanged>2025-11-29T11:50:26.8211401+01:00</subProductLastChanged>
</Structure>