Job REST Endpoints

Job
The operations from the Job category.
Create a Job
Method: post
Path: /job
Delete Job by ID
Method: delete
Path: /job/{id}
Get Job Details
Method: get
Path: /job
Get Job Details by ID
Method: get
Path: /job/{id}
Get Job Patch Details
Method: patch
Path: /job/{id}