CreateResult
An object that contains the 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.
This object is a response structure and isn’t queryable.
| Name | Data Type | Description |
|---|---|---|
ConversationID | String | Unique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID. |
CreateResults | Array of CreateResult objects | Not used. |
ErrorCode | Int | Identifies the error of an API request via a numeric code. |
NewID | Int | System identifier for new object. The API returns this property after creating a new object. |
NewObjectID | String | System identifier for new object. The application provides this ID after a new object is created. |
Object | APIObject object | Specifies definition of object. |
OrdinalID | Int | Defines position of object within an array of information. |
OverallStatusCode | String | Represents overall status of conversation via async API. |
ParentPropertyName | String | Identifies parent node of property; populated in nested Create results. Deprecated. |
PartnerKey | String | Unique identifier provided by partner for an object. This property is accessible only via API. |
RequestID | String | Unique ID of initial async API call. |
RequestType | RequestType object | Defines request as synchronous or asynchronous API. |
ResultDetailXML | String | Contains details of operation result in XML format. |
ResultType | String | Defines result as coming from synchronous or asynchronous API. |
StatusCode | String | Status of async API request. |
StatusMessage | String | Describes the status of an API call. |