What does 'to make call asynchronously' mean for Create/Update Leads in REST APIs | Community
Skip to main content
March 26, 2015
Solved

What does 'to make call asynchronously' mean for Create/Update Leads in REST APIs

  • March 26, 2015
  • 1 reply
  • 1146 views
Hi all,

I'm trying to update Leads into Marketo by REST API.
When meeting parameter 'asyncProcessing', I get 2 kinds of understanding:
1. If false, we have to wait for last request to return response before sending next request out. if true, we could send all requests out one by one and wait for each of them returnning response until all completed.
2. If false, we have to send request and wait for response one by one. If true, we could get a handle for each request and wait for status of all handles to be completed.
Is there a correct one in the 2 understandings?
If the 2nd is correct, which API could be used to get the status of a handle?

Thanks,
Biao
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by

According to the responses of my tests, maybe the 1st one is correct.

1 reply

Accepted solution
June 1, 2015

According to the responses of my tests, maybe the 1st one is correct.