POST jxc_api/VendorInitialBalance/Search

Request Information

URI Parameters

None.

Body Parameters

VendorInitialBalanceSearchConditions
NameDescriptionTypeAdditional information
Keyword

string

None.

PageSize

integer

None.

PageIndex

integer

None.

VendIds

Collection of integer

None.

Purchaser

integer

None.

CustomSearchAndOrderCondition

CustomSearchAndOrderCondition

None.

Request Formats

application/json, text/json

Sample:
{
  "Keyword": "sample string 1",
  "PageSize": 2,
  "PageIndex": 3,
  "VendIds": [
    1,
    2
  ],
  "Purchaser": 1,
  "CustomSearchAndOrderCondition": {
    "OrderColumnName": "sample string 1",
    "OrderType": 0,
    "CustomSearchParams": [
      {
        "ColumnName": "sample string 1",
        "Params": [
          {},
          {}
        ]
      },
      {
        "ColumnName": "sample string 1",
        "Params": [
          {},
          {}
        ]
      }
    ]
  }
}

application/xml, text/xml

Sample:
<VendorInitialBalanceSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting.Vend">
  <CustomSearchAndOrderCondition xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.BaseData">
    <d2p1:CustomSearchParams>
      <d2p1:CustomSearchParam>
        <d2p1:ColumnName>sample string 1</d2p1:ColumnName>
        <d2p1:Params xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:anyType />
          <d5p1:anyType />
        </d2p1:Params>
      </d2p1:CustomSearchParam>
      <d2p1:CustomSearchParam>
        <d2p1:ColumnName>sample string 1</d2p1:ColumnName>
        <d2p1:Params xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:anyType />
          <d5p1:anyType />
        </d2p1:Params>
      </d2p1:CustomSearchParam>
    </d2p1:CustomSearchParams>
    <d2p1:OrderColumnName>sample string 1</d2p1:OrderColumnName>
    <d2p1:OrderType>None</d2p1:OrderType>
  </CustomSearchAndOrderCondition>
  <Keyword>sample string 1</Keyword>
  <PageIndex>3</PageIndex>
  <PageSize>2</PageSize>
  <Purchaser>1</Purchaser>
  <VendIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </VendIds>
</VendorInitialBalanceSearchConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfVendorInitialBalanceListModel
NameDescriptionTypeAdditional information
Items

Collection of VendorInitialBalanceListModel

None.

SumModel

VendorInitialBalanceListModel

None.

PageIndex

integer

None.

PageSize

integer

None.

Total

integer

None.

UsePager

boolean

None.

CategoriesFounded

Collection of integer

None.

RDocumentStartDate

string

None.

RDocumentEndDate

string

None.

RDeliveryStartDate

string

None.

RDeliveryEndDate

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "VendId": 1,
      "VendNo": "sample string 2",
      "VendName": "sample string 3",
      "Payable": 4.0,
      "Payed": 5.0,
      "Balance": -1.0,
      "PurchaserName": "sample string 6",
      "Purchaser": 1,
      "DepartmentId": 1,
      "DepartmentName": "sample string 7"
    },
    {
      "VendId": 1,
      "VendNo": "sample string 2",
      "VendName": "sample string 3",
      "Payable": 4.0,
      "Payed": 5.0,
      "Balance": -1.0,
      "PurchaserName": "sample string 6",
      "Purchaser": 1,
      "DepartmentId": 1,
      "DepartmentName": "sample string 7"
    }
  ],
  "SumModel": {
    "VendId": 1,
    "VendNo": "sample string 2",
    "VendName": "sample string 3",
    "Payable": 4.0,
    "Payed": 5.0,
    "Balance": -1.0,
    "PurchaserName": "sample string 6",
    "Purchaser": 1,
    "DepartmentId": 1,
    "DepartmentName": "sample string 7"
  },
  "PageIndex": 1,
  "PageSize": 2,
  "Total": 3,
  "UsePager": true,
  "CategoriesFounded": [
    1,
    2
  ],
  "RDocumentStartDate": "sample string 5",
  "RDocumentEndDate": "sample string 6",
  "RDeliveryStartDate": "sample string 7",
  "RDeliveryEndDate": "sample string 8"
}

application/xml, text/xml

Sample:
<NewApiPagedListOfVendorInitialBalanceListModeleoxk1Xow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi">
  <_x003C_RDeliveryEndDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 8</_x003C_RDeliveryEndDate_x003E_k__BackingField>
  <_x003C_RDeliveryStartDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 7</_x003C_RDeliveryStartDate_x003E_k__BackingField>
  <_x003C_RDocumentEndDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 6</_x003C_RDocumentEndDate_x003E_k__BackingField>
  <_x003C_RDocumentStartDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 5</_x003C_RDocumentStartDate_x003E_k__BackingField>
  <_x003C_CategoriesFounded_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_CategoriesFounded_x003E_k__BackingField>
  <_x003C_Items_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models.Vendor">
    <d2p1:VendorInitialBalanceListModel>
      <d2p1:DepartmentId>1</d2p1:DepartmentId>
      <d2p1:DepartmentName>sample string 7</d2p1:DepartmentName>
      <d2p1:Payable>4</d2p1:Payable>
      <d2p1:Payed>5</d2p1:Payed>
      <d2p1:Purchaser>1</d2p1:Purchaser>
      <d2p1:PurchaserName>sample string 6</d2p1:PurchaserName>
      <d2p1:VendId>1</d2p1:VendId>
      <d2p1:VendName>sample string 3</d2p1:VendName>
      <d2p1:VendNo>sample string 2</d2p1:VendNo>
    </d2p1:VendorInitialBalanceListModel>
    <d2p1:VendorInitialBalanceListModel>
      <d2p1:DepartmentId>1</d2p1:DepartmentId>
      <d2p1:DepartmentName>sample string 7</d2p1:DepartmentName>
      <d2p1:Payable>4</d2p1:Payable>
      <d2p1:Payed>5</d2p1:Payed>
      <d2p1:Purchaser>1</d2p1:Purchaser>
      <d2p1:PurchaserName>sample string 6</d2p1:PurchaserName>
      <d2p1:VendId>1</d2p1:VendId>
      <d2p1:VendName>sample string 3</d2p1:VendName>
      <d2p1:VendNo>sample string 2</d2p1:VendNo>
    </d2p1:VendorInitialBalanceListModel>
  </_x003C_Items_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField>1</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>2</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_SumModel_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models.Vendor">
    <d2p1:DepartmentId>1</d2p1:DepartmentId>
    <d2p1:DepartmentName>sample string 7</d2p1:DepartmentName>
    <d2p1:Payable>4</d2p1:Payable>
    <d2p1:Payed>5</d2p1:Payed>
    <d2p1:Purchaser>1</d2p1:Purchaser>
    <d2p1:PurchaserName>sample string 6</d2p1:PurchaserName>
    <d2p1:VendId>1</d2p1:VendId>
    <d2p1:VendName>sample string 3</d2p1:VendName>
    <d2p1:VendNo>sample string 2</d2p1:VendNo>
  </_x003C_SumModel_x003E_k__BackingField>
  <_x003C_Total_x003E_k__BackingField>3</_x003C_Total_x003E_k__BackingField>
  <_x003C_UsePager_x003E_k__BackingField>true</_x003C_UsePager_x003E_k__BackingField>
</NewApiPagedListOfVendorInitialBalanceListModeleoxk1Xow>