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 |
---|---|---|---|---|
7 | dvd | 802-6-83-063258-7 | 72.26 | 9 |
As List
- id
- 7
- type
- dvd
- isbn13
- 802-6-83-063258-7
- price
- 72.26
- numberinstock
- 9
JSON Example
{
"id": 7,
"type": "dvd",
"isbn13": "802-6-83-063258-7",
"price": 72.26,
"numberinstock": 9
}
XML Example
<item>
<price>72.26</price>
<numberinstock>9</numberinstock>
<isbn13>802-6-83-063258-7</isbn13>
<id>7</id>
<type>dvd</type>
</item>