pixiGetHistoricalSupplierPrices

Deprecated

API call returns historical supplier prices for items.

Since pixi version: AVA 17.04 (8.4.28.29614) Additional notes: The date range period is limited to 31 days. Population of price data happens over night. This means that it is not possible to get data for current day.


Request

POST https://apigateway.descartes.com/tms/pixi/pixiGetHistoricalSupplierPrices

Request body

Name Type Required Description
DateTo string true

Filter: End of the date range peroid

Type: datetime

Default value: NULL

Example: YYYY-MM-DD

Available from: AVA 17.04 (8.4.28.29614)

ItemKey integer false

Filter: ItemID

Type: int

Default value: NULL

Example: 12345

Available from: AVA 17.04 (8.4.28.29614)

DateFrom string true

Filter: Begining of the date range peroid.

Type: datetime

Default value: NULL

Example: YYYY-MM-DD

Available from: AVA 17.04 (8.4.28.29614)


Response

1. Historical supplier prices of items.

Name Type Description
ItemID integer

Item Id.

Type: int

Available from: 25.06 (25.6.0.58802)

RefType string

Supplier price matching reference description.

Type: varchar(50)

Available from: 25.06 (25.6.0.58802)

Quantity integer

Quantity that was put to stock.

Type: int

Available from: 25.06 (25.6.0.58802)

SupplierId integer

Supplier ID.

Type: int

Available from: 25.06 (25.6.0.58802)

SupplierPrice number

Corresponding item supplier price at the time.

Type: money

Available from: 25.06 (25.6.0.58802)

DatePutToStock string

Time stamp of put to stock operation.

Type: datetime

Available from: 25.06 (25.6.0.58802)

InvBinItemLogId integer

Uinque ID of put to stock operation.

Type: int

Available from: 25.06 (25.6.0.58802)

RefDocumentNumber integer

Delivery number for found match.

Type: int

Available from: 25.06 (25.6.0.58802)

2. Error/Warning response.

Name Type Description
Staus string

Status of response.

Type: varchar(10)

Available from: 25.06 (25.6.0.58802)

Message string

Description of error/warning response.

Type: varchar(250)

Available from: 25.06 (25.6.0.58802)