cURL
curl --request POST \ --url https://api.creditriskmonitor.com/v1/Portfolio/Folders/{FolderId}
{ "Success": true, "Data": "<string>", "ErrorCode": "<string>" }
Modifies portfolio composition by adding or removing business entities within a folder.
SessionKey
Id of the Folder to add Businesses to
Comma separated List of Business Ids to add
Comma separated List of Business Ids to remove
OK
Was this page helpful?