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
LinkedEntities| Name | 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": [
"e3042b07-b199-4c92-b923-3c5f9ca9964c",
"c50acbc4-27b5-439a-aa42-29d1d10fa1b6"
],
"Companies": [
"09d66920-7709-4e0a-86e3-5560f0461d4f",
"fffc9a80-d1ef-444d-9843-4887ed0c4212"
],
"Groups": [
"be7b2aaa-3c5c-43d7-97c9-433a01690ed2",
"13c1ab52-ae3a-40f0-aaca-2bce89a0b446"
],
"Opportunities": [
"fa026c7b-3b14-4e93-a3b8-565b8911a493",
"1d176d23-1fd3-4f57-879b-a7e17b23c685"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.