Yunique.Toolkit.API

<back to all web services

DataDictionaryUpdate

The following routes are available for this service:
PUT/v1/DataDictionary/{ColumnName}

To override the Content-type in your clients 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.

POST /jsv/reply/DataDictionaryUpdate HTTP/1.1 
Host: plm.gerber.fila.com 
Content-Type: text/jsv
Content-Length: length

{
	columnName: String,
	entryData: 
	{
		columnID: 00000000000000000000000000000000,
		columnName: String,
		columnAlias: String,
		columnDataTypeID: 00000000000000000000000000000000,
		columnTypeID: 00000000000000000000000000000000,
		columnCellWidth: String,
		columnSearch: 0,
		columnGridWidth: 0,
		columnGridSearch: 0,
		columnLookupQuery: String,
		columnSelect: 0,
		columnTextColumn: String,
		columnValueColumn: String,
		columnAutoPostBack: 0,
		columnAddNullField: 0,
		cUser: String,
		cDate: 0001-01-01,
		mUser: String,
		mDate: 0001-01-01,
		columnDataTypeLength: 0,
		coreColumn: 0
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	affectedRows: 0,
	status: String
}