Veetro Web Service Methods


Click here for a complete list of operations.

GetTemplates

[Permission: Any Authenticated]
Returns all document Templates (basic fields only) of the specified type.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
type:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /xml HTTP/1.1
Host: admin.worketc.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://schema.veetro.com/GetTemplates"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetTemplates xmlns="http://schema.veetro.com">
      <type>Form or Email or Letter or Invoice</type>
    </GetTemplates>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetTemplatesResponse xmlns="http://schema.veetro.com">
      <GetTemplatesResult>
        <Template>
          <Type>Form or Email or Letter or Invoice</Type>
          <TemplateID>int</TemplateID>
          <Notifications>
            <Person xsi:nil="true" />
            <Person xsi:nil="true" />
          </Notifications>
          <Name>string</Name>
          <Description>string</Description>
          <ConfirmationInfo>string</ConfirmationInfo>
          <OriginalFileName>string</OriginalFileName>
          <DateModified>dateTime</DateModified>
          <Html>string</Html>
          <Plain>string</Plain>
          <Subject>string</Subject>
          <EmailFrom>string</EmailFrom>
          <EmailFromName>string</EmailFromName>
          <Fields>
            <Field xsi:nil="true" />
            <Field xsi:nil="true" />
          </Fields>
          <MailingLists>
            <MailingList xsi:nil="true" />
            <MailingList xsi:nil="true" />
          </MailingLists>
          <MailingStarted>boolean</MailingStarted>
          <Flags>None or Creates_Lead_Profile or Creates_Support_Case or Auto_Archive or Group_Timesheet_Activities or Group_Timesheet_Root_Projects or Group_Timesheet_Sub_Projects or Group_Timesheet_ByDay or Label_Top_Aligned or Label_Left_Aligned or WebForm_Confirmation_Show_Text or WebForm_Confirmation_Redirect or WebForm_Creates_Account or WebForm_Captcha_On or WebForm_Captcha_Off or WebForm_Disable_Account_Updates or WebForm_Send_Confirmation_Email or WebForm_Send_Notification_Email or Login_Required or Disable_Support_Case_AutoReply or WebForm_CP_ShowAllUsers or WebForm_CP_ShowUserList or WebForm_CP_ShowUserTags or WebForm_CP_Internal</Flags>
          <ConfirmationConfig>
            <EmailFrom>string</EmailFrom>
            <EmailFromName>string</EmailFromName>
            <Subject>string</Subject>
            <Html>string</Html>
          </ConfirmationConfig>
          <ObjectCreationConfig>
            <Lead_Name>string</Lead_Name>
            <Lead_DefaultName>string</Lead_DefaultName>
            <Lead_Source>string</Lead_Source>
            <Lead_Owner>int</Lead_Owner>
            <Lead_SalesProcess>int</Lead_SalesProcess>
            <Lead_ProbabilityPercent>int</Lead_ProbabilityPercent>
            <Lead_Referrer>int</Lead_Referrer>
            <Lead_Description>string</Lead_Description>
            <SupportCase_Owner>int</SupportCase_Owner>
            <SupportCase_Name>string</SupportCase_Name>
            <SupportCase_DefaultName>string</SupportCase_DefaultName>
            <SupportCase_Status>int</SupportCase_Status>
            <SupportCase_Priority>int</SupportCase_Priority>
            <SupportCase_Type>int</SupportCase_Type>
            <SupportCase_Description>string</SupportCase_Description>
            <Contact_Tags xsi:nil="true" />
            <Contact_New_Option>int</Contact_New_Option>
            <Contact_New_TagApplyNewContacts>boolean</Contact_New_TagApplyNewContacts>
            <Contact_New_TagApplyExisting>boolean</Contact_New_TagApplyExisting>
            <CP_Client_Ids xsi:nil="true" />
            <CP_Client_Tags xsi:nil="true" />
            <CP_Client_TagIDs xsi:nil="true" />
            <SubmitButtonText>string</SubmitButtonText>
            <Campaign_Progress xsi:nil="true" />
            <Campaign_DateRefreshed>dateTime</Campaign_DateRefreshed>
          </ObjectCreationConfig>
          <Delete>boolean</Delete>
          <RemoveParentLinks>boolean</RemoveParentLinks>
          <SubmissionCount>int</SubmissionCount>
        </Template>
        <Template>
          <Type>Form or Email or Letter or Invoice</Type>
          <TemplateID>int</TemplateID>
          <Notifications>
            <Person xsi:nil="true" />
            <Person xsi:nil="true" />
          </Notifications>
          <Name>string</Name>
          <Description>string</Description>
          <ConfirmationInfo>string</ConfirmationInfo>
          <OriginalFileName>string</OriginalFileName>
          <DateModified>dateTime</DateModified>
          <Html>string</Html>
          <Plain>string</Plain>
          <Subject>string</Subject>
          <EmailFrom>string</EmailFrom>
          <EmailFromName>string</EmailFromName>
          <Fields>
            <Field xsi:nil="true" />
            <Field xsi:nil="true" />
          </Fields>
          <MailingLists>
            <MailingList xsi:nil="true" />
            <MailingList xsi:nil="true" />
          </MailingLists>
          <MailingStarted>boolean</MailingStarted>
          <Flags>None or Creates_Lead_Profile or Creates_Support_Case or Auto_Archive or Group_Timesheet_Activities or Group_Timesheet_Root_Projects or Group_Timesheet_Sub_Projects or Group_Timesheet_ByDay or Label_Top_Aligned or Label_Left_Aligned or WebForm_Confirmation_Show_Text or WebForm_Confirmation_Redirect or WebForm_Creates_Account or WebForm_Captcha_On or WebForm_Captcha_Off or WebForm_Disable_Account_Updates or WebForm_Send_Confirmation_Email or WebForm_Send_Notification_Email or Login_Required or Disable_Support_Case_AutoReply or WebForm_CP_ShowAllUsers or WebForm_CP_ShowUserList or WebForm_CP_ShowUserTags or WebForm_CP_Internal</Flags>
          <ConfirmationConfig>
            <EmailFrom>string</EmailFrom>
            <EmailFromName>string</EmailFromName>
            <Subject>string</Subject>
            <Html>string</Html>
          </ConfirmationConfig>
          <ObjectCreationConfig>
            <Lead_Name>string</Lead_Name>
            <Lead_DefaultName>string</Lead_DefaultName>
            <Lead_Source>string</Lead_Source>
            <Lead_Owner>int</Lead_Owner>
            <Lead_SalesProcess>int</Lead_SalesProcess>
            <Lead_ProbabilityPercent>int</Lead_ProbabilityPercent>
            <Lead_Referrer>int</Lead_Referrer>
            <Lead_Description>string</Lead_Description>
            <SupportCase_Owner>int</SupportCase_Owner>
            <SupportCase_Name>string</SupportCase_Name>
            <SupportCase_DefaultName>string</SupportCase_DefaultName>
            <SupportCase_Status>int</SupportCase_Status>
            <SupportCase_Priority>int</SupportCase_Priority>
            <SupportCase_Type>int</SupportCase_Type>
            <SupportCase_Description>string</SupportCase_Description>
            <Contact_Tags xsi:nil="true" />
            <Contact_New_Option>int</Contact_New_Option>
            <Contact_New_TagApplyNewContacts>boolean</Contact_New_TagApplyNewContacts>
            <Contact_New_TagApplyExisting>boolean</Contact_New_TagApplyExisting>
            <CP_Client_Ids xsi:nil="true" />
            <CP_Client_Tags xsi:nil="true" />
            <CP_Client_TagIDs xsi:nil="true" />
            <SubmitButtonText>string</SubmitButtonText>
            <Campaign_Progress xsi:nil="true" />
            <Campaign_DateRefreshed>dateTime</Campaign_DateRefreshed>
          </ObjectCreationConfig>
          <Delete>boolean</Delete>
          <RemoveParentLinks>boolean</RemoveParentLinks>
          <SubmissionCount>int</SubmissionCount>
        </Template>
      </GetTemplatesResult>
    </GetTemplatesResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /xml HTTP/1.1
Host: admin.worketc.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetTemplates xmlns="http://schema.veetro.com">
      <type>Form or Email or Letter or Invoice</type>
    </GetTemplates>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetTemplatesResponse xmlns="http://schema.veetro.com">
      <GetTemplatesResult>
        <Template>
          <Type>Form or Email or Letter or Invoice</Type>
          <TemplateID>int</TemplateID>
          <Notifications>
            <Person xsi:nil="true" />
            <Person xsi:nil="true" />
          </Notifications>
          <Name>string</Name>
          <Description>string</Description>
          <ConfirmationInfo>string</ConfirmationInfo>
          <OriginalFileName>string</OriginalFileName>
          <DateModified>dateTime</DateModified>
          <Html>string</Html>
          <Plain>string</Plain>
          <Subject>string</Subject>
          <EmailFrom>string</EmailFrom>
          <EmailFromName>string</EmailFromName>
          <Fields>
            <Field xsi:nil="true" />
            <Field xsi:nil="true" />
          </Fields>
          <MailingLists>
            <MailingList xsi:nil="true" />
            <MailingList xsi:nil="true" />
          </MailingLists>
          <MailingStarted>boolean</MailingStarted>
          <Flags>None or Creates_Lead_Profile or Creates_Support_Case or Auto_Archive or Group_Timesheet_Activities or Group_Timesheet_Root_Projects or Group_Timesheet_Sub_Projects or Group_Timesheet_ByDay or Label_Top_Aligned or Label_Left_Aligned or WebForm_Confirmation_Show_Text or WebForm_Confirmation_Redirect or WebForm_Creates_Account or WebForm_Captcha_On or WebForm_Captcha_Off or WebForm_Disable_Account_Updates or WebForm_Send_Confirmation_Email or WebForm_Send_Notification_Email or Login_Required or Disable_Support_Case_AutoReply or WebForm_CP_ShowAllUsers or WebForm_CP_ShowUserList or WebForm_CP_ShowUserTags or WebForm_CP_Internal</Flags>
          <ConfirmationConfig>
            <EmailFrom>string</EmailFrom>
            <EmailFromName>string</EmailFromName>
            <Subject>string</Subject>
            <Html>string</Html>
          </ConfirmationConfig>
          <ObjectCreationConfig>
            <Lead_Name>string</Lead_Name>
            <Lead_DefaultName>string</Lead_DefaultName>
            <Lead_Source>string</Lead_Source>
            <Lead_Owner>int</Lead_Owner>
            <Lead_SalesProcess>int</Lead_SalesProcess>
            <Lead_ProbabilityPercent>int</Lead_ProbabilityPercent>
            <Lead_Referrer>int</Lead_Referrer>
            <Lead_Description>string</Lead_Description>
            <SupportCase_Owner>int</SupportCase_Owner>
            <SupportCase_Name>string</SupportCase_Name>
            <SupportCase_DefaultName>string</SupportCase_DefaultName>
            <SupportCase_Status>int</SupportCase_Status>
            <SupportCase_Priority>int</SupportCase_Priority>
            <SupportCase_Type>int</SupportCase_Type>
            <SupportCase_Description>string</SupportCase_Description>
            <Contact_Tags xsi:nil="true" />
            <Contact_New_Option>int</Contact_New_Option>
            <Contact_New_TagApplyNewContacts>boolean</Contact_New_TagApplyNewContacts>
            <Contact_New_TagApplyExisting>boolean</Contact_New_TagApplyExisting>
            <CP_Client_Ids xsi:nil="true" />
            <CP_Client_Tags xsi:nil="true" />
            <CP_Client_TagIDs xsi:nil="true" />
            <SubmitButtonText>string</SubmitButtonText>
            <Campaign_Progress xsi:nil="true" />
            <Campaign_DateRefreshed>dateTime</Campaign_DateRefreshed>
          </ObjectCreationConfig>
          <Delete>boolean</Delete>
          <RemoveParentLinks>boolean</RemoveParentLinks>
          <SubmissionCount>int</SubmissionCount>
        </Template>
        <Template>
          <Type>Form or Email or Letter or Invoice</Type>
          <TemplateID>int</TemplateID>
          <Notifications>
            <Person xsi:nil="true" />
            <Person xsi:nil="true" />
          </Notifications>
          <Name>string</Name>
          <Description>string</Description>
          <ConfirmationInfo>string</ConfirmationInfo>
          <OriginalFileName>string</OriginalFileName>
          <DateModified>dateTime</DateModified>
          <Html>string</Html>
          <Plain>string</Plain>
          <Subject>string</Subject>
          <EmailFrom>string</EmailFrom>
          <EmailFromName>string</EmailFromName>
          <Fields>
            <Field xsi:nil="true" />
            <Field xsi:nil="true" />
          </Fields>
          <MailingLists>
            <MailingList xsi:nil="true" />
            <MailingList xsi:nil="true" />
          </MailingLists>
          <MailingStarted>boolean</MailingStarted>
          <Flags>None or Creates_Lead_Profile or Creates_Support_Case or Auto_Archive or Group_Timesheet_Activities or Group_Timesheet_Root_Projects or Group_Timesheet_Sub_Projects or Group_Timesheet_ByDay or Label_Top_Aligned or Label_Left_Aligned or WebForm_Confirmation_Show_Text or WebForm_Confirmation_Redirect or WebForm_Creates_Account or WebForm_Captcha_On or WebForm_Captcha_Off or WebForm_Disable_Account_Updates or WebForm_Send_Confirmation_Email or WebForm_Send_Notification_Email or Login_Required or Disable_Support_Case_AutoReply or WebForm_CP_ShowAllUsers or WebForm_CP_ShowUserList or WebForm_CP_ShowUserTags or WebForm_CP_Internal</Flags>
          <ConfirmationConfig>
            <EmailFrom>string</EmailFrom>
            <EmailFromName>string</EmailFromName>
            <Subject>string</Subject>
            <Html>string</Html>
          </ConfirmationConfig>
          <ObjectCreationConfig>
            <Lead_Name>string</Lead_Name>
            <Lead_DefaultName>string</Lead_DefaultName>
            <Lead_Source>string</Lead_Source>
            <Lead_Owner>int</Lead_Owner>
            <Lead_SalesProcess>int</Lead_SalesProcess>
            <Lead_ProbabilityPercent>int</Lead_ProbabilityPercent>
            <Lead_Referrer>int</Lead_Referrer>
            <Lead_Description>string</Lead_Description>
            <SupportCase_Owner>int</SupportCase_Owner>
            <SupportCase_Name>string</SupportCase_Name>
            <SupportCase_DefaultName>string</SupportCase_DefaultName>
            <SupportCase_Status>int</SupportCase_Status>
            <SupportCase_Priority>int</SupportCase_Priority>
            <SupportCase_Type>int</SupportCase_Type>
            <SupportCase_Description>string</SupportCase_Description>
            <Contact_Tags xsi:nil="true" />
            <Contact_New_Option>int</Contact_New_Option>
            <Contact_New_TagApplyNewContacts>boolean</Contact_New_TagApplyNewContacts>
            <Contact_New_TagApplyExisting>boolean</Contact_New_TagApplyExisting>
            <CP_Client_Ids xsi:nil="true" />
            <CP_Client_Tags xsi:nil="true" />
            <CP_Client_TagIDs xsi:nil="true" />
            <SubmitButtonText>string</SubmitButtonText>
            <Campaign_Progress xsi:nil="true" />
            <Campaign_DateRefreshed>dateTime</Campaign_DateRefreshed>
          </ObjectCreationConfig>
          <Delete>boolean</Delete>
          <RemoveParentLinks>boolean</RemoveParentLinks>
          <SubmissionCount>int</SubmissionCount>
        </Template>
      </GetTemplatesResult>
    </GetTemplatesResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /xml/GetTemplates?type=string HTTP/1.1
Host: admin.worketc.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfTemplate xmlns="http://schema.veetro.com">
  <Template>
    <Type>Form or Email or Letter or Invoice</Type>
    <TemplateID>int</TemplateID>
    <Notifications>
      <Person>
        <Title>string</Title>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <Surname>string</Surname>
        <Mobile>string</Mobile>
        <Gender>Unspecified or Male or Female</Gender>
        <Birthday>dateTime</Birthday>
        <CompanyIDInheritPermissions>int</CompanyIDInheritPermissions>
        <Addresses d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Subscriptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RelatedBranches d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Person>
      <Person>
        <Title>string</Title>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <Surname>string</Surname>
        <Mobile>string</Mobile>
        <Gender>Unspecified or Male or Female</Gender>
        <Birthday>dateTime</Birthday>
        <CompanyIDInheritPermissions>int</CompanyIDInheritPermissions>
        <Addresses d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Subscriptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RelatedBranches d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Person>
    </Notifications>
    <Name>string</Name>
    <Description>string</Description>
    <ConfirmationInfo>string</ConfirmationInfo>
    <OriginalFileName>string</OriginalFileName>
    <DateModified>dateTime</DateModified>
    <Html>string</Html>
    <Plain>string</Plain>
    <Subject>string</Subject>
    <EmailFrom>string</EmailFrom>
    <EmailFromName>string</EmailFromName>
    <Fields>
      <Field>
        <FieldID>int</FieldID>
        <Name>string</Name>
        <Question>string</Question>
        <QuestionOrder>int</QuestionOrder>
        <Type>TextBox_SingleLine or TextBox_Multiline or ComboBox or CheckList or RadioList or EntityName_FirstLast or EntityName_SalFirstLast or EntityName_SalFirstMiddleLast or EntityEmail or EntityAddress or EntityPhone or Date_MM_DD_YYYY or Date_DD_MM_YYYY or Date_MM_DD_YYYY_HHMM or Date_DD_MM_YYYY_HHMM or Date_MM_DD_YYYY_HHMMTT or Date_DD_MM_YYYY_HHMMTT or Date_HHMM or Date_HHMMTT or Hidden or TextBox_Number or TextBox_URL or EntityPhone_Plain or Horizontal_Rule or Field_Set or File_Upload or Text_H1 or Text_H2 or Text_Paragraph or Image or Yes_No or Product or Product_Category or Entity or Entry or Priority or Image_Upload or Label or EmployeePicker or ContactPicker or Invoice_Quote or TextBox_CompanyName or LeadSalesProcessPicker</Type>
        <Options>string</Options>
        <FileUploadConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PriorityItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LabelItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FieldID_CopiedFrom>int</FieldID_CopiedFrom>
        <IsSysField>boolean</IsSysField>
        <SysFieldType>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or ProductSale or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag or EntityDisabled or LeadDisabled or JournalDisabled or ProjectDisabled or EventDisabled or ToDoDisabled or SupportDisabled or ProductDisabled</SysFieldType>
        <Value>string</Value>
        <IsPreSetting>boolean</IsPreSetting>
        <PreSettingFieldName>string</PreSettingFieldName>
        <Instructions>string</Instructions>
        <Flags>None or IsRequired or Columns_1 or Columns_2 or Columns_3 or Size_Min or Size_Medium or Size_Max or Address_Home or Address_Work or Address_Billing or IsMultiSelect or Open_In_Current_Window or IsSingleSelect</Flags>
        <MaxValue>int</MaxValue>
        <MinValue>int</MinValue>
        <GroupName>string</GroupName>
        <Groups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <Delete>boolean</Delete>
        <DeleteData>boolean</DeleteData>
        <SelectedObjects d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Field>
      <Field>
        <FieldID>int</FieldID>
        <Name>string</Name>
        <Question>string</Question>
        <QuestionOrder>int</QuestionOrder>
        <Type>TextBox_SingleLine or TextBox_Multiline or ComboBox or CheckList or RadioList or EntityName_FirstLast or EntityName_SalFirstLast or EntityName_SalFirstMiddleLast or EntityEmail or EntityAddress or EntityPhone or Date_MM_DD_YYYY or Date_DD_MM_YYYY or Date_MM_DD_YYYY_HHMM or Date_DD_MM_YYYY_HHMM or Date_MM_DD_YYYY_HHMMTT or Date_DD_MM_YYYY_HHMMTT or Date_HHMM or Date_HHMMTT or Hidden or TextBox_Number or TextBox_URL or EntityPhone_Plain or Horizontal_Rule or Field_Set or File_Upload or Text_H1 or Text_H2 or Text_Paragraph or Image or Yes_No or Product or Product_Category or Entity or Entry or Priority or Image_Upload or Label or EmployeePicker or ContactPicker or Invoice_Quote or TextBox_CompanyName or LeadSalesProcessPicker</Type>
        <Options>string</Options>
        <FileUploadConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PriorityItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LabelItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FieldID_CopiedFrom>int</FieldID_CopiedFrom>
        <IsSysField>boolean</IsSysField>
        <SysFieldType>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or ProductSale or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag or EntityDisabled or LeadDisabled or JournalDisabled or ProjectDisabled or EventDisabled or ToDoDisabled or SupportDisabled or ProductDisabled</SysFieldType>
        <Value>string</Value>
        <IsPreSetting>boolean</IsPreSetting>
        <PreSettingFieldName>string</PreSettingFieldName>
        <Instructions>string</Instructions>
        <Flags>None or IsRequired or Columns_1 or Columns_2 or Columns_3 or Size_Min or Size_Medium or Size_Max or Address_Home or Address_Work or Address_Billing or IsMultiSelect or Open_In_Current_Window or IsSingleSelect</Flags>
        <MaxValue>int</MaxValue>
        <MinValue>int</MinValue>
        <GroupName>string</GroupName>
        <Groups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <Delete>boolean</Delete>
        <DeleteData>boolean</DeleteData>
        <SelectedObjects d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Field>
    </Fields>
    <MailingLists>
      <MailingList>
        <MailingListID>int</MailingListID>
        <Name>string</Name>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Forms d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityFlags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlags>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <TagsToBeRemovedWhenUnsubscribeString>string</TagsToBeRemovedWhenUnsubscribeString>
        <TagsToBeRemovedWhenUnsubscribe d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <SubscribersCount>int</SubscribersCount>
        <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags or RemoveFromListWhenTagRemoved or RemoveTagWhenUnsubscribe or IsStatic</Flags>
      </MailingList>
      <MailingList>
        <MailingListID>int</MailingListID>
        <Name>string</Name>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Forms d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityFlags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlags>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <TagsToBeRemovedWhenUnsubscribeString>string</TagsToBeRemovedWhenUnsubscribeString>
        <TagsToBeRemovedWhenUnsubscribe d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <SubscribersCount>int</SubscribersCount>
        <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags or RemoveFromListWhenTagRemoved or RemoveTagWhenUnsubscribe or IsStatic</Flags>
      </MailingList>
    </MailingLists>
    <MailingStarted>boolean</MailingStarted>
    <Flags>None or Creates_Lead_Profile or Creates_Support_Case or Auto_Archive or Group_Timesheet_Activities or Group_Timesheet_Root_Projects or Group_Timesheet_Sub_Projects or Group_Timesheet_ByDay or Label_Top_Aligned or Label_Left_Aligned or WebForm_Confirmation_Show_Text or WebForm_Confirmation_Redirect or WebForm_Creates_Account or WebForm_Captcha_On or WebForm_Captcha_Off or WebForm_Disable_Account_Updates or WebForm_Send_Confirmation_Email or WebForm_Send_Notification_Email or Login_Required or Disable_Support_Case_AutoReply or WebForm_CP_ShowAllUsers or WebForm_CP_ShowUserList or WebForm_CP_ShowUserTags or WebForm_CP_Internal</Flags>
    <ConfirmationConfig>
      <EmailFrom>string</EmailFrom>
      <EmailFromName>string</EmailFromName>
      <Subject>string</Subject>
      <Html>string</Html>
    </ConfirmationConfig>
    <ObjectCreationConfig>
      <Lead_Name>string</Lead_Name>
      <Lead_DefaultName>string</Lead_DefaultName>
      <Lead_Source>string</Lead_Source>
      <Lead_Owner>int</Lead_Owner>
      <Lead_SalesProcess>int</Lead_SalesProcess>
      <Lead_ProbabilityPercent>int</Lead_ProbabilityPercent>
      <Lead_Referrer>int</Lead_Referrer>
      <Lead_Description>string</Lead_Description>
      <SupportCase_Owner>int</SupportCase_Owner>
      <SupportCase_Name>string</SupportCase_Name>
      <SupportCase_DefaultName>string</SupportCase_DefaultName>
      <SupportCase_Status>int</SupportCase_Status>
      <SupportCase_Priority>int</SupportCase_Priority>
      <SupportCase_Type>int</SupportCase_Type>
      <SupportCase_Description>string</SupportCase_Description>
      <Contact_Tags>
        <string>string</string>
        <string>string</string>
      </Contact_Tags>
      <Contact_New_Option>int</Contact_New_Option>
      <Contact_New_TagApplyNewContacts>boolean</Contact_New_TagApplyNewContacts>
      <Contact_New_TagApplyExisting>boolean</Contact_New_TagApplyExisting>
      <CP_Client_Ids>
        <string>string</string>
        <string>string</string>
      </CP_Client_Ids>
      <CP_Client_Tags>
        <string>string</string>
        <string>string</string>
      </CP_Client_Tags>
      <CP_Client_TagIDs>
        <int>int</int>
        <int>int</int>
      </CP_Client_TagIDs>
      <SubmitButtonText>string</SubmitButtonText>
      <Campaign_Progress>
        <Total>int</Total>
        <Complete>int</Complete>
        <Success>int</Success>
        <Failed>int</Failed>
        <Opened>int</Opened>
        <FirstEmailSendDate>dateTime</FirstEmailSendDate>
      </Campaign_Progress>
      <Campaign_DateRefreshed>dateTime</Campaign_DateRefreshed>
    </ObjectCreationConfig>
    <Delete>boolean</Delete>
    <RemoveParentLinks>boolean</RemoveParentLinks>
    <SubmissionCount>int</SubmissionCount>
  </Template>
  <Template>
    <Type>Form or Email or Letter or Invoice</Type>
    <TemplateID>int</TemplateID>
    <Notifications>
      <Person>
        <Title>string</Title>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <Surname>string</Surname>
        <Mobile>string</Mobile>
        <Gender>Unspecified or Male or Female</Gender>
        <Birthday>dateTime</Birthday>
        <CompanyIDInheritPermissions>int</CompanyIDInheritPermissions>
        <Addresses d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Subscriptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RelatedBranches d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Person>
      <Person>
        <Title>string</Title>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <Surname>string</Surname>
        <Mobile>string</Mobile>
        <Gender>Unspecified or Male or Female</Gender>
        <Birthday>dateTime</Birthday>
        <CompanyIDInheritPermissions>int</CompanyIDInheritPermissions>
        <Addresses d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Subscriptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RelatedBranches d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Person>
    </Notifications>
    <Name>string</Name>
    <Description>string</Description>
    <ConfirmationInfo>string</ConfirmationInfo>
    <OriginalFileName>string</OriginalFileName>
    <DateModified>dateTime</DateModified>
    <Html>string</Html>
    <Plain>string</Plain>
    <Subject>string</Subject>
    <EmailFrom>string</EmailFrom>
    <EmailFromName>string</EmailFromName>
    <Fields>
      <Field>
        <FieldID>int</FieldID>
        <Name>string</Name>
        <Question>string</Question>
        <QuestionOrder>int</QuestionOrder>
        <Type>TextBox_SingleLine or TextBox_Multiline or ComboBox or CheckList or RadioList or EntityName_FirstLast or EntityName_SalFirstLast or EntityName_SalFirstMiddleLast or EntityEmail or EntityAddress or EntityPhone or Date_MM_DD_YYYY or Date_DD_MM_YYYY or Date_MM_DD_YYYY_HHMM or Date_DD_MM_YYYY_HHMM or Date_MM_DD_YYYY_HHMMTT or Date_DD_MM_YYYY_HHMMTT or Date_HHMM or Date_HHMMTT or Hidden or TextBox_Number or TextBox_URL or EntityPhone_Plain or Horizontal_Rule or Field_Set or File_Upload or Text_H1 or Text_H2 or Text_Paragraph or Image or Yes_No or Product or Product_Category or Entity or Entry or Priority or Image_Upload or Label or EmployeePicker or ContactPicker or Invoice_Quote or TextBox_CompanyName or LeadSalesProcessPicker</Type>
        <Options>string</Options>
        <FileUploadConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PriorityItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LabelItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FieldID_CopiedFrom>int</FieldID_CopiedFrom>
        <IsSysField>boolean</IsSysField>
        <SysFieldType>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or ProductSale or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag or EntityDisabled or LeadDisabled or JournalDisabled or ProjectDisabled or EventDisabled or ToDoDisabled or SupportDisabled or ProductDisabled</SysFieldType>
        <Value>string</Value>
        <IsPreSetting>boolean</IsPreSetting>
        <PreSettingFieldName>string</PreSettingFieldName>
        <Instructions>string</Instructions>
        <Flags>None or IsRequired or Columns_1 or Columns_2 or Columns_3 or Size_Min or Size_Medium or Size_Max or Address_Home or Address_Work or Address_Billing or IsMultiSelect or Open_In_Current_Window or IsSingleSelect</Flags>
        <MaxValue>int</MaxValue>
        <MinValue>int</MinValue>
        <GroupName>string</GroupName>
        <Groups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <Delete>boolean</Delete>
        <DeleteData>boolean</DeleteData>
        <SelectedObjects d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Field>
      <Field>
        <FieldID>int</FieldID>
        <Name>string</Name>
        <Question>string</Question>
        <QuestionOrder>int</QuestionOrder>
        <Type>TextBox_SingleLine or TextBox_Multiline or ComboBox or CheckList or RadioList or EntityName_FirstLast or EntityName_SalFirstLast or EntityName_SalFirstMiddleLast or EntityEmail or EntityAddress or EntityPhone or Date_MM_DD_YYYY or Date_DD_MM_YYYY or Date_MM_DD_YYYY_HHMM or Date_DD_MM_YYYY_HHMM or Date_MM_DD_YYYY_HHMMTT or Date_DD_MM_YYYY_HHMMTT or Date_HHMM or Date_HHMMTT or Hidden or TextBox_Number or TextBox_URL or EntityPhone_Plain or Horizontal_Rule or Field_Set or File_Upload or Text_H1 or Text_H2 or Text_Paragraph or Image or Yes_No or Product or Product_Category or Entity or Entry or Priority or Image_Upload or Label or EmployeePicker or ContactPicker or Invoice_Quote or TextBox_CompanyName or LeadSalesProcessPicker</Type>
        <Options>string</Options>
        <FileUploadConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PriorityItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LabelItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FieldID_CopiedFrom>int</FieldID_CopiedFrom>
        <IsSysField>boolean</IsSysField>
        <SysFieldType>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or ProductSale or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag or EntityDisabled or LeadDisabled or JournalDisabled or ProjectDisabled or EventDisabled or ToDoDisabled or SupportDisabled or ProductDisabled</SysFieldType>
        <Value>string</Value>
        <IsPreSetting>boolean</IsPreSetting>
        <PreSettingFieldName>string</PreSettingFieldName>
        <Instructions>string</Instructions>
        <Flags>None or IsRequired or Columns_1 or Columns_2 or Columns_3 or Size_Min or Size_Medium or Size_Max or Address_Home or Address_Work or Address_Billing or IsMultiSelect or Open_In_Current_Window or IsSingleSelect</Flags>
        <MaxValue>int</MaxValue>
        <MinValue>int</MinValue>
        <GroupName>string</GroupName>
        <Groups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <Delete>boolean</Delete>
        <DeleteData>boolean</DeleteData>
        <SelectedObjects d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Field>
    </Fields>
    <MailingLists>
      <MailingList>
        <MailingListID>int</MailingListID>
        <Name>string</Name>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Forms d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityFlags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlags>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <TagsToBeRemovedWhenUnsubscribeString>string</TagsToBeRemovedWhenUnsubscribeString>
        <TagsToBeRemovedWhenUnsubscribe d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <SubscribersCount>int</SubscribersCount>
        <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags or RemoveFromListWhenTagRemoved or RemoveTagWhenUnsubscribe or IsStatic</Flags>
      </MailingList>
      <MailingList>
        <MailingListID>int</MailingListID>
        <Name>string</Name>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Forms d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityFlags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlags>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <TagsToBeRemovedWhenUnsubscribeString>string</TagsToBeRemovedWhenUnsubscribeString>
        <TagsToBeRemovedWhenUnsubscribe d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <SubscribersCount>int</SubscribersCount>
        <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags or RemoveFromListWhenTagRemoved or RemoveTagWhenUnsubscribe or IsStatic</Flags>
      </MailingList>
    </MailingLists>
    <MailingStarted>boolean</MailingStarted>
    <Flags>None or Creates_Lead_Profile or Creates_Support_Case or Auto_Archive or Group_Timesheet_Activities or Group_Timesheet_Root_Projects or Group_Timesheet_Sub_Projects or Group_Timesheet_ByDay or Label_Top_Aligned or Label_Left_Aligned or WebForm_Confirmation_Show_Text or WebForm_Confirmation_Redirect or WebForm_Creates_Account or WebForm_Captcha_On or WebForm_Captcha_Off or WebForm_Disable_Account_Updates or WebForm_Send_Confirmation_Email or WebForm_Send_Notification_Email or Login_Required or Disable_Support_Case_AutoReply or WebForm_CP_ShowAllUsers or WebForm_CP_ShowUserList or WebForm_CP_ShowUserTags or WebForm_CP_Internal</Flags>
    <ConfirmationConfig>
      <EmailFrom>string</EmailFrom>
      <EmailFromName>string</EmailFromName>
      <Subject>string</Subject>
      <Html>string</Html>
    </ConfirmationConfig>
    <ObjectCreationConfig>
      <Lead_Name>string</Lead_Name>
      <Lead_DefaultName>string</Lead_DefaultName>
      <Lead_Source>string</Lead_Source>
      <Lead_Owner>int</Lead_Owner>
      <Lead_SalesProcess>int</Lead_SalesProcess>
      <Lead_ProbabilityPercent>int</Lead_ProbabilityPercent>
      <Lead_Referrer>int</Lead_Referrer>
      <Lead_Description>string</Lead_Description>
      <SupportCase_Owner>int</SupportCase_Owner>
      <SupportCase_Name>string</SupportCase_Name>
      <SupportCase_DefaultName>string</SupportCase_DefaultName>
      <SupportCase_Status>int</SupportCase_Status>
      <SupportCase_Priority>int</SupportCase_Priority>
      <SupportCase_Type>int</SupportCase_Type>
      <SupportCase_Description>string</SupportCase_Description>
      <Contact_Tags>
        <string>string</string>
        <string>string</string>
      </Contact_Tags>
      <Contact_New_Option>int</Contact_New_Option>
      <Contact_New_TagApplyNewContacts>boolean</Contact_New_TagApplyNewContacts>
      <Contact_New_TagApplyExisting>boolean</Contact_New_TagApplyExisting>
      <CP_Client_Ids>
        <string>string</string>
        <string>string</string>
      </CP_Client_Ids>
      <CP_Client_Tags>
        <string>string</string>
        <string>string</string>
      </CP_Client_Tags>
      <CP_Client_TagIDs>
        <int>int</int>
        <int>int</int>
      </CP_Client_TagIDs>
      <SubmitButtonText>string</SubmitButtonText>
      <Campaign_Progress>
        <Total>int</Total>
        <Complete>int</Complete>
        <Success>int</Success>
        <Failed>int</Failed>
        <Opened>int</Opened>
        <FirstEmailSendDate>dateTime</FirstEmailSendDate>
      </Campaign_Progress>
      <Campaign_DateRefreshed>dateTime</Campaign_DateRefreshed>
    </ObjectCreationConfig>
    <Delete>boolean</Delete>
    <RemoveParentLinks>boolean</RemoveParentLinks>
    <SubmissionCount>int</SubmissionCount>
  </Template>
</ArrayOfTemplate>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /xml/GetTemplates HTTP/1.1
Host: admin.worketc.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

type=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfTemplate xmlns="http://schema.veetro.com">
  <Template>
    <Type>Form or Email or Letter or Invoice</Type>
    <TemplateID>int</TemplateID>
    <Notifications>
      <Person>
        <Title>string</Title>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <Surname>string</Surname>
        <Mobile>string</Mobile>
        <Gender>Unspecified or Male or Female</Gender>
        <Birthday>dateTime</Birthday>
        <CompanyIDInheritPermissions>int</CompanyIDInheritPermissions>
        <Addresses d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Subscriptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RelatedBranches d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Person>
      <Person>
        <Title>string</Title>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <Surname>string</Surname>
        <Mobile>string</Mobile>
        <Gender>Unspecified or Male or Female</Gender>
        <Birthday>dateTime</Birthday>
        <CompanyIDInheritPermissions>int</CompanyIDInheritPermissions>
        <Addresses d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Subscriptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RelatedBranches d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Person>
    </Notifications>
    <Name>string</Name>
    <Description>string</Description>
    <ConfirmationInfo>string</ConfirmationInfo>
    <OriginalFileName>string</OriginalFileName>
    <DateModified>dateTime</DateModified>
    <Html>string</Html>
    <Plain>string</Plain>
    <Subject>string</Subject>
    <EmailFrom>string</EmailFrom>
    <EmailFromName>string</EmailFromName>
    <Fields>
      <Field>
        <FieldID>int</FieldID>
        <Name>string</Name>
        <Question>string</Question>
        <QuestionOrder>int</QuestionOrder>
        <Type>TextBox_SingleLine or TextBox_Multiline or ComboBox or CheckList or RadioList or EntityName_FirstLast or EntityName_SalFirstLast or EntityName_SalFirstMiddleLast or EntityEmail or EntityAddress or EntityPhone or Date_MM_DD_YYYY or Date_DD_MM_YYYY or Date_MM_DD_YYYY_HHMM or Date_DD_MM_YYYY_HHMM or Date_MM_DD_YYYY_HHMMTT or Date_DD_MM_YYYY_HHMMTT or Date_HHMM or Date_HHMMTT or Hidden or TextBox_Number or TextBox_URL or EntityPhone_Plain or Horizontal_Rule or Field_Set or File_Upload or Text_H1 or Text_H2 or Text_Paragraph or Image or Yes_No or Product or Product_Category or Entity or Entry or Priority or Image_Upload or Label or EmployeePicker or ContactPicker or Invoice_Quote or TextBox_CompanyName or LeadSalesProcessPicker</Type>
        <Options>string</Options>
        <FileUploadConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PriorityItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LabelItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FieldID_CopiedFrom>int</FieldID_CopiedFrom>
        <IsSysField>boolean</IsSysField>
        <SysFieldType>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or ProductSale or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag or EntityDisabled or LeadDisabled or JournalDisabled or ProjectDisabled or EventDisabled or ToDoDisabled or SupportDisabled or ProductDisabled</SysFieldType>
        <Value>string</Value>
        <IsPreSetting>boolean</IsPreSetting>
        <PreSettingFieldName>string</PreSettingFieldName>
        <Instructions>string</Instructions>
        <Flags>None or IsRequired or Columns_1 or Columns_2 or Columns_3 or Size_Min or Size_Medium or Size_Max or Address_Home or Address_Work or Address_Billing or IsMultiSelect or Open_In_Current_Window or IsSingleSelect</Flags>
        <MaxValue>int</MaxValue>
        <MinValue>int</MinValue>
        <GroupName>string</GroupName>
        <Groups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <Delete>boolean</Delete>
        <DeleteData>boolean</DeleteData>
        <SelectedObjects d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Field>
      <Field>
        <FieldID>int</FieldID>
        <Name>string</Name>
        <Question>string</Question>
        <QuestionOrder>int</QuestionOrder>
        <Type>TextBox_SingleLine or TextBox_Multiline or ComboBox or CheckList or RadioList or EntityName_FirstLast or EntityName_SalFirstLast or EntityName_SalFirstMiddleLast or EntityEmail or EntityAddress or EntityPhone or Date_MM_DD_YYYY or Date_DD_MM_YYYY or Date_MM_DD_YYYY_HHMM or Date_DD_MM_YYYY_HHMM or Date_MM_DD_YYYY_HHMMTT or Date_DD_MM_YYYY_HHMMTT or Date_HHMM or Date_HHMMTT or Hidden or TextBox_Number or TextBox_URL or EntityPhone_Plain or Horizontal_Rule or Field_Set or File_Upload or Text_H1 or Text_H2 or Text_Paragraph or Image or Yes_No or Product or Product_Category or Entity or Entry or Priority or Image_Upload or Label or EmployeePicker or ContactPicker or Invoice_Quote or TextBox_CompanyName or LeadSalesProcessPicker</Type>
        <Options>string</Options>
        <FileUploadConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PriorityItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LabelItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FieldID_CopiedFrom>int</FieldID_CopiedFrom>
        <IsSysField>boolean</IsSysField>
        <SysFieldType>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or ProductSale or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag or EntityDisabled or LeadDisabled or JournalDisabled or ProjectDisabled or EventDisabled or ToDoDisabled or SupportDisabled or ProductDisabled</SysFieldType>
        <Value>string</Value>
        <IsPreSetting>boolean</IsPreSetting>
        <PreSettingFieldName>string</PreSettingFieldName>
        <Instructions>string</Instructions>
        <Flags>None or IsRequired or Columns_1 or Columns_2 or Columns_3 or Size_Min or Size_Medium or Size_Max or Address_Home or Address_Work or Address_Billing or IsMultiSelect or Open_In_Current_Window or IsSingleSelect</Flags>
        <MaxValue>int</MaxValue>
        <MinValue>int</MinValue>
        <GroupName>string</GroupName>
        <Groups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <Delete>boolean</Delete>
        <DeleteData>boolean</DeleteData>
        <SelectedObjects d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Field>
    </Fields>
    <MailingLists>
      <MailingList>
        <MailingListID>int</MailingListID>
        <Name>string</Name>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Forms d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityFlags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlags>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <TagsToBeRemovedWhenUnsubscribeString>string</TagsToBeRemovedWhenUnsubscribeString>
        <TagsToBeRemovedWhenUnsubscribe d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <SubscribersCount>int</SubscribersCount>
        <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags or RemoveFromListWhenTagRemoved or RemoveTagWhenUnsubscribe or IsStatic</Flags>
      </MailingList>
      <MailingList>
        <MailingListID>int</MailingListID>
        <Name>string</Name>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Forms d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityFlags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlags>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <TagsToBeRemovedWhenUnsubscribeString>string</TagsToBeRemovedWhenUnsubscribeString>
        <TagsToBeRemovedWhenUnsubscribe d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <SubscribersCount>int</SubscribersCount>
        <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags or RemoveFromListWhenTagRemoved or RemoveTagWhenUnsubscribe or IsStatic</Flags>
      </MailingList>
    </MailingLists>
    <MailingStarted>boolean</MailingStarted>
    <Flags>None or Creates_Lead_Profile or Creates_Support_Case or Auto_Archive or Group_Timesheet_Activities or Group_Timesheet_Root_Projects or Group_Timesheet_Sub_Projects or Group_Timesheet_ByDay or Label_Top_Aligned or Label_Left_Aligned or WebForm_Confirmation_Show_Text or WebForm_Confirmation_Redirect or WebForm_Creates_Account or WebForm_Captcha_On or WebForm_Captcha_Off or WebForm_Disable_Account_Updates or WebForm_Send_Confirmation_Email or WebForm_Send_Notification_Email or Login_Required or Disable_Support_Case_AutoReply or WebForm_CP_ShowAllUsers or WebForm_CP_ShowUserList or WebForm_CP_ShowUserTags or WebForm_CP_Internal</Flags>
    <ConfirmationConfig>
      <EmailFrom>string</EmailFrom>
      <EmailFromName>string</EmailFromName>
      <Subject>string</Subject>
      <Html>string</Html>
    </ConfirmationConfig>
    <ObjectCreationConfig>
      <Lead_Name>string</Lead_Name>
      <Lead_DefaultName>string</Lead_DefaultName>
      <Lead_Source>string</Lead_Source>
      <Lead_Owner>int</Lead_Owner>
      <Lead_SalesProcess>int</Lead_SalesProcess>
      <Lead_ProbabilityPercent>int</Lead_ProbabilityPercent>
      <Lead_Referrer>int</Lead_Referrer>
      <Lead_Description>string</Lead_Description>
      <SupportCase_Owner>int</SupportCase_Owner>
      <SupportCase_Name>string</SupportCase_Name>
      <SupportCase_DefaultName>string</SupportCase_DefaultName>
      <SupportCase_Status>int</SupportCase_Status>
      <SupportCase_Priority>int</SupportCase_Priority>
      <SupportCase_Type>int</SupportCase_Type>
      <SupportCase_Description>string</SupportCase_Description>
      <Contact_Tags>
        <string>string</string>
        <string>string</string>
      </Contact_Tags>
      <Contact_New_Option>int</Contact_New_Option>
      <Contact_New_TagApplyNewContacts>boolean</Contact_New_TagApplyNewContacts>
      <Contact_New_TagApplyExisting>boolean</Contact_New_TagApplyExisting>
      <CP_Client_Ids>
        <string>string</string>
        <string>string</string>
      </CP_Client_Ids>
      <CP_Client_Tags>
        <string>string</string>
        <string>string</string>
      </CP_Client_Tags>
      <CP_Client_TagIDs>
        <int>int</int>
        <int>int</int>
      </CP_Client_TagIDs>
      <SubmitButtonText>string</SubmitButtonText>
      <Campaign_Progress>
        <Total>int</Total>
        <Complete>int</Complete>
        <Success>int</Success>
        <Failed>int</Failed>
        <Opened>int</Opened>
        <FirstEmailSendDate>dateTime</FirstEmailSendDate>
      </Campaign_Progress>
      <Campaign_DateRefreshed>dateTime</Campaign_DateRefreshed>
    </ObjectCreationConfig>
    <Delete>boolean</Delete>
    <RemoveParentLinks>boolean</RemoveParentLinks>
    <SubmissionCount>int</SubmissionCount>
  </Template>
  <Template>
    <Type>Form or Email or Letter or Invoice</Type>
    <TemplateID>int</TemplateID>
    <Notifications>
      <Person>
        <Title>string</Title>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <Surname>string</Surname>
        <Mobile>string</Mobile>
        <Gender>Unspecified or Male or Female</Gender>
        <Birthday>dateTime</Birthday>
        <CompanyIDInheritPermissions>int</CompanyIDInheritPermissions>
        <Addresses d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Subscriptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RelatedBranches d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Person>
      <Person>
        <Title>string</Title>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <Surname>string</Surname>
        <Mobile>string</Mobile>
        <Gender>Unspecified or Male or Female</Gender>
        <Birthday>dateTime</Birthday>
        <CompanyIDInheritPermissions>int</CompanyIDInheritPermissions>
        <Addresses d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Subscriptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RelatedBranches d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Person>
    </Notifications>
    <Name>string</Name>
    <Description>string</Description>
    <ConfirmationInfo>string</ConfirmationInfo>
    <OriginalFileName>string</OriginalFileName>
    <DateModified>dateTime</DateModified>
    <Html>string</Html>
    <Plain>string</Plain>
    <Subject>string</Subject>
    <EmailFrom>string</EmailFrom>
    <EmailFromName>string</EmailFromName>
    <Fields>
      <Field>
        <FieldID>int</FieldID>
        <Name>string</Name>
        <Question>string</Question>
        <QuestionOrder>int</QuestionOrder>
        <Type>TextBox_SingleLine or TextBox_Multiline or ComboBox or CheckList or RadioList or EntityName_FirstLast or EntityName_SalFirstLast or EntityName_SalFirstMiddleLast or EntityEmail or EntityAddress or EntityPhone or Date_MM_DD_YYYY or Date_DD_MM_YYYY or Date_MM_DD_YYYY_HHMM or Date_DD_MM_YYYY_HHMM or Date_MM_DD_YYYY_HHMMTT or Date_DD_MM_YYYY_HHMMTT or Date_HHMM or Date_HHMMTT or Hidden or TextBox_Number or TextBox_URL or EntityPhone_Plain or Horizontal_Rule or Field_Set or File_Upload or Text_H1 or Text_H2 or Text_Paragraph or Image or Yes_No or Product or Product_Category or Entity or Entry or Priority or Image_Upload or Label or EmployeePicker or ContactPicker or Invoice_Quote or TextBox_CompanyName or LeadSalesProcessPicker</Type>
        <Options>string</Options>
        <FileUploadConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PriorityItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LabelItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FieldID_CopiedFrom>int</FieldID_CopiedFrom>
        <IsSysField>boolean</IsSysField>
        <SysFieldType>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or ProductSale or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag or EntityDisabled or LeadDisabled or JournalDisabled or ProjectDisabled or EventDisabled or ToDoDisabled or SupportDisabled or ProductDisabled</SysFieldType>
        <Value>string</Value>
        <IsPreSetting>boolean</IsPreSetting>
        <PreSettingFieldName>string</PreSettingFieldName>
        <Instructions>string</Instructions>
        <Flags>None or IsRequired or Columns_1 or Columns_2 or Columns_3 or Size_Min or Size_Medium or Size_Max or Address_Home or Address_Work or Address_Billing or IsMultiSelect or Open_In_Current_Window or IsSingleSelect</Flags>
        <MaxValue>int</MaxValue>
        <MinValue>int</MinValue>
        <GroupName>string</GroupName>
        <Groups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <Delete>boolean</Delete>
        <DeleteData>boolean</DeleteData>
        <SelectedObjects d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Field>
      <Field>
        <FieldID>int</FieldID>
        <Name>string</Name>
        <Question>string</Question>
        <QuestionOrder>int</QuestionOrder>
        <Type>TextBox_SingleLine or TextBox_Multiline or ComboBox or CheckList or RadioList or EntityName_FirstLast or EntityName_SalFirstLast or EntityName_SalFirstMiddleLast or EntityEmail or EntityAddress or EntityPhone or Date_MM_DD_YYYY or Date_DD_MM_YYYY or Date_MM_DD_YYYY_HHMM or Date_DD_MM_YYYY_HHMM or Date_MM_DD_YYYY_HHMMTT or Date_DD_MM_YYYY_HHMMTT or Date_HHMM or Date_HHMMTT or Hidden or TextBox_Number or TextBox_URL or EntityPhone_Plain or Horizontal_Rule or Field_Set or File_Upload or Text_H1 or Text_H2 or Text_Paragraph or Image or Yes_No or Product or Product_Category or Entity or Entry or Priority or Image_Upload or Label or EmployeePicker or ContactPicker or Invoice_Quote or TextBox_CompanyName or LeadSalesProcessPicker</Type>
        <Options>string</Options>
        <FileUploadConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PriorityItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LabelItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FieldID_CopiedFrom>int</FieldID_CopiedFrom>
        <IsSysField>boolean</IsSysField>
        <SysFieldType>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or ProductSale or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag or EntityDisabled or LeadDisabled or JournalDisabled or ProjectDisabled or EventDisabled or ToDoDisabled or SupportDisabled or ProductDisabled</SysFieldType>
        <Value>string</Value>
        <IsPreSetting>boolean</IsPreSetting>
        <PreSettingFieldName>string</PreSettingFieldName>
        <Instructions>string</Instructions>
        <Flags>None or IsRequired or Columns_1 or Columns_2 or Columns_3 or Size_Min or Size_Medium or Size_Max or Address_Home or Address_Work or Address_Billing or IsMultiSelect or Open_In_Current_Window or IsSingleSelect</Flags>
        <MaxValue>int</MaxValue>
        <MinValue>int</MinValue>
        <GroupName>string</GroupName>
        <Groups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <Delete>boolean</Delete>
        <DeleteData>boolean</DeleteData>
        <SelectedObjects d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Field>
    </Fields>
    <MailingLists>
      <MailingList>
        <MailingListID>int</MailingListID>
        <Name>string</Name>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Forms d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityFlags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlags>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <TagsToBeRemovedWhenUnsubscribeString>string</TagsToBeRemovedWhenUnsubscribeString>
        <TagsToBeRemovedWhenUnsubscribe d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <SubscribersCount>int</SubscribersCount>
        <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags or RemoveFromListWhenTagRemoved or RemoveTagWhenUnsubscribe or IsStatic</Flags>
      </MailingList>
      <MailingList>
        <MailingListID>int</MailingListID>
        <Name>string</Name>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Forms d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityFlags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</EntityFlags>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <TagsToBeRemovedWhenUnsubscribeString>string</TagsToBeRemovedWhenUnsubscribeString>
        <TagsToBeRemovedWhenUnsubscribe d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <SubscribersCount>int</SubscribersCount>
        <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags or RemoveFromListWhenTagRemoved or RemoveTagWhenUnsubscribe or IsStatic</Flags>
      </MailingList>
    </MailingLists>
    <MailingStarted>boolean</MailingStarted>
    <Flags>None or Creates_Lead_Profile or Creates_Support_Case or Auto_Archive or Group_Timesheet_Activities or Group_Timesheet_Root_Projects or Group_Timesheet_Sub_Projects or Group_Timesheet_ByDay or Label_Top_Aligned or Label_Left_Aligned or WebForm_Confirmation_Show_Text or WebForm_Confirmation_Redirect or WebForm_Creates_Account or WebForm_Captcha_On or WebForm_Captcha_Off or WebForm_Disable_Account_Updates or WebForm_Send_Confirmation_Email or WebForm_Send_Notification_Email or Login_Required or Disable_Support_Case_AutoReply or WebForm_CP_ShowAllUsers or WebForm_CP_ShowUserList or WebForm_CP_ShowUserTags or WebForm_CP_Internal</Flags>
    <ConfirmationConfig>
      <EmailFrom>string</EmailFrom>
      <EmailFromName>string</EmailFromName>
      <Subject>string</Subject>
      <Html>string</Html>
    </ConfirmationConfig>
    <ObjectCreationConfig>
      <Lead_Name>string</Lead_Name>
      <Lead_DefaultName>string</Lead_DefaultName>
      <Lead_Source>string</Lead_Source>
      <Lead_Owner>int</Lead_Owner>
      <Lead_SalesProcess>int</Lead_SalesProcess>
      <Lead_ProbabilityPercent>int</Lead_ProbabilityPercent>
      <Lead_Referrer>int</Lead_Referrer>
      <Lead_Description>string</Lead_Description>
      <SupportCase_Owner>int</SupportCase_Owner>
      <SupportCase_Name>string</SupportCase_Name>
      <SupportCase_DefaultName>string</SupportCase_DefaultName>
      <SupportCase_Status>int</SupportCase_Status>
      <SupportCase_Priority>int</SupportCase_Priority>
      <SupportCase_Type>int</SupportCase_Type>
      <SupportCase_Description>string</SupportCase_Description>
      <Contact_Tags>
        <string>string</string>
        <string>string</string>
      </Contact_Tags>
      <Contact_New_Option>int</Contact_New_Option>
      <Contact_New_TagApplyNewContacts>boolean</Contact_New_TagApplyNewContacts>
      <Contact_New_TagApplyExisting>boolean</Contact_New_TagApplyExisting>
      <CP_Client_Ids>
        <string>string</string>
        <string>string</string>
      </CP_Client_Ids>
      <CP_Client_Tags>
        <string>string</string>
        <string>string</string>
      </CP_Client_Tags>
      <CP_Client_TagIDs>
        <int>int</int>
        <int>int</int>
      </CP_Client_TagIDs>
      <SubmitButtonText>string</SubmitButtonText>
      <Campaign_Progress>
        <Total>int</Total>
        <Complete>int</Complete>
        <Success>int</Success>
        <Failed>int</Failed>
        <Opened>int</Opened>
        <FirstEmailSendDate>dateTime</FirstEmailSendDate>
      </Campaign_Progress>
      <Campaign_DateRefreshed>dateTime</Campaign_DateRefreshed>
    </ObjectCreationConfig>
    <Delete>boolean</Delete>
    <RemoveParentLinks>boolean</RemoveParentLinks>
    <SubmissionCount>int</SubmissionCount>
  </Template>
</ArrayOfTemplate>