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 | 184-7-55-360368-3 | 84.15 | 16 |
As List
- id
- 4
- type
- blu-ray
- isbn13
- 184-7-55-360368-3
- price
- 84.15
- numberinstock
- 16
JSON Example
{
"id": 4,
"type": "blu-ray",
"isbn13": "184-7-55-360368-3",
"price": 84.15,
"numberinstock": 16
}XML Example
<item>
<price>84.15</price>
<numberinstock>16</numberinstock>
<isbn13>184-7-55-360368-3</isbn13>
<id>4</id>
<type>blu-ray</type>
</item>