pixiUpdateCustomer

API call updates a customer and its corresponding address. All empty or skipped optional parameters will be ignored by the update statement.

Since pixi version: 19.05 (9.0.3.39170) Additional notes:


Request

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

Request body

Name Type Required Description
Zip string false

Postal code of the city.

Type: varchar(10)

Default value: NULL

Example: abcdefg

Available from: 19.05 (9.0.3.39170)

City string false

City name.

Type: varchar(60)

Default value: NULL

Example: abcdefg

Available from: 19.05 (9.0.3.39170)

eMail string false

e-Mail address.

Type: varchar(256)

Default value: NULL

Example: abcdefg

Available from: 19.05 (9.0.3.39170)

Street string false

Street address.

Type: varchar(255)

Default value: NULL

Example: abcdefg

Available from: 19.05 (9.0.3.39170)

CustKey integer true

Customer ID that will be updated.

Type: int

Default value:

Example: 123

Available from: 19.05 (9.0.3.39170)

HouseNr string false

House number.

Type: varchar(10)

Default value: NULL

Example: abcdefg

Available from: 19.05 (9.0.3.39170)

LastName string false

Customers last name.

Type: varchar(60)

Default value: NULL

Example: abcdefg

Available from: 19.05 (9.0.3.39170)

FirstName string false

Customers first name.

Type: varchar(60)

Default value: NULL

Example: abcdefg

Available from: 19.05 (9.0.3.39170)


Response

1. Return status

Name Type Description
ErrorMsg string

Status description (error/success) message

Type: VARCHAR(512)

Available from: 25.06 (25.6.0.58802)

StatusCode string

Status code

Type: VARCHAR(512)

Available from: 25.06 (25.6.0.58802)