cURL
curl --request POST \ --url https://api.creditriskmonitor.com/v1/Portfolio/Folders
{ "Success": true, "Data": { "FolderId": 123, "UserId": 123, "FolderName": "<string>", "DateCreated": "2023-11-07T05:31:56Z", "DateUpdated": "2023-11-07T05:31:56Z" }, "ErrorCode": "<string>" }
Creates or removes folders for the current user.
SessionKey
Name of the folder to create
FolderId of the folder to Delete
OK
ApiPortfolioFolder
Show child attributes
Id of the Folder
UserId of the User that owns this Folder
Name of the Folder
Creation Date
Updated Date
Was this page helpful?