None.
Name | Description | Type | Additional information |
---|---|---|---|
Items | Collection of ShelfLifeAlertItem |
None. |
{ "Items": [ { "ProdId": 1, "ApId": 2, "WhId": 3, "BatchNo": "sample string 4", "ProductionDate": "2024-11-25 02:46:57", "BillDetails": [ { "Item1": 1, "Item2": 2 }, { "Item1": 1, "Item2": 2 } ] }, { "ProdId": 1, "ApId": 2, "WhId": 3, "BatchNo": "sample string 4", "ProductionDate": "2024-11-25 02:46:57", "BillDetails": [ { "Item1": 1, "Item2": 2 }, { "Item1": 1, "Item2": 2 } ] } ] }
<InitDataFromShelfLifeAlertsPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.Purchase"> <Items> <ShelfLifeAlertItem> <ApId>2</ApId> <BatchNo>sample string 4</BatchNo> <BillDetails> <ShelfLifeAlertBillEntry> <Item1>1</Item1> <Item2>2</Item2> </ShelfLifeAlertBillEntry> <ShelfLifeAlertBillEntry> <Item1>1</Item1> <Item2>2</Item2> </ShelfLifeAlertBillEntry> </BillDetails> <ProdId>1</ProdId> <ProductionDate>2024-11-25T02:46:57.2565588+08:00</ProductionDate> <WhId>3</WhId> </ShelfLifeAlertItem> <ShelfLifeAlertItem> <ApId>2</ApId> <BatchNo>sample string 4</BatchNo> <BillDetails> <ShelfLifeAlertBillEntry> <Item1>1</Item1> <Item2>2</Item2> </ShelfLifeAlertBillEntry> <ShelfLifeAlertBillEntry> <Item1>1</Item1> <Item2>2</Item2> </ShelfLifeAlertBillEntry> </BillDetails> <ProdId>1</ProdId> <ProductionDate>2024-11-25T02:46:57.2565588+08:00</ProductionDate> <WhId>3</WhId> </ShelfLifeAlertItem> </Items> </InitDataFromShelfLifeAlertsPara>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
DateFmt | string |
None. |
|
CustName | string |
None. |
|
AsId | integer |
None. |
|
Date | date |
None. |
|
BType | integer |
None. |
|
CustId | integer |
None. |
|
Id | integer |
None. |
|
No | string |
None. |
|
Amount | decimal number |
None. |
|
PrintCount | integer |
None. |
|
Note | string |
None. |
|
OfAmount | integer |
None. |
|
OfStatus | integer |
None. |
|
ScId | integer |
None. |
|
IsChecked | integer |
None. |
|
AccountingItemId | integer |
None. |
|
AccountingItemName | string |
None. |
|
DepartmentId | integer |
None. |
|
DepartmentName | string |
None. |
|
CheckedBy | integer |
None. |
|
CheckedDate | date |
None. |
|
CreatedBy | integer |
None. |
|
CreatedDate | date |
None. |
|
ModifiedBy | integer |
None. |
|
ModifiedDate | date |
None. |
|
CheckedByName | string |
None. |
|
CreatedByName | string |
None. |
|
ModifiedByName | string |
None. |
|
AutoGenerate | boolean |
None. |
|
Items | Collection of DooeEditModel |
None. |
|
RelatedBills | Collection of IdNoPair |
None. |
Sample not available.