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 |
---|---|---|---|---|
4 | blu-ray | 060-5-57-157861-2 | 32.7 | 12 |
As List
- id
- 4
- type
- blu-ray
- isbn13
- 060-5-57-157861-2
- price
- 32.7
- numberinstock
- 12
JSON Example
{
"id": 4,
"type": "blu-ray",
"isbn13": "060-5-57-157861-2",
"price": 32.7,
"numberinstock": 12
}
XML Example
<item>
<price>32.7</price>
<numberinstock>12</numberinstock>
<isbn13>060-5-57-157861-2</isbn13>
<id>4</id>
<type>blu-ray</type>
</item>