GET jxc_api/DDL/GetSimpleCustomer?kw={kw}&offsetStop={offsetStop}&showDisable={showDisable}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
kw

string

Required

offsetStop

string

Required

showDisable

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

DDLListOfSimpleCustomer
NameDescriptionTypeAdditional information
OffsetStop

string

None.

Items

Collection of SimpleCustomer

None.

Response Formats

application/json, text/json

Sample:
{
  "OffsetStop": "sample string 1",
  "Items": [
    {
      "CustId": 1,
      "CustNo": "sample string 2",
      "CustName": "sample string 3",
      "CatId": 4,
      "CatName": "sample string 5",
      "ContactId": 6,
      "ContactName": "sample string 7",
      "Phone": "sample string 8",
      "SaleId": 9,
      "SaleName": "sample string 10",
      "LevelId": 11,
      "Receiver": "sample string 12",
      "ReceiverMobile": "sample string 13",
      "ReceiverAddress": "sample string 14",
      "SettlePeriodId": 15,
      "SettlePeriodType": 16,
      "SettlePeriodValue": 17,
      "SettlePeriodName": "sample string 18"
    },
    {
      "CustId": 1,
      "CustNo": "sample string 2",
      "CustName": "sample string 3",
      "CatId": 4,
      "CatName": "sample string 5",
      "ContactId": 6,
      "ContactName": "sample string 7",
      "Phone": "sample string 8",
      "SaleId": 9,
      "SaleName": "sample string 10",
      "LevelId": 11,
      "Receiver": "sample string 12",
      "ReceiverMobile": "sample string 13",
      "ReceiverAddress": "sample string 14",
      "SettlePeriodId": 15,
      "SettlePeriodType": 16,
      "SettlePeriodValue": 17,
      "SettlePeriodName": "sample string 18"
    }
  ]
}

application/xml, text/xml

Sample:
<DDLListOfSimpleCustomerJYhYqFqe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models">
  <Items>
    <SimpleCustomer>
      <CatId>4</CatId>
      <CatName>sample string 5</CatName>
      <ContactId>6</ContactId>
      <ContactName>sample string 7</ContactName>
      <CustId>1</CustId>
      <CustName>sample string 3</CustName>
      <CustNo>sample string 2</CustNo>
      <LevelId>11</LevelId>
      <Phone>sample string 8</Phone>
      <Receiver>sample string 12</Receiver>
      <ReceiverAddress>sample string 14</ReceiverAddress>
      <ReceiverMobile>sample string 13</ReceiverMobile>
      <SaleId>9</SaleId>
      <SaleName>sample string 10</SaleName>
      <SettlePeriodId>15</SettlePeriodId>
      <SettlePeriodName>sample string 18</SettlePeriodName>
      <SettlePeriodType>16</SettlePeriodType>
      <SettlePeriodValue>17</SettlePeriodValue>
    </SimpleCustomer>
    <SimpleCustomer>
      <CatId>4</CatId>
      <CatName>sample string 5</CatName>
      <ContactId>6</ContactId>
      <ContactName>sample string 7</ContactName>
      <CustId>1</CustId>
      <CustName>sample string 3</CustName>
      <CustNo>sample string 2</CustNo>
      <LevelId>11</LevelId>
      <Phone>sample string 8</Phone>
      <Receiver>sample string 12</Receiver>
      <ReceiverAddress>sample string 14</ReceiverAddress>
      <ReceiverMobile>sample string 13</ReceiverMobile>
      <SaleId>9</SaleId>
      <SaleName>sample string 10</SaleName>
      <SettlePeriodId>15</SettlePeriodId>
      <SettlePeriodName>sample string 18</SettlePeriodName>
      <SettlePeriodType>16</SettlePeriodType>
      <SettlePeriodValue>17</SettlePeriodValue>
    </SimpleCustomer>
  </Items>
  <OffsetStop>sample string 1</OffsetStop>
</DDLListOfSimpleCustomerJYhYqFqe>