createOffer

OfferInfo createOffer(String userCredential, String partitionName,
        Locale requestedLocale,
        String securityPolicyName,
        String name, String templateName,
        Attribute[] attributes)
    throws InvalidFolderException, AttributeNotFoundException,
        InvalidAttributeException;

public WSOfferInfo createOffer(String authorizationLoginName, String 
        partitionName, Locale requestedLocale, String 
        securityPolicyName, String name, long folderID, 
        String templateName, WSAttribute[] wsAttributes) 
    throws CampaignServicesException;

Create a new offer for the client, applying the specified attributes.