Inspection Attachments REST Endpoints

Inspection Attachments
The inspection attachments resource is used to view, create, modify, or delete an inspection attachment.
Create an inspection attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionAttachments
Delete an inspection attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionAttachments/{InsAttachmentKey}
Get all inspection attachment records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionAttachments
Get an inspection attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionAttachments/{InsAttachmentKey}
Update an inspection attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionAttachments/{InsAttachmentKey}