Veetro Web Service Methods


Click here for a complete list of operations.

GetEntrySearchResults3

[Permission: Any Authenticated]
Returns paginated entry results across all types with simple data, EntryID is the only available sort column, but if keyword has value, it will sort by keyword rank first, then sort by EntryID.

Test

The test form is only available for requests from the local machine.

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

<?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>
    <GetEntrySearchResults3 xmlns="http://schema.veetro.com">
      <e>
        <StartIndex>int</StartIndex>
        <FetchSize>int</FetchSize>
        <SortColumn>Type or Name or DateCreated or DateLastInvoiced or DateLastModified or Total or SupplierBalance or Supplier or EntryID or Relation or Owner or Qty or Price or Parent</SortColumn>
        <Ascending>boolean</Ascending>
        <Keywords>string</Keywords>
        <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>
        <Relation>int</Relation>
        <CompleteState>boolean</CompleteState>
        <Owner>int</Owner>
        <SearchFlags>None or Include_Related_Company_Data or Populate_Custom_Fields</SearchFlags>
        <ModifiedSinceUtc>dateTime</ModifiedSinceUtc>
        <ExcludeArchived>boolean</ExcludeArchived>
        <IncludeDraft>boolean</IncludeDraft>
        <AdditionalFlags>
          <EntryFlags>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</EntryFlags>
          <EntryFlags>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</EntryFlags>
        </AdditionalFlags>
        <EntryID_Parent>int</EntryID_Parent>
      </e>
    </GetEntrySearchResults3>
  </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>
    <GetEntrySearchResults3Response xmlns="http://schema.veetro.com">
      <GetEntrySearchResults3Result>
        <RecordCount>int</RecordCount>
        <Description>string</Description>
        <SQL>string</SQL>
        <FetchSize>int</FetchSize>
        <Page>int</Page>
        <StartIndex>int</StartIndex>
        <EndIndex>int</EndIndex>
        <Results>
          <Entry>
            <EntryID>int</EntryID>
            <LeadID>int</LeadID>
            <Leads xsi:nil="true" />
            <Name>string</Name>
            <DescriptionHtml>string</DescriptionHtml>
            <ParsedDesHtml>string</ParsedDesHtml>
            <ParsedDesPlain>string</ParsedDesPlain>
            <DateParseDesHtml>dateTime</DateParseDesHtml>
            <Relation xsi:nil="true" />
            <Supplier xsi:nil="true" />
            <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 xsi:nil="true" />
            <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 xsi:nil="true" />
            <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 xsi:nil="true" />
            <CustomFields xsi:nil="true" />
            <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 xsi:nil="true" />
            <Name>string</Name>
            <DescriptionHtml>string</DescriptionHtml>
            <ParsedDesHtml>string</ParsedDesHtml>
            <ParsedDesPlain>string</ParsedDesPlain>
            <DateParseDesHtml>dateTime</DateParseDesHtml>
            <Relation xsi:nil="true" />
            <Supplier xsi:nil="true" />
            <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 xsi:nil="true" />
            <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 xsi:nil="true" />
            <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 xsi:nil="true" />
            <CustomFields xsi:nil="true" />
            <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>
        </Results>
      </GetEntrySearchResults3Result>
    </GetEntrySearchResults3Response>
  </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>
    <GetEntrySearchResults3 xmlns="http://schema.veetro.com">
      <e>
        <StartIndex>int</StartIndex>
        <FetchSize>int</FetchSize>
        <SortColumn>Type or Name or DateCreated or DateLastInvoiced or DateLastModified or Total or SupplierBalance or Supplier or EntryID or Relation or Owner or Qty or Price or Parent</SortColumn>
        <Ascending>boolean</Ascending>
        <Keywords>string</Keywords>
        <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>
        <Relation>int</Relation>
        <CompleteState>boolean</CompleteState>
        <Owner>int</Owner>
        <SearchFlags>None or Include_Related_Company_Data or Populate_Custom_Fields</SearchFlags>
        <ModifiedSinceUtc>dateTime</ModifiedSinceUtc>
        <ExcludeArchived>boolean</ExcludeArchived>
        <IncludeDraft>boolean</IncludeDraft>
        <AdditionalFlags>
          <EntryFlags>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</EntryFlags>
          <EntryFlags>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</EntryFlags>
        </AdditionalFlags>
        <EntryID_Parent>int</EntryID_Parent>
      </e>
    </GetEntrySearchResults3>
  </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>
    <GetEntrySearchResults3Response xmlns="http://schema.veetro.com">
      <GetEntrySearchResults3Result>
        <RecordCount>int</RecordCount>
        <Description>string</Description>
        <SQL>string</SQL>
        <FetchSize>int</FetchSize>
        <Page>int</Page>
        <StartIndex>int</StartIndex>
        <EndIndex>int</EndIndex>
        <Results>
          <Entry>
            <EntryID>int</EntryID>
            <LeadID>int</LeadID>
            <Leads xsi:nil="true" />
            <Name>string</Name>
            <DescriptionHtml>string</DescriptionHtml>
            <ParsedDesHtml>string</ParsedDesHtml>
            <ParsedDesPlain>string</ParsedDesPlain>
            <DateParseDesHtml>dateTime</DateParseDesHtml>
            <Relation xsi:nil="true" />
            <Supplier xsi:nil="true" />
            <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 xsi:nil="true" />
            <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 xsi:nil="true" />
            <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 xsi:nil="true" />
            <CustomFields xsi:nil="true" />
            <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 xsi:nil="true" />
            <Name>string</Name>
            <DescriptionHtml>string</DescriptionHtml>
            <ParsedDesHtml>string</ParsedDesHtml>
            <ParsedDesPlain>string</ParsedDesPlain>
            <DateParseDesHtml>dateTime</DateParseDesHtml>
            <Relation xsi:nil="true" />
            <Supplier xsi:nil="true" />
            <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 xsi:nil="true" />
            <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 xsi:nil="true" />
            <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 xsi:nil="true" />
            <CustomFields xsi:nil="true" />
            <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>
        </Results>
      </GetEntrySearchResults3Result>
    </GetEntrySearchResults3Response>
  </soap12:Body>
</soap12:Envelope>