validateOffers

List<OfferValidationInfo>
    validateOffers(String userCredential, String partitionName,
    Locale requestedLocale,
    OfferCodeOrName[] codeOrNames);

Validate the supplied offer codes or offer list names and return validation information for each. "Validation" consists of checking to see whether only one matching offer or offer list exists in the database.

The OfferValidationInfo object contains an error message instead of Offer Info if zero offers or offer lists are found matching the given code or name. An error is also returned instead of a match if the given code or name matches multiple offers or offer lists. List is returned in the same order as given. Offer codes and offer list names are validated based on exact match with offers.