Data Transfer Format S2XML

XML NAME

NAME (GERMAN)

NAME (ENGLISH)

TYPE

LENGTH

XML NAME

NAME (GERMAN)

NAME (ENGLISH)

TYPE

LENGTH

supplierId

Lieferantennummer

Supplier ID

Char

40

supplierName

Lieferantenname

Supplier Name

Char

40

timeOfTransfer

Übertragungszeit

Time of Transfer

Timestamp

 

s2customerNumber

S2-Kundennummer

S2 Customer Number

Dec

 

supplierCustomerNumber

Partner-Kundennr

Partner Customer Number

Char

20

s2orderNumber

S2-Bestellnummer

S2 Order Number

Char

20

buyerGivenName

Besteller Vorname

Buyer given name

Char

62

buyerLastName

Besteller Nachname

Buyer last name

Char

62

buyerEmailAddress

email-Adresse des Bestellers

Buyer eMail adress

Char

80

buyerPhoneNumber

Telefonnr des Bestellers

Buyer phone number

Char

30

deliveryAddress

Strukturierendes Element für Lieferadresse

Surrounding Element for delivery address

 

 

plantId

Werkskennung

Plant id

Char

45

line1

Lieferadresse 1 (Firma)

Delivery Address 1 (Company Line 1)

Char

30

line2

Lieferadresse 2 (Firma 2. Zeile)

Delivery Address 2 (Company Line 2)

Char

30

line3

Lieferadresse 3 (Firma 3. Zeile)

Delivery Address 3 (Comapny Line 3)

Char

30

street

Lieferadresse 4 (Straße)

Delivery Address 4 (Street)

Char

30

country

Lieferadresse 5 (Land)

Delivery Address 5 (Country)

Char

10

zipCode

Lieferadresse 6 (PLZ)

Delivery Address 6 (Zip Code)

Char

10

city

Lieferadresse 7 (Ort)

Delivery Address 7 (City)

Char

30

orderText

Bestelltext

Order Text

Char

70

additionalInfoLine1

Zusatztext Zeile 1

Additional Text Line 1

Char

70

additionalInfoLine2

Zusatztext Zeile 2

Additional Text Line 2

Char

70

currency

Währung

Currency

Char

3

accumulatedPrice

Gesamtpreis

Price of order

Float

 

classificationType

Klassifizierungs-Typ

Classification Type

Char

10

classificationVersion

Klassifizierungs-Version

Classification Version

Char

10

desiredDeliveryDate

Wunschliefertermin

Desired Delivery Date

Date

 

reciever

Abweichender Empfänger

Different receiver

Char

12

additionalShoppingCartAttributes

Strukturierendes Element für Kundenspezifische Attribute

Structuring Element for customer specific attributes

 

 

attribute

Strukturierendes Element für Kundenspezifisches Attribut

Structuring Element for customer specific attribute

 

 

attribute/name

Name des Kundenspezfischen Attributes

Name of the customer specific attribute

 

 

attribute/value

Wert des Kundenspezfischen Attributes

Value of the customer specific attribute

 

 

Position

XML NAME

NAME (GERMAN)

NAME (ENGLISH)

TYPE

LENGTH

XML NAME

NAME (GERMAN)

NAME (ENGLISH)

TYPE

LENGTH

positions

Strukturierendes Element für Positionen

Surrounding Element for positions

 

 

position

Strukturierendes Element für Position

Surrounding Element for position

 

 

number

Positionsnummer

Positionnumber

Dec

 

accountingInformation

Strukturierendes Element für Kontierungsdaten

Surrounding Element for accounting data

 

 

accountType

Kontierungstyp

Booking Type

Char

1

accountValue

Kontierungswert

Booking Value

Char

20

additionalAccountingInfo

Zusätzlicher Kontierungswert

Additional Booking Value

Char

64

generalLedger

Sachkonto

General Ledger

Char

20

amount

Bestellmenge

Amount

Float

 

uomISO

Mengeneinheit ISO (wenn verfügbar)

Unit of Amount ISO (if available)

Char

20

uomSupplier

Mengeneinheit Lieferant

Unit of Amount Supplier

Char

20

supplierArticleNumber

Artikelnummer Lieferant

Supplier Article Number

Char

32

customerArticleNumber

Kundenspezifische Artikelnumer

Customer Article Number

Char

50

name

Bezeichnung

Name

Char

130

priceUnit

Preiseinheit

Price Unit

Dec

 

pricePerUnit

Preis pro Einheit

Price per Unit

Float

 

positionPrice

Preis Gesamt pro Position

Accumulate Price per Position

Float

 

leadTime

Planlieferzeit in Tagen

Planed delivery time (days)

Dec

 

VAT

Mehrwertsteuer

VAT

Float

1,3

classification

Klassifizierung

Classification

Char

20

additionalInformation1

Zusatztext Zeile 1

Additional Text Line 1

Char

70

additionalInformation2

Zusatztext Zeile 2

Additional Text Line 2

Char

70

ociCustField1

Zusätzliches Attribut 1

Additional Attribute 1

Char

10

ociCustField2

Zusätzliches Attribut 2

Additional Attribute 2

Char

10

ociCustField3

Zusätzliches Attribut 3

Additional Attribute 3

Char

10

ociCustField4

Zusätzliches Attribut 4

Additional Attribute 4

Char

20

ociCustField5

Zusätzliches Attribut 5

Additional Attribute 5

Char

50

additionalAttributes

Strukturierendes Element für Kundenspezifische Attribute

Structuring Element for customer specific attributes

 

 

attribute

Strukturierendes Element für Kundenspezifisches Attribut

Structuring Element for customer specific attribute

 

 

attribute/name

Name des Kundenspezfischen Attributes

Name of the customer specific attribute

 

 

attribute/value

Wert des Kundenspezfischen Attributes

Value of the customer specific attribute

 

 

Beispieldatei / Example

<?xml version="1.0" encoding="UTF-8" standalone="no"?> <S2XML version="1.0"> <supplierId>101152</supplierId> <supplierName>Hoffmann GmbH</supplierName> <timeOfTransfer>2021-01-13T08:24:00+01:00</timeOfTransfer> <s2customerNumber>77xxxxx</s2customerNumber> <supplierCustomerNumber>TEST</supplierCustomerNumber> <s2orderNumber>480010201</s2orderNumber> <buyerGivenName>Demo</buyerGivenName> <buyerLastName>Besteller</buyerLastName> <buyerEmailAddress>Vorname.Nachname@simplesystem.com</buyerEmailAddress> <buyerPhoneNumber>0170/xxxxxxxxx</buyerPhoneNumber> <plantId>WERK44</plantId> <deliveryAddress> <line1>Testkunde GmbH</line1> <line2>Zeile2 Lieferadresse</line2> <line3>Gebäude 1 Raum 0815</line3> <street>Bodenseestraße 29</street> <country>DE</country> <zipCode>81241</zipCode> <city>München</city> </deliveryAddress> <orderText/> <additionalInfoLine1/> <additionalInfoLine2/> <currency>EUR</currency> <classificationType>eclass</classificationType> <classificationVersion>5.1</classificationVersion> <desiredDeliveryDate>24.12.2020</desiredDeliveryDate> <reciever/> <positions> <position> <number>1</number> <accountingInformation> <accountType>K</accountType> <accountValue>1234</accountValue> <additionalAccountingInfo/> <generalLedger>20401</generalLedger> </accountingInformation> <amount>1</amount> <uomISO>PCE</uomISO> <uomSupplier>Stück</uomSupplier> <supplierArticleNumber>113421 3</supplierArticleNumber> <customerArticleNumber/> <name>Blechbohrer HSS doppelseitig, unbeschichtet, ⌀ h8: 3 mm</name> <priceUnit>1</priceUnit> <pricePerUnit>1.00</pricePerUnit> <positionPrice>1.00</positionPrice> <leadTime>1</leadTime> <VAT>0.19</VAT> <classification>21010101</classification> <additionalInformation1/> <additionalInformation2/> <ociCustField1/> <ociCustField2/> <ociCustField3/> <ociCustField4/> <ociCustField5/> </position> </positions> </S2XML>

 

Download XSD: