OrderReference

Use this element to model order reference information.

General information is provided in the Order and Sales Order References topic.

Details

DetailValue
NameOrderReference
Document-Level PathInvoice/OrderReference
Line-Level PathInvoice/InvoiceLine/OrderReference
DefinitionA reference to a Sales or Purchase Order with which this Invoice is associated.
Cardinality0..1

Elements

ElementDescription
OrderReference/IDThe ID for the purchase order, usually issued by the Buyer.
OrderReference/SalesOrderIDThe sales order ID, usually issued by the Supplier.
OrderReference/IssueDateThe issue date of the referenced order.

Country-Specific Topics

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:OrderReference>
        <cbc:ID>PO-11223344</cbc:ID>
        <cbc:SalesOrderID>SO-123456</cbc:SalesOrderID>
        <cbc:IssueDate>2024-08-30</cbc:IssueDate>
    </cac:OrderReference>    
    <!-- code omitted for clarity -->
</Invoice>