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
27book987-5-18-196202-199.99999
As List
  • id
    • 27
  • type
    • book
  • isbn13
    • 987-5-18-196202-1
  • price
    • 99.999
  • numberinstock
    • 99

JSON Example

{
  "id": 27,
  "type": "book",
  "isbn13": "987-5-18-196202-1",
  "price": 99.999,
  "numberinstock": 99
}

XML Example

<item>
  <price>99.999</price>
  <numberinstock>99</numberinstock>
  <isbn13>987-5-18-196202-1</isbn13>
  <id>27</id>
  <type>book</type>
</item>