pixiCustomerKeyByNumber

Call returns a customer key that is found using the input parameters - shop id and external customer number

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


Request

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

Request body

Name Type Required Description
ShopId string true

The shop id to look for in the Customers table

Type: char

Default value: NULL

Example: NEW

Available from: LOU Official (6.3.0.4452)

AllowAmbiguous boolean true

Setting to define whether ambiguous results are returned. If set to 0 (false) and the number of returned rows does not equal 1, NULL is returned as a result

Type: bit

Default value: NULL

Example: NEW

Available from: LOU Official (6.3.0.4452)

CustomerNrExternal string true

The external customer number to look for in the Customers table

Type: varchar(60)

Default value: NULL

Example: 1SS_With_BM

Available from: LOU Official (6.3.0.4452)


Response

1. Result set

Name Type Description
CustKey integer

Customer ID

Type: int

Available from: 25.06 (25.6.0.58802)