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": [
"eea7e6b6-bedd-46d1-8279-5dae51056fd4",
"173e26cc-8b30-4161-b304-fe9c125ca4ad"
],
"Companies": [
"ce947059-f8f8-478c-9863-98a03ba84099",
"e2877fb1-950c-424e-aff8-02897b157fe8"
],
"Groups": [
"760e0a59-315e-4486-8b71-5aad6662cd9e",
"95330500-a963-4fae-afd5-512ffb3ccbd6"
],
"Opportunities": [
"59be46bf-4401-47c3-a6b9-3fea683d3840",
"d08a0417-dd96-41e7-9ca8-7a44d4776506"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.