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": [ "d49686a2-3812-4ba2-8116-29378457b7bd", "b9f20122-3f18-4a83-a6ae-9822e469a2c7" ], "Companies": [ "bd0dfbf6-64ef-4386-bad5-8a721511f0ea", "6e67341e-e737-462a-81b2-02722d65f7e0" ], "Groups": [ "8adbe0e5-11d8-4d86-b5c5-2b273390fb4c", "432d06ba-25de-41f5-b77a-03b3c88cbe2f" ], "Opportunities": [ "18679a97-599b-4f86-95e0-822ac1435ed7", "b1674268-fcbd-4cad-9e1e-899d9493c2c7" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.