Invoice Structure
Party

cbc:Party

The accounting supplier party.

About

  • Occurrence: [1..1]
  • Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Child elements

Data FieldOccurrenceDefinition
cbc:EndpointID[0..1]An identifier for the end point of the routing service (e.g., MOC Single IDBCursor, VAT).
cac:PartyName[០..1]A name for this party. In our case, the business's khmer name.
cac:PostalAddress[1..1]The party's postal address.
cac:PartyTaxScheme[1..1]A tax scheme applying to this party.
cac:PartyLegalEntity[1..1]A description of this party as a legal entity.
cac:Contact[1..1]The primary contact for this party.

Example

<cac:Party>
    <cbc:EndpointID>khuid00001234</cbc:EndpointID>
    <cac:PartyName>
        <cbc:Name>ក្រុមហ៊ុន ក</cbc:Name>
    </cac:PartyName>
    <cac:PostalAddress>
        <cbc:ID schemeID="GLN" schemeAgencyID="9">1231412341324</cbc:ID>
        <cbc:StreetName>Main street</cbc:StreetName>
        <cbc:AdditionalStreetName>Suite 123</cbc:AdditionalStreetName>
        <cbc:BuildingNumber>1</cbc:BuildingNumber>
        <cbc:CityName>Phnom Penh</cbc:CityName>
        <cbc:PostalZone>12100</cbc:PostalZone>
        <cac:Country>
            <cbc:IdentificationCode>KH</cbc:IdentificationCode>
        </cac:Country>
    </cac:PostalAddress>
    <cac:PartyTaxScheme>
        <cbc:CompanyID>DK12345</cbc:CompanyID>
        <cac:TaxScheme>
            <cbc:ID>VAT</cbc:ID>
        </cac:TaxScheme>
    </cac:PartyTaxScheme>
    <cac:PartyLegalEntity>
        <cbc:RegistrationName languageID="en">Company Kor</cbc:RegistrationName>
        <cbc:CompanyID>K001-123456789</cbc:CompanyID>
    </cac:PartyLegalEntity>
    <cac:Contact>
        <cbc:Telephone>023123123</cbc:Telephone>
        <cbc:ElectronicMail>sample@gmail.com</cbc:ElectronicMail>
    </cac:Contact>
</cac:Party>