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": "9f270d3b-32bf-4089-9a94-e06003e0d7f6", "ParentId": "7f6bcbf8-8da5-42ea-8223-c526b158a71e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "6bc1bc01-ed3a-43af-b411-97e3a381f95d", "22490144-7e3b-492c-bc2f-3fdaefdcf99d" ], "Companies": [ "66f7b61d-4df8-4d7e-b000-c4206a5565f9", "ca35f969-6fff-4ef2-9ff9-01ea3459a0ab" ], "Groups": [ "cec54c3a-c961-4b21-aea6-fabe935e7e50", "d7034ac1-7b41-4b31-a6e4-d507d1a088a3" ], "Opportunities": [ "1d3dac64-b2c6-4489-8e11-cc00b643f15a", "e04b60c7-a7d9-4263-b917-c9091fd2e90c" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.