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": [ "809b0096-f1e1-476d-8c35-9def3b10b4ce", "1f4c0fc2-6053-4333-8336-331e4700957a" ], "Companies": [ "59b29196-2030-4d7b-b176-7b31e25f3b9c", "82e191bd-5969-4e40-8eb4-f272dcf1c2aa" ], "Groups": [ "a8d34a98-d5d4-419c-aae6-3a6f1b170cbc", "3b8360e0-7033-407b-9643-7352b142f93b" ], "Opportunities": [ "4955d8f1-7609-41fa-ace7-07bfbc90cb0a", "a6a28f83-c39e-4123-99a1-832bcc6c931f" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.