Skip to main content
PATCH
Update Prospects Enrollments

Description

Update an existing prospect’s enrollment.
Input: Define parameters including enrollment_key and enrollment_id to update, and updated prospect_ids, and event_types.
Processing: The system will update your your enrollment and update the monitoring for events.
Output: A confirmation response containing your enrollment_key and enrollment_id for future reference.
Bash
Bash

Authorizations

api_key
string
header
required

Body

application/json
enrollment_key
string
required
Minimum string length: 4
event_types
enum<string>[]
required
Minimum array length: 1

The ProspectsEventIdentifier class is an enumeration that defines event identifiers related to prospects.

This enum is used to categorize and track events associated with prospects, such as:

  • Role changes (e.g., when a prospect changes their role within a company)
  • Company changes (e.g., when a prospect moves to a new company)
  • Job anniversaries (e.g., celebrating the anniversary of a prospect's job start date)

These identifiers ensure consistent handling and classification of prospect-related events across the application.

Available options:
prospect_changed_role,
prospect_changed_company,
prospect_job_start_anniversary
enrollment_id
string
required
prospect_ids
string[]
required
Required array length: 1 - 20 elements
Pattern: ^[a-f0-9]{40}$
request_context
Request Context · object | null
Example:

null

Response

Successful Response

This is base response model for all responses in partner service.

response_context
ResponseContext · object
required
enrollment_key
string
required
Minimum string length: 4
enrollment_id
string
required