pixiReadCustomerAccountMatch

API call returns customer account match records

Since pixi version: 21.01 (9.0.23.54983) Additional notes:


Request

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

Request body

Name Type Required Description
RowCount integer false

Maximum number of records returned

Type: int

Default value: 1000

Example: 123

Available from: 21.01 (9.0.23.54983)

CreateDateTo string false

Create Date to (excluding)

Type: datetime

Default value: NULL

Example: YYYY-MM-DD hh:mm:ss

Available from: 21.01 (9.0.23.54983)

UpdateDateTo string false

Update Date To (excluding)

Type: datetime

Default value: NULL

Example: YYYY-MM-DD hh:mm:ss

Available from: 21.01 (9.0.23.54983)

CreateDateFrom string false

Create Date from (including)

Type: datetime

Default value: NULL

Example: YYYY-MM-DD hh:mm:ss

Available from: 21.01 (9.0.23.54983)

UpdateDateFrom string false

Update Date from (including)

Type: datetime

Default value: NULL

Example: YYYY-MM-DD hh:mm:ss

Available from: 21.01 (9.0.23.54983)

CreateAndUpdateDateTo string false

Create or Update Date to (excluding)

Type: datetime

Default value: NULL

Example: YYYY-MM-DD hh:mm:ss

Available from: 21.01 (9.0.23.54983)

CreateAndUpdateDateFrom string false

Create or Update Date from (including)

Type: datetime

Default value: NULL

Example: YYYY-MM-DD hh:mm:ss

Available from: 21.01 (9.0.23.54983)

CustomerAccountMatchKey integer false

Customer account match id. If @RowCount is NULL then it returns only this row, otherwise next @RowCount records.

Type: int

Default value: NULL

Example: 123

Available from: 21.01 (9.0.23.54983)


Response

1. Customer account match information

Name Type Description
CAref1 integer

Customer account refference ID

Type: int

Available from: / (25.7.0.59144)

CAref2 integer

Customer account refference ID

Type: int

Available from: / (25.7.0.59144)

CreateEmp string

Creator of the recodr (pixi* user)

Type: varchar (50)

Available from: / (25.7.0.59144)

UpdateEmp string

User who last updated the record

Type: varchar (50)

Available from: / (25.7.0.59144)

CreateDate string

Create date

Type: datetime

Available from: / (25.7.0.59144)

UpdateDate string

Last update date of the record

Type: datetime

Available from: / (25.7.0.59144)

AbsoluteMatchAmount number

Absolute match amount

Type: money

Available from: / (25.7.0.59144)

CustomerAccountMatchKey integer

Customer account match ID

Type: int

Available from: / (25.7.0.59144)