Process Worker Runs REST Endpoints

Shared Services/Process Worker Runs
This process worker run resource is used to keep track of the last time when the ESS job was run and get, view, create, update and delete any faulted processes.
Create worker job information by LoginUserId
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorkerRuns
Delete information of worker job by LoginUserId
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorkerRuns/{LoginUserId}
Get all worker job information by LoginUserId
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorkerRuns
Get information of worker job by LoginUserId
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorkerRuns/{LoginUserId}
Update information of worker job by LoginUserId
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorProcessWorkerRuns/{LoginUserId}