RequestType

The RequestType property specifies type of API request. There are two values.

  • Asynchronous — Add the request to a processing. Responses are sent to a response endpoint, such as an email address or callback URL.
  • Synchronous — Process the request immediately after it’s submitted. The result of the request is provided when the request finishes processing.