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": [ "e9dc74eb-3383-4be1-8e3c-a5ae086150ce", "c5059c48-fb58-4cb1-8303-ae2e3d6dd54a" ], "Companies": [ "05d2a8e6-9e1f-4436-8dcf-fc7971631ca2", "320c3292-8f53-4b1f-a49a-859833a36c70" ], "Groups": [ "5be9a291-289f-4712-ae5e-ceacecc5bf67", "86df6591-9611-4878-a1c5-d1d95c344c3f" ], "Opportunities": [ "d961e0c9-4e08-40ce-aad2-ec2d8fbbf7f2", "7cb00321-8802-45bf-abab-0a8d4b0943f4" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.