Party

The Party element models a party's details.

More information is provided in the Parties and Party Identification topic.

Details

DetailValue
NameParty
Buyer PathInvoice/AccountingCustomerParty/Party
Supplier PathInvoice/AccountingSupplierParty/Party
DefinitionGroup of information about a party such as a Buyer or Supplier.

Elements

ElementDescription
Party/EndpointIDThe ID that identifies the endpoint. For example [email protected]
Party/PartyIdentification/IDThe party's ID.
Party/PartyName/NameThe name of the party.
Party/PostalAddressThe party' address.
Party/PostalAddress/StreetNameThe name of the street in the party's address.
Party/PostalAddress/AdditionalStreetNameAny additional street names in the party's address.
Party/PostalAddress/CityNameThe name of the city in the party's address.
Party/PostalAddress/PostalZoneThe postal zone, if any, in the party's address.
Party/PostalAddress/CountrySubentityCodeThe country subdivision code, usually representing a State or Province.
Party/PostalAddress/Country/IdentificationCodeThe ISO code for the country where the party's address is.
Party/PartyTaxScheme/CompanyIDThe ID of the company who participates in the party's tax scheme.
Party/PartyTaxScheme/TaxScheme/IDThe Tax Scheme's ID.
Party/PartyLegalEntity/RegistrationNameThe party's name as it appears on the registration.
PartyLegalEntity/CompanyIDThe Legal Entity's Company ID.
PartyLegalEntity/CompanyLegalFormThe legal form.
Party/Contact/NameThe contact's name.
Party/Contact/TelephoneThe contact's phone number.
Party/Contact/ElectronicMailThe contact's email address.

Example

<cac:Party>
			<cbc:EndpointID schemeID="0060">technical_receiver_id</cbc:EndpointID>
			
			<cac:PartyIdentification>
				<cbc:ID schemeID="VERBL:MY:SST">A01-2345-67891012</cbc:ID>
			</cac:PartyIdentification>
			<cac:PartyName>
				<cbc:Name>Hebat Group</cbc:Name>
			</cac:PartyName>
			<cac:PostalAddress>
				<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:PostalAddress>
			<cac:PartyTaxScheme>
				<!-- MY: Tax identification number (TIN) -->
				<cbc:CompanyID>C2584563222</cbc:CompanyID>
				<cac:TaxScheme>
					<cbc:ID>VAT</cbc:ID>
				</cac:TaxScheme>
			</cac:PartyTaxScheme>
			<cac:PartyLegalEntity>
				<cbc:RegistrationName>Hebat Group</cbc:RegistrationName>
				<!-- MY: Business registration number (BRN) -->
				<cbc:CompanyID>201901234567</cbc:CompanyID>			
			</cac:PartyLegalEntity>
			<cac:Contact>
				<cbc:Telephone>+60-123456789</cbc:Telephone>
				<cbc:ElectronicMail>[email protected]</cbc:ElectronicMail>
			</cac:Contact>
		</cac:Party>