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
27book805-1-62-113845-088.7885725
As List
  • id
    • 27
  • type
    • book
  • isbn13
    • 805-1-62-113845-0
  • price
    • 88.78857
  • numberinstock
    • 25

JSON Example

{
  "id": 27,
  "type": "book",
  "isbn13": "805-1-62-113845-0",
  "price": 88.78857,
  "numberinstock": 25
}

XML Example

<item>
  <price>88.78857</price>
  <numberinstock>25</numberinstock>
  <isbn13>805-1-62-113845-0</isbn13>
  <id>27</id>
  <type>book</type>
</item>