Use this function to determine whether the given combination of email and ZIP-code belong to a customer, registered in pixi*. Can, for example, be used to program authentication procedures for web applications.

Since pixi version: LOU Official (6.3.0.4452) Additional notes:


Request

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

Request body

Name Type Required Description
ZIP string false

[optional] ZIP code

Type: varchar (10)

Default value:

Example:

Available from: LOU Official (6.3.0.4452)

Email string false

[optional] Email address

Type: varchar (60)

Default value:

Example:

Available from: LOU Official (6.3.0.4452)


Response

Name Type Description
return integer

If the user is found, his/her User ID is returned. Otherwise, 0 is returned.

Type: int

Available from: LOU Official (6.3.0.4452)