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": "db87b189-9029-4bc3-85e0-fb891ea13ae6", "ParentId": "fb4d1599-80b8-492c-bc07-1901e91d69a9", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "df3ac1e1-fd44-43b5-a9b1-4b15e5a951f3", "c8a7ed45-93c8-4e8d-8b65-1f69c3af8b2a" ], "Companies": [ "7f59420d-aac3-4b53-b18f-ec8f17177cab", "285d8ba5-eee6-4000-be4e-d10f9ca6ea7a" ], "Groups": [ "e094c426-25f9-4d11-9dc1-b9a7bcc7b577", "d2720f0d-72cb-429d-927d-2bbd6fe6019f" ], "Opportunities": [ "60ca4294-7c49-4712-9b76-811da2836c49", "6b20b017-ffc9-4ad5-ab18-88a591141c55" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.