GET jxc_api/DDL/GetSimplePayMethod?kw={kw}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
kw

string

Required

Body Parameters

None.

Response Information

Resource Description

DDLListOfDDLPayMethod
NameDescriptionTypeAdditional information
OffsetStop

string

None.

Items

Collection of DDLPayMethod

None.

Meta

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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