POST jxc_api/Category/Search

Request Information

URI Parameters

None.

Body Parameters

CategoryCondition
NameDescriptionTypeAdditional information
Ftype

integer

None.

CategoryKeyword

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:
{
  "Ftype": 1,
  "CategoryKeyword": "sample string 2",
  "PageIndex": 3,
  "PageSize": 4,
  "UsePager": true,
  "CurrUserSn": 6,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 9,
  "DocumentDateArr": [
    "2024-04-25 00:49:22",
    "2024-04-25 00:49:22"
  ],
  "DeliveryDateType": 10,
  "DeliveryDateArr": [
    "2024-04-25 00:49:22",
    "2024-04-25 00:49:22"
  ],
  "OffDateType": 11,
  "OffDateArr": [
    "2024-04-25 00:49:22",
    "2024-04-25 00:49:22"
  ],
  "InventoryDateType": 12,
  "InventoryDateArr": [
    "2024-04-25 00:49:22",
    "2024-04-25 00:49:22"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfCategoryListModel
NameDescriptionTypeAdditional information
Items

Collection of CategoryListModel

None.

SumModel

CategoryListModel

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

Sample:

Sample not available.

text/json

Sample:

Sample not available.