API Toolkit - What is needed in the file to upload TCM Attachments

Description of Issue

API Toolkit - What is needed in the file to upload TCM Attachments

Context
  • EERP 

  • Accounts Payable 

  • API ToolKit

Cause

New to functionality 

Resolution

The TCM fields need the following data:

<TCMFileName></TCMFileName> - This is the file name you would like TCM to use. Note this filename must include the file type. In example: “Invoice.2024.PDF”


 <TCMFileContent></TCMFileContent> - This is the base64 encoded string representation of the image being imported to TCM. This will need to be created by the client’s processes. All modern programming languages support image byte manipulation and currently we only support the base64encode type.

Additional Information