updateProductSuspects

Description
This transaction updates the details of one or more existing product suspect records.
Web Services
Operation name: updateProductSuspects
Service name: ProductService
Example
Update the SuspectStatusType associated with the product suspect record concerning the Extreme Home Theatre Package and Extreme Home Theatre System products.
Usage information
Use this transaction to update the SuspectType and SuspectStatusType elements of product suspect records.

This transaction can be used to add or update product match results.

Preconditions
The product suspect records must exist.
Mandatory input
  • SourceId
  • SuspectId
  • SuspectLastUpdateDate
If a ProductMatchResultBObj object is provided, the mandatory input fields are:
  • SuspectMatchId
  • EntityMatchResultLastUpdateDate
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
If both SourceEntityId and SuspectEntityId are provided in the request, this transaction performs validation to ensure that they are consistent with the given SuspectId.

Either SourceEntityId or SuspectEntityId must match the value of SourceId.

If ProductMatchResultBObj is provided and SuspectMatchId is not provided, the ProductMatchResult information will be added to the record.

The MatchResult and ProductMatchResultSpecValueBObj can be updated with this transaction.

Request message

<TCRMTxType> updateProductSuspects

<TCRMTxObject> ProductSuspectListBObj

<TCRMObject> ProductSuspectListBObj

Response objects
ProductSuspectListBObj
Special note
Not applicable