POST api/v1/advisor/vault?investorId={investorId}&fileName={fileName}&fileUploadFolder={fileUploadFolder}
Upload a vault file for an given investor.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
investorId |
Required: InvestorId provided by the vendor. |
integer |
Required |
fileName |
Required: Filename provided by the vendor. |
string |
Required |
fileUploadFolder |
Optional: File upload folder provided by the vendor. |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Returns the Vault File Id
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>