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 | 204-1-44-086525-4 | 51.86 | 18 |
As List
- id
- 4
- type
- blu-ray
- isbn13
- 204-1-44-086525-4
- price
- 51.86
- numberinstock
- 18
JSON Example
{
"id": 4,
"type": "blu-ray",
"isbn13": "204-1-44-086525-4",
"price": 51.86,
"numberinstock": 18
}
XML Example
<item>
<price>51.86</price>
<numberinstock>18</numberinstock>
<isbn13>204-1-44-086525-4</isbn13>
<id>4</id>
<type>blu-ray</type>
</item>