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": "43fce1a4-ed8e-4c2a-bb82-e8b5cc0b6674", "ParentId": "a2100888-a4fa-48d8-b450-4beefe12a13a", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "8605d544-36be-416c-87a7-1bd928437f09", "113d64cf-4920-4373-b0e3-254981185a72" ], "Companies": [ "73d1a615-3a8c-4ba9-a67b-9ca6e06f4ec5", "694347f8-82c2-4782-bc54-a2839887a22a" ], "Groups": [ "75b3a984-6bd4-407a-bbe6-8aaa62b61f36", "222fd3f3-23cc-4fc9-8911-d28fe48afd68" ], "Opportunities": [ "31f46c02-e645-4d95-bf19-a7bad61d3e3a", "93b470a1-acca-4c0b-a358-9a55762f0db1" ] } }
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.