GET api/Minol/OrderLineHistory?warehouseNo={warehouseNo}&fromTransactionDate={fromTransactionDate}&toTransactionDate={toTransactionDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
warehouseNo | integer |
Required |
|
fromTransactionDate | date |
Required |
|
toTransactionDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MinolOrderLineHistoryName | Description | Type | Additional information |
---|---|---|---|
productNo | string |
None. |
|
productDescription | string |
None. |
|
transactionDate | date |
None. |
|
finished | decimal number |
None. |
|
free1 | decimal number |
None. |
|
transactionType | integer |
None. |
|
warehouseNo | integer |
None. |
|
warehouseName | string |
None. |
|
transferToWarehouseNo | integer |
None. |
|
transferToWarehouseName | string |
None. |
|
supplierNo | integer |
None. |
|
supplierName | string |
None. |
|
orderNo | integer |
None. |
|
orderLineNo | integer |
None. |
|
customerNo | integer |
None. |
|
customerName | string |
None. |
|
customerAddress1 | string |
None. |
|
customerAddress2 | string |
None. |
|
customerAddress3 | string |
None. |
|
customerAddress4 | string |
None. |
|
customerPostalNo | string |
None. |
|
customerPostalArea | string |
None. |
|
customerPhone | string |
None. |
|
customerMobilePhone | string |
None. |
|
deliveryActNo | integer |
None. |
|
deliveryAddressName | string |
None. |
|
deliveryAddress1 | string |
None. |
|
deliveryAddress2 | string |
None. |
|
deliveryAddress3 | string |
None. |
|
deliveryAddress4 | string |
None. |
|
deliveryPostalNo | string |
None. |
|
deliveryPostalArea | string |
None. |
|
employeeNo | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "productNo": "sample string 1", "productDescription": "sample string 2", "transactionDate": "2025-05-23T22:26:12.2017043+02:00", "finished": 1.0, "free1": 1.0, "transactionType": 1, "warehouseNo": 1, "warehouseName": "sample string 4", "transferToWarehouseNo": 1, "transferToWarehouseName": "sample string 5", "supplierNo": 1, "supplierName": "sample string 6", "orderNo": 7, "orderLineNo": 8, "customerNo": 1, "customerName": "sample string 9", "customerAddress1": "sample string 10", "customerAddress2": "sample string 11", "customerAddress3": "sample string 12", "customerAddress4": "sample string 13", "customerPostalNo": "sample string 14", "customerPostalArea": "sample string 15", "customerPhone": "sample string 16", "customerMobilePhone": "sample string 17", "deliveryActNo": 1, "deliveryAddressName": "sample string 18", "deliveryAddress1": "sample string 19", "deliveryAddress2": "sample string 20", "deliveryAddress3": "sample string 21", "deliveryAddress4": "sample string 22", "deliveryPostalNo": "sample string 23", "deliveryPostalArea": "sample string 24", "employeeNo": 1 }, { "productNo": "sample string 1", "productDescription": "sample string 2", "transactionDate": "2025-05-23T22:26:12.2017043+02:00", "finished": 1.0, "free1": 1.0, "transactionType": 1, "warehouseNo": 1, "warehouseName": "sample string 4", "transferToWarehouseNo": 1, "transferToWarehouseName": "sample string 5", "supplierNo": 1, "supplierName": "sample string 6", "orderNo": 7, "orderLineNo": 8, "customerNo": 1, "customerName": "sample string 9", "customerAddress1": "sample string 10", "customerAddress2": "sample string 11", "customerAddress3": "sample string 12", "customerAddress4": "sample string 13", "customerPostalNo": "sample string 14", "customerPostalArea": "sample string 15", "customerPhone": "sample string 16", "customerMobilePhone": "sample string 17", "deliveryActNo": 1, "deliveryAddressName": "sample string 18", "deliveryAddress1": "sample string 19", "deliveryAddress2": "sample string 20", "deliveryAddress3": "sample string 21", "deliveryAddress4": "sample string 22", "deliveryPostalNo": "sample string 23", "deliveryPostalArea": "sample string 24", "employeeNo": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfMinolOrderLineHistory xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MinolOrderLineHistory> <productNo>sample string 1</productNo> <productDescription>sample string 2</productDescription> <transactionDate>2025-05-23T22:26:12.2017043+02:00</transactionDate> <finished>1</finished> <free1>1</free1> <transactionType>1</transactionType> <warehouseNo>1</warehouseNo> <warehouseName>sample string 4</warehouseName> <transferToWarehouseNo>1</transferToWarehouseNo> <transferToWarehouseName>sample string 5</transferToWarehouseName> <supplierNo>1</supplierNo> <supplierName>sample string 6</supplierName> <orderNo>7</orderNo> <orderLineNo>8</orderLineNo> <customerNo>1</customerNo> <customerName>sample string 9</customerName> <customerAddress1>sample string 10</customerAddress1> <customerAddress2>sample string 11</customerAddress2> <customerAddress3>sample string 12</customerAddress3> <customerAddress4>sample string 13</customerAddress4> <customerPostalNo>sample string 14</customerPostalNo> <customerPostalArea>sample string 15</customerPostalArea> <customerPhone>sample string 16</customerPhone> <customerMobilePhone>sample string 17</customerMobilePhone> <deliveryActNo>1</deliveryActNo> <deliveryAddressName>sample string 18</deliveryAddressName> <deliveryAddress1>sample string 19</deliveryAddress1> <deliveryAddress2>sample string 20</deliveryAddress2> <deliveryAddress3>sample string 21</deliveryAddress3> <deliveryAddress4>sample string 22</deliveryAddress4> <deliveryPostalNo>sample string 23</deliveryPostalNo> <deliveryPostalArea>sample string 24</deliveryPostalArea> <employeeNo>1</employeeNo> </MinolOrderLineHistory> <MinolOrderLineHistory> <productNo>sample string 1</productNo> <productDescription>sample string 2</productDescription> <transactionDate>2025-05-23T22:26:12.2017043+02:00</transactionDate> <finished>1</finished> <free1>1</free1> <transactionType>1</transactionType> <warehouseNo>1</warehouseNo> <warehouseName>sample string 4</warehouseName> <transferToWarehouseNo>1</transferToWarehouseNo> <transferToWarehouseName>sample string 5</transferToWarehouseName> <supplierNo>1</supplierNo> <supplierName>sample string 6</supplierName> <orderNo>7</orderNo> <orderLineNo>8</orderLineNo> <customerNo>1</customerNo> <customerName>sample string 9</customerName> <customerAddress1>sample string 10</customerAddress1> <customerAddress2>sample string 11</customerAddress2> <customerAddress3>sample string 12</customerAddress3> <customerAddress4>sample string 13</customerAddress4> <customerPostalNo>sample string 14</customerPostalNo> <customerPostalArea>sample string 15</customerPostalArea> <customerPhone>sample string 16</customerPhone> <customerMobilePhone>sample string 17</customerMobilePhone> <deliveryActNo>1</deliveryActNo> <deliveryAddressName>sample string 18</deliveryAddressName> <deliveryAddress1>sample string 19</deliveryAddress1> <deliveryAddress2>sample string 20</deliveryAddress2> <deliveryAddress3>sample string 21</deliveryAddress3> <deliveryAddress4>sample string 22</deliveryAddress4> <deliveryPostalNo>sample string 23</deliveryPostalNo> <deliveryPostalArea>sample string 24</deliveryPostalArea> <employeeNo>1</employeeNo> </MinolOrderLineHistory> </ArrayOfMinolOrderLineHistory>