Veetro Web Service Methods


Click here for a complete list of operations.

GetAllMailingLists

Returns all MailingLists in the system (basic fields only)

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.

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/GetAllMailingLists"

<?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>
    <GetAllMailingLists xmlns="http://schema.veetro.com" />
  </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>
    <GetAllMailingListsResponse xmlns="http://schema.veetro.com">
      <GetAllMailingListsResult>
        <MailingList>
          <MailingListID>int</MailingListID>
          <Name>string</Name>
          <Tags>
            <Tag xsi:nil="true" />
            <Tag xsi:nil="true" />
          </Tags>
          <Forms>
            <Template xsi:nil="true" />
            <Template xsi:nil="true" />
          </Forms>
          <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</EntityFlags>
          <RemoveParentLinks>boolean</RemoveParentLinks>
          <Delete>boolean</Delete>
          <SubscribersCount>int</SubscribersCount>
          <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags</Flags>
        </MailingList>
        <MailingList>
          <MailingListID>int</MailingListID>
          <Name>string</Name>
          <Tags>
            <Tag xsi:nil="true" />
            <Tag xsi:nil="true" />
          </Tags>
          <Forms>
            <Template xsi:nil="true" />
            <Template xsi:nil="true" />
          </Forms>
          <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</EntityFlags>
          <RemoveParentLinks>boolean</RemoveParentLinks>
          <Delete>boolean</Delete>
          <SubscribersCount>int</SubscribersCount>
          <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags</Flags>
        </MailingList>
      </GetAllMailingListsResult>
    </GetAllMailingListsResponse>
  </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>
    <GetAllMailingLists xmlns="http://schema.veetro.com" />
  </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>
    <GetAllMailingListsResponse xmlns="http://schema.veetro.com">
      <GetAllMailingListsResult>
        <MailingList>
          <MailingListID>int</MailingListID>
          <Name>string</Name>
          <Tags>
            <Tag xsi:nil="true" />
            <Tag xsi:nil="true" />
          </Tags>
          <Forms>
            <Template xsi:nil="true" />
            <Template xsi:nil="true" />
          </Forms>
          <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</EntityFlags>
          <RemoveParentLinks>boolean</RemoveParentLinks>
          <Delete>boolean</Delete>
          <SubscribersCount>int</SubscribersCount>
          <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags</Flags>
        </MailingList>
        <MailingList>
          <MailingListID>int</MailingListID>
          <Name>string</Name>
          <Tags>
            <Tag xsi:nil="true" />
            <Tag xsi:nil="true" />
          </Tags>
          <Forms>
            <Template xsi:nil="true" />
            <Template xsi:nil="true" />
          </Forms>
          <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</EntityFlags>
          <RemoveParentLinks>boolean</RemoveParentLinks>
          <Delete>boolean</Delete>
          <SubscribersCount>int</SubscribersCount>
          <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags</Flags>
        </MailingList>
      </GetAllMailingListsResult>
    </GetAllMailingListsResponse>
  </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/GetAllMailingLists? 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"?>
<ArrayOfMailingList xmlns="http://schema.veetro.com">
  <MailingList>
    <MailingListID>int</MailingListID>
    <Name>string</Name>
    <Tags>
      <Tag>
        <TagID>int</TagID>
        <Name>string</Name>
        <Description>string</Description>
        <Types>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or Branch or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag</Types>
        <Color>string</Color>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DateCreated>dateTime</DateCreated>
        <DateLastModified>dateTime</DateLastModified>
        <Remove>boolean</Remove>
        <Delete>boolean</Delete>
      </Tag>
      <Tag>
        <TagID>int</TagID>
        <Name>string</Name>
        <Description>string</Description>
        <Types>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or Branch or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag</Types>
        <Color>string</Color>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DateCreated>dateTime</DateCreated>
        <DateLastModified>dateTime</DateLastModified>
        <Remove>boolean</Remove>
        <Delete>boolean</Delete>
      </Tag>
    </Tags>
    <Forms>
      <Template>
        <Type>Form or Email or Letter or Invoice</Type>
        <TemplateID>int</TemplateID>
        <Notifications d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MailingLists d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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</Flags>
        <ConfirmationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ObjectCreationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <SubmissionCount>int</SubmissionCount>
      </Template>
      <Template>
        <Type>Form or Email or Letter or Invoice</Type>
        <TemplateID>int</TemplateID>
        <Notifications d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MailingLists d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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</Flags>
        <ConfirmationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ObjectCreationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <SubmissionCount>int</SubmissionCount>
      </Template>
    </Forms>
    <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</EntityFlags>
    <RemoveParentLinks>boolean</RemoveParentLinks>
    <Delete>boolean</Delete>
    <SubscribersCount>int</SubscribersCount>
    <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags</Flags>
  </MailingList>
  <MailingList>
    <MailingListID>int</MailingListID>
    <Name>string</Name>
    <Tags>
      <Tag>
        <TagID>int</TagID>
        <Name>string</Name>
        <Description>string</Description>
        <Types>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or Branch or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag</Types>
        <Color>string</Color>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DateCreated>dateTime</DateCreated>
        <DateLastModified>dateTime</DateLastModified>
        <Remove>boolean</Remove>
        <Delete>boolean</Delete>
      </Tag>
      <Tag>
        <TagID>int</TagID>
        <Name>string</Name>
        <Description>string</Description>
        <Types>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or Branch or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag</Types>
        <Color>string</Color>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DateCreated>dateTime</DateCreated>
        <DateLastModified>dateTime</DateLastModified>
        <Remove>boolean</Remove>
        <Delete>boolean</Delete>
      </Tag>
    </Tags>
    <Forms>
      <Template>
        <Type>Form or Email or Letter or Invoice</Type>
        <TemplateID>int</TemplateID>
        <Notifications d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MailingLists d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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</Flags>
        <ConfirmationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ObjectCreationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <SubmissionCount>int</SubmissionCount>
      </Template>
      <Template>
        <Type>Form or Email or Letter or Invoice</Type>
        <TemplateID>int</TemplateID>
        <Notifications d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MailingLists d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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</Flags>
        <ConfirmationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ObjectCreationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <SubmissionCount>int</SubmissionCount>
      </Template>
    </Forms>
    <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</EntityFlags>
    <RemoveParentLinks>boolean</RemoveParentLinks>
    <Delete>boolean</Delete>
    <SubscribersCount>int</SubscribersCount>
    <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags</Flags>
  </MailingList>
</ArrayOfMailingList>

HTTP POST

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

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

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

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfMailingList xmlns="http://schema.veetro.com">
  <MailingList>
    <MailingListID>int</MailingListID>
    <Name>string</Name>
    <Tags>
      <Tag>
        <TagID>int</TagID>
        <Name>string</Name>
        <Description>string</Description>
        <Types>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or Branch or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag</Types>
        <Color>string</Color>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DateCreated>dateTime</DateCreated>
        <DateLastModified>dateTime</DateLastModified>
        <Remove>boolean</Remove>
        <Delete>boolean</Delete>
      </Tag>
      <Tag>
        <TagID>int</TagID>
        <Name>string</Name>
        <Description>string</Description>
        <Types>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or Branch or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag</Types>
        <Color>string</Color>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DateCreated>dateTime</DateCreated>
        <DateLastModified>dateTime</DateLastModified>
        <Remove>boolean</Remove>
        <Delete>boolean</Delete>
      </Tag>
    </Tags>
    <Forms>
      <Template>
        <Type>Form or Email or Letter or Invoice</Type>
        <TemplateID>int</TemplateID>
        <Notifications d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MailingLists d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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</Flags>
        <ConfirmationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ObjectCreationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <SubmissionCount>int</SubmissionCount>
      </Template>
      <Template>
        <Type>Form or Email or Letter or Invoice</Type>
        <TemplateID>int</TemplateID>
        <Notifications d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MailingLists d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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</Flags>
        <ConfirmationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ObjectCreationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <SubmissionCount>int</SubmissionCount>
      </Template>
    </Forms>
    <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</EntityFlags>
    <RemoveParentLinks>boolean</RemoveParentLinks>
    <Delete>boolean</Delete>
    <SubscribersCount>int</SubscribersCount>
    <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags</Flags>
  </MailingList>
  <MailingList>
    <MailingListID>int</MailingListID>
    <Name>string</Name>
    <Tags>
      <Tag>
        <TagID>int</TagID>
        <Name>string</Name>
        <Description>string</Description>
        <Types>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or Branch or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag</Types>
        <Color>string</Color>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DateCreated>dateTime</DateCreated>
        <DateLastModified>dateTime</DateLastModified>
        <Remove>boolean</Remove>
        <Delete>boolean</Delete>
      </Tag>
      <Tag>
        <TagID>int</TagID>
        <Name>string</Name>
        <Description>string</Description>
        <Types>None or Entity or Lead or Journal or Project or Event or ToDo or Support_Case or Product or Subscription or Disbursement or Branch or Company or Person or Employee or Invoice or Quote or Workgroup or Mailing_List or Message or IsSystemTag</Types>
        <Color>string</Color>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DateCreated>dateTime</DateCreated>
        <DateLastModified>dateTime</DateLastModified>
        <Remove>boolean</Remove>
        <Delete>boolean</Delete>
      </Tag>
    </Tags>
    <Forms>
      <Template>
        <Type>Form or Email or Letter or Invoice</Type>
        <TemplateID>int</TemplateID>
        <Notifications d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MailingLists d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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</Flags>
        <ConfirmationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ObjectCreationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <SubmissionCount>int</SubmissionCount>
      </Template>
      <Template>
        <Type>Form or Email or Letter or Invoice</Type>
        <TemplateID>int</TemplateID>
        <Notifications d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MailingLists d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <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</Flags>
        <ConfirmationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ObjectCreationConfig d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <SubmissionCount>int</SubmissionCount>
      </Template>
    </Forms>
    <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</EntityFlags>
    <RemoveParentLinks>boolean</RemoveParentLinks>
    <Delete>boolean</Delete>
    <SubscribersCount>int</SubscribersCount>
    <Flags>None or SendToCompanyPrimaryContactIfNoEmail or SubscriberContainAllTags</Flags>
  </MailingList>
</ArrayOfMailingList>