pixiGetCAEventsAndReminders

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

Since pixi version: AVA 17.02 (8.4.26.28957) Additional notes:


Request

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

Request body

Name Type Required Description
ShopId string false

[mandatory] pixi* shop ID.

Type: varchar(3)

Default value:

Example:

Available from: AVA 17.02 (8.4.26.28957)

EndDate string false

[optional] The end of the date range. Default is set to the end of the current day.

Type: datetime

Default value:

Example:

Available from: AVA 17.02 (8.4.26.28957)

StartDate string false

[optional] The start of the date range. Default is set to the beginning of the current month.

Type: datetime

Default value:

Example:

Available from: AVA 17.02 (8.4.26.28957)

CustomerNumberIsNumeric boolean false

[optional] Filter that checks if "CustomerNumberExteranal" is a numeric value. Default is set to "false".

Type: bit

Default value:

Example:

Available from: AVA 17.02 (8.4.26.28957)


Response

Name Type Description