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": "1c44b4df-2d80-4159-bdd7-9071c56335d8", "ParentId": "45485ca7-53a1-403c-a3bc-a77c4e71a338", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d0517a7c-b460-4533-aa01-ebef941dbfce", "ee71657a-6158-4288-a9aa-1d8ce16e497f" ], "Companies": [ "d372755b-de99-4fab-a9c8-d5e597e4f235", "16ffd635-79b4-4562-a83b-4ca8d551399f" ], "Groups": [ "cce98c1f-b33c-4560-9d7b-725473a5dee6", "4fa4bade-a80d-4f41-a5a5-93736f6b5a8a" ], "Opportunities": [ "2dbca90c-df11-416f-a9de-4636be3fc693", "f08abf38-3976-4fc9-9331-69946cae25bf" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.