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

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/L10nButtonsUpdate HTTP/1.1 
Host: plm.gerber.fila.com 
Content-Type: application/xml
Content-Length: length

<L10nButtonsUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs">
  <EntryData xmlns:d2p1="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs.POCOs">
    <d2p1:ButtonIcon>String</d2p1:ButtonIcon>
    <d2p1:ButtonType>String</d2p1:ButtonType>
    <d2p1:CDate>String</d2p1:CDate>
    <d2p1:CUser>String</d2p1:CUser>
    <d2p1:DesignString>String</d2p1:DesignString>
    <d2p1:MDate>String</d2p1:MDate>
    <d2p1:MUser>String</d2p1:MUser>
    <d2p1:SystemButtonID>00000000-0000-0000-0000-000000000000</d2p1:SystemButtonID>
    <d2p1:da_DK>String</d2p1:da_DK>
    <d2p1:de_DE>String</d2p1:de_DE>
    <d2p1:el_GR>String</d2p1:el_GR>
    <d2p1:en_AU>String</d2p1:en_AU>
    <d2p1:en_CA>String</d2p1:en_CA>
    <d2p1:en_GB>String</d2p1:en_GB>
    <d2p1:en_US>String</d2p1:en_US>
    <d2p1:es_ES>String</d2p1:es_ES>
    <d2p1:es_MX>String</d2p1:es_MX>
    <d2p1:fr_CA>String</d2p1:fr_CA>
    <d2p1:fr_FR>String</d2p1:fr_FR>
    <d2p1:hi_IN>String</d2p1:hi_IN>
    <d2p1:it_IT>String</d2p1:it_IT>
    <d2p1:ja_JA>String</d2p1:ja_JA>
    <d2p1:ko_KR>String</d2p1:ko_KR>
    <d2p1:nb_NO>String</d2p1:nb_NO>
    <d2p1:nl_NL>String</d2p1:nl_NL>
    <d2p1:pl_PL>String</d2p1:pl_PL>
    <d2p1:pt_BR>String</d2p1:pt_BR>
    <d2p1:pt_PT>String</d2p1:pt_PT>
    <d2p1:ru_RU>String</d2p1:ru_RU>
    <d2p1:sv_FI>String</d2p1:sv_FI>
    <d2p1:sv_SE>String</d2p1:sv_SE>
    <d2p1:tr_TR>String</d2p1:tr_TR>
    <d2p1:zh_CHS>String</d2p1:zh_CHS>
    <d2p1:zh_CHT>String</d2p1:zh_CHT>
  </EntryData>
  <SystemButtonID>00000000-0000-0000-0000-000000000000</SystemButtonID>
</L10nButtonsUpdate>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<L10nButtonsUpdateResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs">
  <AffectedRows>0</AffectedRows>
  <status>String</status>
</L10nButtonsUpdateResponse>