RequestType
The RequestType object specifies type of API request.
Name | Data Type | Description |
---|---|---|
Asynchronous | Enumeration | Specifies that the API request is processed asynchronously. The request is queued and a response is returned to the caller immediately. Once the request has been processed, if the caller has supplied information in the SendReponseTo array of the Options, the actual results of the request are returned to the caller. |
Synchronous | Enumeration | Specifies that the process is processed synchronously. |