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
5cd816-1-68-001301-830.879
As List
  • id
    • 5
  • type
    • cd
  • isbn13
    • 816-1-68-001301-8
  • price
    • 30.87
  • numberinstock
    • 9

JSON Example

{
  "id": 5,
  "type": "cd",
  "isbn13": "816-1-68-001301-8",
  "price": 30.87,
  "numberinstock": 9
}

XML Example

<item>
  <price>30.87</price>
  <numberinstock>9</numberinstock>
  <isbn13>816-1-68-001301-8</isbn13>
  <id>5</id>
  <type>cd</type>
</item>