All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.oasis-open.ubl.examples.UBL-Invoice-2.1-Example-Trivial.json Maven / Gradle / Ivy

Go to download

UBL is designed to provide a universally understood and recognized commercial syntax for legally binding business documents and to operate within a standard business framework such as ISO 15000 (ebXML) to provide a complete, standards-based infrastructure that can extend the benefits of existing EDI systems to businesses of all sizes. UBL is freely available to everyone without legal encumbrance or licensing fees.

There is a newer version: 2.2.0
Show newest version
{"_D":"urn:oasis:names:specification:ubl:schema:xsd:Invoice-2",
 "_S":"urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2",
 "_B":"urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2",
 "Invoice":[{
 "ID":[{"IdentifierContent":"123"}],
 "IssueDate":[{"DateContent":"2011-09-22"}],
 "InvoicePeriod":[{
  "StartDate":[{"DateContent":"2011-08-01"}],
  "EndDate":[{"DateContent":"2011-08-31"}]
 }],
 "AccountingSupplierParty":[{
  "Party":[{
   "PartyName":[{
    "Name":[{"TextContent":"Custom Cotter Pins"}]
   }]
  }]
 }],
 "AccountingCustomerParty":[{
  "Party":[{
   "PartyName":[{
    "Name":[{"TextContent":"North American Veeblefetzer"}]
   }]
  }]
 }],
 "LegalMonetaryTotal":[{
  "PayableAmount":[{"AmountContent":100.00,
   "AmountCurrencyIdentifier":"CAD"}]
 }],
 "InvoiceLine":[{
  "ID":[{"IdentifierContent":"1"}],
  "LineExtensionAmount":[{"AmountContent":100.00,
   "AmountCurrencyIdentifier":"CAD"}],
  "Item":[{
   "Description":[{"TextContent":"Cotter pin, MIL-SPEC"}]
  }]
 }]
}]}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy