RetrieveSingleOptions

NameData TypeDescription
CallsInConversationIntegerRepresents the number of calls that must be received before the conversation support in the asynchronous API begins processing.
ClientClientIDSpecifies the account ownership and context of an object.
ConversationIDStringUnique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID.
ParametersArray of APIProperty objectsContainer for key value pairs of parameters for objects.
PriorityStringDefines the priority for a triggered send. Valid values include Low, Medium, and High.
QueuePriorityPriorityDefines the priority for asynchronous sends. Accepted values: High, Medium, and Low. The default value is Medium.
RequestExpirationTimeStringThe date and time when the asynchronous API request expires. Specify the value in ISO 8601 format with UTC time or with a timezone offset. When you specify both RequestExpirationTime and ScheduledTime in a request, the RequestExpirationTime must occur after the ScheduledTime.
RequestTypeRequestTypeThe type of request. Possible values are synchronous and asynchronous.
SaveOptionsArray of SaveOption objectsSpecifies how information is overwritten.
ScheduledTimeStringThe date and time at which the request must be processed. Specify the value in ISO 8601 format with UTC time or a timezone offset. The specified time can be up to 30 days in the future.
SendResponseToArray of AsyncResponse objectsDefines how responses are returned and under what conditions. Optional.
SequenceCodeIntegerSpecifies the processing sequence of a multi-step conversation. This optional property requires the use of ConversationID.