Core Attachment API Restructure

Modifications have been made to various attachment APIs to support file content attachment calls from the REST payloads. There are changes to the integration points that use these REST APIs. These changes will ensure that large file attachments continue to be uploaded to the system. 

Updating these integration points ensures that REST API payloads will always be supported. 

Steps to Enable

For more information about the new attachments architecture for use with Oracle Permitting and Licensing, see My Oracle Support, Document ID: 3034288.1.

Support is ending for this attribute:

  • FileContents: The core attachments API has been restructured and this attribute is no longer supported for attachments insert functionality.

Use these attributes for attachments insert functionality instead:

  1. UploadedFileContentType - The content type of the attachment, such as text/plain or csv. The core attachments API has been restructured and this attribute is now required for attachments insert functionality.
  2. UploadedFileLength - The length of the attachment in bytes. The core attachments API has been restructured and this attribute is now required for attachments insert functionality.
  3. UploadedFileName - The name to assign to a new attachment file. The core attachments API has been restructured and this attribute is now required for attachments insert functionality. 

Key Resources

  • See Oracle Permitting and Licensing Attachment APIs (Document ID: 3034288.1) on My Oracle Support.