pixiReadCodeTableValues

API call returns code table values

Since pixi version: 21.01 (9.0.23.54983) Additional notes:


Request

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

Request body

Name Type Required Description
Id integer false

Code value Id

Type: int

Default value: NULL

Example: 123

Available from: 21.01 (9.0.23.54983)

RowCount integer false

Number of rows to return

Type: int

Default value: NULL

Example: 123

Available from: 21.01 (9.0.23.54983)

LanguageId integer false

Selected language for CodeDescription value

Type: int

Default value: 1

Example: 123

Available from: 21.01 (9.0.23.54983)


Response

1. Code table information

Name Type Description
Id integer

Code table Id

Type: int

Available from: 25.06 (25.6.0.58802)

Code string

Code value

Type: varchar (100)

Available from: 25.06 (25.6.0.58802)

IsSystem boolean

Notes if the record is system and thus can not be changed

Type: bit

Available from: 25.06 (25.6.0.58802)

IsDefault boolean

Code is preselected as default value in UI

Type: bit

Available from: 25.06 (25.6.0.58802)

IsEnabled boolean

The code is enabled for display in UI

Type: bit

Available from: 25.06 (25.6.0.58802)

SortOrder integer

Order of column for display in UI (smaller is displayed first)

Type: int

Available from: 25.06 (25.6.0.58802)

CodeDescription string

Code description in selected language

Type: varchar (2000)

Available from: 25.06 (25.6.0.58802)

CodeTableTypeId integer

Code table type Id

Type: int

Available from: 25.06 (25.6.0.58802)