pixiGetStandardReturnReasons

A simple dictionary function which returns the set of standard return reasons, as defined in the pixi Web 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)

OnlyReturnReasonsFromPixiWeb boolean false

Show Return reasons from DB setting and pixi Web Code Table

Type: bit

Default value: 0

Example: 0 = Show All (legacy + web) Return Reasons, 1 = Show only pixi Web Reaturn Reasons

Available from: (25.8.0.59841)


Response

1. Return reasons

Name Type Description
LANGUAGEID integer

Language Id (1 - German , 2 - English), NULL is used for legacy application.

Type: int

Available from: / (25.8.0.59841)

RET_REASON_ID integer

Return reason ID, NULL is used for legacy application.

Type: int

Available from: / (25.8.0.59841)