# Job completed event Endpoint: POST JobCompletedEvent Version: 1.0.0 ## Request fields (application/json): - `ClientId` (integer, required) Client identifier - `ApplicationId` (integer) Application identifier - `JobId` (integer, required) This is the JobId of the job in Norce - `StatusId` (integer, required) This is the status of the outcome of the job, should be 2, 3 or 4. (1=Initialized, 2=Succeeded, 3=Failed, 4=Validation failed, 5=Validating, 6=Queued) Enum: 1, 2, 3, 4, 5, 6