BatchUpsertItemResult
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.
- messageType: stringrequired
Error message.
- fieldType: null | string
Field that caused the error.
- 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).