cac:AccountingSupplierParty
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:SupplierPartyType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:CustomerAssignedAccountID [0..1] An identifier for this supplier party, assigned by the customer.
- cbc:AdditionalAccountID [0..*] An additional identifier for this supplier party.
- cbc:DataSendingCapability [0..1] Text describing the supplier's ability to send invoice data via a purchase card provider (e.g., VISA, MasterCard, American Express).
- cac:Party [0..1] The supplier party itself.
- cac:DespatchContact [0..1] A contact at this supplier party for despatches (pickups).
- cac:AccountingContact [0..1] A contact at this supplier party for accounting.
- cac:SellerContact [0..1] The primary contact for this supplier party.
Attributes
None
Used in
- Type CreditNoteType (Element CreditNote)
- Type DebitNoteType (Element DebitNote)
- Type FreightInvoiceType (Element FreightInvoice)
- Type InvoiceType (Element Invoice)
- Type OrderChangeType (Element OrderChange)
- Type OrderResponseSimpleType (Element OrderResponseSimple)
- Type OrderResponseType (Element OrderResponse)
- Type ReminderType (Element Reminder)
- Type RemittanceAdviceType (Element RemittanceAdvice)
- Type SelfBilledCreditNoteType (Element SelfBilledCreditNote)
- Type SelfBilledInvoiceType (Element SelfBilledInvoice)
- Type StatementType (Element Statement)
- Type cac:RemittanceAdviceLineType (Element cac:RemittanceAdviceLine)
- Type cac:StatementLineType (Element cac:StatementLine)
Sample instance
<cac:AccountingSupplierParty> <cac:Party> <cbc:EndpointID schemeID="GLN" schemeAgencyID="9">1234567890123</cbc:EndpointID> <cac:PartyIdentification> <cbc:ID schemeID="ZZZ">Supp123</cbc:ID> </cac:PartyIdentification> <cac:PartyName> <cbc:Name>Salescompany ltd.</cbc:Name> </cac:PartyName> <cac:PostalAddress> <cbc:ID schemeID="GLN" schemeAgencyID="9">1231412341324</cbc:ID> <cbc:Postbox>5467</cbc:Postbox> <cbc:StreetName>Main street</cbc:StreetName> <cbc:AdditionalStreetName>Suite 123</cbc:AdditionalStreetName> <cbc:BuildingNumber>1</cbc:BuildingNumber> <cbc:Department>Revenue department</cbc:Department> <cbc:CityName>Big city</cbc:CityName> <cbc:PostalZone>54321</cbc:PostalZone> <cbc:CountrySubentityCode>RegionA</cbc:CountrySubentityCode> <cac:Country> <cbc:IdentificationCode listID="ISO3166-1" listAgencyID="6">DK</cbc:IdentificationCode> </cac:Country> </cac:PostalAddress> <cac:PartyTaxScheme> <cbc:CompanyID schemeID="DKVAT" schemeAgencyID="ZZZ">DK12345</cbc:CompanyID> <cac:TaxScheme> <cbc:ID schemeID="UN/ECE 5153" schemeAgencyID="6">VAT</cbc:ID> </cac:TaxScheme> </cac:PartyTaxScheme> <cac:PartyLegalEntity> <cbc:RegistrationName>The Sellercompany Incorporated</cbc:RegistrationName> <cbc:CompanyID schemeID="CVR" schemeAgencyID="ZZZ">5402697509</cbc:CompanyID> <cac:RegistrationAddress> <cbc:CityName>Big city</cbc:CityName> <cbc:CountrySubentity>RegionA</cbc:CountrySubentity> <cac:Country> <cbc:IdentificationCode>DK</cbc:IdentificationCode> </cac:Country> </cac:RegistrationAddress> </cac:PartyLegalEntity> <cac:Contact> <cbc:Telephone>4621230</cbc:Telephone> <cbc:Telefax>4621231</cbc:Telefax> <cbc:ElectronicMail>antonio@salescompany.dk</cbc:ElectronicMail> </cac:Contact> <cac:Person> <cbc:FirstName>Antonio</cbc:FirstName> <cbc:FamilyName>M</cbc:FamilyName> <cbc:MiddleName>Salemacher</cbc:MiddleName> <cbc:JobTitle>Sales manager</cbc:JobTitle> </cac:Person> </cac:Party> </cac:AccountingSupplierParty>