Allow creating contact and portfolio company notes
Note: portfolio notes endpoints should use "content" instead of "plaintext_content" going forward, however the old property will remain in the payload for backwards compatibility.
7 structure changes including:
3 Additions
4 Modifications
Modified
4
Breaking
GET /portfolio_notes
- Response
-
200 response Modified
-
application/json content type Modified
-
portfolio_notes property Modified
-
plaintext_content property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- id, content properties Added
-
plaintext_content property Removed
-
portfolio_notes property Modified
-
application/json content type Modified
GET /portfolio_notes/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
portfolio_note property Modified
-
plaintext_content property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- id, content properties Added
-
plaintext_content property Removed
-
portfolio_note property Modified
-
application/json content type Modified
GET /portfolio_property_values
- Response
-
200 response Modified
-
application/json content type Modified
-
portfolio_property_values property Modified
-
value property Modified
-
Type went from
string | number | boolean | array | nulltostring | number | array | nullBreaking
-
Type went from
-
value property Modified
-
portfolio_property_values property Modified
-
application/json content type Modified
PUT /portfolio_property_values
- Response
-
201 response Modified
-
application/json content type Modified
-
portfolio_property_value property Modified
-
value property Modified
-
Type went from
string | number | boolean | array | nulltostring | number | array | nullBreaking
-
Type went from
-
value property Modified
-
portfolio_property_value property Modified
-
application/json content type Modified
-
200 response Modified
-
application/json content type Modified
-
portfolio_property_value property Modified
-
value property Modified
-
Type went from
string | number | boolean | array | nulltostring | number | array | nullBreaking
-
Type went from
-
value property Modified
-
portfolio_property_value property Modified
-
application/json content type Modified
Added
3
GET /note_tags
POST /notes
POST /portfolio_notes