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
CustRef integer false

Customer reference (CustKey). Filters to match records where either side belongs to a customer account of this customer.

Type: int

Default value: NULL

Example: 12345

Available from: (26.6.0.11854)

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)

CustomerAccountKey integer false

Customer account key. Filters to match records where CAref1 or CAref2 equals this value.

Type: int

Default value: NULL

Example: 67890

Available from: (26.6.0.11854)

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: / (26.6.0.11854)

CAref2 integer

Customer account refference ID

Type: int

Available from: / (26.6.0.11854)

CreateEmp string

Creator of the recodr (pixi* user)

Type: varchar

Available from: / (26.6.0.11854)

UpdateEmp string

User who last updated the record

Type: varchar

Available from: / (26.6.0.11854)

CreateDate string

Create date

Type: datetime

Available from: / (26.6.0.11854)

UpdateDate string

Last update date of the record

Type: datetime

Available from: / (26.6.0.11854)

AbsoluteMatchAmount number

Absolute match amount

Type: money

Available from: / (26.6.0.11854)

CustomerAccountMatchKey integer

Customer account match ID

Type: int

Available from: / (26.6.0.11854)