Country of Origin

You can add a country of origin on the line level.

Use the OriginCountry/IdentificationCode subelement of the InvoiceLine element to model this information.

Element

ElementDescription
/Invoice/InvoiceLine/OriginCountry/IdentificationCodeUse a code from the list here .

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>