CreateOptions
Controls the upsert functionality for Send, List, and Subscriber objects using the SaveOptions parameter.
Name | Data Type | Description |
---|---|---|
CallsInConversation | Integer | The number of calls that must be received before the asynchronous API begins processing the conversation. |
Client | ClientID | Specifies the account ownership and context of an object. |
Container | ContainerID | Not used. |
ConversationID | String | Unique ID of initial async API call. |
Priority | String | Deprecated. |
RequestExpirationTime | String | The 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 . |
RequestType | RequestType | The type of request. Possible values are synchronous and asynchronous . |
SaveOptions | Array of SaveOption objects | Specifies how information is overwritten. |
ScheduledTime | String | The 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. |
SendResponseTo | Array of AsyncResponse objects | Defines conditions for returning responses. |
SequenceCode | Integer | Specifies the processing sequence of a multi-step conversation. |