Honor Item Attachments REST Endpoints

Talent Person Profiles/Honor Sections/Honor Items/Honor Item Attachments
The honorItemAttachments resource is a child of honorItems resource. It provides all the attachments for the honor item.
Create an attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/honorSections/{ProfileSectionId}/child/honorItems/{HonorId}/child/honorItemAttachments
Delete an attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/honorSections/{ProfileSectionId}/child/honorItems/{HonorId}/child/honorItemAttachments/{honorItemAttachmentsUniqID}
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/honorSections/{ProfileSectionId}/child/honorItems/{HonorId}/child/honorItemAttachments
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/honorSections/{ProfileSectionId}/child/honorItems/{HonorId}/child/honorItemAttachments/{honorItemAttachmentsUniqID}