GET jxc_api/DDL/Keyword2Vendor?name={name}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

string

Required

Body Parameters

None.

Response Information

Resource Description

SimpleVendor
NameDescriptionTypeAdditional information
VendId

integer

None.

VendNo

string

None.

VendName

string

None.

CatId

integer

None.

CatName

string

None.

ContactId

integer

None.

ContactName

string

None.

Phone

string

None.

Purchaser

integer

None.

PurchaserName

string

None.

TaxRate

decimal number

None.

SettlePeriodId

integer

None.

SettlePeriodType

integer

None.

SettlePeriodValue

integer

None.

SettlePeriodName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "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"
}

application/xml, text/xml

Sample:
<SimpleVendor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models">
  <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>