CreateResult

Contains results of each object in a Create request. The API returns objects in the same order it created them in, with CreateResult object for each APIObject in the request.

NameData TypeDescription
ConversationIDStringUnique ID of initial async API call.
CreateResultsArray of CreateResult objectsNot used.
ErrorCodeIntIdentifies the error of an API request.
NewIDIntSystem identifier for new object.
NewObjectIDStringSystem identifier for new object.
ObjectAPIObject objectSpecifies definition of object.
OrdinalIDIntDefines position of object within an array of information.
OverallStatusCodeStringRepresents overall status of conversation via async API.
ParentPropertyNameStringDeprecated.
PartnerKeyStringUnique identifier provided by partner for an object. This property is accessible only via API.
RequestIDStringUnique ID of initial async API call.
RequestTypeRequestType objectDefines request as synchronous or asynchronous API.
ResultDetailXMLStringContains details of operation result in XML format.
ResultTypeStringDefines result as coming from synchronous or asynchronous API.
StatusCodeStringStatus of async API request.StatusMessage.
StatusMessageStringDescribes the status of an API call.