Award Project Attachments REST Endpoints

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