POST jxc_api/ReceivableWarning/Search

Request Information

URI Parameters

None.

Body Parameters

ReceivableWarningSearchCondition
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

CustIds

Collection of integer

None.

Sales

Collection of integer

None.

SalesName

string

None.

DepartmentIds

Collection of integer

None.

DepartmentName

Collection of integer

None.

Keywords

string

None.

ShowSubtotal

boolean

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:
{
  "StartDate": "2024-05-03 18:36:46",
  "EndDate": "2024-05-03 18:36:46",
  "CustIds": [
    1,
    2
  ],
  "Sales": [
    1,
    2
  ],
  "SalesName": "sample string 1",
  "DepartmentIds": [
    1,
    2
  ],
  "DepartmentName": [
    1,
    2
  ],
  "Keywords": "sample string 2",
  "ShowSubtotal": true,
  "PageIndex": 4,
  "PageSize": 5,
  "UsePager": true,
  "CurrUserSn": 7,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 10,
  "DocumentDateArr": [
    "2024-05-03 18:36:46",
    "2024-05-03 18:36:46"
  ],
  "DeliveryDateType": 11,
  "DeliveryDateArr": [
    "2024-05-03 18:36:46",
    "2024-05-03 18:36:46"
  ],
  "OffDateType": 12,
  "OffDateArr": [
    "2024-05-03 18:36:46",
    "2024-05-03 18:36:46"
  ],
  "InventoryDateType": 13,
  "InventoryDateArr": [
    "2024-05-03 18:36:46",
    "2024-05-03 18:36:46"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfAccReceivableWarnningInfo
NameDescriptionTypeAdditional information
Items

Collection of AccReceivableWarnningInfo

None.

SumModel

AccReceivableWarnningInfo

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,
      "CustId": 2,
      "BillDateTime": "2024-05-03 18:36:46",
      "CheckedDate": "2024-05-03 18:36:46",
      "BillId": 4,
      "BillNo": "sample string 5",
      "BillType": 6,
      "Note": "sample string 7",
      "Sales": 8,
      "CustNo": "sample string 9",
      "CustName": "sample string 10",
      "BillTypeStr": "",
      "SalesName": "sample string 11",
      "SalesNo": "sample string 12",
      "BillDate": "2024-05-03",
      "DepartmentId": 13,
      "DepartmentName": "sample string 14",
      "DepartmentNo": "sample string 15",
      "Amount": 16.0,
      "ReceivedAmount": 17.0,
      "UnReceivedAmount": -1.0,
      "ReceivedRate": "106.25%",
      "SettlePeriodDateTime": "2024-05-03 18:36:46",
      "SettlePeriodDate": "2024-05-03",
      "Age": null,
      "OverDays": null
    },
    {
      "RowType": 1,
      "CustId": 2,
      "BillDateTime": "2024-05-03 18:36:46",
      "CheckedDate": "2024-05-03 18:36:46",
      "BillId": 4,
      "BillNo": "sample string 5",
      "BillType": 6,
      "Note": "sample string 7",
      "Sales": 8,
      "CustNo": "sample string 9",
      "CustName": "sample string 10",
      "BillTypeStr": "",
      "SalesName": "sample string 11",
      "SalesNo": "sample string 12",
      "BillDate": "2024-05-03",
      "DepartmentId": 13,
      "DepartmentName": "sample string 14",
      "DepartmentNo": "sample string 15",
      "Amount": 16.0,
      "ReceivedAmount": 17.0,
      "UnReceivedAmount": -1.0,
      "ReceivedRate": "106.25%",
      "SettlePeriodDateTime": "2024-05-03 18:36:46",
      "SettlePeriodDate": "2024-05-03",
      "Age": null,
      "OverDays": null
    }
  ],
  "SumModel": {
    "RowType": 1,
    "CustId": 2,
    "BillDateTime": "2024-05-03 18:36:46",
    "CheckedDate": "2024-05-03 18:36:46",
    "BillId": 4,
    "BillNo": "sample string 5",
    "BillType": 6,
    "Note": "sample string 7",
    "Sales": 8,
    "CustNo": "sample string 9",
    "CustName": "sample string 10",
    "BillTypeStr": "",
    "SalesName": "sample string 11",
    "SalesNo": "sample string 12",
    "BillDate": "2024-05-03",
    "DepartmentId": 13,
    "DepartmentName": "sample string 14",
    "DepartmentNo": "sample string 15",
    "Amount": 16.0,
    "ReceivedAmount": 17.0,
    "UnReceivedAmount": -1.0,
    "ReceivedRate": "106.25%",
    "SettlePeriodDateTime": "2024-05-03 18:36:46",
    "SettlePeriodDate": "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"
}