Yunique.Toolkit.API

<back to all web services

L10nButtonsUpdate

The following routes are available for this service:
PUT/v1/L10n/Buttons/{SystemButtonID}

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/L10nButtonsUpdate HTTP/1.1 
Host: plm.gerber.fila.com 
Content-Type: text/jsv
Content-Length: length

{
	systemButtonID: 00000000000000000000000000000000,
	entryData: 
	{
		systemButtonID: 00000000000000000000000000000000,
		buttonIcon: String,
		buttonType: String,
		designString: String,
		da_DK: String,
		de_DE: String,
		el_GR: String,
		en_AU: String,
		en_US: String,
		en_GB: String,
		en_CA: String,
		fr_FR: String,
		fr_CA: String,
		es_ES: String,
		es_MX: String,
		hi_IN: String,
		it_IT: String,
		ja_JA: String,
		ko_KR: String,
		nb_NO: String,
		nl_NL: String,
		pl_PL: String,
		pt_PT: String,
		pt_BR: String,
		ru_RU: String,
		sv_FI: String,
		sv_SE: String,
		tr_TR: String,
		zh_CHS: String,
		zh_CHT: String,
		cUser: String,
		cDate: String,
		mUser: String,
		mDate: String
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	affectedRows: 0,
	status: String
}