Name | Description | Type | Additional information |
---|---|---|---|
prodId | integer |
Required |
|
offsetStop | string |
None. |
|
kw | string |
None. |
None.
Name | Description | Type | Additional information |
---|---|---|---|
OffsetStop | string |
None. |
|
Items | Collection of DDLAp |
None. |
|
Meta | string |
None. |
{ "OffsetStop": "sample string 1", "Items": [ { "Id": 1, "Name": "sample string 2" }, { "Id": 1, "Name": "sample string 2" } ], "Meta": "sample string 2" }
<DDLListOfDDLApJYhYqFqe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models"> <Items> <DDLAp> <Id>1</Id> <Name>sample string 2</Name> </DDLAp> <DDLAp> <Id>1</Id> <Name>sample string 2</Name> </DDLAp> </Items> <Meta>sample string 2</Meta> <OffsetStop>sample string 1</OffsetStop> </DDLListOfDDLApJYhYqFqe>