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": [ "9021694e-caf2-4a7a-986b-36ae275dfe28", "b70664b1-636c-472c-901c-6ba38f37ea57" ], "Companies": [ "d1f7a0ee-57ae-468f-a955-76d582243f75", "3f1f8aef-ce1b-4780-b8d6-203112468763" ], "Groups": [ "eeb900bf-8bb0-4138-a218-c510ee5a186a", "d3e5a7e9-23da-4b54-a257-276070fc4b10" ], "Opportunities": [ "f79c868c-66e7-458c-a589-c99b3fda10b7", "f942f34f-2aea-4bcc-8eec-3e3a21608bc9" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.