skillpositions_saved

Overview

The skillpositions_savedevent is sent in the following cases:

  • after a new skill tag and position category have been added or a new skill tag has been added to the existing position category in Table Editor > Positions & Skills.
  • after a skill tag and position category have been deleted or only a skill tag has been deleted in Table Editor > Positions & Skills.

Event Parameters

Parameter

Data Type

Description

EventName

string

The name of the specific event.

FrontOfficeTenantId

integer

Front office ID that indicates the tenant (client) for which the request is being made.

Resource

string

Event specific information:

PositionId(integer): The identifier for the position.
DescriptionId(integer): The identifier for the position description.
CorrelationId(string): Unique identifier for this event.

ResourceModelType

string

.NET class name for the Resource.

CorrelationId

string

Unique identifier for this event.

Sample Event

{
  "EventName": "skillpositions_saved",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"PositionId\":662,\"DescriptionId\":204,\"CorrelationId\":\"0c015041-e381-448a-b654-a398a025a2e5\"}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.SkillPositionResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "0c015041-e381-448a-b654-a398a025a2e5"
}

Associated Endpoint

For details about the skill positions, check the Get Skill Positions endpoint.