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
81cd186-4-38-790071-5155.2210
As List
  • id
    • 81
  • type
    • cd
  • isbn13
    • 186-4-38-790071-5
  • price
    • 155.22
  • numberinstock
    • 10

JSON Example

{
  "id": 81,
  "type": "cd",
  "isbn13": "186-4-38-790071-5",
  "price": 155.22,
  "numberinstock": 10
}

XML Example

<item>
  <price>155.22</price>
  <numberinstock>10</numberinstock>
  <isbn13>186-4-38-790071-5</isbn13>
  <id>81</id>
  <type>cd</type>
</item>