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": [
"ff153632-ceca-4729-9dd1-dc2fd6bf6640",
"4f24ba29-23db-4edb-b7c9-9be9d589ea5d"
],
"Companies": [
"d05fbee8-d425-4cff-94bb-81276a7e66c5",
"9c293e7c-bd41-48ff-bff0-d28947c891c5"
],
"Groups": [
"7390281a-4629-4b58-b0dc-3e508f8b936f",
"847731e1-9295-4ad1-945d-d19c8471c326"
],
"Opportunities": [
"963a1dcc-f92d-4a4b-9507-52e7f1882247",
"3136f0d6-306f-4362-8bba-db44a92ee909"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.