VRBL: Standard Item Identification
You can add an item classification to your items on the line level.
Use the StandardItemIdentification/ID
subelement of the InvoiceLine element to model this information.
More information is available in the Standard Item IDs topic.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cac:StandardItemIdentification>
<cbc:ID schemeID="0160">5012345679920</cbc:ID>
</cac:StandardItemIdentification>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated 13 days ago