PATCH api/CustomTables/{id}?tableName={tableName}

Update specific fields of a Custom table record. Pass in the list of fields and their corresponding values in a serialized dictionary object of the request body.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Id of the record

globally unique identifier

Required

tableName

Custom table name

string

Required

Body Parameters

Dictionary of string [key] and Object [value]

Request Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.