pixiSetCustomerDiscount

The call sets a discount for the specified customer.

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


Request

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

Request body

Name Type Required Description
CustNr string false

Customer number. Used to identify the customer.

Type: varchar(60)

Default value: NULL

Example: abcdef

Available from: LOU Official - Update 46 (6.9.46.27927)

CustMail string false

Customer email. Used to identify the customer.

Type: varchar(256)

Default value: NULL

Example: abc@def.com

Available from: LOU Official - Update 46 (6.9.46.27927)

Discount number false

Discount value for customer in %. (Value is rounded to 2 decimal places)

Type: numeric

Default value: NULL

Example: 12

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Return status

Name Type Description
Status string

Status

Type: varchar

Available from: 25.06 (25.6.0.58802)

Message string

Message

Type: varchar

Available from: 25.06 (25.6.0.58802)