VRBL: Country of Origin
You can add a country of origin on the line level.
Element
Use the OriginCountry element to model this information:
Element (Path) | Cardinality | Description |
---|---|---|
Country Of Origin (/Invoice/InvoiceLine/OriginCountry ) | 0..1 | A group of elements providing information about the items country of origin. |
Item Country Of Origin (/Invoice/InvoiceLine/OriginCountry/IdentificationCode ) | 1..1 | The code identifying the country from which the item originates. |
Restrictions
- You must use codes from the ISO3166-1:Alpha2 list here.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cac:OriginCountry>
<cbc:IdentificationCode>AR</cbc:IdentificationCode>
</cac:OriginCountry>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated 20 days ago