POST jxc_api/Inventory/SearchData

Request Information

URI Parameters

None.

Body Parameters

ScCondition
NameDescriptionTypeAdditional information
SearchText

string

None.

StartDate

date

None.

EndDate

date

None.

WhId

Collection of integer

None.

WhCatId

integer

None.

ChangeStatus

integer

None.

Date

date

None.

CatId

Collection of integer

None.

Id

integer

None.

IsZeroProd

boolean

None.

ProdIds

Collection of integer

None.

Brand

string

None.

ShowDisabled

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:
{
  "SearchText": "sample string 1",
  "StartDate": "2024-04-20 04:34:02",
  "EndDate": "2024-04-20 04:34:02",
  "WhId": [
    1,
    2
  ],
  "WhCatId": 4,
  "ChangeStatus": 5,
  "Date": "2024-04-20 04:34:02",
  "CatId": [
    1,
    2
  ],
  "Id": 7,
  "IsZeroProd": true,
  "ProdIds": [
    1,
    2
  ],
  "Brand": "sample string 9",
  "ShowDisabled": true,
  "PageIndex": 11,
  "PageSize": 12,
  "UsePager": true,
  "CurrUserSn": 14,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 17,
  "DocumentDateArr": [
    "2024-04-20 04:34:02",
    "2024-04-20 04:34:02"
  ],
  "DeliveryDateType": 18,
  "DeliveryDateArr": [
    "2024-04-20 04:34:02",
    "2024-04-20 04:34:02"
  ],
  "OffDateType": 19,
  "OffDateArr": [
    "2024-04-20 04:34:02",
    "2024-04-20 04:34:02"
  ],
  "InventoryDateType": 20,
  "InventoryDateArr": [
    "2024-04-20 04:34:02",
    "2024-04-20 04:34:02"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfScProdQtyModel
NameDescriptionTypeAdditional information
Items

Collection of ScProdQtyModel

None.

SumModel

ScProdQtyModel

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": [
    {
      "ScId": 1,
      "WhId": 2,
      "WhName": "sample string 3",
      "CatId": 4,
      "CatName": "sample string 5",
      "ProdId": 6,
      "ProdNo": "sample string 7",
      "ProdName": "sample string 8",
      "Brand": "sample string 9",
      "ProdLocation": "sample string 10",
      "ApId": 11,
      "ApName": "sample string 12",
      "Spec": "sample string 13",
      "UnitId": 14,
      "UnitName": "sample string 15",
      "Note": "sample string 16",
      "QTY": 17.0,
      "StQTY": 18.0,
      "Image": "sample string 19",
      "SerialEnabled": true,
      "BatchEnabled": true,
      "LifeTimeEnabled": true,
      "Change": 23.0,
      "IsSave": true,
      "WhCatId": 25,
      "WhCatName": "sample string 26"
    },
    {
      "ScId": 1,
      "WhId": 2,
      "WhName": "sample string 3",
      "CatId": 4,
      "CatName": "sample string 5",
      "ProdId": 6,
      "ProdNo": "sample string 7",
      "ProdName": "sample string 8",
      "Brand": "sample string 9",
      "ProdLocation": "sample string 10",
      "ApId": 11,
      "ApName": "sample string 12",
      "Spec": "sample string 13",
      "UnitId": 14,
      "UnitName": "sample string 15",
      "Note": "sample string 16",
      "QTY": 17.0,
      "StQTY": 18.0,
      "Image": "sample string 19",
      "SerialEnabled": true,
      "BatchEnabled": true,
      "LifeTimeEnabled": true,
      "Change": 23.0,
      "IsSave": true,
      "WhCatId": 25,
      "WhCatName": "sample string 26"
    }
  ],
  "SumModel": {
    "ScId": 1,
    "WhId": 2,
    "WhName": "sample string 3",
    "CatId": 4,
    "CatName": "sample string 5",
    "ProdId": 6,
    "ProdNo": "sample string 7",
    "ProdName": "sample string 8",
    "Brand": "sample string 9",
    "ProdLocation": "sample string 10",
    "ApId": 11,
    "ApName": "sample string 12",
    "Spec": "sample string 13",
    "UnitId": 14,
    "UnitName": "sample string 15",
    "Note": "sample string 16",
    "QTY": 17.0,
    "StQTY": 18.0,
    "Image": "sample string 19",
    "SerialEnabled": true,
    "BatchEnabled": true,
    "LifeTimeEnabled": true,
    "Change": 23.0,
    "IsSave": true,
    "WhCatId": 25,
    "WhCatName": "sample string 26"
  },
  "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"
}