Application Attachments REST Endpoints

Admission Applications/Application Attachments
The application attachments are a child resource of an admissions application and provide information about the documents attached to an application.
Create an application attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/admissionApplications/{ApplicationId}/child/applicationAttachments
Delete an application attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/admissionApplications/{ApplicationId}/child/applicationAttachments/{HeyAttachmentId}
Get all application attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/admissionApplications/{ApplicationId}/child/applicationAttachments
Get an application attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/admissionApplications/{ApplicationId}/child/applicationAttachments/{HeyAttachmentId}
Update an application attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/admissionApplications/{ApplicationId}/child/applicationAttachments/{HeyAttachmentId}