/
Ticket
Ticket
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the Ticket. |
ticketNumber | String | true | |
pax | String | false | Number of pax |
remark | String | false | Possible remarks attached to the ticket |
ticketItemSet | Array of TicketItem | false |
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 } ] }
, multiple selections available,
Related content
Ticket
Ticket
More like this
Reservation
Reservation
More like this
Policy
Policy
More like this
ReservationRoomStaySummaryPOS
ReservationRoomStaySummaryPOS
More like this
ReservationRoomStayService
ReservationRoomStayService
More like this
Company
Company
More like this