pixiGetCustomerAccountBalance

API cal to retrieve customer account balance.

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes:


Request

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

Request body

Name Type Required Description
DateTo string false

Show Balance of Customer Account on this date

Type: datetime

Default value: NULL

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

ShopId string false

Filter by specified shop.

Type: varchar(3)

Default value: NULL

Example: abc

Available from: 23.02 (23.2.0.35344)

CustKey string true

Customer Id or Customer Number External

Type: varchar(200)

Default value:

Example: abc

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Customer account balance details

Name Type Description
ShopId string

Shop Id

Type: varchar

Available from: / (25.7.0.59144)

CAbalance number

Customer Account Balance

Type: money

Available from: / (25.7.0.59144)

CustomerId integer

ID of the customer record

Type: int

Available from: / (25.7.0.59144)

BaseCurrency string

Base currency

Type: varchar

Available from: / (25.7.0.59144)

LastEventDate string

Last customer account event date

Type: datetime

Available from: / (25.7.0.59144)

CustomerNrExternal string

Customer number external

Type: varchar

Available from: / (25.7.0.59144)