CreateResult

Contains results of each object in a Create request. This array of objects holds a list of return values. The objects are returned in the order acted upon: first in, first out. This array contains one CreateResult object per input APIObject.

NameData TypeDescription
ConversationIDxsd:stringUnique ID of initial async API call.
CreateResultsCreateResult[]Reserved for future use.
ErrorCodexsd:intIdentifies the error of an API request.
NewIDxsd:intSystem identifier for new object.
NewObjectIDxsd:stringSystem identifier for new object.
ObjectAPIObjectSpecifies definition of object.
OrdinalIDxsd:intDefines position of object within an array of information.
OverallStatusCodexsd:stringRepresents overall status of conversation via async API.
ParentPropertyNamexsd:stringDeprecated
PartnerKeyxsd:stringUnique identifier provided by partner for an object. This property is accessible only via API.
RequestIDxsd:stringUnique ID of initial async API call.
RequestTypeRequestTypeDefines request as synchronous or asynchronous API.
ResultDetailXMLxsd:stringContains details of operation result in XML format.
ResultTypexsd:stringDefines result as coming from synchronous or asynchronous API.
StatusCodexsd:stringStatus of async API request.StatusMessage
StatusMessagexsd:stringDescribes the status of an API call.