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": [ "bac7236b-95a6-4be5-9839-61c00985a389", "4b651fc5-5bcf-4acc-8a0f-19c4f7e02949" ], "Companies": [ "b8d416f1-c10f-46f9-bc4a-0e8e2d73a78e", "f8975131-cdfc-4af3-b57b-538c2d7e3b6b" ], "Groups": [ "99315c6f-fd24-4f8e-b0ce-3c56444f0cd1", "2b647a3b-2b18-4f79-8843-738f887cbea4" ], "Opportunities": [ "b8cabb17-dd60-447e-a608-f3c5c7d8a107", "5edcb1c4-7c12-40de-9b17-621084defb03" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.