GET api/FreeInformation2?warehouseNo={warehouseNo}&orderNo={orderNo}&freeInfCategory={freeInfCategory}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| warehouseNo | integer |
None. |
|
| orderNo | integer |
None. |
|
| freeInfCategory | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of FreeInformation| Name | Description | Type | Additional information |
|---|---|---|---|
| primaryKey | integer |
None. |
|
| supplierNo | integer |
None. |
|
| supplierName | string |
None. |
|
| productNo | string |
None. |
|
| productDescription | string |
None. |
|
| warehouseNo | integer |
None. |
|
| freeInformationCategory | integer |
None. |
|
| value1 | decimal number |
None. |
|
| value2 | decimal number |
None. |
|
| value3 | decimal number |
None. |
|
| date1 | date |
None. |
|
| freeGroup1 | integer |
None. |
|
| freeGroup2 | integer |
None. |
|
| freeGroup3 | integer |
None. |
|
| freeGroup4 | integer |
None. |
|
| freeGroup5 | integer |
None. |
|
| freeGroup6 | integer |
None. |
|
| freeGroup7 | integer |
None. |
|
| orderNo | integer |
None. |
|
| orderLineNo | integer |
None. |
|
| fromWarehouseName | string |
None. |
|
| toWarehouseName | string |
None. |
|
| pictureFileName | string |
None. |
|
| webPage | string |
None. |
|
| text1 | string |
None. |
|
| text2 | string |
None. |
|
| text3 | string |
None. |
|
| text4 | string |
None. |
|
| orgUnit1 | integer |
None. |
|
| orgUnit2 | integer |
None. |
|
| orgUnit4 | integer |
None. |
|
| OrgUnit11 | string |
None. |
|
| date3 | date |
None. |
|
| changeDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"primaryKey": 1,
"supplierNo": 1,
"supplierName": "sample string 1",
"productNo": "sample string 2",
"productDescription": "sample string 3",
"warehouseNo": 1,
"freeInformationCategory": 1,
"value1": 1.0,
"value2": 1.0,
"value3": 1.0,
"date1": "2025-11-29T15:10:07.980301+01:00",
"freeGroup1": 1,
"freeGroup2": 1,
"freeGroup3": 1,
"freeGroup4": 1,
"freeGroup5": 1,
"freeGroup6": 1,
"freeGroup7": 1,
"orderNo": 1,
"orderLineNo": 1,
"fromWarehouseName": "sample string 4",
"toWarehouseName": "sample string 5",
"pictureFileName": "sample string 6",
"webPage": "sample string 7",
"text1": "sample string 8",
"text2": "sample string 9",
"text3": "sample string 10",
"text4": "sample string 11",
"orgUnit1": 1,
"orgUnit2": 1,
"orgUnit4": 1,
"OrgUnit11": "sample string 12",
"date3": "2025-11-29T15:10:07.980301+01:00",
"changeDate": "2025-11-29T15:10:07.980301+01:00"
},
{
"primaryKey": 1,
"supplierNo": 1,
"supplierName": "sample string 1",
"productNo": "sample string 2",
"productDescription": "sample string 3",
"warehouseNo": 1,
"freeInformationCategory": 1,
"value1": 1.0,
"value2": 1.0,
"value3": 1.0,
"date1": "2025-11-29T15:10:07.980301+01:00",
"freeGroup1": 1,
"freeGroup2": 1,
"freeGroup3": 1,
"freeGroup4": 1,
"freeGroup5": 1,
"freeGroup6": 1,
"freeGroup7": 1,
"orderNo": 1,
"orderLineNo": 1,
"fromWarehouseName": "sample string 4",
"toWarehouseName": "sample string 5",
"pictureFileName": "sample string 6",
"webPage": "sample string 7",
"text1": "sample string 8",
"text2": "sample string 9",
"text3": "sample string 10",
"text4": "sample string 11",
"orgUnit1": 1,
"orgUnit2": 1,
"orgUnit4": 1,
"OrgUnit11": "sample string 12",
"date3": "2025-11-29T15:10:07.980301+01:00",
"changeDate": "2025-11-29T15:10:07.980301+01:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfFreeInformation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FreeInformation>
<primaryKey>1</primaryKey>
<supplierNo>1</supplierNo>
<supplierName>sample string 1</supplierName>
<productNo>sample string 2</productNo>
<productDescription>sample string 3</productDescription>
<warehouseNo>1</warehouseNo>
<freeInformationCategory>1</freeInformationCategory>
<value1>1</value1>
<value2>1</value2>
<value3>1</value3>
<date1>2025-11-29T15:10:07.980301+01:00</date1>
<freeGroup1>1</freeGroup1>
<freeGroup2>1</freeGroup2>
<freeGroup3>1</freeGroup3>
<freeGroup4>1</freeGroup4>
<freeGroup5>1</freeGroup5>
<freeGroup6>1</freeGroup6>
<freeGroup7>1</freeGroup7>
<orderNo>1</orderNo>
<orderLineNo>1</orderLineNo>
<fromWarehouseName>sample string 4</fromWarehouseName>
<toWarehouseName>sample string 5</toWarehouseName>
<pictureFileName>sample string 6</pictureFileName>
<webPage>sample string 7</webPage>
<text1>sample string 8</text1>
<text2>sample string 9</text2>
<text3>sample string 10</text3>
<text4>sample string 11</text4>
<orgUnit1>1</orgUnit1>
<orgUnit2>1</orgUnit2>
<orgUnit4>1</orgUnit4>
<OrgUnit11>sample string 12</OrgUnit11>
<date3>2025-11-29T15:10:07.980301+01:00</date3>
<changeDate>2025-11-29T15:10:07.980301+01:00</changeDate>
</FreeInformation>
<FreeInformation>
<primaryKey>1</primaryKey>
<supplierNo>1</supplierNo>
<supplierName>sample string 1</supplierName>
<productNo>sample string 2</productNo>
<productDescription>sample string 3</productDescription>
<warehouseNo>1</warehouseNo>
<freeInformationCategory>1</freeInformationCategory>
<value1>1</value1>
<value2>1</value2>
<value3>1</value3>
<date1>2025-11-29T15:10:07.980301+01:00</date1>
<freeGroup1>1</freeGroup1>
<freeGroup2>1</freeGroup2>
<freeGroup3>1</freeGroup3>
<freeGroup4>1</freeGroup4>
<freeGroup5>1</freeGroup5>
<freeGroup6>1</freeGroup6>
<freeGroup7>1</freeGroup7>
<orderNo>1</orderNo>
<orderLineNo>1</orderLineNo>
<fromWarehouseName>sample string 4</fromWarehouseName>
<toWarehouseName>sample string 5</toWarehouseName>
<pictureFileName>sample string 6</pictureFileName>
<webPage>sample string 7</webPage>
<text1>sample string 8</text1>
<text2>sample string 9</text2>
<text3>sample string 10</text3>
<text4>sample string 11</text4>
<orgUnit1>1</orgUnit1>
<orgUnit2>1</orgUnit2>
<orgUnit4>1</orgUnit4>
<OrgUnit11>sample string 12</OrgUnit11>
<date3>2025-11-29T15:10:07.980301+01:00</date3>
<changeDate>2025-11-29T15:10:07.980301+01:00</changeDate>
</FreeInformation>
</ArrayOfFreeInformation>