digitaluapi

<back to all web services

EditTableRecordRequest

Requires Authentication
Requires any of the roles:Client, Admin, Partner
The following routes are available for this service:
PUT/scadmeta/tables/{TablesId}/editEdit Table Records
EditTableRecordRequest Parameters:
NameParameterData TypeRequiredDescription
TablesIdpathintYesTable id
ParameterListbodyDictionary<string, Object>NoParameter list
GlobalParamListbodyDictionary<string, Object>NoGlobal parameter list
ViewIdbodyint?NoView id
RefreshCachebodyboolNoWhether or not to refresh the cache

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PUT /scadmeta/tables/{TablesId}/edit HTTP/1.1 
Host: duengageapi.uat.scadsoftware.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	TablesId: 0,
	ParameterList: 
	{
		String: {}
	},
	GlobalParamList: 
	{
		String: {}
	},
	ViewId: 0,
	RefreshCache: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	
}