HR Helpdesk Service Requests REST Endpoints

HR Helpdesk Service Requests
The HR help desk service requests resource is used to view, create, update, and delete a request. It is a document to track a request for service from the time the person makes the request until the request is resolved. For example, an employee logs a service request that their last paycheck has not deposited.
Copy attachments to message
Method: post
Path: /crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/action/copyAttachmentsToMessage
Create a service request
Method: post
Path: /crmRestApi/resources/11.13.18.05/hrHelpDeskRequests
Create an attachment for an HR help desk request
Method: post
Path: /crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/action/copySRAttachments
Delete a service request
Method: delete
Path: /crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/{SrId}
Get a service request
Method: get
Path: /crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/{SrId}
Get all service requests
Method: get
Path: /crmRestApi/resources/11.13.18.05/hrHelpDeskRequests
Get service request milestone diagnostics
Method: post
Path: /crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/{SrId}/action/processSrMilestones
Refresh service request milestones
Method: post
Path: /crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/{SrId}/action/getSrMilestoneDiagnostics
Send an email to SR message recipients
Method: post
Path: /crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/{SrId}/action/sendEmailForSrMessage
Update a service request
Method: patch
Path: /crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/{SrId}