AsyncResponse

Contains data that’s returned in response to an asynchronous API request. Responses are retained for 30 days.

NameData TypeDescription
IncludeObjectsBooleanWhen true, the Object property in the response is populated in the result XML.
IncludeResultsBooleanWhen true, the response includes XML serialized Result objects. When false, the HTTP POST is a basic notification.
OnlyIncludeBaseBooleanWhen true, the Object property in the response includes only the base API object.
RespondWhenRespondWhen objectSpecifies which events cause responses to be sent for the request.
ResponseAddressStringThe email address or callback URL to send responses to.
ResponseTypeAsyncResponseType objectThe type of response to send. Accepted values are Email, HTTPPost, and None.