None.
Name | Description | Type | Additional information |
---|---|---|---|
IsId | integer |
None. |
|
ProdId | integer |
None. |
|
ApId | integer |
None. |
|
WhId | integer |
None. |
{ "IsId": 1, "ProdId": 2, "ApId": 3, "WhId": 4 }
<ProductInitialStockKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting.Product"> <ApId>3</ApId> <IsId>1</IsId> <ProdId>2</ProdId> <WhId>4</WhId> </ProductInitialStockKey>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
IsId | integer |
None. |
|
ProdId | integer |
None. |
|
ProdNo | string |
None. |
|
ProdName | string |
None. |
|
ProdSpec | string |
None. |
|
ApId | integer |
None. |
|
ApName | string |
None. |
|
UnitName | string |
None. |
|
WhId | integer |
None. |
|
WhName | string |
None. |
|
QTY | decimal number |
None. |
|
Price | decimal number |
None. |
|
Amount | decimal number |
None. |
|
BatchNo | string |
None. |
|
SerialNoItems | Collection of ProductSerialNoEditModel |
None. |
|
ProductionDate | string |
None. |
|
LifeTime | integer |
None. |
|
LifeTimeUnit | LifeTimeUnitEnum |
None. |
|
LifeTimeUnitName | string |
None. |
|
ExpirationDate | string |
None. |
|
BatchEnabled | boolean |
None. |
|
SerialEnabled | boolean |
None. |
|
LifeTimeEnabled | boolean |
None. |
{ "IsId": 1, "ProdId": 2, "ProdNo": "sample string 3", "ProdName": "sample string 4", "ProdSpec": "sample string 5", "ApId": 6, "ApName": "sample string 7", "UnitName": "sample string 8", "WhId": 9, "WhName": "sample string 10", "QTY": 11.0, "Price": 12.0, "Amount": 13.0, "BatchNo": "sample string 14", "SerialNoItems": [ { "FlowId": "sample string 1", "SerialNo": "sample string 2", "SerialNote": "sample string 3" }, { "FlowId": "sample string 1", "SerialNo": "sample string 2", "SerialNote": "sample string 3" } ], "ProductionDate": "", "LifeTime": 16, "LifeTimeUnit": 1010, "LifeTimeUnitName": "天", "ExpirationDate": "", "BatchEnabled": true, "SerialEnabled": true, "LifeTimeEnabled": true }
<ProductInitialStockListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models.Product"> <Amount>13</Amount> <ApId>6</ApId> <ApName>sample string 7</ApName> <BatchEnabled>true</BatchEnabled> <BatchNo>sample string 14</BatchNo> <ExpirationDate></ExpirationDate> <IsId>1</IsId> <LifeTime>16</LifeTime> <LifeTimeEnabled>true</LifeTimeEnabled> <LifeTimeUnit>Day</LifeTimeUnit> <Price>12</Price> <ProdId>2</ProdId> <ProdName>sample string 4</ProdName> <ProdNo>sample string 3</ProdNo> <ProdSpec>sample string 5</ProdSpec> <ProductionDate></ProductionDate> <QTY>11</QTY> <SerialEnabled>true</SerialEnabled> <SerialNoItems xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Models.Shared"> <d2p1:ProductSerialNoEditModel> <d2p1:FlowId>sample string 1</d2p1:FlowId> <d2p1:SerialNo>sample string 2</d2p1:SerialNo> <d2p1:SerialNote>sample string 3</d2p1:SerialNote> </d2p1:ProductSerialNoEditModel> <d2p1:ProductSerialNoEditModel> <d2p1:FlowId>sample string 1</d2p1:FlowId> <d2p1:SerialNo>sample string 2</d2p1:SerialNo> <d2p1:SerialNote>sample string 3</d2p1:SerialNote> </d2p1:ProductSerialNoEditModel> </SerialNoItems> <UnitName>sample string 8</UnitName> <WhId>9</WhId> <WhName>sample string 10</WhName> </ProductInitialStockListModel>