pixi Developer & Integration Documentation

pixiGetStandardReturnReasons

Description

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


Request Parameters

# Name Type Required Example Description
1 LanguageID integer 0 1 - German, 2 - English Defines the language of return values.

Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
   <soapenv:Header/>
   <soapenv:Body>
      <dem:pixiGetStandardReturnReasons>
         <dem:LanguageID>1 - German, 2 - English</dem:LanguageID>
      </dem:pixiGetStandardReturnReasons>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Return reasons

# Name Type Description
1 RET_REASON_ID integer Return reason ID
2 REASON_TEXT string Return reason description

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.