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": "bc8a3bcb-9c98-49fa-928a-9c3b778792f1", "ParentId": "f29622d0-bbc4-4fe3-89a0-6b539d9a93b5", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "7c582b90-330b-44e4-9ddd-dcb6bacf36e6", "e9a7c8c5-69c7-4215-a44c-509eae8d3af6" ], "Companies": [ "68ca4abd-3e83-40d5-9bb4-00d8a758e59d", "ad1e9ebb-6271-42e0-b0ad-b3a1cb8e9832" ], "Groups": [ "53eb84eb-2624-406d-a269-d1a3f37e934f", "ae448e9c-8d01-47da-8084-e821c798e25b" ], "Opportunities": [ "8277d6de-e158-4d60-b56d-0196deb67286", "4b3cddb0-8d25-4b08-a67a-8084001d3dba" ] } }
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.