POST api/200/table/Public/Save

保存主表数据

Request Information

URI Parameters

None.

Body Parameters

SaveDataModel200
NameDescriptionTypeAdditional information
returndata

boolean

None.

uniquecolumns

string

None.

dblinkname

string

None.

withoutdata

string

None.

formulalayer

string

None.

synchronizedat

string

None.

defaultcp

CmsTableParam

None.

data

Collection of JsonDataRow

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'HS.Platform.JsonDataRow'. Path 'data[0].subdata'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'HS.Platform.JsonDataRow'. Path 'data[0].subdata'.

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 'SaveDataModel200'.

Response Information

Resource Description

Dictionary of Object [key] and Object [value]

Response Formats

application/json, text/json

Sample:
{
  "System.Object": {}
}