BatchUpsertResult
Result of a batch upsert operation.
- resultsType: array object[] · BatchUpsertItemResult[]required
Results for each item in the batch, in the same order as the request.
Result for a single item in a batch upsert.
- actionType: null | string
Action performed: "created", "updated", "revived", or null on error.
- clientType: null | string
Ref Client-provided reference from the request (if provided).
- errorsType: array object[] | null · BatchUpsertItemError[]
Validation errors (on failure).
Error details for a failed batch item.
- etagType: null | string
ETag of the contact (on success).
- idType: null | string
Contact ID (on success).
- statusType: integer | string
Pattern: ^-?(?:0|[1-9]\d*)$Format: int32HTTP status code for this item (200, 201, 400, etc).
- summaryType: object · BatchUpsertSummaryrequired
Summary statistics for the batch operation.
- createdType: integer | string
Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Number of contacts created.
- failedType: integer | string
Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Number of items that failed.
- revivedType: integer | string
Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Number of contacts revived from soft-delete.
- totalType: integer | string
Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Total number of items in the batch.
- updatedType: integer | string
Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Number of contacts updated.