Exploring Entities in __default session database.

item Instance

item

All the fields and values for the item instance are shown in the table below.

idtypeisbn13pricenumberinstock
4blu-ray770-7-73-820736-123.21
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 770-7-73-820736-1
  • price
    • 23.2
  • numberinstock
    • 1

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "770-7-73-820736-1",
  "price": 23.2,
  "numberinstock": 1
}

XML Example

<item>
  <price>23.2</price>
  <numberinstock>1</numberinstock>
  <isbn13>770-7-73-820736-1</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>