SaveSeqDataAsync

This works just like the SaveSeqData API, except that the API call will return immediately. It requires an additional parameter for the callback method on the URL. The body syntax is the same. Please see SaveSeqData for syntax.


When the function completes, it will post the result to the callback method you passed. The callback method must be URL encoded. You can specify nothing or dummy text for the callback parameter if you want to "fire and forget" the API call.


Examples:


/api/v1/SaveSeqDataAsync?callback=https%3A%2F%2Fapi.mywebsite.com%2Fpostresult


/api/v1/SaveSeqDataAsync?callback=xxx          (If callback does not start with https:// there will be no callback)