RequestType
The processing mode for a SOAP API call (immediate synchronous handling versus queued asynchronous handling).
| Name | Description |
|---|---|
Asynchronous | The request is queued for processing. Responses are delivered to a response endpoint such as an email address or callback URL. |
Synchronous | The request is processed immediately after submission, and the result is returned when processing completes. |