job_post_created

Overview

The job_post_created event is sent after a new job post has been created.

Event Parameters

ParameterData TypeDescription
EventNamestringThe name of the specific event.
FrontOfficeTenantIdintegerFront office ID that indicates the tenant (client) for which the request is being made.
Resourcestring

Event specific information:

jobId(integer): The identifier for the job.

jobPostingId (integer): The identifier for the job post.

CorrelationId(string): Unique identifier for this event.

ResourceModelTypestring.NET class name for the Resource.
CorrelationIdstringUnique identifier for this event.

Sample Event

{
  "EventName": "job_post_created",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"jobId\":362129,\"jobPostingId\":\135790\,\"CorrelationId\":\"f765b7e3-9f23-44d5-9749-730a39664941\"}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.JobResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "f765b7e3-9f23-44d5-9749-730a39664941"
}

Associated Endpoint

To retrieve a list of posted jobs, refer to the Get Posted Jobs endpoint.