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 | 288-8-04-087370-6 | 47.96 | 14 |
As List
- id
- 7
- type
- dvd
- isbn13
- 288-8-04-087370-6
- price
- 47.96
- numberinstock
- 14
JSON Example
{
"id": 7,
"type": "dvd",
"isbn13": "288-8-04-087370-6",
"price": 47.96,
"numberinstock": 14
}
XML Example
<item>
<price>47.96</price>
<numberinstock>14</numberinstock>
<isbn13>288-8-04-087370-6</isbn13>
<id>7</id>
<type>dvd</type>
</item>