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": "984b70d1-694e-4cb6-abb6-9cc462a2750b", "ParentId": "d133ee13-3348-4f40-b2b0-fa2a19afdfe1", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "06ed9d7f-f378-4ba5-9743-cff41da623ca", "736d5a95-743d-4a0b-b36e-00abc5b0472d" ], "Companies": [ "2977c11d-b0d3-4336-ade1-da4b7c31f3e4", "09e76ef8-353f-4dcd-9c70-823542ff605e" ], "Groups": [ "054cfe78-fca5-4d94-ba47-22b7289a04bf", "1b2be3b8-97a9-4f0e-8a72-6ac67691a0af" ], "Opportunities": [ "9e57d20c-fe33-4525-9db8-8f7893d850cc", "281a346d-aa87-4856-a255-a99f6c49e7a2" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.