| 200 OK | {
    "result": true,
    "title": "Success",
    "message": "Item Loaded successfully.",
    "object": [
      {
        "intID": "1",
        "intBaseUnitID": "1",
        "intDisplayUnitID": "1",
        "intBkRevenueAccountID": -1,
        "intBkDiscountAccountID": -1,
        "intBkReturnAccountID": -1,
        "intBkExpenseAccountID": -1,
        "decDisplayUnitRatio": "1.00",
        "strName": "HR Module",
        "strAlias": "Personnel Module",
        "strCode": "1",
        "boolIsDisabled": "0",
        "strDescription": "moo",
        "strNotes": "N\/A",
        "strCustomAttributes": "",
        "strType": "product",
        "boolIsAsset": false,
        "boolIsProduction": false,
        "boolIsPurchasing": true,
        "boolIsSelling": true,
        "arrCustomAttribute": [],
        "arrPriceListItem": [
          {
            "intID": "1",
            "decPrice": 10,
            "intTaxTypeID": "15",
            "strAlias": "",
            "intUnitID": "1",
            "intPriceListID": "1",
            "boolIsDisabled": false,
            "boolIsUsed": true
          },
          {
            "intID": "1",
            "decPrice": 200,
            "intTaxTypeID": "3",
            "strAlias": "",
            "intUnitID": "1",
            "intPriceListID": "2",
            "boolIsDisabled": false,
            "boolIsUsed": true
          },
          {
            "intID": "1",
            "decPrice": 80,
            "intTaxTypeID": "2",
            "strAlias": "",
            "intUnitID": "1",
            "intPriceListID": "3",
            "boolIsDisabled": false,
            "boolIsUsed": true
          }
        ],
        "arrAttributes": {
          "test": "94"
        }
      },
      {
        "intID": "4",
        "intBaseUnitID": "1",
        "intDisplayUnitID": "1",
        "intBkRevenueAccountID": -1,
        "intBkDiscountAccountID": -1,
        "intBkReturnAccountID": -1,
        "intBkExpenseAccountID": -1,
        "decDisplayUnitRatio": "1.00",
        "strName": "INV Module",
        "strAlias": "Invoice Module",
        "strCode": "4",
        "boolIsDisabled": "0",
        "strDescription": "",
        "strNotes": "N\/A",
        "strCustomAttributes": "",
        "strType": "product",
        "boolIsAsset": false,
        "boolIsProduction": false,
        "boolIsPurchasing": false,
        "boolIsSelling": true,
        "arrCustomAttribute": [],
        "arrPriceListItem": [
          {
            "intID": "4",
            "decPrice": 5,
            "intTaxTypeID": "7",
            "strAlias": "",
            "intUnitID": "1",
            "intPriceListID": "1",
            "boolIsDisabled": false,
            "boolIsUsed": true
          }
        ],
        "arrAttributes": []
      }
    ]
  }}
 |