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": "cedb9d12-e586-4683-933b-34ffce522af0", "ParentId": "75fc8c6f-1abf-4fbd-8ca4-76228827762d", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "e1fe1860-ff2a-4593-8512-21bd484d9064", "c7cf8085-2120-4f6e-ac84-3c45166a6b45" ], "Companies": [ "75d1ffa6-3c5b-4048-b08a-034beab33349", "3b906197-6396-449f-a5a1-5fbab7eef8ea" ], "Groups": [ "b55ba932-a56c-49b1-a786-844f6e839b5c", "7f61c97c-2391-494f-8667-2cccc13e9780" ], "Opportunities": [ "02700f3d-d14f-4584-af9f-754258b52e5c", "da0bd83f-87c4-4fe3-872b-2692c8effa1b" ] } }
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.