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": "cd7cfc9a-84be-44bd-8e5e-eefa7c0deca5", "ParentId": "ae25b4f7-6d6a-4359-95b7-a19bdc4c6fc7", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "eaf6ac55-1e8b-4889-8569-6b2ac8eba9d3", "ee3f2d7b-a7ef-4706-b66e-1ba772b410ef" ], "Companies": [ "28a98e97-5a35-48d6-91ff-68f3e07141d8", "14a8b28c-9c83-4a20-9521-6f4ada40ae9b" ], "Groups": [ "1ecbe1b8-4cd2-4f33-8f3b-499199148af3", "ede856ca-2fdc-4436-a47c-63b8ed73ede5" ], "Opportunities": [ "7f9718f8-ffde-48b6-be67-89f442946f80", "db0936e3-75e8-4fff-8a63-bc5773272ee1" ] } }
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.