pixiGetCustomersToRefund

The API call returns list of Customers which should be refunded.

Since pixi version: 18.03 (8.4.39.33732) Additional notes:


Request

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

Request body

Name Type Required Description
ShopId string false

Limit results by Shop id.

Type: varchar(3)

Default value: NULL

Example: ABC

Available from: 18.03 (8.4.39.33732)

AmountTo number false

Limit results by maximal amount to be refunded

Type: money

Default value: 1000000

Example: 1000.5

Available from: 18.03 (8.4.39.33732)

AmountFrom number false

Limit results by minimal amount to be refunded.

Type: money

Default value: 0

Example: 1.1

Available from: 18.03 (8.4.39.33732)

IsAccountMatched boolean false

Limit results to only matched / not matched or all accounts.

Type: bit

Default value: NULL

Example: 1

Available from: 18.03 (8.4.39.33732)


Response

1. List of customers which should be refunded

Name Type Description
ShopId string

Shop code

Type: VARCHAR(3)

Available from: 25.06 (25.6.0.58802)

CustKey integer

Customer Id

Type: INT

Available from: 25.06 (25.6.0.58802)

IsMatched boolean

Is customer account matched

Type: BIT

Available from: 25.06 (25.6.0.58802)

CurrencyId integer

Currency Id

Type: INT

Available from: 25.06 (25.6.0.58802)

OpenOrders number

Open orders amount

Type: MONEY

Available from: 25.06 (25.6.0.58802)

OpenToMatch number

Amount which is open to match

Type: MONEY

Available from: 25.06 (25.6.0.58802)

SuggestedRefund number

Amount suggested to be refunded

Type: MONEY

Available from: 25.06 (25.6.0.58802)

FinancialBalance number

Financal balance

Type: MONEY

Available from: 25.06 (25.6.0.58802)