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": "4121afbb-0142-44af-9f85-02145405b862", "ParentId": "ba271dd8-8134-4252-8655-db3e50fa6c1e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "153f6cfa-b702-4222-8d07-cbb1cbb0f1a5", "494de50b-4119-4799-881d-3c060c043b90" ], "Companies": [ "36861946-70aa-40f9-8a5e-d878190ce092", "fd64a469-6373-40f9-91cc-7273c8d0232b" ], "Groups": [ "d49eab7e-02a4-486c-b45c-bb09c3f60978", "c8cbc610-5c9c-4e87-9a75-6f3e93284343" ], "Opportunities": [ "e7b1ba37-16ec-4a0a-a55a-5088cf5e0921", "31df3735-f4cf-4e24-b3df-8521d4beef17" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.