None.
Name | Description | Type | Additional information |
---|---|---|---|
Keyword | string |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
VendIds | Collection of integer |
None. |
|
Purchaser | integer |
None. |
{ "Keyword": "sample string 1", "PageSize": 2, "PageIndex": 3, "VendIds": [ 1, 2 ], "Purchaser": 1 }
<VendorInitialBalanceSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting.Vend"> <Keyword>sample string 1</Keyword> <PageIndex>3</PageIndex> <PageSize>2</PageSize> <Purchaser>1</Purchaser> <VendIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </VendIds> </VendorInitialBalanceSearchConditions>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
Items | Collection of VendorInitialBalanceListModel |
None. |
|
SumModel | VendorInitialBalanceListModel |
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": [ { "VendId": 1, "VendNo": "sample string 2", "VendName": "sample string 3", "Payable": 4.0, "Payed": 5.0, "Balance": -1.0, "PurchaserName": "sample string 6", "Purchaser": 1 }, { "VendId": 1, "VendNo": "sample string 2", "VendName": "sample string 3", "Payable": 4.0, "Payed": 5.0, "Balance": -1.0, "PurchaserName": "sample string 6", "Purchaser": 1 } ], "SumModel": { "VendId": 1, "VendNo": "sample string 2", "VendName": "sample string 3", "Payable": 4.0, "Payed": 5.0, "Balance": -1.0, "PurchaserName": "sample string 6", "Purchaser": 1 }, "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" }