POST jxc_api/VendorInitialBalance/GetList

Request Information

URI Parameters

None.

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/xml, text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of VendorInitialBalanceListModel
NameDescriptionTypeAdditional information
BillID

integer

None.

SettlementVendId

integer

None.

SettlementVendNo

string

None.

SettlementVendName

string

None.

VendId

integer

None.

VendNo

string

None.

VendName

string

None.

Payable

decimal number

None.

Payed

decimal number

None.

Balance

decimal number

None.

PurchaserName

string

None.

Purchaser

integer

None.

DepartmentId

integer

None.

DepartmentName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BillID": 1,
    "SettlementVendId": 2,
    "SettlementVendNo": "sample string 3",
    "SettlementVendName": "sample string 4",
    "VendId": 5,
    "VendNo": "sample string 6",
    "VendName": "sample string 7",
    "Payable": 8.0,
    "Payed": 9.0,
    "Balance": -1.0,
    "PurchaserName": "sample string 10",
    "Purchaser": 1,
    "DepartmentId": 1,
    "DepartmentName": "sample string 11"
  },
  {
    "BillID": 1,
    "SettlementVendId": 2,
    "SettlementVendNo": "sample string 3",
    "SettlementVendName": "sample string 4",
    "VendId": 5,
    "VendNo": "sample string 6",
    "VendName": "sample string 7",
    "Payable": 8.0,
    "Payed": 9.0,
    "Balance": -1.0,
    "PurchaserName": "sample string 10",
    "Purchaser": 1,
    "DepartmentId": 1,
    "DepartmentName": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVendorInitialBalanceListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models.Vendor">
  <VendorInitialBalanceListModel>
    <BillID>1</BillID>
    <DepartmentId>1</DepartmentId>
    <DepartmentName>sample string 11</DepartmentName>
    <Payable>8</Payable>
    <Payed>9</Payed>
    <Purchaser>1</Purchaser>
    <PurchaserName>sample string 10</PurchaserName>
    <SettlementVendId>2</SettlementVendId>
    <SettlementVendName>sample string 4</SettlementVendName>
    <SettlementVendNo>sample string 3</SettlementVendNo>
    <VendId>5</VendId>
    <VendName>sample string 7</VendName>
    <VendNo>sample string 6</VendNo>
  </VendorInitialBalanceListModel>
  <VendorInitialBalanceListModel>
    <BillID>1</BillID>
    <DepartmentId>1</DepartmentId>
    <DepartmentName>sample string 11</DepartmentName>
    <Payable>8</Payable>
    <Payed>9</Payed>
    <Purchaser>1</Purchaser>
    <PurchaserName>sample string 10</PurchaserName>
    <SettlementVendId>2</SettlementVendId>
    <SettlementVendName>sample string 4</SettlementVendName>
    <SettlementVendNo>sample string 3</SettlementVendNo>
    <VendId>5</VendId>
    <VendName>sample string 7</VendName>
    <VendNo>sample string 6</VendNo>
  </VendorInitialBalanceListModel>
</ArrayOfVendorInitialBalanceListModel>