pixiTagMatchDeleteForItems

Set Tags for Items.

Since pixi version: 19.09 (9.0.7.42222) Additional notes: Example of XML: <Tags> <Item> <ItemId>12345</ItemId> <TagList> <Tag> <TagId>101</TagId> </Tag> </TagList> </Item> <Item> <ItemNrInt>100001000</ItemNrInt> <TagList> <Tag> <TagId>-5</TagId> </Tag> </TagList> </Item> </Tags>


Request

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

Request body

Name Type Required Description
TagsXML string true

XML for items.

Type: varchar(-1)

Default value: NULL

Example:

Available from: 19.09 (9.0.7.42222)


Response

1. Status response

Name Type Description
TagId integer

Value of TagId from XML

Type: int

Available from: 25.06 (25.6.0.58802)

ItemId integer

Value of ItemId from XML

Type: int

Available from: 25.06 (25.6.0.58802)

Status string

Status (Error/Warning/Success)

Type: varchar

Available from: 25.06 (25.6.0.58802)

Message string

Message (Status detail information)

Type: varchar

Available from: 25.06 (25.6.0.58802)

ItemNrInt string

Value of ItemNrInt from XML

Type: varchar

Available from: 25.06 (25.6.0.58802)