Exploring Entities in __default session database.
item Instance
item
All the fields and values for the item instance are shown in the table below.
id | type | isbn13 | price | numberinstock |
---|---|---|---|---|
5 | cd | 615-5-33-311687-4 | 80.6 | 9 |
As List
- id
- 5
- type
- cd
- isbn13
- 615-5-33-311687-4
- price
- 80.6
- numberinstock
- 9
JSON Example
{
"id": 5,
"type": "cd",
"isbn13": "615-5-33-311687-4",
"price": 80.6,
"numberinstock": 9
}
XML Example
<item>
<price>80.6</price>
<numberinstock>9</numberinstock>
<isbn13>615-5-33-311687-4</isbn13>
<id>5</id>
<type>cd</type>
</item>