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
49book854-9-79-281924-762.4837927
As List
  • id
    • 49
  • type
    • book
  • isbn13
    • 854-9-79-281924-7
  • price
    • 62.48379
  • numberinstock
    • 27

JSON Example

{
  "id": 49,
  "type": "book",
  "isbn13": "854-9-79-281924-7",
  "price": 62.48379,
  "numberinstock": 27
}

XML Example

<item>
  <price>62.48379</price>
  <numberinstock>27</numberinstock>
  <isbn13>854-9-79-281924-7</isbn13>
  <id>49</id>
  <type>book</type>
</item>