This method is used to add a document to an offering. Only .pdf, .xls, and .docx files can be uploaded. Only PDF files are able to be watermarked. 50 MB max file upload.
Request Parameters
Parameter
Required
Type
Description
clientID
yes
string
TransactAPI Client ID
developerAPIKey
yes
string
TransactAPI Developer Key
offeringId
yes
integer
Offering ID that is generated by the API once an offering is created (createOffering)
documentTitle
yes
string
Title/label for the uploaded document
documentFileReferenceCode
yes
string
Reference code for the uploaded document (can be any number to use for tracking)
file_name
yes
string
File name of the uploaded document. No special characters can be included in the file name.
userfile0
yes
string
While uploading the PDF files, please provide a temporary file name. Prefix @ on the file name. Eg : @/tmp/phpAHi2ZC Request parameter should be userfile0, userfile1, userfile2,...userfilen for multiple documents upload. Refer Sample Request set below
templateName
no
conditional
Offering Document Template Name (can be used if using certain templates for tracking)
approval
no
string
Has the Document been approved by a Registered Principal? Yes or No
supervisorname
no
string
Name of the Approving Principal
date
no
integer
Date that the Document was Approved
createdIpAddress
no
string
IP Address of the addDocumentsforOffering method call