Skip to main content
Update Row

Headers

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Path Parameters

tableName
string
required

The name of the table to update; in the current release this must be an 'extratable'. Use the database name, on the form y_aTable

id
integer<int32>
required

The id of the row to update

Body

A StringDictionary with the values to update. You do not need to specify all the values in the table. The omitted ones will remain unchanged

{key}
string

Response

No Content