Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the Ticket.
ticketTickettrueTicket parent
itemItemfalseItem association
nameStringtrueName of this TicketItem
quantityIntegertrueAmount of Items
priceBigDecimaltrue

JSON representation

{
      "id": 1,
      "createdDate": "2019-01-25T16:14:02.287Z",
      "modifiedDate": null,
      "createdUser": 10,
      "modifiedUser": null,
      "name": "Iron",
      "quantity": 2,
      "price": 7
    }
  • No labels