GET jxc_api/DDL/GetSimplePriceQueryPriceType?keyword={keyword}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
keyword

string

None.

Body Parameters

None.

Response Information

Resource Description

DDLListOfSimplePriceQueryPriceType
NameDescriptionTypeAdditional information
OffsetStop

string

None.

Items

Collection of SimplePriceQueryPriceType

None.

Meta

string

None.

Response Formats

application/json, text/json

Sample:
{
  "OffsetStop": "sample string 1",
  "Items": [
    {
      "Name": "sample string 1"
    },
    {
      "Name": "sample string 1"
    }
  ],
  "Meta": "sample string 2"
}

application/xml, text/xml

Sample:
<DDLListOfSimplePriceQueryPriceTypeJYhYqFqe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models">
  <Items>
    <SimplePriceQueryPriceType>
      <Name>sample string 1</Name>
    </SimplePriceQueryPriceType>
    <SimplePriceQueryPriceType>
      <Name>sample string 1</Name>
    </SimplePriceQueryPriceType>
  </Items>
  <Meta>sample string 2</Meta>
  <OffsetStop>sample string 1</OffsetStop>
</DDLListOfSimplePriceQueryPriceTypeJYhYqFqe>