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
Field | Type | Required | Description |
---|
id | Integer | true | Unique identifier for the Ticket. |
ticket | Ticket | true | Ticket parent |
item | Item | false | Item association |
name | String | true | Name of this TicketItem |
quantity | Integer | true | Amount of Items |
price | BigDecimal | true |
|
JSON representation
{
"id": 1,
"createdDate": "2019-01-25T16:14:02.287Z",
"modifiedDate": null,
"createdUser": 10,
"modifiedUser": null,
"name": "Iron",
"quantity": 2,
"price": 7
}