DespatchParty

Used to model information about the Dispatch party.

Elements

Name (Path)CardinalityDescription
Delivery (Invoice/Delivery)0..nGroups information about a delivery that is associated with this Document.
Despatch Information
Despatch Party Group (/Invoice/Delivery/Despatch/DespatchParty)0..1Groups information about the Dispatch Party.
Despatch Party Name (/Invoice/Delivery/Despatch/DespatchParty/PartyName/Name)1..1The Dispatch Party's name.
Despatch Party Address (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/StreetName)1..1The first line of the address.
Despatch Party Additional Address (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/AdditionalStreetName)0..1The second line of the address.
Despatch Party City Name (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/CityName)1..1The Dispatch Party's city.
Despatch Party Postal Zone (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/PostalZone)1..1The Dispatch Party's postal zone or code.
Despatch Party Country Subentity Code (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/CountrySubentityCode)1..1The code that represents the province of the Dispatch Party.

Country-Specific configurations

Example

<ubl:Invoice>
    <!-- code omitted for clarity -->
    <cac:Delivery>
		<!-- code omitted for clarity -->
		<cac:Despatch>
			<cac:DespatchParty>
				<cac:PostalAddress>
					<cbc:StreetName>Sadowa 1 lok. 2</cbc:StreetName>
					<cbc:CityName>Warszawa</cbc:CityName>
					<cbc:PostalZone>00-001</cbc:PostalZone>
				</cac:PostalAddress>
                <cac:Country>
                    <cbc:IdentificationCode>PL</cbc:IdentificationCode>
                </cac:Country>
			</cac:DespatchParty>
		</cac:Despatch>
    	<!-- code omitted for clarity -->
	</cac:Delivery>
</ubl:Invoice>