updateTermCondition

Description
This transaction updates the details of an existing term condition.
Web Services
Operation name: updateTermCondition
Service name: DWLBusinessServices
Example
Update the from date for the term condition named No Purchase Necessary, associated with the Web-online Contest campaign.
Usage information
The Name, Description, FromDate, ToDate, and MandatoryIndicator elements can be updated.
UpdateTermCondition can be used as a coarse-grained transaction to add or update:
  • condition attributes
  • entity condition associations
  • sub-conditions

Localized content can be added for the Name and Description elements.

Preconditions
The TermCondition being updated must exist.
Mandatory input
  • ConditionIdPK
  • TermConditionLastUpdateDate
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
The TermConditionFromDate must be less than or equal to the TermConditionToDate.

When adding or updating a TermConditionBObj, an EntityConditionAssociationBObj is required with an EntityName.

EntityConditionAssociationBObj should not be provided for sub-conditions.

Request message

<TCRMTxType> updateTermCondition

<TCRMTxObject> TermConditionBObj

<TCRMObject> TermConditionBObj

with optional business objects:
Response objects
TermConditionBObj
with optional business objects:
Special note
Not applicable