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": [ "8eec7ee6-da5a-44d6-8fd1-0c74d9355c78", "007b3df5-0cd9-4ae9-877c-58b90ec7bbdc" ], "Companies": [ "5d931e03-1a71-4826-a344-2de01060a43c", "ba30275c-043b-43d8-813f-501e83ca9a6f" ], "Groups": [ "a7a89769-677d-4613-b868-7319976ad8af", "a7b61da4-aacd-4579-96c1-a26fed74bca6" ], "Opportunities": [ "0308962f-9583-47da-8d61-dcc6b13f87b8", "112ce6bc-7c48-46b5-8e19-14d35e1c26b6" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.