Award Attachments REST Endpoints

Awards/Award Attachments
The Award Attachments resource is used to view attachments associated with the award.
Create award attachments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/Attachment
Delete an award attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/Attachment/{AttachmentUniqID}
Get all award attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/Attachment
Get an award attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/Attachment/{AttachmentUniqID}
Update an award attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId}/child/Attachment/{AttachmentUniqID}