Comment on page
Add or Update Opportunity Note
post
[PlatformAddress]/api/1.0/venue?action=addOrUpdateOpportunityNote
Add or Update Note which belongs opportunity
{
"venueId": 1,
"leadId": 10,
"note": "test note",
}
{
"id": 3269,
"venueId": 1,
"leadId": 10,
"note": "test note",
}
Property | Description |
---|---|
success | Whether or not the note was added/updated |
id | The unique id of the note |
Code | Description |
---|---|
Specific Code: 24438 | The venue does not exist |
Specific Code: 24441 | The lead/opportunity does not exist |
Specific Code: 24434 | The note does not exist |
Specific Code: 24435 | An error has occured |
Specific Code: 24436 | The request contains invalid |
Specific Code: 24437 | Invalid Data |
Last modified 1yr ago