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": [
"f7720963-1fbc-48ce-937b-8a74632e9c97",
"2c2a11d0-c708-440c-82d5-90f21b26bf1d"
],
"Companies": [
"7677b8d2-58a8-47b1-b009-d972fa5ff7b0",
"e589b139-2bd4-42ed-95ce-447fc237a283"
],
"Groups": [
"1265097e-732d-4bd9-a886-739aae8832a8",
"1c7cef95-50eb-4cda-b46e-1270bd088875"
],
"Opportunities": [
"63c9ca63-d726-4de5-8c09-b0a51a30d270",
"6c88592c-c823-493f-b8d1-68793a64c865"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.