Method Community

 

Search

Page 5 of 42 (420 items) « First ... < Previous 3 4 5 6 7 Next > ... Last »
  • Re: Best Practices for recording and applying payment to invoices

    Hi sp9001, It is the same as&nbsp;creating a payment via actions/UI. You can either just insert a ReceivePayment record and set IsAutoApply = true or if you want to assign a specific invoice, insert ReceivePayment with IsAutoApply=false&nbsp;and&nbsp;ReceivePaymentAppliedtoTxn&nbsp;that references the specific transaction. Today our API actions ...
    Posted to Method:API Q&A (Forum) by Method_Inderdeep on 08-21-2023
  • Re: What is the URL format for viewing records?

    Thanks for the additional information. We don&#39;t have a specific URL that might help you achieve this but here is a workaround that you could try: Create a field on the Contacts table called &quot;ContactURL&quot;. Have a AppRoutine that populates a MiURL into ContactURL if it is empty, using the Create Short Method URL action. On the ...
    Posted to Method:API Q&A (Forum) by Method_Inderdeep on 08-03-2023
  • Re: What is the URL format for viewing records?

    Hi thom, Can you please provide additional information on what are you trying to achieve? What is the use case scenario? The reason I am asking is to better understand the requirement so that I can guide you better. Regards, Inder
    Posted to Method:API Q&A (Forum) by Method_Inderdeep on 08-02-2023
  • Re: Api for invoice and Time

    Yes, you are correct. There is a POST example in the documentation. If you are planning on testing it you can test it by creating a Customer and adding a Customer/Entity table as an example.&nbsp;
    Posted to Method:API Q&A (Forum) by Method_Inderdeep on 07-19-2023
  • Re: 401 Unauthorized with Postman request

    Hi, Can you please send me the header of your request over the email you that I can review and assist you with that? Regards, Inder
    Posted to Method:API Q&A (Forum) by Method_Inderdeep on 07-19-2023
  • Re: Api for invoice and Time

    There is no such specific endpoint for TechTime. In my above reply, I mentioned that you have to look at the base table of that screen and then decide what you want to parse into those tables.&nbsp; Here is a link to our documentation&nbsp;that covers some examples from basic tables, you could use your own custom table and parse the data of your ...
    Posted to Method:API Q&A (Forum) by Method_Inderdeep on 07-19-2023
  • Re: Api for invoice and Time

    Hi Indunil, I have replied to you over the email as well&nbsp;but adding here for everyone. I was able to review the account and found the necessary information. All the screens in Method are based on a table. In this scenario, the Techtime&nbsp;screen is based on&nbsp;techTime&nbsp;table which you can find under Customize -&gt; ...
    Posted to Method:API Q&A (Forum) by Method_Inderdeep on 07-19-2023
  • Re: Method Zapier issue

    Hi Siccups. Thanks for reaching out to Method Community! It sounds like you&#39;re experiencing an issue with creating an opportunity via the Method API/Zapier, specifically regarding a required field &quot;Customer&quot;. There is a help center article that provides guidance on how to create an opportunity using Zapier in Method CRM, which ...
    Posted to Method:API Q&A (Forum) by Method_Inderdeep on 05-09-2023
  • Re: Multiple records

    Hi sp9001, If you are inserting a transaction header, the number of children you can insert is 50. After that, you just have to do single record inserts for the remaining line items. I am going to log a new feature request for our development team&nbsp;to allow more than 50 line items.&nbsp; Hope this helps! Best Regards, Inder
    Posted to Method:API Q&A (Forum) by Method_Inderdeep on 05-04-2023
  • Re: Some Questions and Issue in the API

    In addition to what I mentioned above, you could also make another call to grab the rate of the items. You would have to make two separate calls, 1. Call to get the item rate. 2. Call to add the line item with that rate. Then, you can use them on the InvoiceLineItems.&nbsp; Hope this helps!
    Posted to Method:API Q&A (Forum) by Method_Inderdeep on 04-05-2023
Page 5 of 42 (420 items) « First ... < Previous 3 4 5 6 7 Next > ... Last »