Job Updated

Overview

The job updated event is sent after an existing job has been edited in WorkN.

Event Parameters

For detailed information on the parameters that are common across all events, please refer to Parameters for All Events. The parameters listed here are specific to this event.

ParameterData TypeDescriptionExpected value
event_typeIntegerThe ID representing the type of event.8
job_idIntegerThe unique ID of the WorkN Job.
job_instanceIntegerWorkN Job Instance ID
ext_order_idStringThe external order ID, if provided.

Sample Event

{
  "mkt_id": 123,
  "event_datetime": "2025-04-04T14:30:00",
  "msg_id": "evt_12345abcde",
  "ext_customer_id": "cust_789",
  "ent_id": 456,
  "ext_branch_id": "branch_101",
  "branch_id": 202,
  "event_type": 8,
  "job_id": 5555,
  "job_instance": 1,
  "ext_order_id": "order_7777"
}

Associated Endpoint

For details about the Job activity, check out the documentation on the Job endpoints.