pixiGetStandardReturnReasons

A simple dictionary function which returns the set of standard return reasons, as defined in the Returns & Repairs application.

Since pixi version: LOU Official (6.3.0.4452) Additional notes: This functionality may be useful if you are implementing a web interface for the replacement/return operation.

    Additionally to the R&R Reasons, it returns the Return-Reasons for normal returns set in Control Center. Returns-Only reasons get a NULL in RET_REASON_ID.

Request

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

Request body

Name Type Required Description
LanguageID integer false

Defines the language of return values.

Type: int

Default value: 1

Example: 1 - German, 2 - English

Available from: LOU Official (6.3.0.4452)


Response

1. Return reasons

Name Type Description
REASON_TEXT string

Return reason description

Type: varchar (2048)

Available from: 25.06 (25.6.0.58802)

RET_REASON_ID integer

Return reason ID

Type: int

Available from: 25.06 (25.6.0.58802)