GET jxc_api/DDL/GetSimpleVendor?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

DDLListOfSimpleVendor
NameDescriptionTypeAdditional information
OffsetStop

string

None.

Items

Collection of SimpleVendor

None.

Meta

string

None.

Response Formats

application/json, text/json

Sample:
{
  "OffsetStop": "sample string 1",
  "Items": [
    {
      "VendId": 1,
      "VendNo": "sample string 2",
      "VendName": "sample string 3",
      "CatId": 4,
      "CatName": "sample string 5",
      "ContactId": 6,
      "ContactName": "sample string 7",
      "Phone": "sample string 8",
      "Purchaser": 9,
      "PurchaserName": "sample string 10",
      "TaxRate": 11.0,
      "SettlePeriodId": 12,
      "SettlePeriodType": 13,
      "SettlePeriodValue": 14,
      "SettlePeriodName": "sample string 15"
    },
    {
      "VendId": 1,
      "VendNo": "sample string 2",
      "VendName": "sample string 3",
      "CatId": 4,
      "CatName": "sample string 5",
      "ContactId": 6,
      "ContactName": "sample string 7",
      "Phone": "sample string 8",
      "Purchaser": 9,
      "PurchaserName": "sample string 10",
      "TaxRate": 11.0,
      "SettlePeriodId": 12,
      "SettlePeriodType": 13,
      "SettlePeriodValue": 14,
      "SettlePeriodName": "sample string 15"
    }
  ],
  "Meta": "sample string 2"
}

application/xml, text/xml

Sample:
<DDLListOfSimpleVendorJYhYqFqe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models">
  <Items>
    <SimpleVendor>
      <CatId>4</CatId>
      <CatName>sample string 5</CatName>
      <ContactId>6</ContactId>
      <ContactName>sample string 7</ContactName>
      <Phone>sample string 8</Phone>
      <Purchaser>9</Purchaser>
      <PurchaserName>sample string 10</PurchaserName>
      <SettlePeriodId>12</SettlePeriodId>
      <SettlePeriodName>sample string 15</SettlePeriodName>
      <SettlePeriodType>13</SettlePeriodType>
      <SettlePeriodValue>14</SettlePeriodValue>
      <TaxRate>11</TaxRate>
      <VendId>1</VendId>
      <VendName>sample string 3</VendName>
      <VendNo>sample string 2</VendNo>
    </SimpleVendor>
    <SimpleVendor>
      <CatId>4</CatId>
      <CatName>sample string 5</CatName>
      <ContactId>6</ContactId>
      <ContactName>sample string 7</ContactName>
      <Phone>sample string 8</Phone>
      <Purchaser>9</Purchaser>
      <PurchaserName>sample string 10</PurchaserName>
      <SettlePeriodId>12</SettlePeriodId>
      <SettlePeriodName>sample string 15</SettlePeriodName>
      <SettlePeriodType>13</SettlePeriodType>
      <SettlePeriodValue>14</SettlePeriodValue>
      <TaxRate>11</TaxRate>
      <VendId>1</VendId>
      <VendName>sample string 3</VendName>
      <VendNo>sample string 2</VendNo>
    </SimpleVendor>
  </Items>
  <Meta>sample string 2</Meta>
  <OffsetStop>sample string 1</OffsetStop>
</DDLListOfSimpleVendorJYhYqFqe>