pixiSetHistoricalSupplierPrice

Deprecated

API call updates historical supplier price for uniquely identified record.

Since pixi version: AVA 17.04 (8.4.28.29614) Additional notes:


Request

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

Request body

Name Type Required Description
UserName string true

Input: pixi* user name.

Type: varchar(30)

Default value: NULL

Example: api

Available from: AVA 17.04 (8.4.28.29614)

SupplierId integer true

Input: ID of the supplier.

Type: int

Default value: NULL

Example: 55

Available from: AVA 17.04 (8.4.28.29614)

SupplierPrice number true

Input: The new supplier price.

Type: money

Default value: NULL

Example: 9.99

Available from: AVA 17.04 (8.4.28.29614)

InvBinItemLogId integer true

Filter: Row ID of the supplier price to update.

Type: int

Default value: NULL

Example: 12345

Available from: AVA 17.04 (8.4.28.29614)


Response

1. Success/Error response.

Name Type Description
Staus string

Status of response.

Type: varchar(10)

Available from: 25.06 (25.6.0.58802)

Message string

Description of success/error response.

Type: varchar(250)

Available from: 25.06 (25.6.0.58802)