Announcement

Collapse
No announcement yet.

API Search format when calling from .Net

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • API Search format when calling from .Net

    What is the XML format to send request for these searches:

    Code:
    /api/opportunities/search/name 
    
    
    /api/opportunities/search/account 
    
    
    /api/opportunities/search/number

    For example to call the advanced search /api/opportunities/search we are using this XML request:


    Code:
    <AdvancedSearchRequest> 
    
    
    <Criteria> 
    
    
    <SearchCriteria>
    
    
    <SearchType>Name</SearchType>
    
    
    <MatchType>Contains</MatchType>
    
    
    <Criteria>Test</Criteria>
    
    
    </SearchCriteria> 
    
    
    </Criteria> 
    
    
    <PageSize>100</PageSize>
    
    
    </AdvancedSearchRequest>

  • #2
    Hi,

    I don't show that you have access to the Integrator group. Do you have the latest API documentation? You can email me directly at mblobaum@tigerpawsoftware.com, so we can get you appropriate documentation and access to the sources you need.

    Thank you.
    Marsha Blobaum
    Product Analyst
    Tigerpaw Software
    800.704.9009 x4584
    402.592.7317fax
    mblobaum@tigerpawsoftware.com

    Comment

    Working...
    X