/
Ticket

Ticket

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the Ticket.
ticketNumberStringtrue
paxStringfalseNumber of pax
remarkStringfalsePossible remarks attached to the ticket
ticketItemSetArray of TicketItemfalse

JSON representation

{
  "id": 5,
  "createdDate": "2019-01-25T16:14:02.270Z",
  "modifiedDate": null,
  "createdUser": 10,
  "modifiedUser": null,
  "property": null,
  "ticketNumber": "1234417699",
  "pax": null,
  "remark": null,
  "ticketItemSet": [
    {
      "id": 1,
      "createdDate": "2019-01-25T16:14:02.287Z",
      "modifiedDate": null,
      "createdUser": 10,
      "modifiedUser": null,
      "name": "Iron",
      "quantity": 2,
      "price": 7
    }
  ]
}

Related content