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 | 328-4-31-270801-7 | 47.18 | 14 |
As List
- id
- 7
- type
- dvd
- isbn13
- 328-4-31-270801-7
- price
- 47.18
- numberinstock
- 14
JSON Example
{
"id": 7,
"type": "dvd",
"isbn13": "328-4-31-270801-7",
"price": 47.18,
"numberinstock": 14
}XML Example
<item>
<price>47.18</price>
<numberinstock>14</numberinstock>
<isbn13>328-4-31-270801-7</isbn13>
<id>7</id>
<type>dvd</type>
</item>