VMS_job_declined

Overview

The vms_job_declined event is sent after a staged VMS job has been removed from the External Job Staging screen.

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.
ResourcestringEvent specific information:

VmsJobId(integer): The VMS identifier for the job.
CorrelationId(string): Unique identifier for this event.
ResourceModelTypestring.NET class name for the Resource.
CorrelationIdstringUnique identifier for this event.

Sample Event

{
  "EventName": "VMS_job_declined",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"VmsJobId\":362129,\"CorrelationId\":\"13a1b2b5-8e3b-435b-913a-b0d001574dbf\"}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.VMSJobResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "13a1b2b5-8e3b-435b-913a-b0d001574dbf"
}