VRBL: Buyer Item ID
You can a reference to an Item ID provided by the Buyer.
Use the BuyersItemIdentification
subelement of the InvoiceLine element to model this information.
More information is provided in the Buyer's Item Identification topic.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cac:BuyersItemIdentification>
<cbc:ID>BY-123455</cbc:ID>
</cac:BuyersItemIdentification>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated 13 days ago