POST jxc_api/VendorPriceInfo/Export

Request Information

URI Parameters

None.

Body Parameters

VCPriceInfoCondition
NameDescriptionTypeAdditional information
InfoIds

Collection of integer

None.

Keywords

string

None.

StartDate

date

None.

EndDate

date

None.

VcIds

Collection of integer

None.

ProdIds

Collection of integer

None.

VcTypeIds

Collection of integer

None.

Type

integer

None.

Source

integer

None.

ActivateStatus

integer

None.

ShowDisabled

boolean

None.

ShowDisabledProd

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:
{
  "InfoIds": [
    1,
    2
  ],
  "Keywords": "sample string 1",
  "StartDate": "2024-05-03 15:33:00",
  "EndDate": "2024-05-03 15:33:00",
  "VcIds": [
    1,
    2
  ],
  "ProdIds": [
    1,
    2
  ],
  "VcTypeIds": [
    1,
    2
  ],
  "Type": 4,
  "Source": 5,
  "ActivateStatus": 6,
  "ShowDisabled": true,
  "ShowDisabledProd": true,
  "PageIndex": 9,
  "PageSize": 10,
  "UsePager": true,
  "CurrUserSn": 12,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 15,
  "DocumentDateArr": [
    "2024-05-03 15:33:00",
    "2024-05-03 15:33:00"
  ],
  "DeliveryDateType": 16,
  "DeliveryDateArr": [
    "2024-05-03 15:33:00",
    "2024-05-03 15:33:00"
  ],
  "OffDateType": 17,
  "OffDateArr": [
    "2024-05-03 15:33:00",
    "2024-05-03 15:33:00"
  ],
  "InventoryDateType": 18,
  "InventoryDateArr": [
    "2024-05-03 15:33:00",
    "2024-05-03 15:33:00"
  ]
}

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.