PUT api/notes/{id}/assign
Assign a note record to one or more entities.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
LinkedEntitiesName | Description | Type | Additional information |
---|---|---|---|
Contacts | Collection of globally unique identifier |
None. |
|
Companies | Collection of globally unique identifier |
None. |
|
Groups | Collection of globally unique identifier |
None. |
|
Opportunities | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Contacts": [ "877ec519-4517-4a43-9311-17490564eca3", "1d47a38b-15ce-4a8f-a578-7e5a52715665" ], "Companies": [ "61fd37eb-0558-4e86-b037-b32f41e7ff77", "5bd39e62-bfa0-47d3-8504-105796a47c52" ], "Groups": [ "e9f03f6d-2706-4d57-b1fd-40c1f93d5cae", "91a1f96e-f474-4612-9517-c18221ead0ce" ], "Opportunities": [ "ca88982a-1c76-4a64-8f0c-ba92b99ae7f3", "ea1685ee-2768-450e-b12a-472aa0623263" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.