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
2book578-7-08-034621-417.664
As List
  • id
    • 2
  • type
    • book
  • isbn13
    • 578-7-08-034621-4
  • price
    • 17.66
  • numberinstock
    • 4

JSON Example

{
  "id": 2,
  "type": "book",
  "isbn13": "578-7-08-034621-4",
  "price": 17.66,
  "numberinstock": 4
}

XML Example

<item>
  <price>17.66</price>
  <numberinstock>4</numberinstock>
  <isbn13>578-7-08-034621-4</isbn13>
  <id>2</id>
  <type>book</type>
</item>