Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 68 Current »

JSON Format
{
	"Account": {
		"AccountNum": "",
		"AccountType": "",
		"Name": ""
	},
	"Asset": {
        "AssetNum": "",
        "Desc": "",
        "FlexForms": [
            "${FlexFormID}"
        ],
        "FlexView": [{
            "ID": "",
            "Title": "GroupName1",
            "Items": [{
                "ID": "",
                "Label": "labeltext",
                "Value": "value text",
                "Delete": true
            }],
            "Delete": false
        }],
        "InServiceDate": "",
        "IsComponent": false,
        "LastServiceDate": "",
        "Location": "",
        "Mfg": "",
        "Model": "",
        "ProdNum": "",
        "SerialNum": "",
        "ServiceCodes": [],
        "ServiceCodesDesc": [],
        "Status": "",
        "Type": "",
        "Delete": false
    },
	"Location": {
		"Address": {
			"AddrLine1": "",
			"AddrLine2": "",
			"AddrLine3": "",
			"AddrLine4": "",
			"AddrType": "",
			"City": "",
			"Country": "",
			"Intersection": "",
			"Lat": "",
			"Lon": "",
			"Region": "",
			"Zip": ""
		},
		"Contacts": [{
			"Email": "",
			"FirstName": "",
			"IsPrimary": true,
			"LastName": "",
			"Phones": [{
				"PhoneNum": "",
				"PhoneType": ""
			}]
		}],
		"Email": "",
		"LanguageID": "",
		"LocationNum": "",
		"Name": "",
		"Notes": "",
		"POReq": false,
		"ServiceAreaID": ""
		"SigReq": true,
		"StorageLocationID": ""
	},
	"UserName": ""
}
  • No labels