POST jxc_api/OthersWarehousingOutList/Search

Request Information

URI Parameters

None.

Body Parameters

DooCondition
NameDescriptionTypeAdditional information
OdIds

Collection of integer

None.

BType

Collection of integer

None.

SearchText

string

None.

StartDate

date

None.

EndDate

date

None.

Start

date

None.

End

date

None.

IsChecked

Collection of integer

None.

AccountingItemId

Collection of integer

None.

DepartmentId

Collection of integer

None.

WhIds

Collection of integer

None.

CustIds

Collection of integer

None.

CreatedBy

Collection of integer

None.

CheckedBy

Collection of integer

None.

ProdIds

Collection of integer

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:
{
  "OdIds": [
    1,
    2
  ],
  "BType": [
    1,
    2
  ],
  "SearchText": "sample string 1",
  "StartDate": "2024-04-20 17:00:49",
  "EndDate": "2024-04-20 17:00:49",
  "Start": "2024-04-20 17:00:49",
  "End": "2024-04-20 17:00:49",
  "IsChecked": [
    1,
    2
  ],
  "AccountingItemId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "WhIds": [
    1,
    2
  ],
  "CustIds": [
    1,
    2
  ],
  "CreatedBy": [
    1,
    2
  ],
  "CheckedBy": [
    1,
    2
  ],
  "ProdIds": [
    1,
    2
  ],
  "PageIndex": 6,
  "PageSize": 7,
  "UsePager": true,
  "CurrUserSn": 9,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 12,
  "DocumentDateArr": [
    "2024-04-20 17:00:49",
    "2024-04-20 17:00:49"
  ],
  "DeliveryDateType": 13,
  "DeliveryDateArr": [
    "2024-04-20 17:00:49",
    "2024-04-20 17:00:49"
  ],
  "OffDateType": 14,
  "OffDateArr": [
    "2024-04-20 17:00:49",
    "2024-04-20 17:00:49"
  ],
  "InventoryDateType": 15,
  "InventoryDateArr": [
    "2024-04-20 17:00:49",
    "2024-04-20 17:00:49"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfDooListModel
NameDescriptionTypeAdditional information
Items

Collection of DooListModel

None.

SumModel

DooListModel

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": [
    {
      "Id": 1,
      "CheckedStatus": "sample string 2",
      "Date": "sample string 3",
      "No": "sample string 4",
      "BTypeName": "sample string 5",
      "QTY": 6.0,
      "Amount": 7.0,
      "CustName": "sample string 8",
      "CustNo": "sample string 9",
      "CustId": 10,
      "CreatedByName": "sample string 11",
      "CheckedByName": "sample string 12",
      "PrintCount": "sample string 13",
      "Note": "sample string 14",
      "AccountingItemId": 15,
      "AccountingItemName": "sample string 16",
      "DepartmentId": 17,
      "DepartmentName": "sample string 18"
    },
    {
      "Id": 1,
      "CheckedStatus": "sample string 2",
      "Date": "sample string 3",
      "No": "sample string 4",
      "BTypeName": "sample string 5",
      "QTY": 6.0,
      "Amount": 7.0,
      "CustName": "sample string 8",
      "CustNo": "sample string 9",
      "CustId": 10,
      "CreatedByName": "sample string 11",
      "CheckedByName": "sample string 12",
      "PrintCount": "sample string 13",
      "Note": "sample string 14",
      "AccountingItemId": 15,
      "AccountingItemName": "sample string 16",
      "DepartmentId": 17,
      "DepartmentName": "sample string 18"
    }
  ],
  "SumModel": {
    "Id": 1,
    "CheckedStatus": "sample string 2",
    "Date": "sample string 3",
    "No": "sample string 4",
    "BTypeName": "sample string 5",
    "QTY": 6.0,
    "Amount": 7.0,
    "CustName": "sample string 8",
    "CustNo": "sample string 9",
    "CustId": 10,
    "CreatedByName": "sample string 11",
    "CheckedByName": "sample string 12",
    "PrintCount": "sample string 13",
    "Note": "sample string 14",
    "AccountingItemId": 15,
    "AccountingItemName": "sample string 16",
    "DepartmentId": 17,
    "DepartmentName": "sample string 18"
  },
  "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"
}