Attachments REST Endpoints

Activity Items/Job Offers List/Job Offer Preview/Attachments
The attachments resource is used to view, create, and update attachments.
Create an attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingRACItems/{SubscriberTypeCode}/child/offerList/{ItemId}/child/offerPreviews/{OfferId}/child/offerAttachments
Create an attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingRACItems/{SubscriberTypeCode}/child/offerList/{ItemId}/child/offerPreviews/{OfferId}/child/offerCustomAttachments
Delete an attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingRACItems/{SubscriberTypeCode}/child/offerList/{ItemId}/child/offerPreviews/{OfferId}/child/offerAttachments/{offerAttachmentsUniqID}
Delete an attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingRACItems/{SubscriberTypeCode}/child/offerList/{ItemId}/child/offerPreviews/{OfferId}/child/offerCustomAttachments/{offerAttachmentsUniqID}
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingRACItems/{SubscriberTypeCode}/child/offerList/{ItemId}/child/offerPreviews/{OfferId}/child/offerAttachments
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingRACItems/{SubscriberTypeCode}/child/offerList/{ItemId}/child/offerPreviews/{OfferId}/child/offerCustomAttachments
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingRACItems/{SubscriberTypeCode}/child/offerList/{ItemId}/child/offerPreviews/{OfferId}/child/offerAttachments/{offerAttachmentsUniqID}
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingRACItems/{SubscriberTypeCode}/child/offerList/{ItemId}/child/offerPreviews/{OfferId}/child/offerCustomAttachments/{offerAttachmentsUniqID}
Update an attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingRACItems/{SubscriberTypeCode}/child/offerList/{ItemId}/child/offerPreviews/{OfferId}/child/offerAttachments/{offerAttachmentsUniqID}
Update an attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingRACItems/{SubscriberTypeCode}/child/offerList/{ItemId}/child/offerPreviews/{OfferId}/child/offerCustomAttachments/{offerAttachmentsUniqID}