Method Community

 

Search

Page 3 of 4 (37 items) < Previous 1 2 3 4 Next >
  • Re: Created a customer with API. Trying to create Opportunity

    I wanted to add a note to this thread about working with Customers and Contacts. &nbsp;Customer to Contacts is a one-to-many relationship. &nbsp;That is, one Customer can have many Contacts, but a Customer must have a least one Contact. &nbsp;That is enforced by the Method UI and API, both&nbsp;create a Contact when a Customer is created. ...
    Posted to Method:API Q&A (Forum) by Method_Peter on 08-16-2017
  • Re: Create Customer & Opportunity

    Let&#39;s walk through the process of figuring out what to submit to the API. &nbsp; Step #1 - Identify want we want to create - in this case Opportunity Step #2 - Query the field list for Opportunity &lt;soap:Envelope xmlns:soap=&quot;http://www.w3.org/2003/05/soap-envelope&quot; xmlns:tem=&quot;http://tempuri.org/&quot;&gt; ...
    Posted to Method:API Q&A (Forum) by Method_Peter on 08-16-2017
  • Re: Create Customer & Opportunity

    My appologies for being slow to response. &nbsp;This is an excellent question. &nbsp; The short answer is FullName - you need to include the FullName of the Customer you want to link to the Opportunity. &nbsp;In a&nbsp;subsequent post I&#39;m going to attempt to explain how you can figure this out.
    Posted to Method:API Q&A (Forum) by Method_Peter on 08-16-2017
  • Re: Using MethodAPIInsertV2

    Note that this thread uses TenantID. &nbsp;This is only relevant for customers who have a multi-tenant Method:CRM account. &nbsp;If you are unsure if you have a multi-tenant account you likely don&#39;t, the majority of customers do not. &nbsp; If you exclude TentantID from the example above it should work fine for most users.
    Posted to Method:API Q&A (Forum) by Method_Peter on 08-16-2017
  • Re: Using MethodAPIInsertV2

    The error is caused by the&nbsp;formatting on the strings in the Arrays.&nbsp; They are: &lt;string&gt;something&lt;/string&gt;.&nbsp; They need to follow the formatting of the parent: &lt;tem:string&gt;something&lt;/tem:string&gt;.&nbsp; There is a subsequent error&nbsp;that Name is a required field on the Customer table. &nbsp;Also, the ...
    Posted to Method:API Q&A (Forum) by Method_Peter on 08-16-2017
  • Re: Importing data into Excel using API

    The VBA/Excel samples have been updated on method.me/api. &nbsp;The samples are no longer dependant on the WebServices Toolkit that Microsoft no longer distributes. &nbsp;The updated samples construct the SOAP request as an XML document directly (using an actively distributed XML library from Microsoft that is readilly available and already part ...
    Posted to Method:API Q&A (Forum) by Method_Peter on 08-15-2017
  • Re: Using MethodAPIInsertV2

    The number of InsertFields (15) does not match the number of InsertValues (14). &nbsp;It looks like&nbsp;Branch is missing from the&nbsp;InsertValues.
    Posted to Method:API Q&A (Forum) by Method_Peter on 08-09-2017
  • Re: Created a customer with API. Trying to create Opportunity

    Thanks, that&#39;s an excellent suggestion. &nbsp;I&#39;ve noted it and we will towards better samples. &nbsp;I need to do a bit more investigation on your Contacts question. In the meantime, this may be germaine to other API users&nbsp;but there are a couple things I find helpful when working with the&nbsp;API. All of the available calls ...
    Posted to Method:API Q&A (Forum) by Method_Peter on 08-04-2017
  • Re: Importing data into Excel using API

    Hi Peter, I&#39;ve re-written one of the VBA/Excel samples without the need for the Web Services Toolkit. &nbsp;We will&nbsp;update the samples on the website&nbsp;but it may take a little time. &nbsp;Feel free to email me directly (p.dyer@method.me) and I can share something with you prior to updating the existing samples. Regards, Peter
    Posted to Method:API Q&A (Forum) by Method_Peter on 08-04-2017
  • Re: Created a customer with API. Trying to create Opportunity

    Email=&#39;target@mail.com&#39;&nbsp;- single quotes - should work.
    Posted to Method:API Q&A (Forum) by Method_Peter on 08-03-2017
Page 3 of 4 (37 items) < Previous 1 2 3 4 Next >