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
48book523-6-57-297518-026.60163518
As List
  • id
    • 48
  • type
    • book
  • isbn13
    • 523-6-57-297518-0
  • price
    • 26.601635
  • numberinstock
    • 18

JSON Example

{
  "id": 48,
  "type": "book",
  "isbn13": "523-6-57-297518-0",
  "price": 26.601635,
  "numberinstock": 18
}

XML Example

<item>
  <price>26.601635</price>
  <numberinstock>18</numberinstock>
  <isbn13>523-6-57-297518-0</isbn13>
  <id>48</id>
  <type>book</type>
</item>