Endpoint to add a company using a company id, into a portfolio provided in as a path parameter. Additional fields can be used to add a personalReference, freeText, and personalLimit. These fields need to be submitted in the requestBody but can be 'nulled' if not required. See the two examples of the submission with and without these fields.
{- "id": "GB-0-12345678",
- "personalReference": "",
- "freeText": "",
- "personalLimit": ""
}
{- "correlationId": "23921650-c073-11ea-860f-06bc8182190e",
- "message": "Company Added"
}