Party
The Party element models a party's details.
See Parties and Party Identification
Details
Field | Value |
---|---|
Description | Party |
Name | Party |
Includes | n/a |
Subelement of |
Elements
Element | Description |
---|---|
Party/EndpointID | The ID that identifies the endpoint. For example [email protected] |
Party/PartyIdentification/ID | The party's ID. |
Party/PartyName/Name | The name of the party. |
Party/PostalAddress | The party' address. |
Party/PostalAddress/StreetName | The name of the street in the party's address. |
Party/PostalAddress/AdditionalStreetName | Any additional street names in the party's address. |
Party/PostalAddress/CityName | The name of the city in the party's address. |
Party/PostalAddress/PostalZone | The postal zone, if any, in the party's address. |
Party/PostalAddress/CountrySubentityCode | The country subdivision code, usually representing a State or Province. |
Party/PostalAddress/Country/IdentificationCode | The ISO code for the country where the party's address is. |
Party/PartyTaxScheme/CompanyID | The ID of the company who participates in the party's tax scheme. |
Party/PartyTaxScheme/TaxScheme/ID | The Tax Scheme's ID. |
Party/PartyLegalEntity/RegistrationName | The party's name as it appears on the registration. |
PartyLegalEntity/CompanyID | The Legal Entity's Company ID. |
PartyLegalEntity/CompanyLegalForm | The legal form. |
Party/Contact/Name | The contact's name. |
Party/Contact/Telephone | The contact's phone number. |
Party/Contact/ElectronicMail | The 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>
Updated about 2 months ago