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
50cd173-3-26-828132-270.020
As List
  • id
    • 50
  • type
    • cd
  • isbn13
    • 173-3-26-828132-2
  • price
    • 70.0
  • numberinstock
    • 20

JSON Example

{
  "id": 50,
  "type": "cd",
  "isbn13": "173-3-26-828132-2",
  "price": 70.0,
  "numberinstock": 20
}

XML Example

<item>
  <price>70.0</price>
  <numberinstock>20</numberinstock>
  <isbn13>173-3-26-828132-2</isbn13>
  <id>50</id>
  <type>cd</type>
</item>