HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/L10nSystemCreate HTTP/1.1
Host: plm.gerber.fila.com
Content-Type: application/xml
Content-Length: length
<L10nSystemCreate 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: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:SystemStringID>00000000-0000-0000-0000-000000000000</d2p1:SystemStringID>
<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>
<SystemStringID>00000000-0000-0000-0000-000000000000</SystemStringID>
</L10nSystemCreate>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<L10nSystemCreateResponse 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>
</L10nSystemCreateResponse>