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": "dc2b4768-234f-47ce-a3f2-449cc23a3f0c", "ParentId": "dc6cbfa4-6257-4c2d-90ff-2ac99c6a6ccb", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "0aa0dc2d-c8bb-454f-bb38-053d3ceac09d", "bdcaf28c-1d48-411e-a34b-e44f5d024674" ], "Companies": [ "5a85d870-c1c6-4ffe-a0e1-0234ece62976", "dbe778b7-c943-4290-be97-2b10c86dc6bd" ], "Groups": [ "891cd54d-b2c5-4c5a-aab1-55401566d2c1", "5dc43e8f-496e-407b-8f43-2a6590ed9449" ], "Opportunities": [ "0cbcca94-c040-40a0-8d4b-a42e58739fd0", "1a57c8c3-0cf2-4af2-91cd-b5b08d021e0e" ] } }
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.