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 .csv suffix or ?format=csv

HTTP + CSV

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/csv
Content-Type: text/csv
Content-Length: length

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

{}