...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Globale tax codes
The ‘Codes’ in the table below need to be used in the ‘Type’ element within the taxitem collection and the value is just the tax value / code that we need to pass onto the carrier.
...
</SalesOrderLineItem>
</List>
<TaxItems>
<TaxItem>
<Type>GBEORINumber</Type>
<Value>12345678</Value>
</TaxItem>
<TaxItem>
<Type>SWISSVAT</Type>
<Value>CHE-123.456.789</Value>
</TaxItem>
</TaxItems>
</Request>
</Requests>