cbc:Party
The accounting customer party.
About
- Occurrence: [1..1]
- Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Child Elements
Data Field | Occurrence | Definition |
---|---|---|
cbc:EndpointID | [1..1] | The main identifier of this entity (CamInvoice ID). (e.g. KHUID00001234). |
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:StreetName>Battambong</cbc:StreetName>
<cbc:CityName>Battambang</cbc:CityName>
<cac:Country>
<cbc:IdentificationCode>KH</cbc:IdentificationCode>
</cac:Country>
</cac:PostalAddress>
<cac:PartyTaxScheme>
<cbc:CompanyID>K008-0000002</cbc:CompanyID>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:PartyTaxScheme>
<cac:PartyLegalEntity>
<cbc:RegistrationName>Angkar Battambong</cbc:RegistrationName>
<cbc:CompanyID>0005000002</cbc:CompanyID>
</cac:PartyLegalEntity>
<cac:Contact>
<cbc:Telephone>+8550934534433</cbc:Telephone>
<cbc:ElectronicMail>angkar_battambong@gmail.com</cbc:ElectronicMail>
</cac:Contact>
</cac:Party>