RequestType

The processing mode for a SOAP API call (immediate synchronous handling versus queued asynchronous handling).

NameDescription
AsynchronousThe request is queued for processing. Responses are delivered to a response endpoint such as an email address or callback URL.
SynchronousThe request is processed immediately after submission, and the result is returned when processing completes.