Saudi Arabia: Party's Legal Entity
You must specify a party's legal entity in Saudi Arabia.
You can specify the registration name and ID for Suppliers, Buyers and delivery parties.
Elements
Supplier
Use the following sub-elements of the AccountingSupplierParty to model this information for a Supplier:
Element | Description |
---|---|
Invoice/AccountingSupplierParty/Party/PartyLegalEntity/RegistrationName | Legal registered name. |
Invoice/AccountingSupplierParty/Party/PartyLegalEntity/CompanyID | Commercial registration number (CRN) |
Buyer
Use the following sub-elements of the AccountingCustomerParty element to model this information for a Buyer:
Element | Description |
---|---|
Invoice/AccountingCustomerParty/Party/PartyLegalEntity/RegistrationName | Legal registered name. |
Invoice/AccountingCustomer/Party/PartyLegalEntity/CompanyID | Commercial registration number (CRN) |
Delivery
Use the following sub-elements of the Delivery element to model the information for a delivery:
Element | Description |
---|---|
Invoice/AccountingSupplierParty/Party/PartyLegalEntity/RegistrationName | Legal registered name. |
Invoice/AccountingSupplierParty/Party/PartyLegalEntity/CompanyID | Commercial registration number (CRN) |
Example
The following example is for a Supplier:
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingSupplierParty>
<cac:Party>
<!-- Code omitted for clarity -->
<cac:PartyLegalEntity>
<cbc:RegistrationName>شركة توريد التكنولوجيا بأقصى سرعة المحدودة | Maximum Speed Tech Supply LTD</cbc:RegistrationName>
<cbc:CompanyID>456789123</cbc:CompanyID>
</cac:PartyLegalEntity>
<!-- Code omitted for clarity -->
</cac:Party>
</cac:AccountingSupplierParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated about 2 months ago