pixi Developer & Integration Documentation

pixiGetCAEventsAndReminders

Description

API call returns all customer account events matched in a given time range. Reminder level changes, are also treated as CA events


Request Parameters

# Name Type Required Example Description
1 StartDate string 0 YYYY-MM-DD hh:mm:ss [optional] The start of the date range. Default is set to the beginning of the current month.
2 EndDate string 0 YYYY-MM-DD hh:mm:ss [optional] The end of the date range. Default is set to the end of the current day.
3 ShopId string 0 Sample text [mandatory] pixi* shop ID.
4 CustomerNumberIsNumeric boolean 0 0/1 [optional] Filter that checks if "CustomerNumberExteranal" is a numeric value. Default is set to "false".

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:pixiGetCAEventsAndReminders>
         <dem:StartDate>YYYY-MM-DD hh:mm:ss</dem:StartDate>
         <dem:EndDate>YYYY-MM-DD hh:mm:ss</dem:EndDate>
         <dem:ShopId>Sample text</dem:ShopId>
         <dem:CustomerNumberIsNumeric>0/1</dem:CustomerNumberIsNumeric>
      </dem:pixiGetCAEventsAndReminders>
   </soapenv:Body>
</soapenv:Envelope>

Response


Additional Notes