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": "1416e4bb-d619-4ac6-b799-97669f35f171", "ParentId": "e25de39d-c5c6-422f-bb50-c6255050b550", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "38b921e5-67fb-40b5-ac69-fbb8e270aaa3", "168866ce-d737-4c2e-b208-3a282ff6796f" ], "Companies": [ "36ed2796-fb70-4f91-85d2-7a23d4e70789", "d25ba009-f2f3-424d-8993-a5ac5d044a7f" ], "Groups": [ "1614be21-5ac7-4c87-80d1-9675f83b550b", "718a8b54-1d4c-4660-ae33-aa8b516ecd08" ], "Opportunities": [ "46657a88-2dd7-4619-82ef-8d83125cce2c", "f15600ac-1d3b-4944-bfe5-30a80f42e99f" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.