BatchProspectFailedItem
A failed item in a batch prospect creation.
- errorType: stringrequired
Error code: validation_error, invalid_id, duplicate, duplicate_external_ref, already_in_prospects, already_in_incoming, blocked, invalid_source, not_found_or_no_access, or action_failed.
- messageType: stringrequired
Human-readable error message.
- companyType: null | string
Id The company ID from the request (if provided).
- contactType: null | string
Id The contact ID from the request (if provided).
- indexType: integer | string
Pattern: ^-?(?:0|[1-9]\d*)$Format: int32The index of the failed item in the request array.