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": "eac3515f-f3c6-4518-a42f-c36c5c87ac97", "ParentId": "d33417be-7ab7-42c7-a997-f81e508ae905", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "ecf2b71a-a4c2-46cc-9f37-9cf2677d1cf6", "faa236e7-8905-4115-a83e-93c52278e3bd" ], "Companies": [ "7e09ae1b-4777-4d39-9ea3-1064f062212a", "679e48fc-6ff7-409c-86b1-ef6e6bdc18f1" ], "Groups": [ "23b515e2-34f3-4763-9b29-bd8647ee215c", "19c8dd8f-c144-49fb-a694-3a24ea06d388" ], "Opportunities": [ "6acc57e7-600f-4656-9cf3-b0f0b7d8ea4e", "cd156d9f-741b-44f1-9d23-62275aa0e3c0" ] } }
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.