POST jxc_api/PriceQuery/Search

Request Information

URI Parameters

None.

Body Parameters

PriceQueryCondition
NameDescriptionTypeAdditional information
ShowDisabledProd

boolean

None.

ShowDisabledCust

boolean

None.

ShowDisabledVend

boolean

None.

IntPriceStatus

integer

None.

IntPriceSource

integer

None.

CustIds

Collection of integer

None.

VendIds

Collection of integer

None.

ProdIds

Collection of ProdIdApIdModel

None.

ProdType

Collection of integer

None.

Keywords

string

None.

PriceQueryIds

Collection of PriceQueryIdsModel

None.

DomModel

FromDomModel

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:
{
  "ShowDisabledProd": true,
  "ShowDisabledCust": true,
  "ShowDisabledVend": true,
  "IntPriceStatus": 4,
  "IntPriceSource": 5,
  "CustIds": [
    1,
    2
  ],
  "VendIds": [
    1,
    2
  ],
  "ProdIds": [
    {
      "ProdId": 1,
      "ApId": 2
    },
    {
      "ProdId": 1,
      "ApId": 2
    }
  ],
  "ProdType": [
    1,
    2
  ],
  "Keywords": "sample string 6",
  "PriceQueryIds": [
    {
      "SourceType": 1010,
      "ProdId": 1,
      "UnitId": 2,
      "ApId": 3,
      "InfoId": 4,
      "LevelId": 5
    },
    {
      "SourceType": 1010,
      "ProdId": 1,
      "UnitId": 2,
      "ApId": 3,
      "InfoId": 4,
      "LevelId": 5
    }
  ],
  "DomModel": {
    "VcId": 1,
    "ProdId": 2,
    "ApId": 3,
    "UnitId": 4,
    "Count": 5.0,
    "OrderDate": "2024-05-03 12:42:52",
    "Price": 7.0,
    "RuleId": 8,
    "IsSell": true
  },
  "PageIndex": 7,
  "PageSize": 8,
  "UsePager": true,
  "CurrUserSn": 10,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 13,
  "DocumentDateArr": [
    "2024-05-03 12:42:52",
    "2024-05-03 12:42:52"
  ],
  "DeliveryDateType": 14,
  "DeliveryDateArr": [
    "2024-05-03 12:42:52",
    "2024-05-03 12:42:52"
  ],
  "OffDateType": 15,
  "OffDateArr": [
    "2024-05-03 12:42:52",
    "2024-05-03 12:42:52"
  ],
  "InventoryDateType": 16,
  "InventoryDateArr": [
    "2024-05-03 12:42:52",
    "2024-05-03 12:42:52"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NewApiPagedListOfPriceQueryModel
NameDescriptionTypeAdditional information
Items

Collection of PriceQueryModel

None.

SumModel

PriceQueryModel

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": [
    {
      "CustId": 1,
      "VendId": 2,
      "ProdName": "sample string 3",
      "ProdNo": "sample string 4",
      "ProdType": "sample string 5",
      "Spec": "sample string 6",
      "ApName": "sample string 7",
      "Brand": "sample string 8",
      "Location": "sample string 9",
      "UnitName": "sample string 10",
      "Price": 11.0,
      "PriceStatus": "sample string 12",
      "IsLight": true,
      "PriceType": "sample string 14",
      "IntPriceStatus": 15,
      "OrderPriceStatus": 15,
      "PriceSource": "sample string 16",
      "VcNo": "sample string 17",
      "VcName": "sample string 18",
      "VcTypeName": "sample string 19",
      "VcTypeNo": "sample string 20",
      "VcTypeId": 21,
      "StartDateFmt": "sample string 22",
      "EndDateFmt": "sample string 23",
      "CreatedName": "sample string 24",
      "CheckedName": "sample string 25",
      "ModifiedDateFmt": "sample string 26",
      "PriceTypeOrder": 27,
      "SourceType": 1010,
      "ProdId": 28,
      "UnitId": 29,
      "ApId": 30,
      "InfoId": 31,
      "LevelId": 32
    },
    {
      "CustId": 1,
      "VendId": 2,
      "ProdName": "sample string 3",
      "ProdNo": "sample string 4",
      "ProdType": "sample string 5",
      "Spec": "sample string 6",
      "ApName": "sample string 7",
      "Brand": "sample string 8",
      "Location": "sample string 9",
      "UnitName": "sample string 10",
      "Price": 11.0,
      "PriceStatus": "sample string 12",
      "IsLight": true,
      "PriceType": "sample string 14",
      "IntPriceStatus": 15,
      "OrderPriceStatus": 15,
      "PriceSource": "sample string 16",
      "VcNo": "sample string 17",
      "VcName": "sample string 18",
      "VcTypeName": "sample string 19",
      "VcTypeNo": "sample string 20",
      "VcTypeId": 21,
      "StartDateFmt": "sample string 22",
      "EndDateFmt": "sample string 23",
      "CreatedName": "sample string 24",
      "CheckedName": "sample string 25",
      "ModifiedDateFmt": "sample string 26",
      "PriceTypeOrder": 27,
      "SourceType": 1010,
      "ProdId": 28,
      "UnitId": 29,
      "ApId": 30,
      "InfoId": 31,
      "LevelId": 32
    }
  ],
  "SumModel": {
    "CustId": 1,
    "VendId": 2,
    "ProdName": "sample string 3",
    "ProdNo": "sample string 4",
    "ProdType": "sample string 5",
    "Spec": "sample string 6",
    "ApName": "sample string 7",
    "Brand": "sample string 8",
    "Location": "sample string 9",
    "UnitName": "sample string 10",
    "Price": 11.0,
    "PriceStatus": "sample string 12",
    "IsLight": true,
    "PriceType": "sample string 14",
    "IntPriceStatus": 15,
    "OrderPriceStatus": 15,
    "PriceSource": "sample string 16",
    "VcNo": "sample string 17",
    "VcName": "sample string 18",
    "VcTypeName": "sample string 19",
    "VcTypeNo": "sample string 20",
    "VcTypeId": 21,
    "StartDateFmt": "sample string 22",
    "EndDateFmt": "sample string 23",
    "CreatedName": "sample string 24",
    "CheckedName": "sample string 25",
    "ModifiedDateFmt": "sample string 26",
    "PriceTypeOrder": 27,
    "SourceType": 1010,
    "ProdId": 28,
    "UnitId": 29,
    "ApId": 30,
    "InfoId": 31,
    "LevelId": 32
  },
  "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"
}