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-ray550-2-63-255734-389.712
As List
  • id
    • 4
  • type
    • blu-ray
  • isbn13
    • 550-2-63-255734-3
  • price
    • 89.71
  • numberinstock
    • 2

JSON Example

{
  "id": 4,
  "type": "blu-ray",
  "isbn13": "550-2-63-255734-3",
  "price": 89.71,
  "numberinstock": 2
}

XML Example

<item>
  <price>89.71</price>
  <numberinstock>2</numberinstock>
  <isbn13>550-2-63-255734-3</isbn13>
  <id>4</id>
  <type>blu-ray</type>
</item>