CreateResult
The CreateResult object contains the results of each object in a Create request. The objects are returned in the order acted upon: first in, first out. This array contains one CreateResult object per input APIObject.
Name | Data Type | Description |
---|---|---|
ConversationID | xsd | Unique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID. |
CreateResults | CreateResult[] | Reserved for future use. |
ErrorCode | xsd | Identifies the error of an API request via a numeric code. |
NewID | xsd | System identifier for new object. The API returns this property after creating a new object. |
NewObjectID | xsd | System identifier for new object. The application provides this ID after a new object is created. |
Object | APIObject | Specifies definition of object. |
OrdinalID | xsd | Defines position of object within an array of information. |
OverallStatusCode | xsd | Represents overall status of conversation via async API. |
ParentPropertyName | xsd | Identifies parent node of property; populated in nested Create results. Deprecated. |
PartnerKey | xsd | Unique identifier provided by partner for an object. This property is accessible only via API. |
RequestID | xsd | Unique ID of initial async API call. |
RequestType | RequestType | Defines request as synchronous or asynchronous API. |
ResultDetailXML | xsd | Contains details of operation result in XML format. |
ResultType | xsd | Defines result as coming from synchronous or asynchronous API. |
StatusCode | xsd | Status of async API request. |
StatusMessage | xsd | Describes the status of an API call. |