None.
Name | Description | Type | Additional information |
---|---|---|---|
WhId | integer |
None. |
|
ProdId | integer |
None. |
|
ApId | integer |
None. |
|
BatchNo | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
{ "WhId": 1, "ProdId": 2, "ApId": 3, "BatchNo": "sample string 4", "PageIndex": 5, "PageSize": 6 }
<RemainingLifeTimeStatusCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.Shared.Queries"> <ApId>3</ApId> <BatchNo>sample string 4</BatchNo> <PageIndex>5</PageIndex> <PageSize>6</PageSize> <ProdId>2</ProdId> <WhId>1</WhId> </RemainingLifeTimeStatusCondition>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
Items | Collection of RemainingLifeTimeStatusModel |
None. |
|
SumModel | RemainingLifeTimeStatusModel |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
Total | integer |
None. |
|
UsePager | boolean |
None. |
|
CategoriesFounded | Collection of integer |
None. |
|
RDocumentStartDate | string |
None. |
|
RDocumentEndDate | string |
None. |
|
RDeliveryStartDate | string |
None. |
|
RDeliveryEndDate | string |
None. |
{ "Items": [ { "RowIndex": 1, "BatchNo": "sample string 2", "WhId": 3, "WhName": "sample string 4", "ProdId": 5, "ApId": 6, "ApName": "sample string 7", "UnitId": 8, "UnitName": "sample string 9", "Rate": 10.0, "Qty": 11.0, "BillDirection": 1001, "ProductionDate": "2024-11-25", "ExpirationDate": "sample string 14", "BillType": 1010, "IntValue": 16 }, { "RowIndex": 1, "BatchNo": "sample string 2", "WhId": 3, "WhName": "sample string 4", "ProdId": 5, "ApId": 6, "ApName": "sample string 7", "UnitId": 8, "UnitName": "sample string 9", "Rate": 10.0, "Qty": 11.0, "BillDirection": 1001, "ProductionDate": "2024-11-25", "ExpirationDate": "sample string 14", "BillType": 1010, "IntValue": 16 } ], "SumModel": { "RowIndex": 1, "BatchNo": "sample string 2", "WhId": 3, "WhName": "sample string 4", "ProdId": 5, "ApId": 6, "ApName": "sample string 7", "UnitId": 8, "UnitName": "sample string 9", "Rate": 10.0, "Qty": 11.0, "BillDirection": 1001, "ProductionDate": "2024-11-25", "ExpirationDate": "sample string 14", "BillType": 1010, "IntValue": 16 }, "PageIndex": 1, "PageSize": 2, "Total": 3, "UsePager": true, "CategoriesFounded": [ 1, 2 ], "RDocumentStartDate": "sample string 5", "RDocumentEndDate": "sample string 6", "RDeliveryStartDate": "sample string 7", "RDeliveryEndDate": "sample string 8" }