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 | 243-5-83-856028-6 | 57.42 | 13 |
As List
- id
- 4
- type
- blu-ray
- isbn13
- 243-5-83-856028-6
- price
- 57.42
- numberinstock
- 13
JSON Example
{
"id": 4,
"type": "blu-ray",
"isbn13": "243-5-83-856028-6",
"price": 57.42,
"numberinstock": 13
}XML Example
<item>
<price>57.42</price>
<numberinstock>13</numberinstock>
<isbn13>243-5-83-856028-6</isbn13>
<id>4</id>
<type>blu-ray</type>
</item>