POST jxc_api/PayableWarning/Search

Request Information

URI Parameters

None.

Body Parameters

PayableWarningSearchCondition
NameDescriptionTypeAdditional information
VendIds

Collection of integer

None.

Purchaser

Collection of integer

None.

DepartmentIds

Collection of integer

None.

IsShowSubTotal

boolean

None.

Keywords

string

None.

WarningDay

date

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:
{
  "VendIds": [
    1,
    2
  ],
  "Purchaser": [
    1,
    2
  ],
  "DepartmentIds": [
    1,
    2
  ],
  "IsShowSubTotal": true,
  "Keywords": "sample string 2",
  "WarningDay": "2024-05-03 21:07:35",
  "PageIndex": 4,
  "PageSize": 5,
  "UsePager": true,
  "CurrUserSn": 7,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 10,
  "DocumentDateArr": [
    "2024-05-03 21:07:35",
    "2024-05-03 21:07:35"
  ],
  "DeliveryDateType": 11,
  "DeliveryDateArr": [
    "2024-05-03 21:07:35",
    "2024-05-03 21:07:35"
  ],
  "OffDateType": 12,
  "OffDateArr": [
    "2024-05-03 21:07:35",
    "2024-05-03 21:07:35"
  ],
  "InventoryDateType": 13,
  "InventoryDateArr": [
    "2024-05-03 21:07:35",
    "2024-05-03 21:07:35"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfPayableWarningInfo
NameDescriptionTypeAdditional information
Items

Collection of PayableWarningInfo

None.

SumModel

PayableWarningInfo

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": [
    {
      "RowType": 1,
      "VendId": 2,
      "BillDate": "2024-05-03 21:07:35",
      "CheckedDate": "2024-05-03 21:07:35",
      "BillId": 5,
      "BillType": 6,
      "VendNo": "sample string 7",
      "VendName": "sample string 8",
      "VendType": "sample string 9",
      "DepartmentId": 1,
      "DepartmentNo": "sample string 10",
      "DepartmentName": "sample string 11",
      "Purchaser": 12,
      "PurchaserName": "sample string 13",
      "PurchaserNo": "sample string 14",
      "FmtDate": "2024-05-03",
      "BillNo": "sample string 15",
      "BillTypeName": "",
      "Amount": 16.0,
      "OfdAmount": 17.0,
      "UnpaidAmount": -1.0,
      "OfdAmountRate": "106.25%",
      "SettlePeriodDate": "2024-05-03 21:07:35",
      "SettlePeriodDateFmt": "2024-05-03",
      "Age": null,
      "OverDays": null
    },
    {
      "RowType": 1,
      "VendId": 2,
      "BillDate": "2024-05-03 21:07:35",
      "CheckedDate": "2024-05-03 21:07:35",
      "BillId": 5,
      "BillType": 6,
      "VendNo": "sample string 7",
      "VendName": "sample string 8",
      "VendType": "sample string 9",
      "DepartmentId": 1,
      "DepartmentNo": "sample string 10",
      "DepartmentName": "sample string 11",
      "Purchaser": 12,
      "PurchaserName": "sample string 13",
      "PurchaserNo": "sample string 14",
      "FmtDate": "2024-05-03",
      "BillNo": "sample string 15",
      "BillTypeName": "",
      "Amount": 16.0,
      "OfdAmount": 17.0,
      "UnpaidAmount": -1.0,
      "OfdAmountRate": "106.25%",
      "SettlePeriodDate": "2024-05-03 21:07:35",
      "SettlePeriodDateFmt": "2024-05-03",
      "Age": null,
      "OverDays": null
    }
  ],
  "SumModel": {
    "RowType": 1,
    "VendId": 2,
    "BillDate": "2024-05-03 21:07:35",
    "CheckedDate": "2024-05-03 21:07:35",
    "BillId": 5,
    "BillType": 6,
    "VendNo": "sample string 7",
    "VendName": "sample string 8",
    "VendType": "sample string 9",
    "DepartmentId": 1,
    "DepartmentNo": "sample string 10",
    "DepartmentName": "sample string 11",
    "Purchaser": 12,
    "PurchaserName": "sample string 13",
    "PurchaserNo": "sample string 14",
    "FmtDate": "2024-05-03",
    "BillNo": "sample string 15",
    "BillTypeName": "",
    "Amount": 16.0,
    "OfdAmount": 17.0,
    "UnpaidAmount": -1.0,
    "OfdAmountRate": "106.25%",
    "SettlePeriodDate": "2024-05-03 21:07:35",
    "SettlePeriodDateFmt": "2024-05-03",
    "Age": null,
    "OverDays": null
  },
  "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"
}