APO Attachments REST Endpoints

APO Attachments
The APO attachments resource is used for adding and viewing the attachments for addresses, parcels, and owners.
Create an APO attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorApoAttachments
Delete an APO attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorApoAttachments/{ApoAttachmentKey}
Get all APO attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorApoAttachments
Get an APO attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorApoAttachments/{ApoAttachmentKey}
Update an APO attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorApoAttachments/{ApoAttachmentKey}