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
5cd020-5-28-252851-389.511
As List
  • id
    • 5
  • type
    • cd
  • isbn13
    • 020-5-28-252851-3
  • price
    • 89.5
  • numberinstock
    • 11

JSON Example

{
  "id": 5,
  "type": "cd",
  "isbn13": "020-5-28-252851-3",
  "price": 89.5,
  "numberinstock": 11
}

XML Example

<item>
  <price>89.5</price>
  <numberinstock>11</numberinstock>
  <isbn13>020-5-28-252851-3</isbn13>
  <id>5</id>
  <type>cd</type>
</item>