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": "e3580450-9e57-4f8f-9854-2b66303eb7ff", "ParentId": "3de2358c-0bc2-489f-bf09-ce48b4b44978", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "abbdbe93-ad98-49f9-80fc-03ed374b17e2", "83ff243e-369f-4900-ae02-ff602da2e0e1" ], "Companies": [ "fd296e18-1fbc-4b34-8a9b-06618b6ee6da", "767cccfc-1415-4966-90e9-725d007530ac" ], "Groups": [ "78581518-75c6-43c3-9b33-2485414d25a8", "1ced2a24-f27b-41b9-a16b-777f8daa31af" ], "Opportunities": [ "048a5869-bbb0-4e83-b6c7-3756278184cf", "0eb82bfb-982f-40e9-93cf-9980107722cb" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.