Search
-
Hello,
We send salesorders from our webshop to method via methodAPI.
Till yesterday no problem, since then we get the error from the call to
MethodAPIActionSendToDesktopV2
that 'server was unable to process request--> Object reference not set to an instance of an object
Does this have to do with the updates implemented ...
-
I really appreciate your help. I have no experience with SOAP so I thought I could send a regular HTTP request like in a RESTful API.
Thanks again.
-
Hello,
Thanks for reaching out. Couple of things
Instead of Params try sending it through Body as a raw XML request.
Do a POST instead of GET
Sample request in the Postman body would look something like
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope ...
-
Anoop,
Let me know if you come up with a solution for what you are trying to do. I think that I am going to integrate a call through the RingCentral API and log the call activity in Method when clicked. It would be nice if there was a current integration.
Bob L.
-
Trying to figure out a method to hide a button on a screen after a certain time of day. I can't seem to find a function to do this. I essentailly want to say if Now() is greater than 4:30, don't show this button.
Obviously I can use a conditional statement to set the condition, however, I don't see any way to compare the ...
-
Hello Tim,
Thanks for reaching out. After change in priorities, we finally got a chance to work on our REST API and are planning to get an Alpha version out before April 2020. If you would like to be part of our Alpha group please email api@method.me so that we can add you to our list.
-
Any update on the status on the RESTful API?
-
I'm trying to run an HTTP GET request. From what I understand in the the documentation the strSessionID is not a required parameter. However it's still asking me for it. I have also tried to set it to NULL; no dice.
Does anyone have any insight as to what I'm doing wrong here?
https://ibb.co/7nfXDnT
-
Hello Azhar,
Thanks for reaching out. Someone from our API team will be reaching out to you regarding this issue.
-
Unfortunately, V3 and V4 endpoints will not solve your use case either. We are working on building our REST API and I have added this as a feature request. However, for time being your use case can be solved by a combination of Method customization and API calls. Here is a possible workflow,
Step 1 - Create a new field in the ...
|
|
|