Attachments REST Endpoints

Payslips Summary/Attachments
The attachments resource is used to view, create, and update attachments.
Create an attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/personProcessResults/{ObjectActionId}/child/attachments
Delete an attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/personProcessResults/{ObjectActionId}/child/attachments/{personProcessResults_attachments_Id}
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/personProcessResults/{ObjectActionId}/child/attachments
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/personProcessResults/{ObjectActionId}/child/attachments/{personProcessResults_attachments_Id}
Update an attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/personProcessResults/{ObjectActionId}/child/attachments/{personProcessResults_attachments_Id}