Veetro Web Service Methods


Click here for a complete list of operations.

GetProjectsRootByMember

[Permission: Employee, Credentials: Work.Projects.ViewFull/Limited]
Returns basic project details for all projects where provided EntityID is a Member

Test

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

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

<?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>
    <GetProjectsRootByMember xmlns="http://schema.veetro.com">
      <EntityID>int</EntityID>
      <Membership>Any or MemberOnly or OwnerOnly</Membership>
    </GetProjectsRootByMember>
  </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>
    <GetProjectsRootByMemberResponse xmlns="http://schema.veetro.com">
      <GetProjectsRootByMemberResult>
        <Project>
          <Color>string</Color>
          <PercentComplete>int</PercentComplete>
          <PercentCompleteWeight>int</PercentCompleteWeight>
          <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
          <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
          <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
          <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
          <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
          <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
          <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
          <Members>
            <Entity xsi:nil="true" />
            <Entity xsi:nil="true" />
          </Members>
          <Phases>
            <Project xsi:nil="true" />
            <Project xsi:nil="true" />
          </Phases>
          <Priority>int</Priority>
          <BillingMilestones>
            <Entry xsi:nil="true" />
            <Entry xsi:nil="true" />
          </BillingMilestones>
          <Complete>boolean</Complete>
          <DateCompleted>dateTime</DateCompleted>
          <DateStart>dateTime</DateStart>
          <EstDurationTicks>long</EstDurationTicks>
          <EstCost>double</EstCost>
        </Project>
        <Project>
          <Color>string</Color>
          <PercentComplete>int</PercentComplete>
          <PercentCompleteWeight>int</PercentCompleteWeight>
          <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
          <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
          <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
          <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
          <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
          <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
          <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
          <Members>
            <Entity xsi:nil="true" />
            <Entity xsi:nil="true" />
          </Members>
          <Phases>
            <Project xsi:nil="true" />
            <Project xsi:nil="true" />
          </Phases>
          <Priority>int</Priority>
          <BillingMilestones>
            <Entry xsi:nil="true" />
            <Entry xsi:nil="true" />
          </BillingMilestones>
          <Complete>boolean</Complete>
          <DateCompleted>dateTime</DateCompleted>
          <DateStart>dateTime</DateStart>
          <EstDurationTicks>long</EstDurationTicks>
          <EstCost>double</EstCost>
        </Project>
      </GetProjectsRootByMemberResult>
    </GetProjectsRootByMemberResponse>
  </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>
    <GetProjectsRootByMember xmlns="http://schema.veetro.com">
      <EntityID>int</EntityID>
      <Membership>Any or MemberOnly or OwnerOnly</Membership>
    </GetProjectsRootByMember>
  </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>
    <GetProjectsRootByMemberResponse xmlns="http://schema.veetro.com">
      <GetProjectsRootByMemberResult>
        <Project>
          <Color>string</Color>
          <PercentComplete>int</PercentComplete>
          <PercentCompleteWeight>int</PercentCompleteWeight>
          <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
          <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
          <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
          <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
          <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
          <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
          <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
          <Members>
            <Entity xsi:nil="true" />
            <Entity xsi:nil="true" />
          </Members>
          <Phases>
            <Project xsi:nil="true" />
            <Project xsi:nil="true" />
          </Phases>
          <Priority>int</Priority>
          <BillingMilestones>
            <Entry xsi:nil="true" />
            <Entry xsi:nil="true" />
          </BillingMilestones>
          <Complete>boolean</Complete>
          <DateCompleted>dateTime</DateCompleted>
          <DateStart>dateTime</DateStart>
          <EstDurationTicks>long</EstDurationTicks>
          <EstCost>double</EstCost>
        </Project>
        <Project>
          <Color>string</Color>
          <PercentComplete>int</PercentComplete>
          <PercentCompleteWeight>int</PercentCompleteWeight>
          <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
          <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
          <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
          <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
          <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
          <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
          <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
          <Members>
            <Entity xsi:nil="true" />
            <Entity xsi:nil="true" />
          </Members>
          <Phases>
            <Project xsi:nil="true" />
            <Project xsi:nil="true" />
          </Phases>
          <Priority>int</Priority>
          <BillingMilestones>
            <Entry xsi:nil="true" />
            <Entry xsi:nil="true" />
          </BillingMilestones>
          <Complete>boolean</Complete>
          <DateCompleted>dateTime</DateCompleted>
          <DateStart>dateTime</DateStart>
          <EstDurationTicks>long</EstDurationTicks>
          <EstCost>double</EstCost>
        </Project>
      </GetProjectsRootByMemberResult>
    </GetProjectsRootByMemberResponse>
  </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/GetProjectsRootByMember?EntityID=string&Membership=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"?>
<ArrayOfProject xmlns="http://schema.veetro.com">
  <Project>
    <Color>string</Color>
    <PercentComplete>int</PercentComplete>
    <PercentCompleteWeight>int</PercentCompleteWeight>
    <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
    <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
    <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
    <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
    <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
    <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
    <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
    <Members>
      <Entity>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>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</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
      <Entity>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>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</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
    </Members>
    <Phases>
      <Project>
        <Color>string</Color>
        <PercentComplete>int</PercentComplete>
        <PercentCompleteWeight>int</PercentCompleteWeight>
        <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
        <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
        <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
        <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
        <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
        <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
        <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
        <Members d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Phases d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Priority>int</Priority>
        <BillingMilestones d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Complete>boolean</Complete>
        <DateCompleted>dateTime</DateCompleted>
        <DateStart>dateTime</DateStart>
        <EstDurationTicks>long</EstDurationTicks>
        <EstCost>double</EstCost>
      </Project>
      <Project>
        <Color>string</Color>
        <PercentComplete>int</PercentComplete>
        <PercentCompleteWeight>int</PercentCompleteWeight>
        <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
        <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
        <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
        <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
        <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
        <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
        <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
        <Members d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Phases d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Priority>int</Priority>
        <BillingMilestones d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Complete>boolean</Complete>
        <DateCompleted>dateTime</DateCompleted>
        <DateStart>dateTime</DateStart>
        <EstDurationTicks>long</EstDurationTicks>
        <EstCost>double</EstCost>
      </Project>
    </Phases>
    <Priority>int</Priority>
    <BillingMilestones>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
    </BillingMilestones>
    <Complete>boolean</Complete>
    <DateCompleted>dateTime</DateCompleted>
    <DateStart>dateTime</DateStart>
    <EstDurationTicks>long</EstDurationTicks>
    <EstCost>double</EstCost>
  </Project>
  <Project>
    <Color>string</Color>
    <PercentComplete>int</PercentComplete>
    <PercentCompleteWeight>int</PercentCompleteWeight>
    <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
    <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
    <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
    <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
    <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
    <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
    <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
    <Members>
      <Entity>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>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</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
      <Entity>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>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</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
    </Members>
    <Phases>
      <Project>
        <Color>string</Color>
        <PercentComplete>int</PercentComplete>
        <PercentCompleteWeight>int</PercentCompleteWeight>
        <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
        <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
        <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
        <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
        <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
        <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
        <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
        <Members d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Phases d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Priority>int</Priority>
        <BillingMilestones d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Complete>boolean</Complete>
        <DateCompleted>dateTime</DateCompleted>
        <DateStart>dateTime</DateStart>
        <EstDurationTicks>long</EstDurationTicks>
        <EstCost>double</EstCost>
      </Project>
      <Project>
        <Color>string</Color>
        <PercentComplete>int</PercentComplete>
        <PercentCompleteWeight>int</PercentCompleteWeight>
        <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
        <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
        <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
        <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
        <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
        <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
        <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
        <Members d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Phases d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Priority>int</Priority>
        <BillingMilestones d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Complete>boolean</Complete>
        <DateCompleted>dateTime</DateCompleted>
        <DateStart>dateTime</DateStart>
        <EstDurationTicks>long</EstDurationTicks>
        <EstCost>double</EstCost>
      </Project>
    </Phases>
    <Priority>int</Priority>
    <BillingMilestones>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
    </BillingMilestones>
    <Complete>boolean</Complete>
    <DateCompleted>dateTime</DateCompleted>
    <DateStart>dateTime</DateStart>
    <EstDurationTicks>long</EstDurationTicks>
    <EstCost>double</EstCost>
  </Project>
</ArrayOfProject>

HTTP POST

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

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

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

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfProject xmlns="http://schema.veetro.com">
  <Project>
    <Color>string</Color>
    <PercentComplete>int</PercentComplete>
    <PercentCompleteWeight>int</PercentCompleteWeight>
    <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
    <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
    <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
    <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
    <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
    <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
    <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
    <Members>
      <Entity>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>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</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
      <Entity>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>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</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
    </Members>
    <Phases>
      <Project>
        <Color>string</Color>
        <PercentComplete>int</PercentComplete>
        <PercentCompleteWeight>int</PercentCompleteWeight>
        <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
        <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
        <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
        <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
        <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
        <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
        <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
        <Members d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Phases d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Priority>int</Priority>
        <BillingMilestones d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Complete>boolean</Complete>
        <DateCompleted>dateTime</DateCompleted>
        <DateStart>dateTime</DateStart>
        <EstDurationTicks>long</EstDurationTicks>
        <EstCost>double</EstCost>
      </Project>
      <Project>
        <Color>string</Color>
        <PercentComplete>int</PercentComplete>
        <PercentCompleteWeight>int</PercentCompleteWeight>
        <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
        <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
        <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
        <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
        <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
        <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
        <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
        <Members d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Phases d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Priority>int</Priority>
        <BillingMilestones d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Complete>boolean</Complete>
        <DateCompleted>dateTime</DateCompleted>
        <DateStart>dateTime</DateStart>
        <EstDurationTicks>long</EstDurationTicks>
        <EstCost>double</EstCost>
      </Project>
    </Phases>
    <Priority>int</Priority>
    <BillingMilestones>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
    </BillingMilestones>
    <Complete>boolean</Complete>
    <DateCompleted>dateTime</DateCompleted>
    <DateStart>dateTime</DateStart>
    <EstDurationTicks>long</EstDurationTicks>
    <EstCost>double</EstCost>
  </Project>
  <Project>
    <Color>string</Color>
    <PercentComplete>int</PercentComplete>
    <PercentCompleteWeight>int</PercentCompleteWeight>
    <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
    <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
    <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
    <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
    <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
    <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
    <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
    <Members>
      <Entity>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>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</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
      <Entity>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>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</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
    </Members>
    <Phases>
      <Project>
        <Color>string</Color>
        <PercentComplete>int</PercentComplete>
        <PercentCompleteWeight>int</PercentCompleteWeight>
        <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
        <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
        <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
        <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
        <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
        <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
        <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
        <Members d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Phases d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Priority>int</Priority>
        <BillingMilestones d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Complete>boolean</Complete>
        <DateCompleted>dateTime</DateCompleted>
        <DateStart>dateTime</DateStart>
        <EstDurationTicks>long</EstDurationTicks>
        <EstCost>double</EstCost>
      </Project>
      <Project>
        <Color>string</Color>
        <PercentComplete>int</PercentComplete>
        <PercentCompleteWeight>int</PercentCompleteWeight>
        <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
        <ProgressOwnStageGroup>int</ProgressOwnStageGroup>
        <ProgressChildrenStageGroup>int</ProgressChildrenStageGroup>
        <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
        <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
        <BillingModel>Fixed_Price or Timesheet_Data or None or Milestones</BillingModel>
        <ProjectFlags>None or Disable_AutoTimeline or Disable_AutoProgress or HasPhases or ToDosAffectProgress or ToDosInheritTriggers or InheritActivityID</ProjectFlags>
        <Members d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Phases d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Priority>int</Priority>
        <BillingMilestones d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Complete>boolean</Complete>
        <DateCompleted>dateTime</DateCompleted>
        <DateStart>dateTime</DateStart>
        <EstDurationTicks>long</EstDurationTicks>
        <EstCost>double</EstCost>
      </Project>
    </Phases>
    <Priority>int</Priority>
    <BillingMilestones>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
    </BillingMilestones>
    <Complete>boolean</Complete>
    <DateCompleted>dateTime</DateCompleted>
    <DateStart>dateTime</DateStart>
    <EstDurationTicks>long</EstDurationTicks>
    <EstCost>double</EstCost>
  </Project>
</ArrayOfProject>