Returns comments of the customer or the order, which have been given as input parameter.

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes: Offset can be used for pagination


Request

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

Request body

Name Type Required Description
Offset integer false

Offset

Type: int

Default value: 0

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

OrderNr string false

OrderNr

Type: varchar(50)

Default value: NULL

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

RowCount integer false

RowCount

Type: int

Default value: 300

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

CustomerNrExternal string false

CustomerNrExternal

Type: varchar(255)

Default value: NULL

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Result set

Name Type Description
Date string

Creation/Change-Date of the Comment

Type: datetime

Available from: 25.06 (25.6.0.58802)

Offset integer

Indexnumber of this row

Type: int

Available from: 25.06 (25.6.0.58802)

Comment string

The Comment which can be found in the pixi* Customer Service Module

Type: varchar

Available from: 25.06 (25.6.0.58802)

Employee string

Employee who wrote that Comment

Type: varchar

Available from: 25.06 (25.6.0.58802)

TypeOfComment string

CustomerComment - Comments made for the Customer OrderComment - Comments to the given OrderNr

Type: varchar

Available from: 25.06 (25.6.0.58802)