{
  "data": {
    "results": [
      {
        "guid": "MNO345PQR678STU901VWX234",
        "number": "SUP-ITEM-002210",
        "name": "Ceramic Capacitor 10uF 25V",
        "description": "Off-the-shelf ceramic capacitor supplied by Acme Electronics.",
        "uom": "EA",
        "offTheShelf": true,
        "type": "Purchased",
        "procurementType": "OTS",
        "creationDateTime": "2026-03-15T08:20:00Z",
        "creator": {
          "guid": "9ZY87XW65VU43TS21RQ09PO8",
          "fullName": "Jordan Rivera",
          "email": "jordan.rivera@example.com"
        },
        "supplier": {
          "guid": "ABC123DEF456GHI789JKL012",
          "name": "Acme Electronics Supply"
        },
        "additionalAttributes": [
          {
            "guid": "3RR44SS55TT66UU77VV88WW9",
            "name": "Lead Time (days)",
            "value": 21,
            "apiName": "leadTimeDays",
            "fieldType": "NUMBER",
            "multiSelect": false
          }
        ]
      },
      {
        "guid": "PQR678STU901VWX234YZA567",
        "number": "SUP-ITEM-002211",
        "name": "Resistor 4.7k 0.25W",
        "description": "Off-the-shelf resistor supplied by Acme Electronics.",
        "uom": "EA",
        "offTheShelf": true,
        "type": "Purchased",
        "procurementType": "OTS",
        "creationDateTime": "2026-03-16T09:10:00Z",
        "creator": {
          "guid": "9ZY87XW65VU43TS21RQ09PO8",
          "fullName": "Jordan Rivera",
          "email": "jordan.rivera@example.com"
        },
        "supplier": {
          "guid": "ABC123DEF456GHI789JKL012",
          "name": "Acme Electronics Supply"
        }
      }
    ],
    "count": 2
  }
}