VRBL: Delivery Details

You can add information about deliveries to your Documents.

More information is provided in the Delivery Information topic.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:Delivery>
        <cbc:ActualDeliveryDate>2017-11-01</cbc:ActualDeliveryDate> â’¶
        <tcac:DeliveryLocation>
            <cbc:ID schemeID="0088">9483759475923478</cbc:ID> â’·
            <cac:Address> â’¸
                <cbc:StreetName>Delivery street 2</cbc:StreetName>
                <cbc:AdditionalStreetName>Building 56</cbc:AdditionalStreetName>
                <cbc:CityName>Stockholm</cbc:CityName>
                <cbc:PostalZone>21234</cbc:PostalZone>
                <cac:Country>
                    <cbc:IdentificationCode>SE</cbc:IdentificationCode>
                </cac:Country>
            </cac:Address>
        </tcac:DeliveryLocation>
        <cac:DeliveryParty>
            <cac:PartyName> â’¹
                <cbc:Name>Delivery party Name</cbc:Name> 
            </cac:PartyName>
        </cac:DeliveryParty>
    </cac:Delivery>
    <!-- code omitted for clarity -->
</Invoice>