Delivery
Use the Delivery element to model delivery information.
General information is provided in the Delivery Information topic.
Details
Element | Value |
---|---|
Name | Delivery |
ComponentType | ASBIE |
DictionaryEntryName | Invoice.Delivery |
Definition | A delivery associated with this document. |
Cardinality | 0..n |
ObjectClass | Invoice |
PropertyTerm | Delivery |
AssociatedObjectClass | Delivery |
RepresentationTerm | Delivery |
DataType | Delivery |
minOccurs | 0 |
maxOccurs | Unbounded |
Elements
Element | Description |
---|---|
Delivery/ActualDeliveryDate | The date that the delivery was made in the YYYY-MM-DD format. For example, 2018-10-22 . |
Delivery/DeliveryLocation/ID | The delivery location's identifier. |
Delivery/DeliveryLocation/Address/ | The party's address. |
Delivery/DeliveryLocation/Address/StreetName | The name of the street in the party's address. |
Delivery/DeliveryLocation/Address/AdditionalStreetName | Any additional street names in the party's address. |
Delivery/DeliveryLocation/Address/CityName | The name of the city in the party's address. |
Delivery/DeliveryLocation/Address/PostalZone | The postal zone, if any, in the party's address. |
Delivery/DeliveryLocation/Address/CountrySubentity | The country subdivision code, usually representing a State or Province. |
Delivery/DeliveryLocation/Address/Country/IdentificationCode | The ISO code for the country where the party's address is. |
Delivery/DeliveryParty/PartyName/Name | The name of the party who delivered the goods. |
Delivery/DeliveryParty/PartyTaxScheme/CompanyID | The company ID of the party who delivered the goods. |
Delivery/DeliveryParty/PartyTaxScheme/TaxScheme/ID | The Tax Scheme ID of the deliverer. |
Delivery/DeliveryParty/PartyLegalEntity/RegistrationName | The deliverer's registered legal entity name. |
Delivery/DeliveryParty/PartyLegalEntity/CompanyID | The company ID of the registered legal entity name |
Country Specific Topics
- Italy: Delivery and Transport Configurations
- Malaysia: Incoterm
- Malaysia: States
- Germany: Delivery Information
- Romania: States (Provinces)
- Romania: City Sector
- Saudi Arabia: Latest Delivery Date
Example
<cac:Delivery>
<cac:DeliveryLocation>
<cac:Address>
<cbc:StreetName>Lot 66</cbc:StreetName>
<cbc:AdditionalStreetName>Bangunan Merdeka</cbc:AdditionalStreetName>
<cbc:CityName>Kuala Lumpur</cbc:CityName>
<cbc:PostalZone>50480</cbc:PostalZone>
<!-- MY: State code list: https://sdk.myinvois.hasil.gov.my/codes/state-codes/ -->
<cbc:CountrySubentityCode>VERBL:MY:14</cbc:CountrySubentityCode>
<cac:AddressLine>
<cbc:Line>Persiaran Jaya</cbc:Line>
</cac:AddressLine>
<cac:Country>
<cbc:IdentificationCode>MY</cbc:IdentificationCode>
</cac:Country>
</cac:Address>
</cac:DeliveryLocation>
<cac:DeliveryParty>
<cac:PartyName>
<cbc:Name>Greenz Sdn. Bhd.</cbc:Name>
</cac:PartyName>
<cac:PartyTaxScheme>
<!-- MY: Tax identification number (TIN) -->
<cbc:CompanyID>C2584563200</cbc:CompanyID>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:PartyTaxScheme>
<cac:PartyLegalEntity>
<cbc:RegistrationName>Greenz Sdn. Bhd.</cbc:RegistrationName>
<!-- MY: Business registration number (BRN) -->
<cbc:CompanyID>201901234567</cbc:CompanyID>
</cac:PartyLegalEntity>
</cac:DeliveryParty>
</cac:Delivery>
Updated 2 months ago