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": "aa283187-f82c-48da-aa97-a40bbdbb96e1", "ParentId": "4e0858c7-92e8-4ad8-8388-a072108f5d87", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d6dcea01-53b0-474e-afe3-483f9d101dcc", "8f39b9ae-fcf9-4821-acaa-878a75713e6a" ], "Companies": [ "6ac8bab1-d375-459a-8f61-8faa7cfa8d44", "2939ea78-bafd-4608-82e1-cf00471333ef" ], "Groups": [ "07f0b285-ee1f-4460-883e-199b38de3e5c", "02a2a056-cbb9-4dbf-8815-21e0823ceb24" ], "Opportunities": [ "6785101b-ab66-4f8d-86e0-25b005f97e9d", "8cb09108-6740-43c6-b6ac-8a1761cc7607" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.