pixiCustomerInfoSet

Set customer information, if 0 for not required parameters will be set, the option will be disabled. Customer is defined with customer Id or shop Id and customer number external/customer email.

Since pixi version: 19.10 (9.0.8.42994) Additional notes:


Request

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

Request body

Name Type Required Description
ShopId string true

Filter: Shop Id

Type: varchar(3)

Default value: NULL

Example: abcdefg

Available from: 19.10 (9.0.8.42994)

CustKey integer true

Filter: Customer Id

Type: int

Default value: NULL

Example: abcdefg

Available from: 19.10 (9.0.8.42994)

ReminderCost number false

Reminder costs

Type: money

Default value: NULL

Example: 9.99

Available from: 19.10 (9.0.8.42994)

CustomerEmail string true

Filter: Customer email

Type: varchar(256)

Default value: NULL

Example: abcdefg

Available from: 19.10 (9.0.8.42994)

InvoiceDueDays string false

Customer invoice due days

Type: smallint

Default value: NULL

Example: 123

Available from: 19.10 (9.0.8.42994)

ReminderAction string false

Reminder action

Type: varchar(20)

Default value: NULL

Example: NONE, PRINT, MAIL, PRINT&MAIL, 0

Available from: 19.10 (9.0.8.42994)

ReminderDueDays string false

Reminder due days

Type: smallint

Default value: NULL

Example: 123

Available from: 19.10 (9.0.8.42994)

CustomerNrExternal string true

Filter: Customer number external

Type: varchar(60)

Default value: NULL

Example: abcdefg

Available from: 19.10 (9.0.8.42994)

DaysForNextReminder string false

Number of days till next reminder

Type: smallint

Default value: NULL

Example: 123

Available from: 19.10 (9.0.8.42994)

DaysForFirstReminder string false

Number of days till first reminder

Type: smallint

Default value: NULL

Example: 123

Available from: 19.10 (9.0.8.42994)


Response

1. Status

Name Type Description
Status string

Status (OK/ERROR)

Type: varchar (50)

Available from: 25.06 (25.6.0.58802)

StatusMessage string

Status description

Type: varchar (2000)

Available from: 25.06 (25.6.0.58802)