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 | 400-0-64-638557-3 | 95.42 | 12 |
As List
- id
- 4
- type
- blu-ray
- isbn13
- 400-0-64-638557-3
- price
- 95.42
- numberinstock
- 12
JSON Example
{
"id": 4,
"type": "blu-ray",
"isbn13": "400-0-64-638557-3",
"price": 95.42,
"numberinstock": 12
}
XML Example
<item>
<price>95.42</price>
<numberinstock>12</numberinstock>
<isbn13>400-0-64-638557-3</isbn13>
<id>4</id>
<type>blu-ray</type>
</item>