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": "0f48dd41-40b6-431b-b69b-b58cf283b469", "ParentId": "3814bc6c-a194-432a-83cd-f51a0bdadcd8", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "4022f197-2864-4bda-b800-a97243806e3d", "0100ad55-cca4-4d89-b579-a9d03e67d6ad" ], "Companies": [ "a0b15f94-393e-4566-8eb2-0eaa3b6263de", "54a9c1fe-d8f5-4e22-b653-f8c682779808" ], "Groups": [ "a9cea6b9-14b4-4ee3-80c9-abb827508237", "8f3dcdf1-2a87-432e-81fb-247bb8c512b1" ], "Opportunities": [ "c3f7901c-8e97-4c6b-9314-8b081d53627c", "f0d827b5-4bfa-4800-9131-71ab9eaf1b03" ] } }
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.