Add or Update Company Note
Last updated
POST [PlatformAddress]/api/1.0/contact?action=addOrUpdateCompanyNote
Add or update company note details
id
integer
The company note's identifier. (Leave empty to add new)
companyId
integer
The unique identifier of the company to which note being added/updated
noteText
string
The description of the note
{
"success": true
"id":33884
}{
"companyId": 2,
"noteText": "test note",
}success
If the company note was successfully added or updated
id
The unique identifier for the company note
Last updated