Asset Object Format

JSON Format
 {
    "AssetNum": "",
    "Desc": "",
    "FlexForms": [
        "${FlexFormID}"
    ],
    "FlexView": [
        {
            "Title": "GroupName1",
            "Items": [
                {
                    "Label": "labeltext",
                    "Value": "valuetext"
                }
            ]
        }
    ],
    "InServiceDate": "",
    "IsComponent": false,
    "LastServiceDate": "",
    "Location": "",
    "Mfg": "",
    "Model": "",
    "ProdNum": "",
    "SerialNum": "",
    "ServiceCodes": [],
    "Status": "",
    "Type": ""
}