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
22book682-2-21-760999-235.1217084
As List
  • id
    • 22
  • type
    • book
  • isbn13
    • 682-2-21-760999-2
  • price
    • 35.121708
  • numberinstock
    • 4

JSON Example

{
  "id": 22,
  "type": "book",
  "isbn13": "682-2-21-760999-2",
  "price": 35.121708,
  "numberinstock": 4
}

XML Example

<item>
  <price>35.121708</price>
  <numberinstock>4</numberinstock>
  <isbn13>682-2-21-760999-2</isbn13>
  <id>22</id>
  <type>book</type>
</item>