talent_eligible_for_partner_benefits

⚠️

This event is available only to Back Office users.

Overview

The talent_eligible_for_partner_benefits event is sent to notify the partner that a talent is eligible for benefits enrollment in the partner system.

Event Parameters

ParameterData TypeDescription
TalentGuidUUIDThe unique identifier for the talent associated with the event.
IsEligiblebooleanIndicates whether the talent is eligible (true) or not (false) for the benefits enrollment.
EventNamestringThe name of the specific event. The Partner prefix in the event name will be replaced with a partner-specific value.
TenantIdintegerThe unique identifier for the tenant (client) for which the request is being made.
CorrelationIdUUIDA unique identifier for this event.
BusinessProcessIdUUIDThe identifier for the business process associated with this event.
TargetBusinessProcessIdUUIDThe identifier for the target business process related to this event.
DeduplicationIdstringA unique identifier to ensure the same event is not processed multiple times.

Sample Event

{
  "TalentGuid": "00000000-0000-0000-0000-000000000000",
  "IsEligible": true,
  "EventName": "PartnerTalentBenefitEligibleEvent",
  "TenantId": 1,
  "CorrelationId": "11111111-2222-3333-4444-555555555555",
  "BusinessProcessId": "00000000-0000-0000-0000-000000000000",
  "TargetBusinessProcessId": "00000000-0000-0000-0000-000000000000",
  "DeduplicationId": "SSdtIGEgbGl0dGxlIHRlYXBvdCBzaG9ydCBhbmQgc4RvdXQ="
}