POST
/
v1
/
Portfolio
/
Folders
/
{FolderId}
curl --request POST \
  --url https://api.creditriskmonitor.com/v1/Portfolio/Folders/{FolderId}
{
  "Success": true,
  "Data": "<string>",
  "ErrorCode": "<string>"
}

Use the Login endpoint to retrieve the SessionKey, then include it in the Authorization field for authentication.

Path Parameters

FolderId
integer
required

Id of the Folder to add Businesses to

Query Parameters

AddBusinesses
string

Comma separated List of Business Ids to add

DeleteBusinesses
string

Comma separated List of Business Ids to remove

Response

200
application/json
OK
Success
boolean
Data
string
ErrorCode
string