POST jxc_api/PriceQuery/Export

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 16:43:54",
    "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 16:43:54",
    "2024-05-03 16:43:54"
  ],
  "DeliveryDateType": 14,
  "DeliveryDateArr": [
    "2024-05-03 16:43:54",
    "2024-05-03 16:43:54"
  ],
  "OffDateType": 15,
  "OffDateArr": [
    "2024-05-03 16:43:54",
    "2024-05-03 16:43:54"
  ],
  "InventoryDateType": 16,
  "InventoryDateArr": [
    "2024-05-03 16:43:54",
    "2024-05-03 16:43:54"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.