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": [
"f5a732f1-4eb8-466b-a227-4b1ace3c8a5e",
"a4ede11c-33ce-4203-9001-41ab4831c0eb"
],
"Companies": [
"351127f8-4fb7-4795-8dcb-3c0e6e1d9b89",
"7455e95d-2c1d-4eed-ab97-d7c2b2b6c795"
],
"Groups": [
"82869cca-2654-4b30-a4a6-258a5a26c4da",
"a7a979a9-e86c-45bf-8233-37ad9ece824d"
],
"Opportunities": [
"3165672f-ea20-4c72-909d-022995d3fe0b",
"4dba0ab3-a6df-4307-ba86-50d85930bd17"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.