API Call to return pixi.Currency codetable that is ISO 4217 compliant. Returns records for only specified code or all records if code not specified.

Since pixi version: AVA Official - Update 7 (8.4.7.23158) Additional notes:


Request

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

Request body

Name Type Required Description
CurrencyId string false

If Id not specified, all records are returned, or only details for specified id otherwise.

Type: smallint

Default value: 0

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)

CurrencyCode string false

If code not specified, all records are returned, or only details for specified code otherwise.

Type: varchar(3)

Default value: NULL

Example:

Available from: AVA Official - Update 7 (8.4.7.23158)


Response

1. Result set

Name Type Description
Id integer

pixi* Identification of currency

Type: int

Available from: 25.06 (25.6.0.58802)

Code string

Currency code, ISO 4217

Type: varchar

Available from: 25.06 (25.6.0.58802)

Active boolean

True if it when currency if frequently used

Type: bit

Available from: 25.06 (25.6.0.58802)

LocaleId integer

Location Id

Type: int

Available from: 25.06 (25.6.0.58802)

CodeNumber string

Currency number, ISO 4217

Type: varchar

Available from: 25.06 (25.6.0.58802)