Tag Name & type | # | Description |
---|
CampaignCreateRequest | | Namespace of this element is http://ws.easylink.com/CampaignCreate/2011/01 |
| SubmitId xs:string | 0-1 | Optional string identifying request, which will be echoed in result. |
| Domain xs:string | 1 | The EasyLink domain in which the campaign is to be created. Possible values are XDDS or MR, or the actual name of a domain. Using an actual domain name is discouraged, since using the generic values allows EasyLink to consider all currently accessible switches. |
| CampaignDetails CampaignDetailsType | 1 | This element contains the details of the campaign to created or updated.
It can also contain the details of Forms to be created or updated. |
| CampaignName xs:string | 1 | Name of the campaign to be created or updated. |
| Form | 0- | This element contains the forms to be created/updated. |
| CreateForm FormCreateDetailsType | 1 | This element contains a form to be created. |
| FormName xs:string | 1 | Name of the form to be created. |
| Charset xs:string | 1 | Character set of the form to be created. |
| FormProperty XoaMapType | 0- | Contains the value of a property. |
| @name xs:string | 1 | Name of the property. |
| FormField FieldInfoType | 1- | This element contains a field to be created in the form. |
| FieldName EncodableStringType | 1 | Name of the field |
| FieldDataType xs:string | 1 | Data type of the field. |
| AdditionalInfo XoaMapType | 0- | Not currently used. |
| @name xs:string | 1 | Not currently used. |
| URL xs:anyURI | 0-1 | URL of the form. |
UpdateForm FormUpdateDetailsType | 1 | This element contains the details of the form to be updated. |
| FormName xs:string | 1 | Name of the form to be updated. |
| FormOptions | 0-1 | This element contains the properties to be added or updated. |
| @addNonExistingProperty xs:boolean | 0-1 | If this flag is true, all the specified properties will be added or updated.
If this flag is false, then only pre-existing properties will be updated, and new ones will be ignored.
This flag is provided to help avoid the unintended creation of extra properties as a result of spelling mistakes. |
| FormProperty XoaMapType | 0- | Contains the value of a property. |
| @name xs:string | 1 | Name of the property. |