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
63book362-5-26-188215-449.17061225
As List
  • id
    • 63
  • type
    • book
  • isbn13
    • 362-5-26-188215-4
  • price
    • 49.170612
  • numberinstock
    • 25

JSON Example

{
  "id": 63,
  "type": "book",
  "isbn13": "362-5-26-188215-4",
  "price": 49.170612,
  "numberinstock": 25
}

XML Example

<item>
  <price>49.170612</price>
  <numberinstock>25</numberinstock>
  <isbn13>362-5-26-188215-4</isbn13>
  <id>63</id>
  <type>book</type>
</item>