PUT api/CustomTables/{id}?tableName={tableName}
Fully updates an existing Custom Table Record.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Id of the record |
globally unique identifier |
Required |
tableName |
Custom table name |
string |
Required |
Body Parameters
The 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": "6d72cf35-14df-445c-ba45-a3e69b19b160", "ParentId": "c979596a-113d-493c-a12c-2ffab9ad388e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "80192e27-9e11-4a21-889c-56567738d55f", "2937bfe9-8e8e-4309-8692-bd379ffc2b0d" ], "Companies": [ "0fc722d2-b5c5-4ebf-8013-fc1af0235b1b", "c934d9bc-3acf-45ef-8918-5bf446c0eca2" ], "Groups": [ "9fc59ea2-66ba-4e72-bb91-4fed63b9a917", "2daf4405-cf5e-46ff-8037-392afdac6b7c" ], "Opportunities": [ "fb3080f1-09e4-437b-9233-73d8c0e1cc17", "62aab16e-0d53-4553-a084-e0cc52f9a6f0" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.