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
29book924-5-25-352180-955.39959722
As List
  • id
    • 29
  • type
    • book
  • isbn13
    • 924-5-25-352180-9
  • price
    • 55.399597
  • numberinstock
    • 22

JSON Example

{
  "id": 29,
  "type": "book",
  "isbn13": "924-5-25-352180-9",
  "price": 55.399597,
  "numberinstock": 22
}

XML Example

<item>
  <price>55.399597</price>
  <numberinstock>22</numberinstock>
  <isbn13>924-5-25-352180-9</isbn13>
  <id>29</id>
  <type>book</type>
</item>