pixi Developer & Integration Documentation

pixiCreateReturnCase

Description

This call creates a new return case for pixi* Repairs


Request Parameters

# Name Type Required Example Description
1 ReturnDate string 0 YYYY-MM-DD hh:mm:ss Date when the return arrived
2 ReceiversComment string 0 abcdefg Receiver comment
3 Employee string 0 abcdefg User that created the return case

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:pixiCreateReturnCase>
         <dem:ReturnDate>YYYY-MM-DD hh:mm:ss</dem:ReturnDate>
         <dem:ReceiversComment>abcdefg</dem:ReceiversComment>
         <dem:Employee>abcdefg</dem:Employee>
      </dem:pixiCreateReturnCase>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1:

# Name Type Description
1 RET_ID integer Return case ID
2 RET_NUMBER string Return case number

Additional Notes

##  This API call is used to create a new return case which can be worked on in pixi* Repairs.
These return cases are not shown in Customer Service, Web and can also not be opened in pixi* Mobile.