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": "b1e68079-155c-4e10-92a7-6d0162eff3cc", "ParentId": "7af9b317-de40-45d4-8960-20265f87906c", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "4dabe133-28dd-4910-b8b9-7737ad4b7040", "83aab7e3-7745-457b-8602-040bf5ec165f" ], "Companies": [ "3bc31aa4-5aec-4d31-8a77-473fee6b502d", "daacbb95-45cb-45d9-aaed-29faf1858f08" ], "Groups": [ "eb6b79e4-2039-426f-b402-35ce27bb7004", "198a4c26-7c50-4ce1-88ee-e77412d0f7ea" ], "Opportunities": [ "ce0b6339-b6f0-4b58-9f80-0b2a9a6a27ce", "47273ea4-1325-4c96-9e66-a7b1fc2171b7" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.