Format OCI Orders05 XML Datei
Versandadresse
//IDOC/E1EDKA1
<E1EDKA1 SEGMENT="1">
<PARVW>WE</PARVW>
<NAME1>Example GmbH</NAME1> //company
<STRAS>Testweg 123</STRAS> //address
<PSTLZ>40000</PSTLZ> //zipCode
<ORT01>Düsseldorf</ORT01> //city
<LAND1>DE</LAND1> //countryCode
<TELF1>0211-63138</TELF1> //phone
<NAME3>Herr Müller</NAME3> //addressName
<NAME2>mueller@example.org</NAME2> //emailAddress
</E1EDKA1>
Rechnungsadresse
//IDOC/E1EDKA1
<E1EDKA1 SEGMENT="1">
<PARVW>RE</PARVW>
<NAME1>Example GmbH</NAME1> //company
<STRAS>Testweg 123</STRAS> //address
<PSTLZ>40000</PSTLZ> //zipCode
<ORT01>Düsseldorf</ORT01> //city
<LAND1>DE</LAND1> //countryCode
<TELF1>0211-63138</TELF1> //phone
<BNAME>Herr Müller</BNAME> //addressName
<NAME4>mueller@example.org</NAME4> //emailAddress
</E1EDKA1>