Update tag name and description by tag id.

Since pixi version: 19.06 (9.0.4.39859) Additional notes:


Request

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

Request body

Name Type Required Description
Name string true

New tag name.

Type: varchar(50)

Default value: NULL

Example:

Available from: 19.06 (9.0.4.39859)

TagId integer true

Id of the Tag which will be updated.

Type: int

Default value: NULL

Example:

Available from: 19.06 (9.0.4.39859)

Description string false

(optional) New description of the tag. If description is NULL, then existing tag description is not changed.

Type: varchar(4000)

Default value: NULL

Example:

Available from: 19.06 (9.0.4.39859)


Response

1. Return status

Name Type Description
Status string

Result of API Call

Type: varchar(10)

Available from: 25.06 (25.6.0.58802)

Message string

Extended Result of API Call

Type: varchar(100)

Available from: 25.06 (25.6.0.58802)