BatchUpsertItemResult

Result for a single item in a batch upsert.

  • action
    Type: null | string

    Action performed: "created", "updated", "revived", or null on error.

  • clientRef
    Type: null | string

    Client-provided reference from the request (if provided).

  • errors
    Type: array object[] | null ยท BatchUpsertItemError[]

    Validation errors (on failure).

    Error details for a failed batch item.

    • message
      Type: string
      required

      Error message.

    • field
      Type: null | string

      Field that caused the error.

  • etag
    Type: null | string

    ETag of the contact (on success).

  • id
    Type: null | string

    Contact ID (on success).

  • status
    Type: integer | string Pattern: ^-?(?:0|[1-9]\d*)$Format: int32

    HTTP status code for this item (200, 201, 400, etc).