Code Enforcement Inspection Attachments REST Endpoints

Code Enforcement Inspection Attachments
The code enforcement inspection attachments resource is used to add, update, view, or delete an attachment for an inspection.
Create a set of code enforcement inspection attachments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments
Delete a code enforcement inspection attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments/{AttachmentKey}
Get a code enforcement inspection attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments/{AttachmentKey}
Get all code enforcement inspection attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments
Update a code enforcement inspection attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionAttachments/{AttachmentKey}