POST jxc_api/PurchasePayment/Search

Request Information

URI Parameters

None.

Body Parameters

PPLSearchConditions
NameDescriptionTypeAdditional information
BillStart

date

None.

BillEnd

date

None.

VendIds

Collection of integer

None.

VendType

Collection of integer

None.

BillType

Collection of integer

None.

Keyword

string

None.

AsStartDate

date

None.

Purchaser

Collection of integer

None.

Status

Collection of integer

None.

PurchaserName

string

None.

PageIndex

integer

None.

PageSize

integer

None.

UsePager

boolean

None.

CurrUserSn

integer

None.

CanViewAllBill

boolean

None.

CanOpeAllWh

boolean

None.

OpeWhList

Collection of integer

None.

DocumentDateType

integer

None.

DocumentDateArr

Collection of date

None.

DeliveryDateType

integer

None.

DeliveryDateArr

Collection of date

None.

OffDateType

integer

None.

OffDateArr

Collection of date

None.

InventoryDateType

integer

None.

InventoryDateArr

Collection of date

None.

Request Formats

application/json, text/json

Sample:
{
  "BillStart": "2024-11-25 03:06:44",
  "BillEnd": "2024-11-25 03:06:44",
  "VendIds": [
    1,
    2
  ],
  "VendType": [
    1,
    2
  ],
  "BillType": [
    1,
    2
  ],
  "Keyword": "sample string 1",
  "AsStartDate": "2024-11-25 03:06:44",
  "Purchaser": [
    1,
    2
  ],
  "Status": [
    1,
    2
  ],
  "PurchaserName": "sample string 3",
  "PageIndex": 4,
  "PageSize": 5,
  "UsePager": true,
  "CurrUserSn": 7,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 10,
  "DocumentDateArr": [
    "2024-11-25 03:06:44",
    "2024-11-25 03:06:44"
  ],
  "DeliveryDateType": 11,
  "DeliveryDateArr": [
    "2024-11-25 03:06:44",
    "2024-11-25 03:06:44"
  ],
  "OffDateType": 12,
  "OffDateArr": [
    "2024-11-25 03:06:44",
    "2024-11-25 03:06:44"
  ],
  "InventoryDateType": 13,
  "InventoryDateArr": [
    "2024-11-25 03:06:44",
    "2024-11-25 03:06:44"
  ]
}

application/xml, text/xml

Sample:
<PPLSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Purchase">
  <_x003C_DeliveryDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T03:06:44.2994794+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T03:06:44.2994794+08:00</d2p1:dateTime>
  </_x003C_DeliveryDateArr_x003E_k__BackingField>
  <_x003C_DeliveryDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">11</_x003C_DeliveryDateType_x003E_k__BackingField>
  <_x003C_DocumentDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T03:06:44.2994794+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T03:06:44.2994794+08:00</d2p1:dateTime>
  </_x003C_DocumentDateArr_x003E_k__BackingField>
  <_x003C_DocumentDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">10</_x003C_DocumentDateType_x003E_k__BackingField>
  <_x003C_InventoryDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T03:06:44.2994794+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T03:06:44.2994794+08:00</d2p1:dateTime>
  </_x003C_InventoryDateArr_x003E_k__BackingField>
  <_x003C_InventoryDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">13</_x003C_InventoryDateType_x003E_k__BackingField>
  <_x003C_OffDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2024-11-25T03:06:44.2994794+08:00</d2p1:dateTime>
    <d2p1:dateTime>2024-11-25T03:06:44.2994794+08:00</d2p1:dateTime>
  </_x003C_OffDateArr_x003E_k__BackingField>
  <_x003C_OffDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">12</_x003C_OffDateType_x003E_k__BackingField>
  <_x003C_CanOpeAllWh_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</_x003C_CanOpeAllWh_x003E_k__BackingField>
  <_x003C_CanViewAllBill_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</_x003C_CanViewAllBill_x003E_k__BackingField>
  <_x003C_CurrUserSn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">7</_x003C_CurrUserSn_x003E_k__BackingField>
  <_x003C_OpeWhList_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_OpeWhList_x003E_k__BackingField>
  <_x003C_AsStartDate_x003E_k__BackingField>2024-11-25T03:06:44.2989551+08:00</_x003C_AsStartDate_x003E_k__BackingField>
  <_x003C_BillEnd_x003E_k__BackingField>2024-11-25T03:06:44.2989551+08:00</_x003C_BillEnd_x003E_k__BackingField>
  <_x003C_BillStart_x003E_k__BackingField>2024-11-25T03:06:44.2989551+08:00</_x003C_BillStart_x003E_k__BackingField>
  <_x003C_BillType_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_BillType_x003E_k__BackingField>
  <_x003C_Keyword_x003E_k__BackingField>sample string 1</_x003C_Keyword_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField>4</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>5</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_PurchaserName_x003E_k__BackingField>sample string 3</_x003C_PurchaserName_x003E_k__BackingField>
  <_x003C_Purchaser_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_Purchaser_x003E_k__BackingField>
  <_x003C_Status_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_Status_x003E_k__BackingField>
  <_x003C_UsePager_x003E_k__BackingField>true</_x003C_UsePager_x003E_k__BackingField>
  <_x003C_VendIds_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_VendIds_x003E_k__BackingField>
  <_x003C_VendType_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_VendType_x003E_k__BackingField>
</PPLSearchConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReportResultOfPPaymentModel
NameDescriptionTypeAdditional information
DataList

Collection of PPaymentModel

None.

TotalRow

PPaymentModel

None.

PageIndex

integer

None.

PageSize

integer

None.

Total

integer

None.

RDocumentStartDate

string

None.

RDocumentEndDate

string

None.

RDeliveryStartDate

string

None.

RDeliveryEndDate

string

None.

Response Formats

application/json, text/json

Sample:
{
  "DataList": [
    {
      "IsCountRow": true,
      "VendTypeName": "sample string 2",
      "VendNo": "sample string 3",
      "VendName": "sample string 4",
      "VendId": 5,
      "Id": 6,
      "BType": 7,
      "BTypeName": "sample string 8",
      "Date": "sample string 9",
      "No": "sample string 10",
      "OrpId": 11,
      "OrpNo": "sample string 12",
      "Amount": 13.0,
      "DiscAmount": 14.0,
      "Payable": 15.0,
      "AmountFirst": 16.0,
      "Blance": 17.0,
      "PaymentRate": "sample string 18",
      "Note": "sample string 19",
      "Purchaser": 20,
      "PurchaserName": "sample string 21",
      "AcName": "sample string 22",
      "StatusText": "sample string 23"
    },
    {
      "IsCountRow": true,
      "VendTypeName": "sample string 2",
      "VendNo": "sample string 3",
      "VendName": "sample string 4",
      "VendId": 5,
      "Id": 6,
      "BType": 7,
      "BTypeName": "sample string 8",
      "Date": "sample string 9",
      "No": "sample string 10",
      "OrpId": 11,
      "OrpNo": "sample string 12",
      "Amount": 13.0,
      "DiscAmount": 14.0,
      "Payable": 15.0,
      "AmountFirst": 16.0,
      "Blance": 17.0,
      "PaymentRate": "sample string 18",
      "Note": "sample string 19",
      "Purchaser": 20,
      "PurchaserName": "sample string 21",
      "AcName": "sample string 22",
      "StatusText": "sample string 23"
    }
  ],
  "TotalRow": {
    "IsCountRow": true,
    "VendTypeName": "sample string 2",
    "VendNo": "sample string 3",
    "VendName": "sample string 4",
    "VendId": 5,
    "Id": 6,
    "BType": 7,
    "BTypeName": "sample string 8",
    "Date": "sample string 9",
    "No": "sample string 10",
    "OrpId": 11,
    "OrpNo": "sample string 12",
    "Amount": 13.0,
    "DiscAmount": 14.0,
    "Payable": 15.0,
    "AmountFirst": 16.0,
    "Blance": 17.0,
    "PaymentRate": "sample string 18",
    "Note": "sample string 19",
    "Purchaser": 20,
    "PurchaserName": "sample string 21",
    "AcName": "sample string 22",
    "StatusText": "sample string 23"
  },
  "PageIndex": 1,
  "PageSize": 2,
  "Total": 3,
  "RDocumentStartDate": "sample string 4",
  "RDocumentEndDate": "sample string 5",
  "RDeliveryStartDate": "sample string 6",
  "RDeliveryEndDate": "sample string 7"
}

application/xml, text/xml

Sample:
<ReportResultOfPPaymentModelbOHsI2Lx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi">
  <RDeliveryEndDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 7</RDeliveryEndDate>
  <RDeliveryStartDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 6</RDeliveryStartDate>
  <RDocumentEndDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 5</RDocumentEndDate>
  <RDocumentStartDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 4</RDocumentStartDate>
  <DataList xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Purchase.Models">
    <d2p1:PPaymentModel>
      <d2p1:AcName>sample string 22</d2p1:AcName>
      <d2p1:Amount>13</d2p1:Amount>
      <d2p1:AmountFirst>16</d2p1:AmountFirst>
      <d2p1:BType>7</d2p1:BType>
      <d2p1:BTypeName>sample string 8</d2p1:BTypeName>
      <d2p1:Blance>17</d2p1:Blance>
      <d2p1:Date>sample string 9</d2p1:Date>
      <d2p1:DiscAmount>14</d2p1:DiscAmount>
      <d2p1:Id>6</d2p1:Id>
      <d2p1:IsCountRow>true</d2p1:IsCountRow>
      <d2p1:No>sample string 10</d2p1:No>
      <d2p1:Note>sample string 19</d2p1:Note>
      <d2p1:OrpId>11</d2p1:OrpId>
      <d2p1:OrpNo>sample string 12</d2p1:OrpNo>
      <d2p1:Payable>15</d2p1:Payable>
      <d2p1:PaymentRate>sample string 18</d2p1:PaymentRate>
      <d2p1:Purchaser>20</d2p1:Purchaser>
      <d2p1:PurchaserName>sample string 21</d2p1:PurchaserName>
      <d2p1:StatusText>sample string 23</d2p1:StatusText>
      <d2p1:VendId>5</d2p1:VendId>
      <d2p1:VendName>sample string 4</d2p1:VendName>
      <d2p1:VendNo>sample string 3</d2p1:VendNo>
      <d2p1:VendTypeName>sample string 2</d2p1:VendTypeName>
    </d2p1:PPaymentModel>
    <d2p1:PPaymentModel>
      <d2p1:AcName>sample string 22</d2p1:AcName>
      <d2p1:Amount>13</d2p1:Amount>
      <d2p1:AmountFirst>16</d2p1:AmountFirst>
      <d2p1:BType>7</d2p1:BType>
      <d2p1:BTypeName>sample string 8</d2p1:BTypeName>
      <d2p1:Blance>17</d2p1:Blance>
      <d2p1:Date>sample string 9</d2p1:Date>
      <d2p1:DiscAmount>14</d2p1:DiscAmount>
      <d2p1:Id>6</d2p1:Id>
      <d2p1:IsCountRow>true</d2p1:IsCountRow>
      <d2p1:No>sample string 10</d2p1:No>
      <d2p1:Note>sample string 19</d2p1:Note>
      <d2p1:OrpId>11</d2p1:OrpId>
      <d2p1:OrpNo>sample string 12</d2p1:OrpNo>
      <d2p1:Payable>15</d2p1:Payable>
      <d2p1:PaymentRate>sample string 18</d2p1:PaymentRate>
      <d2p1:Purchaser>20</d2p1:Purchaser>
      <d2p1:PurchaserName>sample string 21</d2p1:PurchaserName>
      <d2p1:StatusText>sample string 23</d2p1:StatusText>
      <d2p1:VendId>5</d2p1:VendId>
      <d2p1:VendName>sample string 4</d2p1:VendName>
      <d2p1:VendNo>sample string 3</d2p1:VendNo>
      <d2p1:VendTypeName>sample string 2</d2p1:VendTypeName>
    </d2p1:PPaymentModel>
  </DataList>
  <PageIndex>1</PageIndex>
  <PageSize>2</PageSize>
  <Total>3</Total>
  <TotalRow xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Purchase.Models">
    <d2p1:AcName>sample string 22</d2p1:AcName>
    <d2p1:Amount>13</d2p1:Amount>
    <d2p1:AmountFirst>16</d2p1:AmountFirst>
    <d2p1:BType>7</d2p1:BType>
    <d2p1:BTypeName>sample string 8</d2p1:BTypeName>
    <d2p1:Blance>17</d2p1:Blance>
    <d2p1:Date>sample string 9</d2p1:Date>
    <d2p1:DiscAmount>14</d2p1:DiscAmount>
    <d2p1:Id>6</d2p1:Id>
    <d2p1:IsCountRow>true</d2p1:IsCountRow>
    <d2p1:No>sample string 10</d2p1:No>
    <d2p1:Note>sample string 19</d2p1:Note>
    <d2p1:OrpId>11</d2p1:OrpId>
    <d2p1:OrpNo>sample string 12</d2p1:OrpNo>
    <d2p1:Payable>15</d2p1:Payable>
    <d2p1:PaymentRate>sample string 18</d2p1:PaymentRate>
    <d2p1:Purchaser>20</d2p1:Purchaser>
    <d2p1:PurchaserName>sample string 21</d2p1:PurchaserName>
    <d2p1:StatusText>sample string 23</d2p1:StatusText>
    <d2p1:VendId>5</d2p1:VendId>
    <d2p1:VendName>sample string 4</d2p1:VendName>
    <d2p1:VendNo>sample string 3</d2p1:VendNo>
    <d2p1:VendTypeName>sample string 2</d2p1:VendTypeName>
  </TotalRow>
</ReportResultOfPPaymentModelbOHsI2Lx>