PUT api/Groups/{id}
Updates an existing Group Record.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Group Id that is to be updated |
globally unique identifier |
Required |
Body Parameters
The Group record data must be passed in through the body of the request in Json format. Set Content-Type header to application/json
MutableEntityExtendedName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ParentId |
This field will only include data when working with Group records. |
globally unique identifier |
None. |
Fields | Dictionary of string [key] and Object [value] |
None. |
|
LinkedEntities | LinkedEntities |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "62cd927a-65dc-4c61-b534-7421a4c6b3af", "ParentId": "5b817c71-a6c3-4722-b0a8-a6049386fa9e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "6112f42e-33a0-4d02-bb9a-b81e1bbaa280", "7502f838-4999-495b-a44a-d29b2bc097eb" ], "Companies": [ "bc372002-2803-4a15-8f18-f19a5b2888e6", "7c409312-f607-4cca-a4c5-e8be0c930194" ], "Groups": [ "df7f4b96-9298-43e8-9c39-6aa3215da57d", "85d440d2-9b45-4165-a443-dae128a8f08b" ], "Opportunities": [ "ebb8e52a-b3d6-4672-a628-f954b5d6be45", "098147b2-67be-46a9-ac9b-405c4d152bd4" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
This endpoint does not return any data when record is updated.
None.