10,739
edits
Line 785: | Line 785: | ||
The <code>wait</code> HTTP preference is optional. It indicates the maximum duration the client is willing to wait for a response. The default value is 20 seconds. | The <code>wait</code> HTTP preference is optional. It indicates the maximum duration the client is willing to wait for a response. The default value is 20 seconds. | ||
The server returns "200 OK" when completed within the wait time or "202 Accepted" when not. | The server returns "200 OK" when completed within the wait time or "202 Accepted" when not. | ||
To poll the current status of the async operation, execute the "Multiple" method with an empty body and <code>$ticket={ticket}</code> query string, where the <code>{ticket}</code> is returned with the first request "202 Accepted". | |||
== Webhooks == | == Webhooks == |