Options
The Options object is the base object for all options on methods, such as Create. Specify ClientID on this option during a call to avoid having to specify ClientID on all objects within the call.
Name | Data Type | Description |
---|---|---|
CallsInConversation | xsd | Number of calls within an async API conversation. |
Client | ClientID | Specifies the account ownership and context of an object. |
ConversationID | xsd | Unique ID of initial async API call. |
Priority | xsd | Deprecated. |
RequestType | RequestType | Defines request as synchronous or asynchronous API. |
SaveOptions | SaveOption[] | Allows upsert on selected objects. |
ScheduledTime | xsd | Keeps requests in asynchronous queue until time specified in the call. |
SendResponseTo | AsyncResponse[] | Defines how responses are returned and under what conditions. |
SequenceCode | xsd | Specifies the processing sequence of a multi-step conversation. |