Name | Description | Type | Additional information |
---|---|---|---|
kw | string |
Required |
|
offsetStop | string |
Required |
|
showDisable | boolean |
Default value is False |
None.
Name | Description | Type | Additional information |
---|---|---|---|
OffsetStop | string |
None. |
|
Items | Collection of DDLAccountingItem |
None. |
|
Meta | string |
None. |
{ "OffsetStop": "sample string 1", "Items": [ { "Id": 1, "No": "sample string 2", "Name": "sample string 3" }, { "Id": 1, "No": "sample string 2", "Name": "sample string 3" } ], "Meta": "sample string 2" }
<DDLListOfDDLAccountingItemJYhYqFqe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models"> <Items> <DDLAccountingItem> <Id>1</Id> <Name>sample string 3</Name> <No>sample string 2</No> </DDLAccountingItem> <DDLAccountingItem> <Id>1</Id> <Name>sample string 3</Name> <No>sample string 2</No> </DDLAccountingItem> </Items> <Meta>sample string 2</Meta> <OffsetStop>sample string 1</OffsetStop> </DDLListOfDDLAccountingItemJYhYqFqe>