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": [ "496a7859-c789-4648-9e4c-ad200fe2e07f", "789362c5-489d-43f8-9311-1ccd7905a253" ], "Companies": [ "5dde1eff-67ae-46f1-bda1-65487c902cc6", "b6b39d07-2c86-4119-964a-6f886520948d" ], "Groups": [ "0e2b7716-80dc-4806-bca2-fac33dd531fc", "bb6a7f47-b3d5-404d-84f9-c95579e6e33e" ], "Opportunities": [ "49ebd8c9-a550-46cc-9fc5-9c3bd774f268", "06e54430-20d5-4cf8-b91c-2d9c35d886ea" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.