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.

PurchaserName

string

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-05-03 15:10:28",
  "BillEnd": "2024-05-03 15:10:28",
  "VendIds": [
    1,
    2
  ],
  "VendType": [
    1,
    2
  ],
  "BillType": [
    1,
    2
  ],
  "Keyword": "sample string 1",
  "AsStartDate": "2024-05-03 15:10:28",
  "Purchaser": [
    1,
    2
  ],
  "PurchaserName": "sample string 3",
  "CurrUserSn": 4,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 7,
  "DocumentDateArr": [
    "2024-05-03 15:10:28",
    "2024-05-03 15:10:28"
  ],
  "DeliveryDateType": 8,
  "DeliveryDateArr": [
    "2024-05-03 15:10:28",
    "2024-05-03 15:10:28"
  ],
  "OffDateType": 9,
  "OffDateArr": [
    "2024-05-03 15:10:28",
    "2024-05-03 15:10:28"
  ],
  "InventoryDateType": 10,
  "InventoryDateArr": [
    "2024-05-03 15:10:28",
    "2024-05-03 15:10:28"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReportResultOfPPaymentModel
NameDescriptionTypeAdditional information
DataList

Collection of PPaymentModel

None.

TotalRow

PPaymentModel

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"
    },
    {
      "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"
    }
  ],
  "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"
  },
  "RDocumentStartDate": "sample string 1",
  "RDocumentEndDate": "sample string 2",
  "RDeliveryStartDate": "sample string 3",
  "RDeliveryEndDate": "sample string 4"
}

application/xml, text/xml

Sample:
<ReportResultOfPPaymentModelbOHsI2Lx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi">
  <RDeliveryEndDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 4</RDeliveryEndDate>
  <RDeliveryStartDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 3</RDeliveryStartDate>
  <RDocumentEndDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 2</RDocumentEndDate>
  <RDocumentStartDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 1</RDocumentStartDate>
  <DataList xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Purchase.Models">
    <d2p1:PPaymentModel>
      <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: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: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: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>
  <TotalRow xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Purchase.Models">
    <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: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>