None.
Name | Description | Type | Additional information |
---|---|---|---|
SerialNo | string |
None. |
|
WhId | integer |
None. |
|
ProdId | integer |
None. |
|
ApId | integer |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
{ "SerialNo": "sample string 1", "WhId": 2, "ProdId": 3, "ApId": 4, "PageIndex": 5, "PageSize": 6 }
<RemainingSerialStatusCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.Shared.Queries"> <ApId>4</ApId> <PageIndex>5</PageIndex> <PageSize>6</PageSize> <ProdId>3</ProdId> <SerialNo>sample string 1</SerialNo> <WhId>2</WhId> </RemainingSerialStatusCondition>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
Items | Collection of RemainingSerialStatusModel |
None. |
|
SumModel | RemainingSerialStatusModel |
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, "SerialNo": "sample string 2", "WhId": 3, "WhName": "sample string 4", "SerialNote": "sample string 5", "ApId": 6, "ApName": "sample string 7", "BatchNo": "sample string 8", "ProductionDate": "2024-11-25", "ExpirationDate": "sample string 10", "ProdId": 11 }, { "RowIndex": 1, "SerialNo": "sample string 2", "WhId": 3, "WhName": "sample string 4", "SerialNote": "sample string 5", "ApId": 6, "ApName": "sample string 7", "BatchNo": "sample string 8", "ProductionDate": "2024-11-25", "ExpirationDate": "sample string 10", "ProdId": 11 } ], "SumModel": { "RowIndex": 1, "SerialNo": "sample string 2", "WhId": 3, "WhName": "sample string 4", "SerialNote": "sample string 5", "ApId": 6, "ApName": "sample string 7", "BatchNo": "sample string 8", "ProductionDate": "2024-11-25", "ExpirationDate": "sample string 10", "ProdId": 11 }, "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" }