AsyncResponse

Used to modify return of data sent in response to asynchronous API request.

Response data remains available for 30 days after the initial response.

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.
RespondWhenRespondWhenSpecifies which events cause responses to be sent for the request.
ResponseAddressStringThe email address or callback URL to send responses to.
ResponseTypeAsyncResponseTypeThe type of response to send. Accepted values are Email, HTTPPost, and None.

Asynchronous Processing