POST api/v1/General/UpdateAgGridEditableCells

Request Information

URI Parameters

None.

Body Parameters

EditableProcess
NameDescriptionTypeAdditional information
TablePrimaryKey

string

None.

TablePrimaryValue

string

None.

FieldName

string

None.

FieldValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TablePrimaryKey": "sample string 1",
  "TablePrimaryValue": "sample string 2",
  "FieldName": "sample string 3",
  "FieldValue": "sample string 4"
}

text/html

Sample:
{"TablePrimaryKey":"sample string 1","TablePrimaryValue":"sample string 2","FieldName":"sample string 3","FieldValue":"sample string 4"}

application/xml, text/xml

Sample:
<EditableProcess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartWorldLibrary.Models.AgGrid">
  <FieldName>sample string 3</FieldName>
  <FieldValue>sample string 4</FieldValue>
  <TablePrimaryKey>sample string 1</TablePrimaryKey>
  <TablePrimaryValue>sample string 2</TablePrimaryValue>
</EditableProcess>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EditableProcess'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.