Name | Description | Type | Additional information |
---|---|---|---|
prodId | integer |
Required |
|
apId | integer |
Required |
|
whId | integer |
Required |
|
keyword | string |
Required |
None.
Name | Description | Type | Additional information |
---|---|---|---|
RowIndex | integer |
None. |
|
ProdId | integer |
None. |
|
ProdName | string |
None. |
|
ApId | integer |
None. |
|
ApName | string |
None. |
|
ProductionTime | date |
None. |
|
ProductionDate | string |
None. |
|
ExpirationDate | string |
None. |
|
WhId | integer |
None. |
|
WlId | integer |
None. |
|
WhName | string |
None. |
|
WlName | string |
None. |
|
UnitId | integer |
None. |
|
Qty | decimal number |
None. |
[ { "RowIndex": 1, "ProdId": 2, "ProdName": "sample string 3", "ApId": 4, "ApName": "sample string 5", "ProductionTime": "2025-05-12 15:34:33", "ProductionDate": "2025-05-12", "ExpirationDate": "sample string 7", "WhId": 8, "WlId": 9, "WhName": "sample string 10", "WlName": "sample string 11", "UnitId": 12, "Qty": 13.0 }, { "RowIndex": 1, "ProdId": 2, "ProdName": "sample string 3", "ApId": 4, "ApName": "sample string 5", "ProductionTime": "2025-05-12 15:34:33", "ProductionDate": "2025-05-12", "ExpirationDate": "sample string 7", "WhId": 8, "WlId": 9, "WhName": "sample string 10", "WlName": "sample string 11", "UnitId": 12, "Qty": 13.0 } ]
<ArrayOfGetProductsInStockResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models"> <GetProductsInStockResult> <ApId>4</ApId> <ApName>sample string 5</ApName> <ExpirationDate>sample string 7</ExpirationDate> <ProdId>2</ProdId> <ProdName>sample string 3</ProdName> <ProductionTime>2025-05-12T15:34:33.0107719+08:00</ProductionTime> <Qty>13</Qty> <RowIndex>1</RowIndex> <UnitId>12</UnitId> <WhId>8</WhId> <WhName>sample string 10</WhName> <WlId>9</WlId> <WlName>sample string 11</WlName> </GetProductsInStockResult> <GetProductsInStockResult> <ApId>4</ApId> <ApName>sample string 5</ApName> <ExpirationDate>sample string 7</ExpirationDate> <ProdId>2</ProdId> <ProdName>sample string 3</ProdName> <ProductionTime>2025-05-12T15:34:33.0107719+08:00</ProductionTime> <Qty>13</Qty> <RowIndex>1</RowIndex> <UnitId>12</UnitId> <WhId>8</WhId> <WhName>sample string 10</WhName> <WlId>9</WlId> <WlName>sample string 11</WlName> </GetProductsInStockResult> </ArrayOfGetProductsInStockResult>