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 |
|---|---|---|---|---|
| 8 | blu-ray | 126-6-66-007224-3 | 90.42 | 16 |
As List
- id
- 8
- type
- blu-ray
- isbn13
- 126-6-66-007224-3
- price
- 90.42
- numberinstock
- 16
JSON Example
{
"id": 8,
"type": "blu-ray",
"isbn13": "126-6-66-007224-3",
"price": 90.42,
"numberinstock": 16
}XML Example
<item>
<price>90.42</price>
<numberinstock>16</numberinstock>
<isbn13>126-6-66-007224-3</isbn13>
<id>8</id>
<type>blu-ray</type>
</item>