GET jxc_api/Vendor/GetVendById/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

VendorListModel
NameDescriptionTypeAdditional information
SysId

integer

None.

AsId

integer

None.

VendId

integer

None.

VendNo

string

None.

VendName

string

None.

VendTypeId

integer

None.

VendTypeName

string

None.

PayableDate

date

None.

Payable

decimal number

None.

Payed

decimal number

None.

InitAmount

decimal number

None.

LastAmount

decimal number

None.

TaxNo

string

None.

TaxRate

decimal number

None.

Bank

string

None.

AcNo

string

None.

Address

string

None.

Note

string

None.

Status

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

LinkMan

string

None.

LinkManTel

string

None.

IM

string

None.

Purchaser

integer

None.

PurchaserName

string

None.

SettlePeriodId

integer

None.

SettlePeriodName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SysId": 1,
  "AsId": 2,
  "VendId": 3,
  "VendNo": "sample string 4",
  "VendName": "sample string 5",
  "VendTypeId": 6,
  "VendTypeName": "sample string 7",
  "PayableDate": "2024-04-27 07:24:56",
  "Payable": 9.0,
  "Payed": 10.0,
  "InitAmount": 11.0,
  "LastAmount": 12.0,
  "TaxNo": "sample string 13",
  "TaxRate": 14.0,
  "Bank": "sample string 15",
  "AcNo": "sample string 16",
  "Address": "sample string 17",
  "Note": "sample string 18",
  "Status": 19,
  "CreatedBy": 20,
  "CreatedDate": "2024-04-27 07:24:56",
  "ModifiedBy": 22,
  "ModifiedDate": "2024-04-27 07:24:56",
  "LinkMan": "sample string 24",
  "LinkManTel": "sample string 25",
  "IM": "sample string 26",
  "Purchaser": 27,
  "PurchaserName": "sample string 28",
  "SettlePeriodId": 29,
  "SettlePeriodName": "sample string 30"
}

application/xml, text/xml

Sample:
<VendorListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models">
  <AcNo>sample string 16</AcNo>
  <Address>sample string 17</Address>
  <AsId>2</AsId>
  <Bank>sample string 15</Bank>
  <CreatedBy>20</CreatedBy>
  <CreatedDate>2024-04-27T07:24:56.3191675+08:00</CreatedDate>
  <IM>sample string 26</IM>
  <InitAmount>11</InitAmount>
  <LastAmount>12</LastAmount>
  <LinkMan>sample string 24</LinkMan>
  <LinkManTel>sample string 25</LinkManTel>
  <ModifiedBy>22</ModifiedBy>
  <ModifiedDate>2024-04-27T07:24:56.3191675+08:00</ModifiedDate>
  <Note>sample string 18</Note>
  <Payable>9</Payable>
  <PayableDate>2024-04-27T07:24:56.3191675+08:00</PayableDate>
  <Payed>10</Payed>
  <Purchaser>27</Purchaser>
  <PurchaserName>sample string 28</PurchaserName>
  <SettlePeriodId>29</SettlePeriodId>
  <SettlePeriodName>sample string 30</SettlePeriodName>
  <Status>19</Status>
  <SysId>1</SysId>
  <TaxNo>sample string 13</TaxNo>
  <TaxRate>14</TaxRate>
  <VendId>3</VendId>
  <VendName>sample string 5</VendName>
  <VendNo>sample string 4</VendNo>
  <VendTypeId>6</VendTypeId>
  <VendTypeName>sample string 7</VendTypeName>
</VendorListModel>