Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
ticketNumberString
identifier for the ticket.
ticketItemsList of TicketItems



JSON representation

Code Block
languagepowershell
themeDJango
{
          "ticketNumber" : "9312125",
          "ticketItems" : [ {
            "itemCode" : "REAL",
            "name" : "Señorio Real cza",
            "quantity" : 1,
            "costCenter" : "A1",
            "amountAfterTax" : 16.000000
          }, {
            "itemCode" : "LANZA",
            "name" : "lanjaron 1/2",
            "quantity" : 1,
            "costCenter" : "A2",
            "amountAfterTax" : 2.500000
          } ]
}