Update Company Details In Portfolio

Updates the company details in a specified portfolio.

SecuritybearerToken
Request
path Parameters
portfolioId
required
number

The unique identifier of the portfolio, obtained from /portfolios.

companyId
required
string

A company Safe Number or Connect ID.

Request Body schema: application/json
personalReference
required
string

Field that can be used to add a personal reference against the company in a portfolio.

freeText
required
string

Field that can be used to add a free text note to when adding/updating a company to a portfolio.

personalLimit
required
string

Field that can be used to add a personal limit number against the company in a portfolio.

Responses
200
204

No Content

400
401
403
404
patch/monitoring/portfolios/{portfolioId}/companies/{companyId}
Request samples
application/json
{
  • "personalReference": "personal reference",
  • "freeText": "Some useful text",
  • "personalLimit": "40"
}
Response samples
application/json
{
  • "correlationId": "23921650-c073-11ea-860f-06bc8182190e",
  • "message": "Company updated successfully"
}