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 | 521-7-84-863680-7 | 36.46 | 18 |
As List
- id
- 4
- type
- blu-ray
- isbn13
- 521-7-84-863680-7
- price
- 36.46
- numberinstock
- 18
JSON Example
{
"id": 4,
"type": "blu-ray",
"isbn13": "521-7-84-863680-7",
"price": 36.46,
"numberinstock": 18
}
XML Example
<item>
<price>36.46</price>
<numberinstock>18</numberinstock>
<isbn13>521-7-84-863680-7</isbn13>
<id>4</id>
<type>blu-ray</type>
</item>