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
LinkedEntitiesName | 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": [ "f23ff818-7a2e-466f-a0c5-827a61d46914", "e2c45002-6f42-467e-ada5-c5cf9ebfeba2" ], "Companies": [ "0c1dbbc5-ac7d-4016-b3de-908c1fb08be6", "53331204-d18f-4e73-92ef-b4067f0b8b5d" ], "Groups": [ "a1dde208-ad98-47d2-86fc-983ab20a0959", "adccc1a4-932f-47d7-86e7-6bb8ee58fb64" ], "Opportunities": [ "b3a92d63-d53b-4694-86a3-1684f02bfe4a", "faa68376-a082-4fd1-b045-9d9c5a4a9f31" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.